/* Cutom-styles-blog.css */
.post-topic--link {background: #f8f8f8;padding: 6px 18px;margin: 0 4px;}.post-topic-wrapper {line-height: 1.6;padding-top: 15px;margin-top: 0;padding-bottom: 30px;margin-bottom: 0;border-bottom: 2px solid #f8f8f8;}#comment-form input[type='checkbox']{-webkit-appearance: checkbox!important;}.hs-blog-social-share-item-twitter iframe{max-width: 60px!important;}.hs-blog-social-share-list li{list-style: none!important;}.fb_iframe_widget span:first-of-type{height:23px!important;}.btn {padding: 1px 7px 1px 7px!important;}.btn-o .btn .label {margin-left: 0px!important;}
/* Related-posts.css */
.related-blog-header{margin-top: 2em !important;}.related-posts{display: flex;flex-direction: row;overflow-x: hidden;padding: 0;list-style: none;}.related-blog-item{flex: auto;display: flex;height: 85px;margin: 1%;padding: 10px;border-radius: 10px;background-color: #f1f1f1;list-style: none !important;}.related-blog-item:hover{filter: brightness(0.9);}.two-posts{flex: auto;min-width: 50%;}.related-feature-image{height: 85px;display: flex;margin-right: 10px;min-width: 100px;max-width: 100px;}.related-feature-image img{width: 100%;object-fit: cover;}.related-blog-title{font-size: 16px;font-weight: bold;/*color: white;*/}.related-blog-item .related-post-content{flex: auto;}.related-blog-item .related-post-content p{margin-bottom: auto;margin-top: 10px;}.related-blog-item .related-post-content a{min-height: 2em;}.related-blog-post-summary>span{border-bottom: 2px solid #22c33d !important}.related-blog-item .related-post-content p.related-blog-title{margin-top: 0;line-height: initial !important;}#carousel-control-previous:hover,#carousel-control-next:hover{cursor: pointer;}#carousel-control-previous,#carousel-control-next{z-index: 2;height: 100%;position: absolute;display: flex;}#carousel-control-previous span,#carousel-control-next span{margin: auto;}#carousel-control-previous{left: 0;}#carousel-control-next{right: 0;}.carousel-indicators{display: flex;}.carousel-indicators li{flex: auto;}.related-blog-container{position: relative;z-index: 1;width: 95%;margin: auto;}@media screen and (max-width: 767px){.related-blog-section{max-width: 85vw;}.two-posts{min-width: 100%;}.related-blog-item, .related-feature-image{height: auto;}}
/* Ms page general.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;
}/* 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:none!important;}.home_slide_ms .caption {padding: 0px !important;}.home_slide_ms .hs_cos_flex-slider .hs_cos_flex-slides>li {height: 600px;}.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;}/* h3 {font-size: 22px !important;}h4 {font-size: 18px !important;font-weight: bold;}h4 a {font-size: 18px !important;font-weight: bold;}h5 {font-size: 20px !important;}h6 {font-size: 16px !important;}p {font-size: 18px !important;}a {font-size: 18px !important;} */.breadcrumbs {/*font-size: 18px !important; */}.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 {text-align: center;padding-top: 60px;}/* .home_title_wrap h2{font-size: 34px;} */.pod_wrap {padding-bottom: 10px;}.pod_wrap img {width: 75px;display: block;margin: 35px 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/Blog_Images/industrynew.jpg);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/Blog_Images/brandnew2.jpg);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: 50px;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;margin: 0px 5px !important;}.industry_specific_wrap {padding-top: 0px;padding-bottom: 80px;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: #48403e;}.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;}.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;}.button_wrap {margin-top: 10px !important;}.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 !important; */font-weight: 700 !important;}.hs-content-name-products-archive-food-beverage .industry_menu ul li:nth-child(2) a {background: #999;color: #fff;}.product_listing_title_inner {}.pod_wrap {padding-top: 50px;padding-bottom: 70px;}/* .sheet_cta p{font-size: 14px;}*/.sheet_cta {background: #fff;border-radius: 40px;padding: 35px 55px;margin-top: 60px;margin-bottom:60px !important;box-shadow: 0px 0px 4px 1px #3c3c3c14;margin-bottom: 10px;}.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;}/* p {font-size: 14px;}*/.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.webp);background-size: cover !important;background-position: center !important;}.about_section2 {padding-top: 50px;}.about_main_wrap {padding-bottom: 60px;}.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 .large-description ul li {font-size: 14px;} */.who_we_are_pod {margin-bottom: 25px;}.product_main_wrap h4 {margin-bottom: 0px !important;}.product_main_wrap p {margin-top: 5px;}.product_main_wrap {padding-bottom: 60px;}.brands_wrap .span12 h4,.spare_parts .span12 h4{margin-bottom:45px !important;}.product_wrap.archive img{max-width: 150px !important;}.hs-content-name-products-archive-affetti .industry_menu ul li:first-child a{background: #999;color: #fff;}.hs-form input,.hs-form select,.hs-form textarea{border: 1px solid #727171 !important;/*font-size: 14px !important; */}.hs-form label {margin-top: 10px !important;display: block;/*font-size: 14px; */}.hs-form .hs-button {background: #3d3935 !important;color: #fff !important;padding: 18px 40px !important;border-radius: 40px !important;/*font-size: 14px !important; */font-weight: 700 !important;display: inline-block !important;text-transform: uppercase !important;cursor: pointer;width: auto !important;font-family: "Source Sans Pro","Arial";border: none !important;}/*p {font-size:14px;} */.contactBox {border-bottom: none !important;}.blog-pagination {clear: both;margin-left: 15px;}.blog-pagination .next-posts-link,.blog-pagination .previous-posts-link{color: #333;text-transform: uppercase;/*font-size: 14px; */font-weight: 700;}/*.breadcrumbs {font-size: 12px;} */.widget-module ul {padding-left: 0px;} /* .widget-module ul li{margin-bottom: 10px;} *//*.widget-module ul li a {font-size: 14px;} *//*.widget-module .filter-expand-link {font-size: 12px;} */.follow_us-sidebar h2 {color: #4d4d45 !important;/*font-size: 20px !important; */}.follow_us-sidebar img {width: 40px !important;}.blogBox .post-item > .row-fluid > .span9 {width: 100%;margin-left: 0px;}.blogBox .post-item .post-header .span9 {width: 100%;float: left;}.blogBox .post-item .post-header .span3 {width: 22%;float: left;}.blogBox .post-item .post-header {padding: 10px 10px 0px 10px;box-sizing: border-box;}.blogBox h2 a {color: #474641 !important;/*font-size: 18px; */font-weight: 700;}.blogBox .post-item .blog-date {/*font-size: 12px; */line-height: 16px;margin-top: 5px;}.blogBox .post-item .post-body p{margin-top: 0px;padding: 0px 10px;}.blogBox .more-link {margin-left: 10px;/*font-size: 14px; */}.hs-fieldtype-textarea {width: 98% !important;}.projects_dotpoints li {/*font-size: 14px; */line-height: 24px;}.body-container-wrapper li {/* font-size: 14px; */line-height: 24px;list-style-type: none;padding:0 10px!important;}.hs_cos_wrapper_type_rich_text li{list-style-type:unset;padding: 0 0!important;margin-left:15px;}.body-container-wrapper ul {margin-top:0px!important;padding:0px!important;}
.projects_video {max-width: 100% !important;max-height: unset !important;}.resources_wrap h4 a {color: #333 !important;/*font-size: 16px !important; */font-weight: 600 !important;}.resources_wrap {margin-bottom: 45px;}.resources_wrap p {margin-top: 0px !important;margin-bottom: 0px !important;}.resource_wrap_outer {margin-bottom: 25px;}.resources-description .faq-title {padding: 20px 30px;/*font-size: 18px; */background: #fff none repeat scroll 0% 0%;color: #3d3935;border-bottom:1px solid #3ad531;}.resources-description .faq-content {padding: 10px 30px 12px 30px;}.sidebar ul li.active:after {right: 3px;top: 13px;}.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {width: auto;color: #999;line-height: 100%;/*font-size: 14px; */border: solid 1px #999;border-radius: 5px;padding: 10px !important;text-align: center;/* height: auto; */margin-bottom: 15px;font-weight: 400;}.sidebar ul li {border-bottom: none !important;}.breadcrumbs {margin-top: 0px;}.hs-content-name-subscribe .resources-description .hs_submit {float: left;}.resource_wrap_outer img{width: 80px;margin: 0 auto;display: block;}.hs-content-name-glossary-of-pump-terms .body-container-wrapper #hs_cos_wrapper_widget_3250525590 li {float: left;display: block;}.hs-content-name-glossary-of-pump-terms .body-container-wrapper #hs_cos_wrapper_widget_3250525590 ul {padding-left: 0px;}.hs-content-name-glossary-of-pump-terms .body-container-wrapper #hs_cos_wrapper_widget_3250525590 ul li a{padding: 0px 5px;}.hs-content-name-glossary-of-pump-terms .body-container-wrapper #hs_cos_wrapper_widget_3250525590 ul:after {content: "";display: table;clear: both;}@media (max-width:768px) {.container {padding: 0px 15px;}#banner-container{padding: 0px!important;}}/* @media (max-width:767px) {.body-container-wrapper ul {padding:0 30px!important;}} */@media (min-width:1000px) {.industry_specific_wrap{padding-left: 450px;padding-right: 60px;background-position: 100% 0% !important;}}@media (min-width: 768px) {.hs-content-name-subscribe .body-container-wrapper .hs-form-field {margin-bottom: 5px;width: 100%;display: inline-block;margin: 0;}.resources-description .input ul {padding-left: 0px;}.projects_dotpoints {column-count: 2;margin-bottom: 30px;padding-left: 20px !important;margin-left:0px !important;}.projects_dotpoints li{}#main_banner{display:block!important;}.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;}.body-container-wrapper .hs-error-msgs li {margin-left: -40px;margin-top: -20px;list-style-type: none !important;}.body-container-wrapper .hs-error-msgs {margin-left: 0px;display: table !important;margin-bottom: 0px;}.body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {max-width: inherit !important;}.body-container-wrapper .hs-form-field {margin-bottom: 5px;width: 48%;display: inline-block;margin: 0px 1% 5px;}.news-subscription-box .hs-form-field{width: 100%;margin: 0px 0% 0px;}.hs-content-name-contact .body-container-wrapper .hs-form-field {margin-bottom: 5px;width: 48% !important;display: inline-block;margin: 0px 1% 5px !important;}.hs-content-name-contact .body-container-wrapper .hs-form {margin-left: -1% !important;}.hs-content-name-contact .body-container-wrapper .hs-fieldtype-textarea {width: 98% !important;}/*\.body-container-wrapper .hs-form {margin-left: -1%;} */.body-container-wrapper .hs-form select {background: url(https://sqidpayments.com.au/wp-content/uploads/2020/06/br_down.webp) no-repeat calc(100% - 15px) #fff !important;-webkit-appearance: none !important;background-size: 12px !important;}.hs_budget_ {width: 98% !important;}.hs_budget_ input {width: 100% !important;}.body-container-wrapper.hs-form-field.hs_message {width: 98%;}.blogBox .post-item {padding: 0px 0 35px 0;border-bottom: none;width: 48%;float: left;margin-right: 2%;}.blogBox .post-item .span3 {width: 100%;}.blogBox .post-item .span3 img{min-height: 270px;max-height: 270px;object-fit: cover;}.post-listing .post-item:nth-child(2n + 3) {clear: left;}/* .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) {}}.sup, .sub {vertical-align: baseline;position: relative;top: -0.4em;}.sub { top: 0.4em; }
.social-meadia-mobile{display:none !important;}
@media(max-width:768px){ .hs-blog-social-share {display: none;} .blog-tag-filter-outer { margin-bottom: 25px !important;} .widget-module ul {margin-top: 20px !important;} .social-meadia-desktop{display:none !important;}  .social-meadia-mobile{display:block !important;}}