/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Istok+Web%3A400%2C700%2C400italic%2C700italic%7CMerriweather%3A300%2C400%2C700%2C900%2C300italic%2C400italic%2C700italic%2C900italic&#038;subset=latin&#038;ver=1505817241');
@import url('//fonts.googleapis.com/css?family=Istok+Web%3A400%2C700%2C400italic%2C700italic%7CMerriweather%3A300%2C400%2C700%2C900%2C300italic%2C400italic%2C700italic%2C900italic&#038;subset=latin&#038;ver=1505817241');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * 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;}

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* 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; }

@font-face {
    font-family: 'Icons';
    src:url('//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Fonts/Icons/Icons.eot');
    src:url('//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Fonts/Icons/Icons.eot?#iefix') format('embedded-opentype'),
        url('//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Fonts/Icons/Icons.svg#Icons') format('svg'),
        url('//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Fonts/Icons/Icons.woff') format('woff'),
        url('//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Fonts/Icons/Icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="font-icon-"], [class*=" font-icon-"] {
    font-family: 'Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-icon-phone:before{content:"\e0f3"}.font-icon-mobile:before{content:"\e0f4"}.font-icon-mouse:before{content:"\e0f5"}.font-icon-directions:before{content:"\e0f6"}.font-icon-mail:before{content:"\e0f7"}.font-icon-paperplane:before{content:"\e0f8"}.font-icon-pencil:before{content:"\e0f9"}.font-icon-feather:before{content:"\e0fa"}.font-icon-paperclip:before{content:"\e0fb"}.font-icon-drawer:before{content:"\e0fc"}.font-icon-reply:before{content:"\e0fd"}.font-icon-reply-all:before{content:"\e0fe"}.font-icon-forward:before{content:"\e0ff"}.font-icon-user:before{content:"\e100"}.font-icon-users:before{content:"\e101"}.font-icon-user-add:before{content:"\e102"}.font-icon-vcard:before{content:"\e103"}.font-icon-export:before{content:"\e104"}.font-icon-location:before{content:"\e105"}.font-icon-map:before{content:"\e106"}.font-icon-compass:before{content:"\e107"}.font-icon-location-2:before{content:"\e108"}.font-icon-target:before{content:"\e109"}.font-icon-share:before{content:"\e10a"}.font-icon-sharable:before{content:"\e10b"}.font-icon-heart:before{content:"\e10c"}.font-icon-heart-2:before{content:"\e10d"}.font-icon-star:before{content:"\e10e"}.font-icon-star-2:before{content:"\e10f"}.font-icon-thumbs-up:before{content:"\e110"}.font-icon-thumbs-down:before{content:"\e111"}.font-icon-chat:before{content:"\e112"}.font-icon-comment:before{content:"\e113"}.font-icon-quote:before{content:"\e114"}.font-icon-house:before{content:"\e115"}.font-icon-popup:before{content:"\e116"}.font-icon-search:before{content:"\e117"}.font-icon-flashlight:before{content:"\e118"}.font-icon-printer:before{content:"\e119"}.font-icon-bell:before{content:"\e11a"}.font-icon-link:before{content:"\e11b"}.font-icon-flag:before{content:"\e11c"}.font-icon-cog:before{content:"\e11d"}.font-icon-tools:before{content:"\e11e"}.font-icon-trophy:before{content:"\e11f"}.font-icon-tag:before{content:"\e120"}.font-icon-camera:before{content:"\e121"}.font-icon-megaphone:before{content:"\e122"}.font-icon-moon:before{content:"\e123"}.font-icon-palette:before{content:"\e124"}.font-icon-leaf:before{content:"\e125"}.font-icon-music:before{content:"\e126"}.font-icon-music-2:before{content:"\e127"}.font-icon-new:before{content:"\e128"}.font-icon-graduation:before{content:"\e129"}.font-icon-book:before{content:"\e12a"}.font-icon-newspaper:before{content:"\e12b"}.font-icon-bag:before{content:"\e12c"}.font-icon-airplane:before{content:"\e12d"}.font-icon-lifebuoy:before{content:"\e12e"}.font-icon-eye:before{content:"\e12f"}.font-icon-clock:before{content:"\e130"}.font-icon-microphone:before{content:"\e131"}.font-icon-calendar:before{content:"\e132"}.font-icon-bolt:before{content:"\e133"}.font-icon-thunder:before{content:"\e134"}.font-icon-droplet:before{content:"\e135"}.font-icon-cd:before{content:"\e136"}.font-icon-briefcase:before{content:"\e137"}.font-icon-air:before{content:"\e138"}.font-icon-hourglass:before{content:"\e139"}.font-icon-gauge:before{content:"\e13a"}.font-icon-language:before{content:"\e13b"}.font-icon-network:before{content:"\e13c"}.font-icon-key:before{content:"\e13d"}.font-icon-battery:before{content:"\e13e"}.font-icon-bucket:before{content:"\e13f"}.font-icon-magnet:before{content:"\e140"}.font-icon-drive:before{content:"\e141"}.font-icon-cup:before{content:"\e142"}.font-icon-rocket:before{content:"\e143"}.font-icon-brush:before{content:"\e144"}.font-icon-suitcase:before{content:"\e145"}.font-icon-cone:before{content:"\e146"}.font-icon-earth:before{content:"\e147"}.font-icon-keyboard:before{content:"\e148"}.font-icon-browser:before{content:"\e149"}.font-icon-publish:before{content:"\e14a"}.font-icon-progress-3:before{content:"\e14b"}.font-icon-progress-2:before{content:"\e14c"}.font-icon-progress-1:before{content:"\e14d"}.font-icon-progress-0:before{content:"\e14e"}.font-icon-sun:before{content:"\e14f"}.font-icon-sun-2:before{content:"\e150"}.font-icon-adjust:before{content:"\e151"}.font-icon-code:before{content:"\e152"}.font-icon-screen:before{content:"\e153"}.font-icon-light-bulb:before{content:"\e155"}.font-icon-credit-card:before{content:"\e156"}.font-icon-database:before{content:"\e157"}.font-icon-voicemail:before{content:"\e158"}.font-icon-clipboard:before{content:"\e159"}.font-icon-cart:before{content:"\e15a"}.font-icon-box:before{content:"\e15b"}.font-icon-ticket:before{content:"\e15c"}.font-icon-rss:before{content:"\e15d"}.font-icon-signal:before{content:"\e15e"}.font-icon-thermometer:before{content:"\e15f"}.font-icon-droplets:before{content:"\e160"}.font-icon-layout-3:before{content:"\e161"}.font-icon-statistics:before{content:"\e162"}.font-icon-pie:before{content:"\e163"}.font-icon-bars:before{content:"\e164"}.font-icon-graph:before{content:"\e165"}.font-icon-lock:before{content:"\e166"}.font-icon-lock-open:before{content:"\e167"}.font-icon-logout:before{content:"\e168"}.font-icon-login:before{content:"\e169"}.font-icon-checkmark:before{content:"\e16a"}.font-icon-cross:before{content:"\e16b"}.font-icon-minus:before{content:"\e16c"}.font-icon-plus:before{content:"\e16d"}.font-icon-cross-2:before{content:"\e16e"}.font-icon-minus-2:before{content:"\e16f"}.font-icon-plus-2:before{content:"\e170"}.font-icon-cross-3:before{content:"\e171"}.font-icon-minus-3:before{content:"\e172"}.font-icon-plus-3:before{content:"\e173"}.font-icon-erase:before{content:"\e174"}.font-icon-blocked:before{content:"\e175"}.font-icon-info:before{content:"\e176"}.font-icon-info-2:before{content:"\e177"}.font-icon-question:before{content:"\e178"}.font-icon-help:before{content:"\e179"}.font-icon-warning:before{content:"\e17a"}.font-icon-cycle:before{content:"\e17b"}.font-icon-cw:before{content:"\e17c"}.font-icon-ccw:before{content:"\e17d"}.font-icon-shuffle:before{content:"\e17e"}.font-icon-arrow:before{content:"\e17f"}.font-icon-arrow-2:before{content:"\e180"}.font-icon-retweet:before{content:"\e181"}.font-icon-loop:before{content:"\e182"}.font-icon-history:before{content:"\e183"}.font-icon-back:before{content:"\e184"}.font-icon-switch:before{content:"\e185"}.font-icon-list:before{content:"\e186"}.font-icon-add-to-list:before{content:"\e187"}.font-icon-layout:before{content:"\e188"}.font-icon-list-2:before{content:"\e189"}.font-icon-text:before{content:"\e18a"}.font-icon-text-2:before{content:"\e18b"}.font-icon-document:before{content:"\e18c"}.font-icon-docs:before{content:"\e18d"}.font-icon-landscape:before{content:"\e18e"}.font-icon-pictures:before{content:"\e18f"}.font-icon-video:before{content:"\e190"}.font-icon-music-3:before{content:"\e191"}.font-icon-folder:before{content:"\e192"}.font-icon-archive:before{content:"\e193"}.font-icon-trash:before{content:"\e194"}.font-icon-upload:before{content:"\e195"}.font-icon-download:before{content:"\e196"}.font-icon-disk:before{content:"\e197"}.font-icon-install:before{content:"\e198"}.font-icon-cloud:before{content:"\e199"}.font-icon-upload-2:before{content:"\e19a"}.font-icon-bookmark:before{content:"\e19b"}.font-icon-bookmarks:before{content:"\e19c"}.font-icon-book-2:before{content:"\e19d"}.font-icon-play:before{content:"\e19e"}.font-icon-pause:before{content:"\e19f"}.font-icon-record:before{content:"\e1a0"}.font-icon-stop:before{content:"\e1a1"}.font-icon-next:before{content:"\e1a2"}.font-icon-previous:before{content:"\e1a3"}.font-icon-first:before{content:"\e1a4"}.font-icon-last:before{content:"\e1a5"}.font-icon-resize-enlarge:before{content:"\e1a6"}.font-icon-resize-shrink:before{content:"\e1a7"}.font-icon-volume:before{content:"\e1a8"}.font-icon-sound:before{content:"\e1a9"}.font-icon-mute:before{content:"\e1aa"}.font-icon-flow-cascade:before{content:"\e1ab"}.font-icon-flow-branch:before{content:"\e1ac"}.font-icon-flow-tree:before{content:"\e1ad"}.font-icon-flow-line:before{content:"\e1ae"}.font-icon-flow-parallel:before{content:"\e1af"}.font-icon-arrow-left-big-flat:before{content:"\e1b0"}.font-icon-arrow-down-big-flat:before{content:"\e1b1"}.font-icon-arrow-up-big-flat:before{content:"\e1b2"}.font-icon-arrow-right-big-flat:before{content:"\e1b3"}.font-icon-arrow-left-small-flat:before{content:"\e1b4"}.font-icon-arrow-down-small-flat:before{content:"\e1b5"}.font-icon-arrow-up-small-flat:before{content:"\e1b6"}.font-icon-arrow-right-small-flat:before{content:"\e1b7"}.font-icon-arrow-left-circle:before{content:"\e1b8"}.font-icon-arrow-down-circle:before{content:"\e1b9"}.font-icon-arrow-up-circle:before{content:"\e1ba"}.font-icon-arrow-right-circle:before{content:"\e1bb"}.font-icon-arrow-left-triangle:before{content:"\e1bc"}.font-icon-arrow-down-triangle:before{content:"\e1bd"}.font-icon-arrow-up-triangle:before{content:"\e1be"}.font-icon-arrow-right-triangle:before{content:"\e1bf"}.font-icon-arrow-left-simple-round:before{content:"\e1c0"}.font-icon-arrow-down-simple-round:before{content:"\e1c1"}.font-icon-arrow-up-simple-round:before{content:"\e1c2"}.font-icon-arrow-right-simple-round:before{content:"\e1c3"}.font-icon-arrow-left-simple-thin-round:before{content:"\e1c4"}.font-icon-arrow-down-simple-thin-round:before{content:"\e1c5"}.font-icon-arrow-up-simple-thin-round:before{content:"\e1c6"}.font-icon-arrow-right-simple-thin-round:before{content:"\e1c7"}.font-icon-arrow-left-simple-thin:before{content:"\e1c8"}.font-icon-arrow-down-simple-thin:before{content:"\e1c9"}.font-icon-arrow-up-simple-thin:before{content:"\e1ca"}.font-icon-arrow-right-simple-thin:before{content:"\e1cb"}.font-icon-arrow-left-big:before{content:"\e1cc"}.font-icon-arrow-down-big:before{content:"\e1cd"}.font-icon-arrow-up-big:before{content:"\e1ce"}.font-icon-arrow-right-big:before{content:"\e1cf"}.font-icon-arrow-menu:before{content:"\e1d0"}.font-icon-ellipsis:before{content:"\e1d1"}.font-icon-dots:before{content:"\e1d2"}.font-icon-dot:before{content:"\e1d3"}.font-icon-social-zerply:before{content:"\e01b"}.font-icon-social-youtube:before{content:"\e017"}.font-icon-social-yelp:before{content:"\e01d"}.font-icon-social-yahoo:before{content:"\e01e"}.font-icon-social-wordpress:before{content:"\e01f"}.font-icon-social-virb:before{content:"\e020"}.font-icon-social-vimeo:before{content:"\e021"}.font-icon-social-viddler:before{content:"\e022"}.font-icon-social-twitter:before{content:"\e023"}.font-icon-social-tumblr:before{content:"\e024"}.font-icon-social-stumbleupon:before{content:"\e025"}.font-icon-social-soundcloud:before{content:"\e073"}.font-icon-social-skype:before{content:"\e074"}.font-icon-social-share-this:before{content:"\e075"}.font-icon-social-quora:before{content:"\e076"}.font-icon-social-paypal:before{content:"\e079"}.font-icon-social-linkedin:before{content:"\e027"}.font-icon-social-last-fm:before{content:"\e028"}.font-icon-social-instagram:before{content:"\e029"}.font-icon-social-grooveshark:before{content:"\e02a"}.font-icon-social-google-plus:before{content:"\e02b"}.font-icon-social-github:before{content:"\e02c"}.font-icon-social-forrst:before{content:"\e02d"}.font-icon-social-flickr:before{content:"\e02e"}.font-icon-social-facebook:before{content:"\e02f"}.font-icon-social-evernote:before{content:"\e030"}.font-icon-social-envato:before{content:"\e031"}.font-icon-social-email:before{content:"\e032"}.font-icon-social-dribbble:before{content:"\e033"}.font-icon-social-digg:before{content:"\e034"}.font-icon-social-deviant-art:before{content:"\e035"}.font-icon-social-blogger:before{content:"\e036"}.font-icon-social-behance:before{content:"\e037"}.font-icon-social-bebo:before{content:"\e038"}.font-icon-social-500px:before{content:"\e07b"}.font-icon-social-pinterest:before{content:"\e077"}.font-icon-align-right:before{content:"\e000"}.font-icon-align-left:before{content:"\e001"}.font-icon-align-justify:before{content:"\e002"}.font-icon-align-center:before{content:"\e003"}.font-icon-group:before{content:"\e004"}.font-icon-grid:before{content:"\e005"}.font-icon-grid-large:before{content:"\e006"}.font-icon-social-xing:before{content:"\f168"}


@font-face {
 font-family:social-logos;
 src:url(//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Fonts/social-logos/social-logos.eot);
 src:url(//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Fonts/social-logos/social-logos.eot?#iefix) format("embedded-opentype"),
   url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
   url(//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Fonts/social-logos/social-logos.ttf) format("truetype");
 font-weight:400;
 font-style:normal
}
.social-logo {
 font-family:social-logos;
 display:inline-block;
 vertical-align:middle;
 line-height:1;
 font-weight:400;
 font-style:normal;
 speak:none;
 text-decoration:inherit;
 text-transform:none;
 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.social-logo__amazon:before {
 content:"\f600"
}
.social-logo__behance:before {
 content:"\f101"
}
.social-logo__blogger-alt:before {
 content:"\f601"
}
.social-logo__blogger:before {
 content:"\f602"
}
.social-logo__codepen:before {
 content:"\f216"
}
.social-logo__dribbble:before {
 content:"\f201"
}
.social-logo__dropbox:before {
 content:"\f225"
}
.social-logo__eventbrite:before {
 content:"\f603"
}
.social-logo__facebook:before {
 content:"\f203"
}
.social-logo__feed:before {
 content:"\f413"
}
.social-logo__flickr:before {
 content:"\f211"
}
.social-logo__foursquare:before {
 content:"\f226"
}
.social-logo__ghost:before {
 content:"\f61c"
}
.social-logo__github:before {
 content:"\f200"
}
.social-logo__google-plus-alt:before {
 content:"\f218"
}
.social-logo__google-plus:before {
 content:"\f206"
}
.social-logo__instagram:before {
 content:"\f215"
}
.social-logo__linkedin:before {
 content:"\f207"
}
.social-logo__mail:before {
 content:"\f410"
}
.social-logo__medium:before {
 content:"\f623"
}
.social-logo__path-alt:before {
 content:"\f604"
}
.social-logo__path:before {
 content:"\f219"
}
.social-logo__pinterest-alt:before {
 content:"\f210"
}
.social-logo__pinterest:before {
 content:"\f209"
}
.social-logo__pocket:before {
 content:"\f224"
}
.social-logo__polldaddy:before {
 content:"\f217"
}
.social-logo__print:before {
 content:"\f469"
}
.social-logo__reddit:before {
 content:"\f222"
}
.social-logo__share:before {
 content:"\f415"
}
.social-logo__skype:before {
 content:"\f220"
}
.social-logo__spotify:before {
 content:"\f515"
}
.social-logo__squarespace:before {
 content:"\f605"
}
.social-logo__stumbleupon:before {
 content:"\f223"
}
.social-logo__telegram:before {
 content:"\f606"
}
.social-logo__tumblr-alt:before {
 content:"\f607"
}
.social-logo__tumblr:before {
 content:"\f214"
}
.social-logo__twitch:before {
 content:"\f516"
}
.social-logo__twitter-alt:before {
 content:"\f202"
}
.social-logo__twitter:before {
 content:"\f610"
}
.social-logo__vimeo:before {
 content:"\f212"
}
.social-logo__whatsapp:before {
 content:"\f608"
}
.social-logo__wordpress:before {
 content:"\f205"
}
.social-logo__xanga:before {
 content:"\f609"
}
.social-logo__youtube:before {
 content:"\f213"
}


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html{
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

body {
  background: #fff;
  font-family: Merriweather, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #474747;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* Highlighted Text 
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
*/


/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

/** 
 * Transition 
 *
 *  
 */


/** 
 * Border Radius 
 *
 *  
 */

/** 
 * Box Shadow  
 *
 *  
 */

/** 
 * Transform
 *
 *  
 */



/** 
 * Animation
 *
 *  
 */






/** 
 * Filter
 *
 *  
 */


/* =============== Typography =============== */

/* Basic text */
p {
	margin: 0.85em 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.02em;
  margin: 0;
  text-transform: uppercase;
  font-family: Istok Web, Arial, sans-serif;
  color: #000000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {display: none;}

h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #2556a1;
}
h2 {
  font-size: 32px;
  line-height: 48px;
  color: #2556a1;
}
h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #2556a1;
}
h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.hs_cos_wrapper_type_header h1{
  text-align: center;
  font-size: 32px;
  line-height: 48px;
}
.sidebar h3:first-child,
.blog-sidebar h3:first-child{
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
h3.form-title{
  margin-bottom: 15px;
}

/* Anchor Links */
a {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: color 0.215s ease-in-out 0s;
    transition: color 0.215s ease-in-out 0s;
}
a:hover, a:focus { color: #2556a1; }

/* Lists */
ul, ol {
	margin: 0 0 20px 0px;
  padding-left:30px;
}
ul {
    list-style: disc inside;
}
ol {
    list-style: decimal inside;
}
ul ul, ul ol, ol ol, ol ul {}
li {
   line-height:30px;
}
form li{
	line-height:inherit;
}


/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

/* Main Header */
.header-container .custom_main-header{
  background: #fff;
  z-index: 999999;
  -webkit-box-shadow: 0px 0px 83px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 83px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 83px 0px rgba(0,0,0,0.3);
  -webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-ms-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;;
  position: fixed;
  top: 0;
  left:0;
  padding-left: 70px;
  padding-right: 70px;
}
.header-container .widget-type-global_group{
  min-height: 0;
}

/* Logo Styling */
.header-container .custom_logo-wrapper{
  float: left;
  width: auto;
  margin-left: 0;
}
.header-container .widget-type-logo{
  line-height: 60px;
  padding: 20px 0 16px;
  -webkit-transition: color 0.215s ease-in-out 0s, padding 0.3s ease 0s;
  transition: color 0.215s ease-in-out 0s, padding 0.3s ease 0s;
}
.header-container .widget-type-logo img{
  max-height: 50px;
  opacity: 1;
  -webkit-transition: width 0.3s ease 0s, max-height 0.3s ease 0s, opacity 0.315s ease-in-out 0s;
  transition: width 0.3s ease 0s, max-height 0.3s ease 0s, opacity 0.315s ease-in-out 0s;
  width: auto !important;
}
.header-container .widget-type-logo img:hover{
  opacity: 0.65;
}
img {
    vertical-align: middle;
}

/* Search Trigger */
.header-container .custom_search-trigger{
  float: right;
  width: auto;
  margin-left:0;
  padding-left:10px;
  line-height: 30px;
}
a.search-trigger{
  line-height: 60px;
  padding: 20px 0 16px;
  -webkit-transition: color 0.215s ease-in-out 0s, padding 0.3s ease 0s;
  transition: color 0.215s ease-in-out 0s, padding 0.3s ease 0s;
  color: #000000;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/* Header Search */
.row-fluid .custom_header-search{
  -webkit-transition: all 0.215s ease-in-out 0.3s;
	-moz-transition: all 0.215s ease-in-out 0.3s;
	-ms-transition: all 0.215s ease-in-out 0.3s;
	-o-transition: all 0.215s ease-in-out 0.3s;
	transition: all 0.215s ease-in-out 0.3s;;
  overflow: hidden !important;
  z-index: 9200;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
body.search-open{
  overflow: hidden;
}
.search-open .row-fluid .custom_header-search{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.215s ease-in-out 0s;
	-moz-transition: all 0.215s ease-in-out 0s;
	-ms-transition: all 0.215s ease-in-out 0s;
	-o-transition: all 0.215s ease-in-out 0s;
	transition: all 0.215s ease-in-out 0s;;
}
.custom_search-overlay{
  opacity: 0;
  filter: alpha(opacity=95);
 -webkit-transition: all 0.215s ease-in-out 0.3s;
	-moz-transition: all 0.215s ease-in-out 0.3s;
	-ms-transition: all 0.215s ease-in-out 0.3s;
	-o-transition: all 0.215s ease-in-out 0.3s;
	transition: all 0.215s ease-in-out 0.3s;;
  background: #000000;
  z-index: 9100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
.search-open .custom_search-overlay{
  opacity: 0.95;
  visibility: visible;
  -webkit-transition: all 0.215s ease-in-out 0s;
	-moz-transition: all 0.215s ease-in-out 0s;
	-ms-transition: all 0.215s ease-in-out 0s;
	-o-transition: all 0.215s ease-in-out 0s;
	transition: all 0.215s ease-in-out 0s;;
}
.custom_header-search form{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 999800;
  -webkit-backface-visibility: hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;;
}
.search-open .custom_header-search form{
	opacity:1;
  visibility:visible;
  -webkit-transition: all .3s ease 0.3s;
	-moz-transition: all .3s ease 0.3s;
	-ms-transition: all .3s ease 0.3s;
	-o-transition: all .3s ease 0.3s;
	transition: all .3s ease 0.3s;;
}
.custom_header-search form .input{
  width: 50%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255,255,255,0.09);
}
.custom_header-search form .input input{
  font-family: Istok Web, Arial, sans-serif;
  border: 0 none;
  background: transparent;
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;padding: 15px;
  -webkit-transition: color 0.215s ease-in-out 0s;
  transition: color 0.215s ease-in-out 0s;
  margin:0;
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;;
}
.custom_header-search form .input input:focus{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;;
  color: #FFFFFF;
}
/* Placeholder Text */
.custom_header-search form .input input::-webkit-input-placeholder {
  color: #fff;
} /* Webkit Browsers */
.custom_header-search form .input input:-moz-placeholder {
  color: #fff;
} /* Firefox 18- */
.custom_header-search form .input input::-moz-placeholder {
  color: #fff;
} /* Firefox 19+ */
.custom_header-search form .input input:-ms-input-placeholder {
  color: #fff;
} /* IE10 */


/* Sticky Header */
@media screen and (min-width:1200px) {
  .sticky-header .header-container .widget-type-logo{
    padding:0;
  }
  .sticky-header .header-container .widget-type-logo img{
    max-height: 40px;
  }
  .sticky-header a.search-trigger,
  .sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 0;
  }
  .sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    margin-top:0;
  }
  .sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before{
    display: none;
  }
}
/* =============== Content =============== */

.body-container-wrapper {
	padding-top:70px;
  margin-top:96px;
}
.body-container {}

.content-wrapper {
	padding-bottom:70px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.sidebar > .row-fluid-wrapper .widget-span,
.blog-sidebar > .row-fluid-wrapper .widget-span{
  margin-bottom: 60px;
}
.sidebar > .row-fluid-wrapper .widget-type-header,
.blog-sidebar > .row-fluid-wrapper .widget-type-header,
.sidebar > .row-fluid-wrapper .widget-span.widget-type-cta{
  margin-bottom: 0;
}
.sidebar > .row-fluid-wrapper:last-child .widget-span,
.blog-sidebar > .row-fluid-wrapper:last-child .widget-span{
  margin-bottom: 0;
}

.blog-sidebar,
.sidebar{
  margin-top:2px;
}
/* =============== Footer =============== */

.footer-container-wrapper{
  background: #2556a1;
  color:#fff;
}
.footer-container *{
  color:#fff;
}
.custom_copyright{
  font-family: Istok Web;
  padding: 66px 30px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
}
.custom_copyright p{
  margin:0;
}
.custom_main-footer{
  -webkit-box-shadow: 0px 0px 83px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 83px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 83px 0px rgba(0,0,0,0.3);
  padding: 96px 0;
}
.custom_footer-menu{
  padding: 0 0 20px 30px;
}
.custom_footer-menu .hs-menu-wrapper > ul{
  display: block;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}

.custom_footer-menu .hs-menu-wrapper > ul > li a{
  font-family: Istok Web, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  display: inline !important;
}
@-moz-document url-prefix() {
    .custom_copyright p{
      position: relative;
      top:-1px;
    }
    .custom_main-footer{
      padding-top:97px;
    }
}


/* Back To Top */
#back-to-top{
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  background: #323A45;
  z-index: 99;
  -webkit-transition: background 0.215s ease-in-out 0s;
  transition: background 0.215s ease-in-out 0s;
}
#back-to-top:hover{
  background: #2556a1;
}
#back-to-top i{
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  background-image: url(//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Layout/sprite-menu.svg);
  background-repeat: no-repeat;
  background-position: -16px -64px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:1200px) {
  /* Parent List */
  .header-container .custom-menu-primary{
    float: right;
    width: auto;
    margin-left: 0;

  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    line-height: 60px;
    padding: 20px 0 16px;
    -webkit-transition: color 0.215s ease-in-out 0s, padding 0.3s ease 0s;
    transition: color 0.215s ease-in-out 0s, padding 0.3s ease 0s;
    color: #000000;
    display: block;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Istok Web, Arial, sans-serif;
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
    color: green;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #2556a1;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    min-width: 230px;
    background: #1E1E1E;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    margin-top:4px;
    margin-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul{
    margin-left:-30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before{
    content:"";
    height: 4px;
    top:-4px;
    width: 100%;
    left:0;
    position: absolute;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #C0BDBF;
    position: relative;
    font-weight: normal;
    padding: 10px 20px 11px;
    line-height: 25px;
    -webkit-transition: color 0.215s ease-in-out 0s, padding 0.3s ease 0s;
    transition: color 0.215s ease-in-out 0s, padding 0.3s ease 0s;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Istok Web, Arial, sans-serif;
    font-size: 13px;
    white-space: normal !important;
    border-top: 1px solid #2F2F2F;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child > a{
    border:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #FFFFFF;
  }
}


/* Vertical Menu */
.body-container .hs-menu-flow-vertical ul li a{
  padding: 4px 0;
  display:block;
  white-space:normal !important;
}
.body-container .hs-menu-flow-vertical ul li.active-branch > a{
  color: #2556a1;
}
@media screen and (min-width:768px) {
  .body-container .hs-menu-flow-vertical.flyouts ul ul{
    min-width: 230px;
    background: #1E1E1E;
  }
  .body-container .hs-menu-flow-vertical.flyouts ul ul li a{
    color: #C0BDBF;
    position: relative;
    font-weight: normal;
    padding: 10px 20px 11px;
    line-height: 25px;
    -webkit-transition: color 0.215s ease-in-out 0s, padding 0.3s ease 0s;
    transition: color 0.215s ease-in-out 0s, padding 0.3s ease 0s;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Istok Web, Arial, sans-serif;
    font-size: 13px;
    white-space: normal !important;
    border-top: 1px solid #2F2F2F;
  }
  .body-container .hs-menu-flow-vertical.flyouts ul ul li a:hover,
  .body-container .hs-menu-flow-vertical.flyouts ul ul li.active-branch > a{
     color: #FFFFFF;
  }
}
.body-container .hs-menu-flow-vertical.no-flyouts ul ul li a{
  font-size: 14px;
  padding-left:15px;
}
.body-container .hs-menu-flow-vertical.no-flyouts ul ul ul li a{
  padding-left:30px;
}
.body-container .hs-menu-flow-vertical.no-flyouts ul ul ul ul li a{
  padding-left:45px;
}

@media (max-width: 767px){
	.body-container .hs-menu-flow-vertical.flyouts ul ul li a{
    font-size: 14px;
    padding-left:15px;
  }
  .body-container .hs-menu-flow-vertical.flyouts ul ul ul li a{
    padding-left:30px;
  }
  .body-container .hs-menu-flow-vertical.flyouts ul ul ul ul li a{
    padding-left:45px;
  }
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1200px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1199px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0;
    left: 0;
    width: 60px;
    height: 59px;
    border-right: 1px solid #CAD4DD;
    z-index: 50;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: color 0.215s ease-in-out 0s;
    transition: color 0.215s ease-in-out 0s;
    overflow:hidden;
    }
  .mobile-trigger span{
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -8px -8px 0 0;
    width: 16px;
    height: 16px;
    background-image: url(//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Layout/sprite-menu.svg);
    background-repeat: no-repeat;
    background-position: 0px -32px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.250s ease-out 0s, opacity 0.215s ease-in-out 0s;
    transition: transform 0.250s ease-out 0s, opacity 0.215s ease-in-out 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .mobile-open .mobile-trigger span{
    opacity: 1;
    background-position: 0px -48px;
    -webkit-transition: -webkit-transform 0.250s ease-out 0s, opacity 0.215s ease-in-out 0s;
    transition: transform 0.250s ease-out 0s, opacity 0.215s ease-in-out 0s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    position: absolute;
    height: 60px;
    right: 0px;
    top: 0px;
    width: 60px;
    background: #1E1E1E;
    border-left: 1px solid #2f2f2f;
    -webkit-transition: background 0.215s ease-in-out 0s;
    transition: background 0.215s ease-in-out 0s;
    cursor:pointer;
  }
  .child-trigger span{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    background-image: url(//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Layout/sprite-menu.svg);
    background-repeat: no-repeat;
    background-position: -16px 0px;
    opacity: 1;
    z-index: 5;
    -webkit-transition: -webkit-transform 0.250s ease-out 0s;
    transition: transform 0.250s ease-out 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .custom-menu-primary ul li:hover > .child-trigger,
  .child-trigger.child-open{
    background: #191919;
  }
  .child-trigger.child-open span{
    -webkit-transition: -webkit-transform 0.250s ease-out 0s;
    transition: transform 0.250s ease-out 0s;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .header-container .custom-menu-primary{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
    min-height:100%;
    width:100%;
    float:left;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
    background: #1E1E1E;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    line-height: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-family: 'Istok Web', Arial, sans-serif;
    font-weight: 700;
    color: #c0bdbf;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #2f2f2f;
    padding: 20px 24px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: color 0.215s ease-in-out 0s;
    transition: color 0.215s ease-in-out 0s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > a{
    color:#fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a{
    color: green;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding-left:35px;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  	padding-left:45px;
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    padding-left:55px;
  }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Listing Layout */
.custom_listing-page .body-container-wrapper{
  padding-top:0;
}
.custom_listing-page .content-wrapper{
  padding-bottom:0;
}
.custom_listing-page .blog-content{
  margin:0;
}
.custom_listing-page .container-fluid .row-fluid .content-wrapper{
  padding:0;
  max-width: 100%;
}

/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h1{
  font-size: 32px;
  line-height: 48px;
  margin:0 0 50px;
}
.post-item-inner{
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 4;
  top: 50%;
  left: 0;
  padding: 0 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}
.post-header h2,
h2.post-listing-simple{
  color: #000000;
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 0 3px;
  text-transform: uppercase;
  line-height: 30px;
}
.post-header h2 a,
h2.post-listing-simple a{
   color: #000000;
  font-weight: 400;
}
.post-header .line{
  background: #000000;
  display: block;
  height: 1px;
  margin: 16px auto 18px;
  opacity: 0.5;
  position: relative;
  width: 24px;
}
.post-item-meta h3{
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 5px 0 0 3px;
  position: relative;
  top:-2px;
}
.post-item-meta h3 a{
  color:#000;
  font-weight: 400;
}
.post-item a.post-link-overlay{
  position: absolute;
  z-index: 9;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay-bg-blog{
  background: rgba(0,0,0,0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: background 0.215s ease-in-out 0s;
  transition: background 0.215s ease-in-out 0s;
}
.post-item:hover .overlay-bg-blog{
  background: rgba(0,0,0,0.6);
}
.overlay-bg-blog .read-icon{
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  z-index: 2;
  background-image: url(//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Layout/sprite-menu.svg);
  background-position: -16px 0;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.215s ease-in-out 0s;
  transition: opacity 0.215s ease-in-out 0s;
}
.post-item:hover .overlay-bg-blog .read-icon{
  opacity: 1;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
Umple Element 

.blog-listing-wrapper .post-listing .post-item :before,
.blog-listing-wrapper .post-listing .post-item :after {
	content: "";
	display: table;
}
.blog-listing-wrapper .post-listing .post-item :after {
	clear: both;
}
.blog-listing-wrapper .post-listing .post-item {
	height: 380px;
  position:relative;
}
.post-item .hs-featured-image-wrapper{
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
} 
.post-item-description{
  width: 50%;
  height: 100%;
  background: #FFFFFF;
  float: left;
}
.post-item:nth-child(2n) .hs-featured-image-wrapper{
  float: right;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}
.post-body h2 {
    font-size: 25px;
    line-height: 1.2em;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
.hs-blog-post #hubspot-topic_data{
  margin: 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
ul.social-list{
  margin: 0 0 11px;
  padding:0;
  list-style-type: none;
  
  font-size:0;
}
ul.social-list li{
  margin: 0 5px 5px 0;
  display: inline-block;
}
ul.social-list li a{
  color: #fff !important;
  margin-top: 2px;
  text-indent: 0;
  -webkit-border-radius: 50%;
  border: 0;
  box-shadow: none;
  padding: 7px;
  position: relative;
  top: -2px;
  line-height: 1;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
   box-sizing:content-box;
  display: inline-block;
}

ul.social-list li a:before{
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal 18px/1 social-logos;
  vertical-align: top;
  text-align: center;
  color:#fff;
  vertical-align: middle;
  box-sizing:content-box;
}
ul.social-list li a.share_twitter:before{
  content: '\f202';
}
ul.social-list li a.share_twitter{
  background: #00acee;
}
ul.social-list li a.share_facebook{
  background: #3b5998;
}
ul.social-list li a.share_facebook:before{
  content: '\f203';
}
ul.social-list li a.share_googleplus{
  background: #dd4b39;
}
ul.social-list li a.share_googleplus:before{
  content: '\f218';
}
ul.social-list li a:hover{
  opacity: .6;
}
h3.sd-title{
  margin: 0 0 1em 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 9pt;
  font-weight: 700;
  padding: 20px 0 0 0;
}
h3.sd-title:before{
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 1em;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 150;
}
.blog-pagination a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #323A45;
  margin-left: 1px;
  text-indent: -9999px;
  border: 0 none !important;
  -webkit-transition: background 0.250s ease-out 0s !important;
  transition: background 0.250s ease-out 0s !important;
  float: left;
  bottom: 343px;
}
.blog-pagination a i{
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  text-indent: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url(//cdn2.hubspot.net/hubfs/3881041/Hydrosense_April2018/Layout/sprite-menu.svg);
  background-repeat: no-repeat;
}
.blog-pagination a i.next-icon{
  background-position: -16px -64px;
}
.blog-pagination a i.prev-icon{
 background-position: -16px -80px;
}
.blog-pagination a:hover{
  background: #2556a1;
}
.hs-blog-listing #back-to-top{
  bottom: 404px;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

.widget-type-post_listing ul,
.widget-type-post_filter ul{
  margin:0;
  padding:0;
  list-style-type:none;
}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

/* Custom Author Page */
.custom_author-profile{
  background-color: #23282F;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 3;
  height: 600px;
}
.custom_author-profile-inner{
  position: relative;
  text-align: center;
  top: 50%;
  padding: 0 70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom_author-profile h2.title{
  font-size: 38px;
  font-weight: 700;
  line-height: 53px;
  color: #FFFFFF;
  text-transform: none;
}
.custom_author-profile h2.title .color-text{
  color: #2556a1;
}
.custom_author-profile .author-line{
  background: #FFFFFF;
  display: block;
  height: 1px;
  margin: 8px auto 18px;
  opacity: 0.5;
  position: relative;
  width: 24px;
}
.custom_author-profile h3.caption{
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #FFFFFF;letter-spacing: 3px;
  margin: 0 0 0 3px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
	.blog-listing-wrapper .post-listing .post-item{
  	height:350px;
  }
  .custom_author-profile-inner{
  	padding:0 30px;
  }
}
@media (max-width: 991px) {
	.blog-pagination{
  	display:none;
  }
  .blog-sidebar{
    border-top: 2px solid #D8DADC;
    padding-top: 50px;
  }
  .hs-blog-post .blog-content{
  	margin-bottom:70px;
  }
  .hs-blog-post .blog-content,
  .hs-blog-post .blog-sidebar{
    margin-left:0;
    width: 100%;
  }
}
@media (max-width: 767px) {
	.post-item .hs-featured-image-wrapper,
  .post-item-description{
    float:none;
    width: 100%;
    height: 250px;
  }
  .post-item:nth-child(2n) .hs-featured-image-wrapper{
    float: none;
  }
  .blog-listing-wrapper .post-listing .post-item{
    height: auto;
  }
  .post-header h2, h2.post-listing-simple{
    font-size: 16px;
  }
  .post-item-meta h3{
    font-size: 11px;
  }
  .post-header .line{
  	margin: 12px auto 12px;
  }
  .custom_author-profile{
    height: 420px;
  }
  
}
/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
.hs-form.stacked label {
   margin: 0 0 4px;
  display:block;
}
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  font:inherit;
  line-height: inherit;
  width: 100%;
  padding: 15px;
  border: 1px solid #D8DADC;
  background: #FFFFFF;
  color: #BCBCC4;
  font-size: 16px;
  font-family: Merriweather, sans-serif;
  font-weight: 400;
  margin:0 0 20px;
  min-height:56px;
}
body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  color: #474747;
  outline: 0 none;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input.hs-input.error, .hs-form div.field.error input, .hs-form div.field.error textarea, .hs-form div.field.error .chzn-choices, textarea.hs-input.error {
   
}

input.hs-input.error:focus, .hs-form div.field.error input:focus, .hs-form div.field.error textarea:focus, .hs-form div.field.error .chzn-choices:focus, textarea.hs-input.error:focus {
   
}

/* Error */
ul.hs-error-msgs{
	margin:-20px 0 20px;
}
.hs-form.stacked ul.hs-error-msgs label{
	font-weight:400;
  margin:0;
  color: #ff0000;
}
.hs-form .hs-form-required {
    color: #ff0000;
}
ul.hs-error-msgs{
  padding:0;
  list-style-type: none;
}
.hs_error_rollup ul.hs-error-msgs{
  margin-top:0;
}


/* Placeholder Text */
::-webkit-input-placeholder {
  color: #BCBCC4;
  opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #BCBCC4;
  opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
  color: #BCBCC4;
  opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #BCBCC4;
  opacity: 1;
} /* IE10 */

/* CheckBox Correction*/
.subscription-template .checkbox-row .fakelabel > input[type="checkbox"] {
  position: relative;
  top: -1px;
}
/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {
	display:none;
}

/* Input */
.widget-type-google_search:not(.custom_header-search) input{
  box-shadow: none;
  width: 100%;
  margin: 0 0 18px;
  padding: 15px;
  height: auto;
  border: 1px solid #D8DADC;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #FFFFFF;
  font-size: 16px;
  resize: none;
  -webkit-transition: color 0.215s ease-in-out 0s;
  transition: color 0.215s ease-in-out 0s;
  font-family: Merriweather;
  font-weight: 400;
  line-height: 18px;
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;;
}
.widget-type-google_search:not(.custom_header-search) input:focus{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;;
}

.sidebar .widget-type-google_search:not(.custom_header-search) input,
.blog-sidebar .widget-type-google_search:not(.custom_header-search) input{
	margin-bottom:0px;
}

.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

/* Buttons */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-user-select: none;
  text-decoration: none !important;
  display:inline-block;
  outline: 0 none;
  text-align:center;
  display: inline-block;
  padding: 16px 21px 16px 24px;
  width: auto;
  border: 2px solid #2556a1;
  background-color: transparent;
  color: #2556a1;
  vertical-align: middle;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
	-o-border-radius: 2px;
    border-radius: 2px;;
  cursor: pointer;
  line-height: 1.25;
 -webkit-transition: none .3s ease;
	-moz-transition: none .3s ease;
	-ms-transition: none .3s ease;
	-o-transition: none .3s ease;
	transition: none .3s ease;;
  background: #FFFFFF;
  font-family: Merriweather, sans-serif;
  white-space: normal;
}
body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover,
body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
  background: #2556a1;
  border-color: transparent;
  color: #FFFFFF;
}
body .hs-button.primary:active,
body input[type="submit"]:active,
body input[type="button"]:active {
  background: #2556a1;
  border-color: transparent;
  color: #FFFFFF;
}

.body-container form{
  text-align: center;
}
.body-container form *{
    text-align:left;
}
.body-container form .actions,
.body-container .hs_cos_wrapper_type_google_search form > .field > .input {
    text-align: center;
}
/*Button Height Fix*/

button::-moz-focus-inner, 
input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {
	display:none;
}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

.hsformerror {z-index: 5 !important;}
.checkbox-row span.fakelabel input {
    float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
.checkbox-row span.fakelabel span {
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
p.header {margin-left: 0 !important;}
.subscribe-options label {margin: 0 !important;}
#email-prefs-form .email-edit {
    max-width: 100% !important;
    width: 100% !important;
}
#hs-pwd-widget-password {margin-top: 0 !important;max-width: 100% !important;width: 100% !important;}



/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .custom_header-search form .input{
    border-bottom: 1px solid rgba(255,255,255,0.09);
    padding:0;
  }
  a.search-trigger i{
  	position:relative;
    top:-1px;
  }
  #comment-form .hs-form-booleancheckbox input.hs-input{
    position: relative;
    top:1px;
  }
}
 	
/* IE Fix */
@media all and (-ms-high-contrast:none) {
	.custom_header-search form .input{
    border-bottom: 1px solid rgba(255,255,255,0.09);
    padding:0;
  }
}
@media (max-width: 1199px) {
	/* Page Center */
  .container-fluid .row-fluid .page-center{
  	max-width:970px;
  }
  .custom_copyright p{
      position: relative;
      top:0px;
    }
    .custom_main-footer{
      padding-top:96px;
    }
  .custom_footer-menu .hs-menu-wrapper > ul{
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
    text-align: center;
  }
  .header-container .custom_main-header{
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);;
    
    padding:0 60px;
    min-height:60px;
  }
  .body-container-wrapper{
    margin-top:0;
  }
  .header-container .custom_logo-wrapper{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #CAD4DD;
    
  }
  .header-container .widget-type-logo{
    width: 100%;
    text-align: center;
    padding:0;
    line-height:59px;
  }
  .header-container .custom_search-trigger{
    position: absolute;
    top: 0;
    width: 60px;
    height: 59px;
    z-index: 50;
    left: auto;
    right: 0;
    border-right: 0 none;
    border-left: 1px solid #CAD4DD;
  }
  a.search-trigger{
     position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    padding:0;
    vertical-align: middle;
    text-align: center;
  }
  a.search-trigger i{
    font-size: 16px;
    color: #000000;
    line-height: 59px;
    padding:0;
    vertical-align: middle;
  }
  #back-to-top{
  	display:none !important;
  }
  .custom_header-search form .input input{
  	font-size:30px;
  }
  .custom_header-search form .input {
    width: 70%;
  }
  .header-container .custom_logo-wrapper{
    background: #fff;
    position: relative;
    z-index: 9999;
    padding:0 60px;
  }
  .header-container .custom_main-header{
    position: static;
    padding:0;
  }
  .header-container .custom_search-trigger,
  .mobile-trigger{
    z-index: 9999;
  }
}
@media (max-width:1199px) and (-webkit-min-device-pixel-ratio:0) {
 .header-container .widget-type-logo img{
    position: relative;
    top: 1px;
    max-width: 181px;
    left: -1px;
    image-rendering: -webkit-optimize-contrast;
  }
}
@media (max-width: 991px) {
	/* Page Center */
  .container-fluid .row-fluid .page-center{
  	max-width:750px;
  }
  .custom_header-search form .input {
    width: 85%;
  }
}




/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
	.content-wrapper{
    padding-bottom:0;
  }
		.blog-content,
    .blog-sidebar,
    .sidebar,
    .main-content{
        margin-bottom:70px;
    }
  /* Page Center */
  .container-fluid .row-fluid .page-center{
  	max-width:100%;
    padding-left:30px;
    padding-right:30px; 
  }
  .custom_header-search form .input input {
      font-size: 20px;
  }
  .custom_header-search form .input {
      width: 90%;
  }
}  
@media (max-width:667px) and (min-width:641px) and (-webkit-min-device-pixel-ratio:0) {
 .header-container .widget-type-logo img{
    left: 0px;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 568px) {
	.header-container .custom_header-search,
  .header-container .custom_search-trigger{
  	display:none;
  }
}
@media (width:375px) and (-webkit-min-device-pixel-ratio:0) {
 .header-container .widget-type-logo img{
    left: 0px;
  }
}