/* ==========================================================================
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('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

@font-face {
  font-family: 'WorkSans-Light';
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-light.eot"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-light.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-light.ttf") format("truetype");
}

@font-face {
  font-family: 'WorkSans-Regular';
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-regular.eot"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-regular.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-regular.ttf") format("truetype");	
}

@font-face {
  font-family: 'WorkSans-Medium';
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-medium.eot"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-medium.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-medium.ttf") format("truetype");
}

@font-face {
  font-family: 'WorkSans-Bold';
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-bold.eot"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-bold.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-bold.ttf") format("truetype");	
}

@font-face {
  font-family: 'WorkSans-SemiBold';
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-semibold.eot"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-semibold.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/worksans-semibold.ttf") format("truetype");	
}


@font-face {
  font-family: 'icons';
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/icons-0eaaeceb9a509d25d6629013c2a90bf6.eot");
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/icons-0eaaeceb9a509d25d6629013c2a90bf6.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/icons-6042db4f2f7e883ab1864c113abd3999.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/icons-411df6f8bc8abe63ec7c48b9d50d9f6e.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'icons2';
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/icon2.eot");
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/icon2.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/icon2.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/Icon2.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/icons2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/opensans-light.eot");
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/opensans-light.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/opensans-light.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/opensans-light.ttf") format("truetype");
}

@font-face {
  font-family:  'OpenSans-SemiBold';
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/opensans-semibold.eot");
  src: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/opensans-semibold.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/opensans-semibold.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/fonts/opensans-semibold.ttf") format("truetype");
}
/* 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;
    margin-left: 1px;
}
.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;
  margin-left: 1px;
}
.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;
  margin-left: 1px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  margin-left: 1px;
}
.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;
    margin-left: 1px;
}
.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;
  margin-left: 1px;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
  margin-left: 1px;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
      margin-left: 1px;
}


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

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

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

*, *:before, *:after { box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
 
} 

body {
  background: #F9F9F9;
	font-family: 'WorkSans-Regular', sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  line-height: 2.5rem;
  color: #3a393a;
  -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 128rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;

}

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

/* Paddings */
.padding10tb { padding: 10px 0px; }
.padding20tb { padding: 20px 0px; }
.padding30tb { padding: 30px 0px; }
.padding40tb { padding: 40px 0px; }
.padding50tb { padding: 50px 0px; }
.padding60tb { padding: 60px 0px; }
.padding70tb { padding: 70px 0px; }
.padding80tb { padding: 80px 0px; }
.padding90tb { padding: 90px 0px; }
.padding100tb { padding: 100px 0px; }


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

/* Basic text */
p {} 
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 {
  font-weight: bold;
  margin: 0 0 1.5rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
h4 a {
  color: #0b4c65;
}



h1 {
  font-size: 3.4rem;
  line-height: 3.5rem;
  color: #23b0e6;
}
h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #23b0e6;
}
h3{
  color: #0b4c65;
  font-size: 2rem;
  line-height: 2rem;

}
h4 {
  font-size:16px;
}
h5 {
  font-size:14px;
}
h6 {
  font-size:12px;
}

/* Anchor Links */
a {
  color: #23b0e6;
}
a:hover, a:focus { 
  color: #29cb7a;
}

/* Lists */
ul, ol {
  padding-left: 1.8rem;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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


body, html {
  height: 100%;
}



/* Container added with js and is required for transforms to work */
#site-wrapper{
  max-width: 100%;
 
  overflow-x: hidden;

  position: relative;
}



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

.header-container-wrapper {}
.header-container {}
.widget-span.custom-logo {
  width: auto;
}
.custom-logo img {
  width: 105px !important;
  margin-left: 15px;
}

.custom-header-wrapper{

  position:relative;
}
.custom-header-wrapper {
  position: absolute;
  z-index: 3;
  padding-right: 15px;
  padding-left: 15px;
  background: transparent;
  padding-bottom: 15px;
  padding-top: 15px;
}
.custom-menu-primary.js-enabled {
  margin: 0px;
}
.custom-header-right-menu {
  text-align:  right;
}
.custom-header-right-menu ul{
  margin:0px;
}
.custom-header-right-menu ul li a {
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px 0 !important;
  text-align: center;
  width: 120px;
  margin-left: 18px;
  font-size: 16px;
  font-weight:100;
  cursor: pointer;
  text-transform:  uppercase;
}


.custom-header-right-menu ul li a:hover {
  border-color: #1EA6DF;
  background-color: #1EA6DF;
  color: #fff !importan;
}

.widget-span.cm-right-group {
  width:  auto;
  margin-left:  0;
  float: none;
  padding-right: 15px;
  padding-left: 15px;
}

.widget-span.custom-header-right-menu {
  width:  auto;
  float:  right;
  margin-left: 0;
}

.m-aug ul > li:nth-child(3) > ul > li:nth-child(1) > a {
	color: #3d3d3d;
  cursor: default;
  pointer-events: none;
}

.custom-menu-primary.js-enabled {
  width: auto;
}
body:not(.with-banner) .custom-header-wrapper {
  position: relative;
  background: #23b0e6;
  background: -webkit-linear-gradient(-45deg, #23b0e6 0%, #1d7fa5 100%);
  background: -webkit-linear-gradient(315deg, #23b0e6 0%, #1d7fa5 100%);
  background: linear-gradient(135deg, #23b0e6 0%, #1d7fa5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23b0e6', endColorstr='#1d7fa5',GradientType=1 );
}
.hs-home-page .widget-span.custom-header-wrapper{
  background: transparent;
}
@media (min-width: 992px){
  .custom-logo img {
    margin-right: 0;
  }
  .hs-home-page .widget-span.custom-header-wrapper {
    position: absolute;
    background: transparent;
  }
}
@media (min-width: 1280px){
  .custom-logo img {
    margin-right: 10px;
  }
}
@media (min-width: 1600px) {
  .custom-logo img {
    margin-right: 47px;
  }
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container .page-center {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.body-container .hs-yellow .page-center{
  padding-top: 0rem;
  padding-bottom: 0rem;
}


.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


.landing-banner-border-left {
	border-left: 6px solid #fec108;
}

.custom-banner {
  padding: 20rem 0 11rem;
  text-align: center;
  display: block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  margin-top: -17px;
  width: 100%;
}

.custom-banner.landing-banner-form {
	text-align: left;
  padding: 13rem 0 0rem;
}

.body-container .custom-banner .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-banner:before {
  content: "";
  background: #23b0e6;
  background: -webkit-linear-gradient(-45deg, #23b0e6 0%, #1d7fa5 100%);
  background: -webkit-linear-gradient(315deg, #23b0e6 0%, #1d7fa5 100%);
  background: linear-gradient(135deg, #23b0e6 0%, #1d7fa5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23b0e6', endColorstr='#1d7fa5',GradientType=1 );
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  left:  0;
  top: 0;
  z-index: 1;
}

.custom-banner h1 {
  margin: 0px;
  color: #ffffff;
  text-shadow: rgba(0,0,0,0.4) 0px 2px 3px;
  font-size: 3.4rem;
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
}

.custom-banner.landing-banner-form h1 {
		margin: 0px;
    color: #ffffff;
    text-shadow: rgba(0,0,0,0.2) 0px 2px 3px;
    font-size: 5.5rem;
    line-height: 5.5rem;
    margin-bottom: 1.5rem;
  	font-weight: 900;
}

.custom-banner .page-center {
  z-index:2;
  position: relative;
}
.custom-banner h4{
  font-size: 2rem;
  font-weight: 200;
  margin-bottom: 2.5rem;
}

.custom-banner .arrow-bottom { z-index: 5; position: relative; bottom: 0px; }


/* =============== Form =============== */

.legal-consent-container {
    max-width: 360px;
}

.gieexpo-form .legal-consent-container {
		min-width: 100% !important;
}

.legal-consent-container .hs-richtext {
	font-size: 10px;
  line-height: 12px;
}

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container a{
  text-decoration:none;
}
.footer-container-wrapper  .container-fluid .row-fluid .page-center{
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 30px;

}
.custom-footer-wrapper {
  font-family: 'WorkSans-Light';
  background-color: #2F2F2F;
  font-size: 14px;
  padding: 44px 0;
}
.custom-footer-wrapper {
  font-family: 'WorkSans-Light';
  background-color: #2F2F2F;
  font-size: 14px;
  padding: 44px 0;
}

.widget-span.custom-copyright p {
  display:  inline-block;
  margin: 0;
}

.custom-social-icon ul {
  list-style:  none;
  text-align: right;
  margin: 0;
  margin-bottom: 15px;
}

.custom-social-icon ul li {
  font-size: 16px;
  list-style: none;
  display: inline-block;
}

.custom-social-icon ul li a {
  padding: 0 20px;
  color: rgba(255,255,255,0.3);
}

.custom-social-icon ul li a i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.widget-span.custom-app-button img {
  width: 150px;
  display: block;
  margin-bottom: 10px;
  text-align: right;
}
.custom-footer-top-menu .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: -36px;
}
.custom-footer-top-menu .hs-menu-wrapper > ul > li > a {
  color: #009ED4;
  font-weight: 300;
  margin-bottom: 20px;
  cursor: text;
}
.custom-footer-top-menu .hs-menu-wrapper ul > li {
  float:  none !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.custom-footer-top-menu .hs-menu-wrapper > ul:before,
.custom-footer-top-menu .hs-menu-wrapper > ul:after {
  display: none;
}
.custom-footer-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block !important;
}
.widget-span.custom-copyright p span {
  color: rgba(255,255,255,0.3);
}
.widget-span.custom-copyright p:last-child a {
  color: rgba(255,255,255,0.7);
  margin-right: 20px;
}
.widget-span.custom-copyright p:first-child {
  padding-right: 20px;
}
.custom-footer-top-menu {
  margin-bottom: 13px;
}
.custom-footer-bottom {
  padding: 20px 0;
  font-size: 14px;
}
.custom-social-icon ul li {
  margin-right: 10px;
}
.widget-span.custom-footer-top-menu ul {
  margin-bottom: 7px;
}
.widget-span.custom-app-button {
  padding-left: 6px;
}
.body-container form {
  margin-bottom: 20px;
}
.body-container .cm-blog-search form {
  margin-bottom: 0;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  list-style: none;
  padding-left: 47px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  position: relative;
  display: block;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 15px;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #5ACEFF;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{

  background-color: #1EA6DF;
  border-radius: 4px;
  border: none;
  padding: 12px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  clear: both;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size:15px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background-color: transparent;
  color: #5ACEFF;
}

/* 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:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding: 12px 24px;
    display: block;
    font-size: 14PX;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1EA6DF;
    position: absolute;
    bottom: 100%;
    left: 40px;
  }
}


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

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

@media (max-width: 991px){

  /* 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;
    border-radius: 0px;
    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: inline-block;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1.6rem;
    line-height: 4rem;
    position: absolute;
    float: right;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    right: 5px;
    top: 20px;
  }


  /* 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{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
  }
  .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 ===== */


  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .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{

  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* 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{}
  .hs-home-page .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:#fff;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{}
}


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


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

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

span.br {
  display: block;
}

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

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

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


.blog-section {
	padding-right: 100px;
}


/* =============== 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 {
  margin-bottom: 25px;
}

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a,
.post-header h1 a {
  color: #23b0e6;
}
.post-header h2 a:hover,
.post-header h1 a:hover {
  color: #29cb7a;
}
.post-header h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
.post-header h2 a,
.section.post-header h1 a{
  text-decoration:none;
}
/* Blog Author and Avatar */
#hubspot-author_data {
  margin-bottom: 2.5rem;
  color: #23b0e6;
}
.icon-calendar:before {
  content: '\e82d';
}
[class^="icon-"]:before, [class*=" icon-"]:before, .icon-css {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#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;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 25px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}
.blog-listing-wrapper .post-listing .post-item .post-body p,
.blog-post-wrapper .post-body{
  margin-bottom: 2.5rem;
}
.blog-listing-wrapper .post-listing .post-item .post-body hr,
.blog-post-wrapper .post-body hr {
  display: none;
}

/* 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 */
#hubspot-topic_data {}
#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;
}

/* Blog Commments */

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

#comments-listing.no-comments {
  border: none;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;

  display: block;

  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  text-align: left;
}

#recaptcha_area, #recaptcha_table {
  width: 318px!important;
  overflow-x: auto !important;
  max-width: 100% !important;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-left: 2.5rem;
  color: #23b0e6;
  text-decoration: underline;
}
.blog-pagination a:hover {
  color: #29cb7a;
}
.icon-arrow-left:before {
  content: '\e814';
}
.icon-arrow-right:before {
  content: '\e815';
}
.large-link::before {
  font-family: 'icons';
  font-weight: 200;
  font-size: 2.5rem;
  position: absolute;
  left: -2.5rem;
}

.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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

.cm-blog-search label:before {
  font-size: 2rem;
  line-height: 2rem;
  top: 2px;
  line-height: 3.5rem;
  width: 2.5rem;
  margin-left: 1rem;
  text-align: center;
  position: absolute;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e83b';
}
.body-container .cm-blog-search form:before {
  font-size: 2rem;
  line-height: 2rem;
  top: 2px;
  line-height: 3.5rem;
  width: 2.5rem;
  margin-left: 1rem;
  text-align: center;
  position: absolute;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e83b';
  color: #878587;
}
.custom-banner h2 {
  font-size: 3.4rem;
  line-height: 3.5rem;
  font-weight: 200;
  text-shadow: rgba(0,0,0,0.4) 0px 2px 3px;
  color: #fff;
}


.custom_error_message.custom_error_message-1 p {
  margin: 0;
  text-align: center;
}

.cm-blog-search label {
  position: relative;
  display: block;
  color: #878587;
}
.cm-blog-search input[type="search"] {
  margin: 0;
}

.cm-blog-search input[type="search"]:focus {
  border-color: #bab8ba;
  outline: none;
}

.cm-blog-search .hs-button.primary {
  display: none;
}

.cm-blog-search {
  margin-bottom: 3rem;
}

.social {
  margin-bottom: 2.5rem;
}

.social a {
  border: 1px solid #23b0e6;
  border-radius: 20px 20px 20px 20px;
  color: #23b0e6;
  text-decoration: none;
  display: inline-block;
  font-size: 2.5rem;
  text-align: center;
  width: 40px;
  line-height: 40px;
  height: 40px;
}
.social a:hover {
  color: #29cb7a;
  border-color: #29cb7a;
}

.icon-facebook:before {
  content: '\e831';
}
.social a:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-linkedin:before {
  content: '\e80c';
}
.icon-twitter:before {
  content: '\e806';
}

.iconn-facebook:before {
  content: '\e831';
}
.iconn-linkedin:before {
  content: '\e80c';
}
.iconn-twitter:before {
  content: '\e806';
}

.recent-post-item {
  margin-bottom: 25px;
}

.recent-post-item a {
  color: #0b4c65;
  text-decoration: none;
}

.recent-post-item a:hover {
  text-decoration: underline;
}

.recent-post-image {
  float: left;
  vertical-align: top;
  width: 28.57143%;
  border-right: 7.5px solid transparent;
  position: relative;
  padding: 13.1%;
}

.recent-post-image img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.recent-post-content {
  float: left;
  vertical-align: top;
  width: 69.42857%;
  border-left: 7.5px solid transparent;
}

.recent-post-item:after {
  content: "";
  display: table;
  width: 100%;
}

.recent-post-content p {
  margin: 0;
}

.without-img .recent-post-content {
  width: 100%;
  float: left;
}


/* =============== 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{
  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 {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  color: #878587;
  border: 2px solid #d3d2d3;
  background: #ffffff;
  width: 100%;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  max-width:500px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-family: arial;

}

.gieexpo-form input[type="text"],
.gieexpo-form input[type="password"], 
.gieexpo-form input[type="datetime"], 
.gieexpo-form input[type="datetime-local"], 
.gieexpo-form input[type="date"], 
.gieexpo-form input[type="month"], 
.gieexpo-form input[type="time"], 
.gieexpo-form input[type="week"], 
.gieexpo-form input[type="number"], 
.gieexpo-form input[type="email"], 
.gieexpo-form input[type="url"], 
.gieexpo-form input[type="search"], 
.gieexpo-form input[type="tel"], 
.gieexpo-form input[type="color"],
.gieexpo-form input[type="file"],
.gieexpo-form textarea,
.gieexpo-form select {
  color: #878587;
  border: 2px solid #d3d2d3;
  background: #ffffff;
  width: 100%;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  max-width: 100%;
  display: block;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-family: arial;

}


textarea {
  height: 98px;
}
.cm-blog-search input[type="search"]{
  padding: 0.5rem 1.5rem 0.5rem 3.5rem;
}

.cm-blog-search .widget-type-google_search label{
  color: #878587;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 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:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

ul.hs-error-msgs.inputs-list label {
  padding: 2rem !important;
  background: #f4c1c1;
  color: #e25454;
  border: 2px solid #e25454;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  width: 100%;
  margin: 0;
  display: block;
}

.contact-form-custom ul.hs-error-msgs.inputs-list label {
    padding: 0 !important;
    background: none;
    color: #e25454;
    border: 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    width: 100%;
    margin: 0;
    display: block;
}

.hs-input.error {
  margin: 0 !important;
}
ul.hs-error-msgs.inputs-list li:before {
  display: none !important;
}


ul.hs-error-msgs.inputs-list li {
  padding: 0 !important;
}

ul.hs-error-msgs.inputs-list {
  margin:  0;
  padding:  0;
  list-style: none !important;
  margin-top: 10px;
  margin-bottom: 20px !important;
}
.form-title{
  color: #0b4c65;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 0 0 3.5rem;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== 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;position:relative; }
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 {

  color: #0b4c65;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}
.button,
button {
  display: inline-block;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  padding: 0;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 4rem;
  padding: 0 2.22222rem;
  background: transparent;
  border: none;
  position: relative;
  border-radius: 2.5rem 2.5rem 2.5rem 2.5rem
}

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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-weight: 900;
  text-decoration: none;
  padding: 0;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 4rem;
  padding: 0 2.22222rem;
  background: transparent;
  border: none;
  position: relative;
  border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
  text-align: center;
  background: #23b0e6;
  color: #ffffff;
  display: inline-block;
  font-family: inherit;
  margin-top:30px;
  margin-bottom:10px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #1691c0;
  color: #ffffff
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== 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 {


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


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


p {
  margin-bottom: 2.5rem;
}


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.hs-quotes-wrapper .slick-dots {
  height: 10px;
  margin: 20px 0;
  text-align: center
}

.slick-dots li {
  display: inline-block
}



.slick-dots {
  height: 10px;
  margin: 20px 0;
  text-align: center
}

.slick-dots {
  height: 10px;
  margin: 20px 0;
  text-align: center;
  list-style: none;
  padding: 0;
}

.slick-dots li {
  display: inline-block
}

.slick-dots .slick-active button {
  background: #8263b2
}

.slick-dots button {
  margin: 0 10px;
  background: #23b0e6;
  height: 10px;
  width: 10px;
  padding: 0;
  font-size:0;
}

.custom-banner img.industry-logo {
  height: 70px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  max-width: none;
  width: auto;
}

.gieexpo-header .custom-banner img.industry-logo {
  height: 70px;
  margin: 0 auto;
  display: block;
  margin-bottom: 35px;
  max-width: none;
  width: auto;
}

.gieexpo-header .custom-banner h2 {
	margin-bottom: 30px;
  font-size: 3rem;
}

.custom-banner.custom-banner-case h4 {
  max-width: 100%;
}
.custom-banner.custom-banner-case:before{
  background: #8263b2;
  background: -moz-linear-gradient(-45deg, #8263b2 0%, #ffc867 100%);
  background: -webkit-linear-gradient(-45deg, #8263b2 0%, #ffc867 100%);
  background: linear-gradient(135deg, #8263b2 0%, #ffc867 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8263b2', endColorstr='#ffc867',GradientType=1 );
}

.hs-key-results .hs-keys .hs-donut {
  margin-bottom: 20px
}

.hs-key-results .hs-keys .slick-slide {
  text-align: center;
  margin: 0 20px
}

.hs-donut {
  position: relative;
  display: inline-block
}12

.hs-donut.animated .icon::before {
  color: #8263b2
}

.hs-donut .icon::before {
  text-align: center;
  width: 100%;
  font-size: 14rem;
  position: absolute;
  transition: 1s color ease-in-out;
  color: #ff6d9b;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-bottom: 1rem solid transparent
}
.large-link {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-left: 2.5rem;
}

.custom-banner .large-link {
  color: #fff;
}
.custom-case-inner-row2 {
  background-color: #fff;
  text-align: center;
}

.custom-case-inner-row2 h2 {
  margin-bottom: 5rem;
}


.hs-quotes-wrapper .slick-dots li.slick-active button {
  background: #fff;
}
.hs-quotes-wrapper .slick-dots li button:before{
  display:none;
}
.hs-quotes-wrapper .slick-dots li button {
  margin: 0 10px;
  background: #23b0e6;
  height: 10px;
  width: 10px;
  padding: 0
}
.customn-two-col-img .img-col {
  height: 25rem;
  background-size: cover;
  background-position: center center;
}
.custom-ind-in-row1 ul li{
  position: relative;
  padding-left: 1.8rem;
}

.custom-ind-in-row1 ul{
  margin: 0 0 2.5rem;
  padding: 0;
  list-style: none;
}

.custom-ind-in-row1 ul li::before {
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  left: 0;
  top: 0.9rem;
  background: #3a393a;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
}

.hs-testimonials {
  background-color: #3a393a;
  background-size: cover;
  position: relative
}

.hs-testimonials .hs-quotes-wrapper {
  padding: 13rem 0;

  width: 50%;
  float: right;
  margin:0;
}

.hs-testimonials p {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 6rem
}

.hs-testimonials p .hs-quotes {
  color: #ffc867;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 3.4rem
}

.hs-testimonials p .icon-quote-open {
  top: -4rem
}

.hs-testimonials p .icon-quote-close {
  bottom: -4rem
}

.hs-testimonials .slick-slide {
  position: relative;
  z-index: 1;
  width: 50%
}

.hs-testimonials .slick-slide div {
  text-align: center;
  color: #ffffff
}

.hs-testimonials .slick-slide p {
  font-style: italic;
  font-size: 2rem
}

.hs-testimonials .slick-slide .hs-name {
  line-height: 15px;
  display: block
}

.hs-testimonials .slick-slide .hs-role {
  color: #ffc867;
  margin-bottom: 20px
}
p {

  margin-top: 0;
}
.hs-testimonials .slick-slide img {
  height: 30px;
  margin: 10px auto 0
}
.hs-ind-inner-pages .hs-testimonials .slick-dots,
.hs-case-study-page .hs-testimonials .slick-dots{

  margin: 20px 0 0;
}
.hs-video>div video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  width: 100%;
  /* height: 100%; */
  display: block;
  max-width: none;
}
.hs-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.custom-main-form span.hs-form-required {
  display: none;
}

.custom-main-form .input:before {
  background-color: #fff;
  border: 2px solid #ccc;
  border-right: 0;
  border-radius: 0;
  color: #767676;
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 19px;
  margin: 0 0 20px;
  padding: 8px;
  width: 18px;
  position: absolute;
}

.custom-main-form.contact-form-custom .input:before{
    background-color: initial !important;
    border: 0 !important;
    left: 0;
}

.custom-main-form .hs_firstname .input:before {
  content: "\f2bd";

}

.custom-main-form .hs_email .input:before {
  content: "\f003";
}

.custom-main-form .hs_company .input:before {
  content: "\f0b1";
}

.custom-main-form .hs_phone .input:before {
  content: "\f095";
}

.custom-main-form .hs_message .input:before {
  content: "\f0e5";
  border-bottom: none !important;
}

.custom-main-form.contact-form-custom .hs_which_vwork_team_could_best_help_you_ .hs-input,
.custom-main-form.contact-form-custom .hs_how_did_you_hear_about_us_ .hs-input{
    padding-left:0;
} 

.custom-main-form.contact-form-custom textarea{
    resize:none;
}
.hs-video>div {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: none;
}
.body-container-wrapper {
    margin-top: -1px;
}
.hs-testimonials .slick-dots {
  width: 100%;
  float: right;
  margin-bottom: 0;
  padding: 0;
  position: static;
  margin: 8px 0 12px;
}

.hs-testimonials .slick-dots .slick-active button {
  background-color: #ffffff
}
.hs-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.hs-quotes-wrapper .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 0
}

.hs-quotes-wrapper .slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}


.hs-testimonials::after {
  content: '';
  display: table;
  clear: both
}

.hs-testimonials {
  background-color: #3a393a;
  background-size: cover;
  position: relative;
  background-position: center center;
}


.hs-testimonials::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(229, 229, 229, 0) 0%, rgba(221, 221, 221, 0) 3%, rgba(16, 16, 16, 0.86) 79%, rgba(0, 0, 0, 0.86) 85%);
  background: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, rgba(221, 221, 221, 0) 3%, rgba(16, 16, 16, 0.86) 79%, rgba(0, 0, 0, 0.86) 85%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#db000000', GradientType=1)
}


.body-container .hs-testimonials .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

[class^="icon-"]:before, [class*=" icon-"]:before, .icon-css {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon-css {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-agree:before {
  content: '\e800'
}

.icon-circle-help:before,
.tooltip:before {
  content: '\e801'
}

.icon-key:before {
  content: '\e802'
}

.icon-support:before {
  content: '\e803'
}

.icon-table:before {
  content: '\e804'
}

.icon-tools:before {
  content: '\e805'
}

.icon-twitter:before {
  content: '\e806'
}

.icon-unlocked:before {
  content: '\e807'
}

.icon-youtube:before {
  content: '\e808'
}

.icon-android:before {
  content: '\e809'
}

.icon-circle-info:before {
  content: '\e80a'
}

.icon-link:before {
  content: '\e80b'
}

.icon-linkedin:before {
  content: '\e80c'
}

.icon-circle-plus:before {
  content: '\e80d'
}

.icon-apple:before {
  content: '\e80e'
}

.icon-arrow-down:before {
  content: '\e80f'
}

.icon-circle-support:before {
  content: '\e810'
}

.icon-locked:before {
  content: '\e811'
}

.icon-login:before {
  content: '\e812'
}

.icon-clock:before {
  content: '\e813'
}

.icon-arrow-left:before,
.fp-footer .company-logos .arrow.prev:before {
  content: '\e814'
}

.icon-arrow-right:before,
.fp-footer .company-logos .arrow.next:before {
  content: '\e815'
}

.icon-close-quote-2:before {
  content: '\e816'
}

.icon-mail:before {
  content: '\e817'
}

.icon-map-marker:before {
  content: '\e818'
}

.icon-close:before,
table.features td.no:before,
.modal .close:before {
  content: '\e819'
}
.data-a:before {
  content: '1 Year'
}

.icon-arrow-up:before {
  content: '\e81a'
}

.icon-barcode:before {
  content: '\e81b'
}

.icon-cloud-2:before {
  content: '\e81c'
}

.icon-mobile:before {
  content: '\e81d'
}

.icon-notifcation-on:before {
  content: '\e81e'
}

.icon-cloud:before {
  content: '\e81f'
}

.icon-binoculars:before {
  content: '\e820'
}

.icon-bolt:before {
  content: '\e821'
}

.icon-configure:before {
  content: '\e822'
}

.icon-notification-off:before {
  content: '\e823'
}

.icon-ok:before {
  content: '\e824'
}

.icon-duplicate:before {
  content: '\e825'
}

.icon-briefcase:before {
  content: '\e826'
}

.icon-bullet-points:before {
  content: '\e827'
}

.icon-expand-horizontal:before {
  content: '\e828'
}

.icon-open-quote-2:before {
  content: '\e829'
}

.icon-play-2:before {
  content: '\e82a'
}

.icon-expand-vertical:before {
  content: '\e82b'
}

.icon-burger:before {
  content: '\e82c'
}

.icon-calendar:before {
  content: '\e82d'
}

.icon-export:before {
  content: '\e82e'
}

.icon-play:before {
  content: '\e82f'
}

.icon-print:before {
  content: '\e830'
}

.icon-facebook:before {
  content: '\e831'
}

.icon-chat:before {
  content: '\e832'
}

.icon-check:before,
table.features td.yes:before,
input[type='checkbox']:checked+.pseudo:before {
  content: '\e833'
}
.data-b:before {
  content: '1 Year by default, extended terms by negotiation'
}
.data-a:before {
  content: '1 Year'
}

.icon-free-trial:before {
  content: '\e834'
}

.icon-quote-close:before {
  content: '\e835'
}

.icon-quote-open:before {
  content: '\e836'
}

.icon-global:before {
  content: '\e837'
}

.icon-chess:before {
  content: '\e838'
}

.icon-circle-burger:before {
  content: '\e839'
}

.icon-heart:before {
  content: '\e83a'
}

.icon-search:before {
  content: '\e83b'
}

.icon-settings:before {
  content: '\e83c'
}

.icon-home:before {
  content: '\e83d'
}

.icon-circle-check:before,
label i:before {
  content: '\e83e'
}

.icon-circle-close:before,
label i.incorrect:before {
  content: '\e83f'
}

.icon-import:before {
  content: '\e840'
}

.icon-status:before {
  content: '\e841'
}

.slick-dots .slick-active button {
  background: #8263b2;
  outline: 0;
}

.button.green, button.green {
  background: #29cb7a;
}
div#hs-video-area {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.button.blue, button.blue {
  background: #23b0e6;
}
.button.blue:hover, button.blue:hover {
  background: #1691c0;
  color: #ffffff;
}

/* White */
.button.blue, button.white {
  background: #ffffff;
  color: #23b0e6;
}
.button.blue:hover, button.white:hover {
  background: #1691c0;
  color: #ffffff;
}

.button.green:hover, button.green:hover {
  background: #20a161;
  color: #ffffff;
}
button[class^="icon-"]:before, .button[class*=" icon-"]:before, button[class^="icon-"]:before, button[class*=" icon-"]:before {
  font-size: 2.6rem;
  top: 0.35rem;
  margin-right: 0.5rem;
  line-height: 2.5rem;
  position: relative;
}
.button.dark:focus,
button.dark:focus {
  background: #070607
}

.button.blue:focus,
button.blue:focus {
  background: #116e92
}


.button.green:focus,
button.green:focus {
  background: #187647
}




.modal-form {
  width: 100%
}

.modal-form::after {
  content: '';
  display: table;
  clear: both
}

.modal-form .column:nth-child(1n+1) {
  vertical-align: top;
  float: left;
  width: 100%;
  border-right: 40px solid transparent;
  clear: left;
  border-left: 40px solid transparent
}

.modal-form .column {
  padding: 0;
  border: 0 !important
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.92);
  z-index: 20;
  top: 0;
  display: none;
  overflow-y: scroll;
  -ms-overflow-style: none
}

.modal .close {
  box-shadow: 0px 0px 1rem rgba(58, 57, 58, 0.1);
  cursor: pointer;
  z-index: 9;
  width: 5rem;
  height: 5rem;
  background: #23b0e6;
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-family: 'icons';
  text-align: center;
  color: #ffffff;
  font-size: 5rem;
  line-height: 5rem
}

.modal h1,
.modal p {
  color: #ffffff
}

.modal .modal-container {
  width: 100%;
  height: 100%
}

.modal .modal-container video {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.modal .modal-form {
     position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 5rem;
    background: rgba(58, 57, 58, 0.5);
    width: 100%;
    max-width: 55rem;
    display: none;
    overflow-y: auto;
    margin: 20px 0;
    max-height: 100vh;
}

.modal .modal-form::-webkit-scrollbar {
  display: none
}

.youtube-embed {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  max-height: 100%
}

.youtube-embed:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%
}

.youtube-embed iframe {
  position: absolute;
  width: 100%;
  height: 100%
}
.device {
  display: block;
  position: relative;
}
.footer-container-wrapper {
    overflow: hidden;
}
.three-devices .side, .three-devices .main {
  display: inline-block;
}

.three-devices {
  position: relative;
  text-align: center
}

.three-devices .side,
.three-devices .main {
  display: inline-block
}

.three-devices .main {
  width: 50%;
  margin: 0 -20%;
  z-index: 1;
  position: relative
}

.three-devices .side {
  width: 35%;
  margin-bottom: 5%
}

.three-devices.p-c-p .main {
  margin: 0 -8%
}

.custom-tools-row1 {
  margin-top: -3px;
}

.three-devices.p-c-p .side {
  width: 12%;
  margin-bottom:0px;
  z-index: 2;
  top: 19px;
}

.three-devices.c-p .side {
  width: 12%;
  bottom: 0;
  z-index: 1;
  margin-bottom: -7px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 73%
}
.three-devices.c-p {
  margin-bottom: 10px;
}
.health-tools .hs-top-features li::before {
  top: 1rem;
}

.three-devices.p-p-p .main {
  width: 20%;
  margin: 0 -4%
}
.backing, {
  width: 100%;
}
.three-devices.p-p-p .side {
  width: 17%;
  margin-bottom: 0;
  vertical-align: top;
  margin-top: 5.5%;
}

.custom-banner h4 {
  max-width: 694px;
  margin-left: auto;
  margin-right: auto;
}

.custom-banner.landing-banner-form h4 {
	max-width: none;
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 3rem;
}

.three-devices.p-p-p .device:last-child {
  margin-top: 6.8%;
}

.custom-banner.custom-banner_2 {
  padding-bottom: 25rem;
  margin-bottom: -20rem;
}
.three-devices {
  position: relative;
  text-align: center;
  z-index: 1;
}


.backing,
.backing,
.backing {
  width: 100%;
}

.device{
  display: block;
  position: relative;
}

.media,
.media,
.media {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.centered-device,
.centered-device,
.centered-{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 60px)
}

.macbook-pro .media,
.macbook-pro .media,
.macbook-pro .media {
  left: 12%;
  top: 5.7%;
  width: 75.8%;
  height: 84%;
}

.macbook-air .media,
.macbook-air .media,
.macbook-air .media {
  left: 13.6%;
  top: 8.54%;
  width: 73.55%;
  height: 80.4%;
}

.mac-screen .media,
.mac-screen .media,
.mac-screen .media {
  left: 5%;
  top: 5.5%;
  width: 90% !important;
  height: 64%;
}

.iphone-5-white .media,
.iphone-5-white .media,
.iphone-5-white .media {
  left: 8%;
  top: 14.7%;
  width: 85%;
}

.iphone-5c-blue .media,
.iphone-5c-blue .media,
.iphone-5c-blue .media,
.iphone-5c-black .media,
.iphone-5c-black .media,
.iphone-5c-black .media,
.iphone-5c-pink .media,
.iphone-5c-pink .media,
.iphone-5c-pink .media,
.iphone-5c-green .media,
.iphone-5c-green .media,
.iphone-5c-green .media {
  left: 8.5%;
  top: 15%;
  width: 83.5%;
}

.iphone-5c-green-landscape .media {
  left: 15%;
  top: 8%;
  width: 71%;
}

.htc-blue .media {
  left: 5.5%;
  top: 10.5%;
  width: 89%;
}
.custom-three-col.clearfix {
  text-align: center;
}
.iphone-5-white::after,
.iphone-5-white::after,
.iphone-5-white::after,
.iphone-5c-blue::after,
.iphone-5c-blue::after,
.iphone-5c-blue::after,
.iphone-5c-pink::after,
.iphone-5c-pink::after,
.iphone-5c-pink::after,
.iphone-5c-green::after,
.iphone-5c-green::after,
.iphone-5c-green::after,
.iphone-5c-green-landscape::after,
.iphone-5c-green-landscape::after,
.iphone-5c-green-landscape::after,
.macbook-pro::after,
.macbook-pro::after,
.macbook-pro::after,
.macbook-air::after,
.macbook-air::after,
.macbook-air::after,
.htc-blue::after,
.htc-blue::after,
.htc-blue::after {
  width: 100%;
  height: 10px;
  margin-top: 0px;
  left: 0;
  content: '';
  position: absolute;
  background: black;
  border-radius: 100%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.2;
}

.appstore{
  width: 100%;
}

.vertical{
  position: absolute;
}

.vertical .backing {
  width: auto;
}

.hs-call-to-action.hs-blue {
  background-color: #23b0e6;
}

.hs-call-to-action.hs-yellow {
  background-color: #fec108;
  padding: 3rem 0;
  
}

.hs-call-to-action {
  padding: 6rem 0;
  text-align: center;
  position: relative;
  background-size: cover;
}

.hs-call-to-action .hs_cos_wrapper_type_inline_rich_text {
  position: relative;
  z-index: 1;
}
.hs-call-to-action h4 i::before {
  display: inline-block;
  font-size: 3.4rem;
  line-height: 3.5rem;
  margin-right: 1rem;
  transform: translateY(0.5rem);
}
.button.dark, button.dark {
  background: #3a393a;
}

.hs-call-to-action .bg {
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: '';
  position: absolute;

  background-size: cover;
}
.body-container-wrapper {
    
  position: relative;
    /* height: 100%; */
    /* width: 100%; */
   
}
.button.dark:hover, button.dark:hover {
  background: #202020;
  color: #ffffff;
}
.custom-features-list h4 {
  margin: 0;
}
.hs-call-to-action h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 200;
}
.custom-features-list .side-device >h2 {
  margin-bottom: 4.5rem;
}
.custom-features-list img.backing {
  max-width: none;
}
.hs-top-features {
  color: #ffffff;
  background-color: #3a393a;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.hs-top-features::after {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ''
}
.device.vertical img.backing {
  height: 55rem;

}

.custom-tools-row2 .hs_cos_gallery_main .slick-slide.slick-current .slick-slide-inner-wrapper img {
  height:0.9em;
}

.custom-tools-row2 .hs_cos_gallery_main {
  font-size: 43rem;
  text-indent: -99999px;
}
.custom-tools-row2 .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper img {
  transition: 0.5s height ease-out;
  height: 0.7em;
  display: block;
  width: auto;
  max-width: none;
}

.custom-tools-row2 {
  position: relative;
}
.custom-tools-row2 .hs_cos_gallery_main .slick-slide.slick-current {
    z-index: 3;
}
.custom-tools-row2:before{
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.18) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.18) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.18) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e000000',GradientType=0 ); 
}


.custom-tools-row2 .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper img:hover{
  height: 0.8em;
}
.custom-tools-row2 .hs_cos_gallery_main .slick-slide.slick-current .slick-slide-inner-wrapper img:hover{
  height: 1em;
}
.hs-key-results .hs-keys .hs-donut:hover svg circle#circ{
    fill: #8263b2;
}

.button[class^="icon-"]:before, .button[class*=" icon-"]:before, button[class^="icon-"]:before, button[class*=" icon-"]:before {
  font-size: 2.6rem;
  top: 0.35rem;
  margin-right: 0.5rem;
  line-height: 2.5rem;
  position: relative;
}
.custom-tools-row3 .hs-call-to-action {
  background-color: #ffffff;
}
.custom-tools-row3 .hs-call-to-action h4 {
  color: #3a393a;
}
.custom-tools-row2 .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.custom-tools-row2 .hs_cos_gallery_main .slick-slide {
  height: 1em;
  position: relative;
}

.custom-tools-row2 h2 strong {
  display: block;
}
.custom-developers-row2 hr {
  border-top: 1px solid #d3d2d3;
  margin-bottom: 5rem;
  background-color: transparent;
  margin-top: 10px;
}
.custom-tools-row2 h2 {
  text-align: center;
  font-weight: normal;
}
.custom-tools-row2 .hs_cos_gallery_main {
  padding: 0 0px;
  margin: 0;
}

.hs-donut.active .spin::before {
    border-top-color: #8263b2;
    border-right-color: #8263b2;
    border-bottom-color: #8263b2;
    -webkit-transition: border-top-color 0.4s linear, border-right-color 0.4s linear 0.1s, border-bottom-color 0.4s linear 0.2s;
    transition: border-top-color 0.4s linear, border-right-color 0.4s linear 0.1s, border-bottom-color 0.4s linear 0.2s;
}
.hs-donut.active .icon::before {
    color: #8263b2;
  transition: color ease 0.5s;
}


.hs-donut.active .spin::after {
    border-top: 7px solid #8263b2;
    border-left-width: 7px;
    border-right-width: 7px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
 
    -webkit-transition: -webkit-transform 0.8s linear 0s, border-left-width 0.7s linear 0s, -webkit-transform 0.8s linear 0s;
 
    transition: transform 0.8s linear 0s, border-left-width 0.7s linear 0s, -webkit-transform 0.8s linear 0s;
}


.spin {
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 1em 2em;
    box-shadow: inset 0 0 0 2px #f45e61;
    color: #f45e61;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
    width: 180px;
    height: 180px;
    padding: 0;
    border-radius: 100%;
    box-shadow: none;
    border: 7px solid #ff6d9b;
}


.spin::before, .spin::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    top: 0;
    left: 0;
    border-radius: 100%;
    margin: -7px;
}


.spin::after {
    border: 0 solid transparent;
}

.spin::before {
    border: 7px solid transparent;
}

.custom-tools-row2 {
  padding-top: 6rem;
  position: relative;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.03) 10%, rgba(0,0,0,0.03) 90%, rgba(0,0,0,0.18) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.03) 10%, rgba(0,0,0,0.03) 90%, rgba(0,0,0,0.18) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.03) 10%, rgba(0,0,0,0.03) 90%, rgba(0,0,0,0.18) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e000000', endColorstr='#2e000000',GradientType=1 );
}
.custom-features-list {
  overflow: hidden;
}

.hs-top-features .content {
  position: relative;
  z-index: 1
}

.hs-top-features h2 {
  margin-bottom: 4rem
}

.health-tools .hs-top-features ul {

  max-width: 100%;
}
.hs-top-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 604px;
}
.hs-top-features li {
  position: relative;
  padding-left: 8rem;
  margin-bottom: 4rem
}

.hs-top-features li h4 {
  margin-bottom: 0
}

.hs-top-features li::before {
  left: -1.5rem;
  top: 2.5rem;
  font-size: 9rem;
  position: absolute
}
.hs-column.hs-column2 {
  position: relative;
}

.hs-image-grid div span:hover .img{
  width: 105%;
  height: 105%;
}
.hs-image-grid {
  border-left: 0.5rem solid #23b0e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: absolute;
  min-height: 100%;
  width: 100%
}
.custom-footer-wrapper .custom-home-footer-top .page-center>div>div {

  width: auto;
}
#hs-footer-top .col2 {
  margin-left: 0 !important;

}

.hs-image-grid div:first-child {
  margin-top: 0
}

.hs-image-grid div:last-child {
  margin-bottom: 0
}

.hs-image-grid div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem
}

.hs-image-grid div.larger {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2
}

.hs-image-grid div span:first-child {
  margin-left: 0
}

.hs-image-grid div span:last-child {
  margin-right: 0
}

.hs-image-grid div span {
  position: relative;
  overflow: hidden;
  -webkit-transition: 520ms -webkit-transform ease-out;
  transition: 520ms transform ease-out;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center center;
}



.dwyer-plumbing .hs-image-grid >div:not(.hr-view) {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}
.first-assistance .custom-tw-col-eq .img-col {
  background-size: cover;
  background-position: center center;
  height: 30rem;
}

.hs-columns-two ul {
  margin: 0 0 2.5rem;
  padding: 0;
  list-style: none;
}
.hs-columns-two ul li::before {
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  left: 0;
  top: 0.9rem;
  background: #3a393a;
  -webkit-border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  -moz-border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
}
.priorityu .custom-tw-col-eq .img-col {
  height: 15rem;
}
.hs-columns-two ul li {
  position: relative;
  padding-left: 1.8rem;
}
.case-studies .custom-banner h4 {
  max-width: 100%;
}
.case-studies .custom-banner:before {
  background: #8263b2;
  background: -moz-linear-gradient(-45deg, #8263b2 0%, #ffc867 100%);
  background: -webkit-linear-gradient(-45deg, #8263b2 0%, #ffc867 100%);
  background: linear-gradient(135deg, #8263b2 0%, #ffc867 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8263b2', endColorstr='#ffc867',GradientType=1 );
}
.hs-case-studies-inner .hs-testimonials .slick-dots {
  margin: 20px 0 0;
}
.casestudy-quote {
	background-color: #1ea6df;
  color: #fff;
  padding: 56px;
  border-radius: 5px;
}
.button.green:focus,
button.green:focus {
  background: #187647
}
.custom-tw-col-eq .img-col {
  background-size: cover;
  background-position: center center;
  height: 25rem;
}
.hs-image-grid div span .img{
  -webkit-background-size: cover;
  background-size: cover;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out
}





.hs-columns-two .hs-column,
.hs-columns-three .hs-column {
  border-bottom: 2.5rem solid transparent
}




[class^="icon2-"]:before,
[class*=" icon2-"]:before,
.icon2-css {
  font-family: "icons2";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.custom-two-col-with-bg.clerafix {
  background-repeat: no-repeat;
}
.icon2-3cogs:before {
  content: '\e800'
}

.icon2-coin-hand:before {
  content: '\e801'
}

.icon2-invoice:before {
  content: '\e802'
}

.icon2-pigy-bank:before {
  content: '\e803'
}

.icon2-webpage-cog:before {
  content: '\e804'
}

.icon2-webpage-lock:before {
  content: '\e805'
}

.icon2-x:before {
  content: '\e806'
}

.icon2-responsive-devices:before {
  content: '\e807'
}

.icon2-print:before {
  content: '\e808'
}

.icon2-laptop-cloud:before {
  content: '\e809'
}

.icon2-lifeboat:before {
  content: '\e80a'
}

.icon2-link:before {
  content: '\e80b'
}

.icon2-search-contact:before {
  content: '\e80c'
}

.icon2-analytics-web:before {
  content: '\e80d'
}

.icon2-compass:before {
  content: '\e80e'
}

.icon2-continuity:before {
  content: '\e80f'
}

.icon2-analytics:before {
  content: '\e810'
}

.icon2-award-badge:before {
  content: '\e811'
}

.icon2-conversation:before {
  content: '\e812'
}

.icon2-deploy:before {
  content: '\e813'
}

.icon2-bars-down:before {
  content: '\e814'
}

.icon2-bars-up:before {
  content: '\e815'
}

.icon2-location-laptop:before {
  content: '\e816'
}

.icon2-search:before {
  content: '\e817'
}

.icon2-email:before {
  content: '\e818'
}

.icon2-location-globe:before {
  content: '\e819'
}

.icon2-search-laptop:before {
  content: '\e81a'
}

.icon2-speed-cog:before {
  content: '\e81b'
}

.icon2-lock:before {
  content: '\e81c'
}

.icon2-eye-pie:before {
  content: '\e81d'
}

.icon2-beer:before {
  content: '\e81e'
}

.icon2-binoculars:before {
  content: '\e81f'
}

.icon2-fish:before {
  content: '\e820'
}

.icon2-love:before {
  content: '\e821'
}

.icon2-stopwatch-browser:before {
  content: '\e822'
}

.icon2-medal:before {
  content: '\e823'
}

.icon2-graph-browser:before {
  content: '\e824'
}

.icon2-box-cog:before {
  content: '\e825'
}

.icon2-branches:before {
  content: '\e826'
}

.icon2-group-network:before {
  content: '\e827'
}

.icon2-mobile-add-cog:before {
  content: '\e828'
}

.icon2-stopwatch:before {
  content: '\e829'
}

.icon2-support-person:before {
  content: '\e82a'
}

.icon2-navigation:before {
  content: '\e82b'
}

.icon2-network-arrows:before {
  content: '\e82c'
}

.icon2-group-structure:before {
  content: '\e82d'
}

.icon2-browser-key:before {
  content: '\e82e'
}

.icon2-burger:before {
  content: '\e82f'
}

.icon2-hands:before {
  content: '\e830'
}

.icon2-tablet-signature:before {
  content: '\e831'
}

.icon2-tap-forward:before {
  content: '\e832'
}

.icon2-network-cog:before {
  content: '\e833'
}

.icon2-handshake:before {
  content: '\e834'
}

.icon2-camera:before {
  content: '\e835'
}

.icon2-chat:before {
  content: '\e836'
}

.icon2-headset-messaging:before {
  content: '\e837'
}

.icon2-network-hands:before {
  content: '\e838'
}

.icon2-tap:before {
  content: '\e839'
}

.icon2-target:before {
  content: '\e83a'
}

.icon2-throphy:before {
  content: '\e83b'
}

.icon2-thumbs-down:before {
  content: '\e83c'
}

.icon2-thumbs-up:before {
  content: '\e83d'
}

.icon2-tick:before {
  content: '\e83e'
}

.icon2-tools:before {
  content: '\e83f'
}

.icon2-phone:before {
  content: '\e840'
}

.icon2-phone-messaging:before {
  content: '\e841'
}

.icon2-people-increase:before {
  content: '\e842'
}

.icon2-page-1:before {
  content: '\e843'
}

.icon2-p2p:before {
  content: '\e844'
}

.icon2-networkpie:before {
  content: '\e845'
}

.icon2-helmet:before {
  content: '\e846'
}

.icon2-horse-chees:before {
  content: '\e847'
}

.icon2-imac:before {
  content: '\e848'
}

.icon2-increase-browser:before {
  content: '\e849'
}

.icon2-info-bubble:before {
  content: '\e84a'
}

.icon2-infographic:before {
  content: '\e84b'
}

.icon2-coffee:before {
  content: '\e84c'
}

.icon2-code-browser:before {
  content: '\e84d'
}

.icon2-cloud-upload-download:before {
  content: '\e84e'
}

.icon2-cloud-cog:before {
  content: '\e84f'
}

.icon2-cloud-cog-big:before {
  content: '\e850'
}

.icon2-clock:before {
  content: '\e851'
}
.hs-top-features .page-center {
  position: relative;
  z-index: 1;
}
/* Styles that do not fit into any of the available sections above can go here. */

.subscribe-options label {
  margin: 0;
}
.operations-tools .three-devices .side {
  width: 35%;
  padding-bottom: 0;
  margin-bottom: 0;
  vertical-align: top;
  /* top: 3%; */
  margin-top: 3.5%;
}


.three-devices {
  margin-bottom: 10px;
}



.hs-tabs.hs-columns-three .hs-image-tab {
  line-height: 24rem
}

.hs-tabs.hs-columns-four .hs-image-tab {
  line-height: 16rem
}

.hs-tabs.hs-columns-two .hs-image-tab {
  line-height: 28rem
}

.hs-tabs.hs-columns-two .col {
  margin-bottom: 4rem
}

.hs-tabs.hs-columns-three .col {
  margin-bottom: 5rem
}

.hs-tabs .hs-image-tab {
  overflow: hidden;
  font-weight: bold;
  display: block;
  text-align: center;
  background-size: cover;
  background-color: #1691c0;
  background-position: center;
  border-left: 4px solid #23b0e6;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none
}



.hs-tabs .hs-image-tab .bg{
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-position: center center;
}

.hs-tabs .hs-image-tab::before {
  z-index: 1;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 300ms background ease-in-out;
  -moz-transition: 300ms background ease-in-out;
  -ms-transition: 300ms background ease-in-out;
  -o-transition: 300ms background ease-in-out;
  transition: 300ms background ease-in-out;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}

.hs-tabs .hs-image-tab:hover .bg {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 110%;
  height: 110%
}

.hs-tabs .hs-image-tab span {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 2rem
}
.hs-tabs.hs-columns-two h4 {
  margin: 0;
}

.modal-form.contactus h3.form-title {
  margin: 0;
}

.modal-form.contactus .actions input.hs-button.primary.large {
  margin: 0;
  margin-top: -0px;
  padding-left: 5.8rem;
}
.modal-form.contactus .actions:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e817';
  font-size: 2.6rem;
  top: 8px;
  margin-right: 0.5rem;
  line-height: 2.5rem;
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 20px;
}

.fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened {
    width: 100% !important;
    max-width: 940px !important;
      margin: 0 auto !important;
   
}
.modal-form.contactus .actions input.hs-button.primary.large {
  margin: 0;
  
}

.custom-main-form  .actions {
    text-align: center;
    margin-top: 0;
    /* width: 200px !important; */
    /* display: inline-block; */
    display: block;
    /* background-color: red; */
    max-width: 157px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.custom-main-form  .actions:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e817';
    font-size: 2.6rem;
    top: 8px;
    margin-right: 0.5rem;
    line-height: 2.5rem;
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 20px;
    position: absolute;
    display: inline-block;
    margin: 0;
}


.custom-main-form .actions input.hs-button.primary.large {
    margin: 0;
    margin-top: 0;
    padding-left: 5.8rem;
    display: inline-block;
}
.modal-form.contactus .hs_submit.hs-submit {
    padding-top: 20px;
}

.modal-form.contactus .actions {
  text-align: center;
  margin-top: -27px;
  /* width: 200px !important; */
  /* display: inline-block; */
  display: block;
  /* background-color: red; */
  max-width: 157px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.custom-main-form .hs-input {
  max-width: 100%;
  padding-left: 35px;
  margin-bottom: 35px !important;
}

.custom-main-form.contact-form-custom .hs-input{
    margin-bottom: 25px !important;
}
.custom-main-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-top: -25px;
  margin-bottom: -60px;
  width: 100%;
  float: left;
}

.custom-main-form.contact-form-custom .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
    float: none;
}

.custom-main-form.contact-form-custom .actions {
    margin-left:0;
    margin-right:0;
}

.custom-developers-row2 h2 {
  margin-bottom: 4.5rem;
  text-align: center;
}


.body-container .custom-main-form form {
  margin-bottom: 0;
}
.custom-developers-row2 {
  background-color: #fff;
}
.custom-main-form .actions input.hs-button.primary.large {
  margin: 0;
}

.custom-developers-row1 h4 {
  margin: 0;
}

.modal-form.contactus span.hs-form-required {
  display: none;
}
.modal-form.contactus .hs-input {
  margin: 0 0 3rem;
}
.custom-main-form .actions {
  text-align: center;
}

.custom-developers-row2 .hs-tabs.hs-columns-two .hs-image-tab {
  line-height: 24rem;
}
.modal-form.contactus .hs-input:focus::-webkit-input-placeholder {
  color:rgba(135, 133, 135,0.5);
} 
.modal-form.contactus .hs-input:focus::-moz-placeholder { color:rgba(135, 133, 135,0.5);} /* Firefox 18- */
.modal-form.contactus .hs-input:focus:::-moz-placeholder { color:rgba(135, 133, 135,0.5);} /* Firefox 19+ */
.modal-form.contactus .hs-input:focus::-ms-input-placeholder { color:rgba(135, 133, 135,0.5);} /* IE10 */

.custom-main-form .hs-input:focus::-webkit-input-placeholder {
  color:rgba(135, 133, 135,0.5);
} 
.custom-main-form .hs-input:focus::-moz-placeholder { color:rgba(135, 133, 135,0.5);} /* Firefox 18- */
.custom-main-form .hs-input:focus:::-moz-placeholder { color:rgba(135, 133, 135,0.5);} /* Firefox 19+ */
.custom-main-form .hs-input:focus::-ms-input-placeholder { color:rgba(135, 133, 135,0.5);} /* IE10 */


table {
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  padding: 5px 0;
}

table.features .table-price {
  font-size: 3.4rem;
  line-height: 4.2rem;
  font-weight: bold
}

table.features .cost-per-month {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: normal;
}

table.features .contact-for-pricing {
  line-height: 3.7rem
}

table.features h3 {
  margin-bottom: 15px;
  color: #878587
}

table.features h2,
table.features h3 {
  font-size: size("l");
  text-transform: uppercase
}

table.features tr:hover td {
  font-weight: bold;
  color: #23b0e6
}

table.features tr th:nth-of-type(3),
table.features tr td:nth-of-type(3) {
  background: #ffffff
}
.custom-footer-wrapper {
  margin-bottom: -1px;
}
table.features tr th:first-child {
  text-align: left
}

table.features tr th:last-child p {
  padding: 10px 0;
  font-weight: normal;
}
.modal-form.contactus .hs-input {

  font-family: arial;

}
table.features tr td {
  position: relative
}

table.features tr td .tooltip {
  font-weight: normal;
  position: absolute;
  right: 20px;
  font-size: size("l")
}

table.features tr td:not(:first-child) {
  text-align: center
}

table.features tr td:first-child {
  width: 400px;
  border-right: 1px solid #d3d2d3
}

table.features th {
  color: #878587;
  width: 33%;
  padding-top: 50px;
  vertical-align: bottom
}

table.features th .button {
  margin-bottom: 20px
}

table.features th strong {
  line-height: 2rem;
  display: block;
  margin-bottom: 1rem
}

table.features tr:last-child td {
  padding-bottom: 50px
}

table.features td.yes,
table.features td.no {
  font-family: 'icons';
  font-size: size("l");
  font-weight: bold
}

table.features td.yes {
  color: #29cb7a
}

table.features td.no {
  color: #e25454
}
.tooltip {
  cursor: pointer
}

.tooltip::before {
  font-family: 'icons';
  size: 'l';
  color: #23b0e6
}
.nelmac .hs-testimonials .slick-slide .hs-name {
  color: #ffc867;
}
.tooltip:hover span {
  opacity: 1
}

.hs-pricing-page .body-container .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}


.tooltip span {
  pointer-events: none;
  opacity: 0;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  width: 700px;
  z-index: 1;
  position: absolute;
  transition: 0.2s opacity ease-in-out;
  font-size: size("xs");
  line-height: size("s");
  background: #23b0e6;
  color: #ffffff;
  padding: 10px 20px
}

.tooltip span::before {
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #23b0e6 transparent transparent
}


.custom-home-banner {
  background-color: #3692b9;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  position: relative;
  margin-top: -1px;
}

.custom-home-header-wrapper{
  background-color: #3692b9;
}
html.home-page {
  font-size: 14px;
}

.hs-home-page {
  font-family: 'WorkSans-Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.hs-home-page .custom-header-wrapper {
  margin-top: 16px;
}
#hs-footer-top .bottom-row a:hover {
    color: #fff;
    text-decoration: underline;
}

input[type="search"] {

    -webkit-appearance: none;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 
}

.hs-video-container {
  background-position: center center;
  background-repeat:no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding-bottom: 56.25%
}

.hs-video-container.bg-ready {
  animation: hs-video-container-bg 500ms both
}

.hs-video-container img,
.hs-video-container iframe,
.hs-video-container object,
.hs-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px
}

.hs-video-wrapper {
  text-align: center;
  position: relative
}

.hs-video-wrapper .hs-play-video {
  background: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/images/play-btn-2ac0e58827c37b90077d7de878b5a322.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  height: 80px;
  width: 80px
}

.hs-image-grid div.inner-col-1 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
#hs-footer-top ul.hs-error-msgs.inputs-list label {
  padding: 10px !important;
  color: red;
  font-size: 14px !important;
}
.hs-video-wrapper .hs-play-video:hover {
  cursor: pointer;
  background-image: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/images/play-btn-active-93807f58e1ff87a9a9789ac0136d6b12.png")
}

#hs-video-description {
  max-width: 910px;
  text-align: center;
  margin: 0 auto
}

#hs-video-description h1 {
  font-family: 'WorkSans-SemiBold';
  font-size: 40px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  color:#fff;

}

#hs-video-description p {
  font-size: 21.99px;
}

#hs-video-description h6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 46px;
  text-align: left;
  margin-bottom: 0;
}

#hs-video-description h6 a {
  font-family: 'WorkSans-Medium';
  background: #fff;
  border-radius: 6px;
  display: inline-block;
  color: #1EA6DF;
  font-size:15px;
  margin-right: 14px;
  padding: 7px 0;
  text-align: center;
  text-transform: uppercase;
  width: 152px;
  transition: all 150ms ease-in;
  line-height: 1.42857143;
}

#hs-video-description h6 a:hover {
  background-color: #1EA6DF;
  border-color: #1EA6DF;
  color: #fff
}
.custom-home-row1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#efficiency .custom-two-col-with-bg {
  background: no-repeat top 45px center;
  background-size: 267px;
  padding-top: 200px;
  vertical-align: baseline
}

#efficiency .custom-two-col-with-bg.clerafix.mobile-bg .bg{
  background: no-repeat top 45px center;
  background-size: 267px;
  padding-top: 200px;
  vertical-align: baseline;
}

#efficiency.bg-ready {
  animation: efficiency-mobile-bg 500ms both
}

#efficiency .page-center {
  position: relative
}

#centric .custom-two-col-with-bg {
  background: #F5F5F5 no-repeat bottom -110px center;
  background-size: 262px;
  vertical-align: baseline
}

#centric.bg-ready {
  animation: centric-bg 500ms both
}

#centric .page-center {
  position: relative;
  padding-bottom: 205px
}

#logos {
  background: #0194CC;
  height: 160px;
  overflow: hidden;
  position: relative
}


div#logos .page-center {
  padding: 0 !important;
}
#logos h6 {
  color: #A2E3FB;
  font-size: 18px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 10px
}
#hs-footer-top .right h6 {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'WorkSans-SemiBold';
}

.hs-home-page .custom-copyright p {
  font-size: 14.4px;
}

#logos ul {
  margin-bottom: 0;
  margin-top: 15px;
  padding: 0 15px;
  width: 832px
}
.hs-home-page .custom-copyright {
  padding-left: 20px;
  font-size: 14px;
}
#logos ul li {
  float: left;
  margin-right: 30px
}

#logos ul li:last-child {
  margin-right: 0
}
.hs-home-page .custom-footer-wrapper {
  padding-top: 0;
}
.custom-two-col-with-video.clerafix {
  position: relative;
}

#logos img {
  height: 70px;
  width:auto;
}

.custom-company-logos ul {
  padding: 0;
  list-style: none;
}
#hs-footer-top form.hs-form fieldset .hs-form-field {
  padding: 0 15px;
}
#hs-footer-top span.hs-form-required {
  display: none;
}

#hs-footer-top form.hs-form fieldset {
  margin: 0 -15px;
}
#hs-footer-top textarea {
  height: 72px;
  max-width: 100%;
}



#hs-footer-top input.hs-button.primary.large {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: 'OpenSans-SemiBold';
  transition: all 150ms ease-in;
  border: 1px solid #fff;
  font-size: 1rem;
  padding: 10px 30px;
  margin-right: 25px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 18px;
  padding: 10px 30px;
  margin-right: 25px;
  /* font-weight: bold; */
  margin-top: 19px;
}

#hs-footer-top input.hs-button.primary.large:hover {
  background-color: #fff;
  color: #1FA1D2;
}
#hs-footer-top .bottom-row {
  font-size: 18px;
  margin-top: -36px;
  padding-left: 148px;
}

.hs-home-page .custom-footer-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
#hs-footer-top textarea, #hs-footer-top .hs-input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin-bottom: 15px;
}
#health .custom-two-col-with-bg {
  background: #F5F5F5 no-repeat bottom center;
  background-size: 257px;
  vertical-align: baseline
}
#hs-footer-top label {
  font-weight: 700;
  font-size: 18px;

}
#health.bg-ready {
  animation: health-bg 500ms both
}

#health .page-center {
  position: relative;
  padding-bottom: 235px
}

#optim {
  vertical-align: baseline
}

#optim .page-center {
  position: relative;
  padding-top: 45px
}

#optim .hs-video-container {
  background: no-repeat center center;
  background-size: cover
}

#optim .hs-video-container.bg-ready {
  animation: optim-container-bg 500ms both
}

#optim .hs-hs-video-wrapper {
  max-width: 620px;
  width: calc(100% - 30px);
  margin: 0 auto
}

#improve .custom-two-col-with-imp {
  background: #F5F5F5 no-repeat center bottom -43px;
  background-size: 500px;
  vertical-align: baseline
}

#improve.bg-ready {
  animation: improve-bg 500ms both
}

#improve .page-center {
  position: relative;
  text-align: center;
  padding-bottom: 170px
}

#fully .custom-two-col-with-bg  {
  background: no-repeat top 45px center;
  background-size: 300px;
  padding-top: 265px;
  vertical-align: baseline
}

#fully.bg-ready {
  animation: fully-bg 500ms both
}

#fully .page-center {
  position: relative
}

#easy .custom-two-col-with-bg {
  background: #F5F5F5 no-repeat top 45px center;
  background-size: 300px;
  padding-top: 220px;
  vertical-align: baseline
}

#easy.bg-ready {
  animation: easy-bg 500ms both
}

#easy .page-center {
  position: relative
}


.custom-two-col-with-bg {
  position: relative;
}
.hs-block .btn {
  font-family: 'WorkSans-Medium';
  border: 1px solid rgba(74,74,74,0.18);
  border-radius: 4px;
  color: #1EA6DF;
  font-size: .8rem;
  margin-top: 15px;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 150ms ease-in;
}
.custom-footer-wrapper .custom-home-footer-top .page-center {
  max-width: 100% !important;
  padding: 0 0px !important;
}
.custom-home-row1 li:before{
  margin-right: 7px;
}
.hs-home-page .body-container .row-fluid .page-center {
  max-width: 1920px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.hs-home-page.hs-landing-page .body-container .row-fluid .page-center {
  max-width: 1200px;
  padding: 40px;
}

div#hs-video-area {
  padding-top: 80px !important;
  padding-bottom: 15px;
  position: relative;
}


.hs-row {
  margin-right: -15px;
  margin-left: -15px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#improve .hs-block {

  margin: 0;
}
.hs-block .btn:hover {
  background-color: #1EA6DF;
  border-color: #1EA6DF;
  color: #fff;
}
.hs-home-page h1, .hs-home-page h2,.hs-home-page h3,.hs-home-page h4,.hs-home-page h5,.hs-home-page h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.hs-block h1 {
  font-family: 'WorkSans-SemiBold';
  font-size: 23.94px;
  margin-bottom: 7px;
}

#hs-footer-top {
  font-family: 'WorkSans-Light'
}

#hs-footer-top h3,
#hs-footer-top h5 {
  font-family: 'WorkSans-SemiBold'
}
#hs-footer-top .right .btn{
  font-family: 'OpenSans-SemiBold';
  font-size: 1rem;
  color: #fff;
  border: 1px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 40px;
  margin-bottom: 0;
  transition: all 150ms ease-in;
  width: auto;
}

#hs-footer-top .right .btn {
  margin-bottom: 60px;
}

#hs-footer-top .left {
  background-color: #0194CC;
  display: none
}

#hs-footer-top input.error,
#hs-footer-top textarea.error{
  background-color: #c4324c !important
}

#hs-footer-top .right {
  background-color: #1FA1D2;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  min-height: 500px;
  overflow: hidden;
  padding-top: 52px;
  width: 100%
}

#hs-footer-top .right h5 {
  font-size: 20.25px;
  margin-bottom: 15px
}

#hs-footer-top .right .btn-primary{
  font-family: 'OpenSans-SemiBold';
  font-size: 1rem;
  color: #fff;
  border: 1px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 40px;
  margin-bottom: 0;
  transition: all 150ms ease-in
}
#hs-footer-top .col1 {
  padding-left: 15px;
  padding-right: 18px;
}
#hs-footer-top .right p {
  font-size: 1.2rem;
  max-width: 312px;
  margin: 0 auto;
  text-align: center
}

#hs-footer-top button {
  font-family: 'OpenSans-SemiBold';
  transition: all 150ms ease-in
}

#hs-footer-top button:hover,
#hs-footer-top .right .btn:hover {
  background-color: #fff;
  color: #1FA1D2
}
.custom-two-col-with-bg .bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#hs-footer-top .right h5 {
  font-size: 18px;
  margin-bottom: 25px
}

#hs-footer-top .right a {
  display: inline-block;
  width: 150px
}

#hs-footer-top .right a img {
  width: 100%
}

div#hs-footer-top {
  background-color: #0194CC;
}
.custom-home-footer-top * {
  color: #ffff;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  background: #fff;
}

@media (min-width: 768px) {

  #hs-video-description h6 a {
    padding: 10px 0;
    width: 200px
  }
 #optim .custom-two-col-with-video{
    vertical-align: baseline;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #hs-video-description h6 a.features {
    margin-left: -60px
  }
  #hs-video-description {
    max-width: 500px
  }
  #hs-video-description h1 {
    width: auto;
    margin-bottom: 10px
  }
  #hs-video-area video {
    border-radius: 6px;
    width: 90%
  }
  .hs-block p {
    margin: 0 auto;
    max-width: 600px
  }
  #logos ul {
    margin-top: 15px;
    padding: 0 15px;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  #logos ul li {
    float: none
  }
  #logos img {
    height: 75px
  }
  #efficiency .custom-two-col-with-bg{
    background-size: 620px;
    background-position: center 50px;
    padding-top: 430px
  }
  #efficiency .custom-two-col-with-bg.clerafix.mobile-bg .bg{
    background-position: center 50px;
    background-size: 620px;
    padding-top: 430px
  }
  #centric .custom-two-col-with-bg{
    background-size: 370px;
    padding-top: 20px
  }
  #centric .page-center {
    padding-bottom: 360px
  }
  #health .custom-two-col-with-bg{
    background-size: 370px;
    padding-top: 20px
  }
  #health .page-center {
    padding-bottom: 350px
  }
  #optim.custom-two-col-with-bg {
    padding-bottom: 20px;
    padding-top: 20px
  }
  #improve .custom-two-col-with-imp{
    background-size: 700px;
    padding-top: 20px
  }
  #improve .page-center {
    padding-bottom: 260px
  }
  #fully .custom-two-col-with-bg{
    background-size: 620px;
    background-position: center 50px;
    padding-top: 270px;
    padding-bottom: 20px
  }
  #fully .page-center {
    padding-top: 245px
  }
  #easy .custom-two-col-with-bg{
    background-size: 620px;
    background-position: center 50px;
    padding-top: 240px;
    padding-bottom: 20px
  }
  #easy .page-center {
    padding-top: 180px
  }

}


@media (min-width: 992px){
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .hs-home-page .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .hs-home-page .custom-header-right-menu ul li a{
    font-size: 16.2px;
  }
  .hs-centered-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
  }
  .hs-block {
    padding: 40px;
    text-align: left
  }
  .hs-block h1 {
    margin-bottom: 7px
  }
  .hs-block p {
    margin-left: 0
  }
  .hs-block .btn {
    font-size: 18px;
  }
  #hs-footer-top .inner-row {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto ;
    float: none;
  }
  #hs-footer-top .right .btn {
    margin-bottom: 120px;
  }
  #hs-video-description h6 {
    display: block
  }
  #hs-video-area .hs-video-wrapper {
    margin: 75px auto 96px auto
  }
  #hs-video-description {
    text-align: left;
    max-width: 910px;
    margin: 25% auto
  }
  #hs-video-description h1 {
    width: auto;
    margin-bottom: 10px
  }
  .hs-centered-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
  }
  .hs-block {
    padding: 40px;
    text-align: left
  }
  .hs-block h1 {
    margin-bottom: 7px
  }
  .hs-block p {
    margin-left: 0
  }
  .hs-block .btn {
    font-size: 18px;
  }
  .hs-block-right{
    padding-left: 120px
  }
  #hs-video-description h6 {
    display: block
  }
  #hs-video-area .hs-video-wrapper {
    margin: 75px auto 96px auto
  }
  #hs-video-description {
    text-align: left;
    max-width: 910px;
    margin: 25% auto
  }
  #hs-video-description h1 {
    width: auto;
    margin-bottom: 10px
  }
  .custom-home-row1  {
/*     background-color: #F5F5F5; */
/*     display: block;
    padding: 40px 0 20px 0 */
  }
  .custom-home-row1  .page-center {
    text-align: center
  }
  .custom-home-row1  li:before {
    background: url("//cdn2.hubspot.net/hubfs/4423036/vWorkApp_June2018/images/check-icon-1b20295dfd9c53efc99278397a827ee7.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    color: #72aa72;
    height: 15px;
    width: 15px;
    content:"";
  }
  .custom-home-row1  li {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    color: grey;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    font-size: .9rem;
    margin-right: 3px;
    padding: 8px 15px
  }
  #efficiency .custom-two-col-with-bg{
    background: no-repeat right bottom -35px;
    background-size: 500px;
    padding-top: 0;
    padding-bottom: 0
  }
  #efficiency .custom-two-col-with-bg.clerafix.mobile-bg .bg{
    background: no-repeat right bottom -35px;
    background-size: 600px;
  }
  #efficiency.bg-ready {
    animation: efficiency-bg 500ms both
  }
  #efficiency .page-center {
    min-height: 450px
  }
  #centric .custom-two-col-with-bg {
    background-size: 463px;
    background-position: left 10% bottom -198px;
    padding: 40px 0
  }
  #centric .page-center {
    padding-bottom: 370px
  }
  #logos ul {
    margin-top: 15px
  }
  #logos img {
    height: 75px
  }
  #health .custom-two-col-with-bg{
    background-position: right 10% bottom;
    background-size: 420px;
    padding-top: 0
  }
  #health .page-center {
    padding-bottom: 450px
  }
  #optim .custom-two-col-with-bg{
    min-height: 450px;
    position: relative
  }
  #optim .page-center {
    padding-top: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0
  }
  #optim .hs-video-wrapper {
    width: 92%;
    margin-left: 10%
  }
  #optim .hs-block {
    margin-top: 40px
  }
  #improve .custom-two-col-with-imp{
    background-position: center bottom -120px;
    background-size: 968px
  }
  #improve .page-center {
    padding-bottom: 300px
  }
  .hs-block-left{
    margin-left: 50%;
  }
  #improve .hs-block {
    text-align: center;
    margin: 0;
  }
  #improve .hs-block p {
    margin-left: auto
  }
  #fully .custom-two-col-with-bg {
    background-position: left 10% center;
    background-size: 465px;
    padding: 40px 0
  }
  #fully .page-center {
    padding-top: 370px
  }
  #easy .custom-two-col-with-bg{
    background-position: right 10% center;
    background-size: 462px;
    padding: 40px 0;
    vertical-align: baseline
  }
  #easy .page-center {
    padding-top: 370px;
  }
  #hs-footer-top .inner-row {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
  }
  #hs-footer-top h3,
  #hs-footer-top p {
    color: #fff;
    font-size: 20.25px;
    margin-bottom: 45px
  }
  #hs-footer-top h3 {
    margin-bottom: 20px
  }
  #hs-footer-top form .row {
    margin-left: -30px;
    margin-right: -30px
  }
  #hs-footer-top input[type="text"],
  #hs-footer-top input[type="email"],
  #hs-footer-top textarea,
  #hs-footer-top .hs-input{
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
        font-family: 'WorkSans-Light';
    border: none;
    border-radius: 0;
    box-shadow: none
  }
  #hs-footer-top label * {
    color: rgba(255, 255, 255, 0.5);
  }
  #hs-footer-top label {
    font-family: 'OpenSans-Light';
    color: rgba(255, 255, 255, 0.5)
  }
  #hs-footer-top .flex {
    margin-top: 20px;
    align-items: center;
    color: #fff
  }
  #hs-footer-top .flex a {
    color: #fff
  }
  #hs-footer-top button {
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 1rem;
    padding: 10px 30px;
    margin-right: 25px
  }
  #hs-footer-top .left {
    padding-top: 72px;
    padding-bottom: 100px
  }
  #hs-footer-top .right {
    background-color: #1FA1D2;
    color: #fff;
    font-size: 1.125rem;
    padding: 72px
  }
  #hs-footer-top .right h5 {
    font-size: 20.25px;
  }
  #hs-footer-top .right .btn {
    font-size:18px;
    color: #fff;
    border: 1px solid #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px
  }
  #hs-footer-top .right p {
    font-size: 18px;
    max-width: 370px
  }

  #hs-footer-top .right h5 {
    margin-bottom: 15px
  }
  #hs-footer-top .right a {
    display: inline-block;
    width: 153px
  }
  #hs-footer-top .right a img {
    width: 100%
  }
  #hs-footer-top .col1 {
    width: 66.66666667%;
  }

}

@media (min-width: 1024px) {
  #hs-video-description h6 a.features {
    margin-left: 0
  }
  .custom-home-row1  li {
    margin-right: 10px
  }
  #optim .hs-block {
    margin-top: 20px
  }
  #hs-footer-top .left {
    background-color: #0194CC;
    display: block
  }
  #hs-footer-top .right {
    width: 41.66666667%;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left
  }
  #hs-footer-top .right p {
    margin-left: 0;
    text-align: left
  }
  .custom-footer-wrapper .custom-home-footer-top .page-center>div>div {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

}


@media (min-width: 1280px) {
  #fully .custom-two-col-with-bg {
    background-position: left 10% center;
    background-size: 530px;
  }
  .hs-block h1 {
    font-size: 36px;
    margin-bottom: 15px
  }
  .hs-block p {
    font-size: 19.8px;
    max-width: 900px
  }
  .hs-block .btn {
    padding: 6px 15px
  }
  #hs-video-description h6 {
    margin-top: 35px
  }
  #hs-video-description h6 a {
    font-size: 18px;
  }
  #hs-video-area .hs-video-wrapper {
    width: 95%
  }
  #hs-video-description {
    margin-top: 20%;
  }
  #hs-video-description h1 {
    font-size: 40px;
    margin-right: 0;
  }
  #hs-video-description p {
    font-size: 27px;
  }
  .custom-home-row1  li {
    font-size: 18px;
    margin-right: 15px;
  }
  #efficiency .custom-two-col-with-bg{
    background: no-repeat right bottom -40px;
    background-size: 640px;
  }
  #efficiency .custom-two-col-with-bg.clerafix.mobile-bg .bg{
    background: no-repeat right 5% bottom 77px;
    background-size: 700px;
  }
  #efficiency.bg-ready {
    animation: efficiency-bg 500ms both
  }
  #efficiency .page-center {
    min-height: 610px
  }
  #centric .custom-two-col-with-bg{
    background-size: 570px;
    background-position: left 10% bottom -227px
  }
  #hs-footer-top .inner-row {
    margin-right: 60px
  }
  #centric .page-center {
    min-height: 530px
  }
  #logos {
    height: 210px
  }
  #logos ul {
    margin-top: 17px
  }
  #logos img {
    height: 115px
  }
  #health .custom-two-col-with-bg{
    background-position: right 10% bottom;
    background-size: 530px
  }
  #health .page-center {
    min-height: 610px
  }
  #optim .custom-two-col-with-video{
    min-height: 610px
  }
  #optim .hs-block {
    margin-top: 2%
  }
  #optim .hs-video-wrapper {
    width: 80%
  }
  .block .btn {
    padding: 6px 15px;
  }
  #optim .hs-block p {
    max-width: 600px
  }
  #improve .custom-two-col-with-imp{
    background-position: center bottom -80px;
    background-size: 1100px
  }
  #improve .page-center {
    padding-bottom: 420px;
    padding-top: 30px
  }
  #fully.custom-two-col-with-bg {
    background-position: left 10% center;
    background-size: 530px
  }
  #fully .page-center {
    min-height: 530px
  }
  #fully .hs-block p {
    max-width: 660px
  }
  #easy .custom-two-col-with-bg{
    background-position: right 10% center;
    background-size: 530px
  }
  #easy .page-center {
    min-height: 530px
  }

}

@media (min-width: 1600px) {
  #hs-video-area video {
    width: 82%
  }
  #hs-video-description {
    max-width: 720px;
    margin-left: 0
  }
  #efficiency {
    background-size: 770px;
  }
  #efficiency .page-center {
    min-height: 714px
  }
  #efficiency .hs-block {
    padding-left: 160px
  }
  #centric {
    background-size: 700px;
    background-position: left 10% bottom -300px
  }
  #centric .page-center {
    min-height: 634px
  }
  #logos ul {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
  }
  #logos h6 {
    margin-top: 20px
  }
  #health {
    background-position: right 10% bottom -90px;
    background-size: 720px
  }
  #health .page-center {
    min-height: 714px
  }
  #optim .custom-two-col-with-video{
    padding: 183px 0
  }
  #optim .hs-video-wrapper {
    width: 650px;
    margin-left: 120px
  }
  #optim .hs-block {
    margin-top: 4%
  }
  #improve .custom-two-col-with-imp{
    background-position: center bottom -90px
  }
  #fully .custom-two-col-with-bg{
    background-size: 650px
  }
  #fully .page-center {
    min-height: 634px
  }
  #easy .custom-two-col-with-bg{
    background-size: 650px
  }
  #easy .page-center {
    min-height: 634px
  }
  #hs-footer-top .inner-row {
    margin-right: 150px
  }
  #efficiency .custom-two-col-with-bg{
    background-size: 770px
  }
  #efficiency .custom-two-col-with-bg.clerafix.mobile-bg .bg{
    background-size: 770px;
  }
  #hs-video-area video {
    width: 82%
  }
  #hs-video-description {
    max-width: 720px;
    margin-left: 0
  }

  #efficiency .page-center {
    min-height: 714px;
  }

  #centric .custom-two-col-with-bg{
    background-size: 700px;
    background-position: left 10% bottom -300px
  }
  #centric .page-center {
    min-height: 634px
  }
  #logos ul {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
  }
  #logos h6 {
    margin-top: 20px
  }
  #health .custom-two-col-with-bg{
    background-position: right 10% bottom -90px;
    background-size: 720px
  }
  #health .page-center {
    min-height: 714px
  }
  #optim .custom-two-col-with-video{
    padding: 183px 0
  }
  #optim .hs-video-wrapper {
    width: 650px;
    margin-left: 120px
  }
  #optim .hs-block {
    margin-top: 4%
  }
  #improve .custom-two-col-with-imp{
    background-position: center bottom -90px
  }
  #fully .custom-two-col-with-bg{
    background-size: 650px
  }
  #fully .page-center {
    min-height: 634px
  }
  #easy .custom-two-col-with-bg{
    background-size: 650px
  }
  #easy .page-center {
    min-height: 634px
  }

}


@media (min-width: 1920px) {
  #hs-video-area .hs-video-wrapper {
    margin-bottom: 130px
  }
  #optim .custom-two-col-with-video {
       padding: 156px 0;
  }
  #centric.custom-two-col-with-bg {
    background-position: left 10% bottom -300px
  }
  #health .custom-two-col-with-bg{
    background-position: right 10% bottom -90px
  }
  #optim .custom-two-col-with-bg{
    padding: 156px 0
  }
  #optim .hs-video-wrapper {
    max-width: 715px;
    width: 715px
  }
  #optim .hs-block {
    margin-top: 7%
  }
  #improve .custom-two-col-with-imp{
    background-position: center bottom -120px;
    background-size: 1200px
  }
  #improve ..page-centerr {
    padding-bottom: 420px
  }
  #fully /custom-two-col-with-bg{
    background-size: 650px
  }
}

.col-md-6:not(.hs-block) {

  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
  background-color: rgba(0,0,0,0.8);
}

 .fancybox-overlay {

  background-color: rgba(0,0,0,0.8);
}
body .fancybox-inner {
  padding-bottom: 56.25%;
  width: 100% !important;
  max-width: 940px !important;
  height: auto !important;
}
body a.fancybox-item.fancybox-close{
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
body a.fancybox-item.fancybox-close:after {
  transform: rotate(-45deg);
}

body a.fancybox-item.fancybox-close:before {
  transform: rotate(45deg);
}
body a.fancybox-item.fancybox-close:after,
body a.fancybox-item.fancybox-close:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

body  .fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  padding: 0 !important;
      margin: 30px 0;
}
body .fancybox-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (max-width: 1600px) {
  div#efficiency .hs-block {
    padding-left: 40px;
  }
}

@media (min-width: 992px) and  (max-width: 1279px){
  .hs-block h1{
    font-size: 19.95px;
  }
  .hs-block p,
  .hs-block .btn,
  #logos h6,
  #hs-footer-top .right p,
  #hs-footer-top .right .btn,
  #hs-footer-top label,
  #hs-footer-top input.hs-button.primary.large,
  #hs-footer-top .bottom-row,
  #hs-footer-top .right h6,
  .hs-home-page .custom-menu-primary .hs-menu-wrapper > ul > li > a, .hs-home-page .custom-header-right-menu ul li a{
    font-size: 15px;
        padding: 10px 11px;
  }
}
@media  (max-width: 1279px){
  .hs-home-page .custom-header-wrapper {
    margin-top: 1px;
  }
  div#hs-video-area {
    padding-top: 68px;
  }
  .modal-form.contactus textarea.hs-input {
    margin: 0;
    height: 86px;
  }

  .custom-home-row1 li{
    font-size: 13.5px;
  }
  #optim .custom-two-col-with-video{
    min-height:450px;
  }
  .hs-home-page .custom-copyright p {
    font-size: 14px;
  }
  #hs-footer-top h3, #hs-footer-top p,
  #hs-footer-top .right h5{
    color: #fff;
    font-size: 16.875px;
  }
  #hs-footer-top .bottom-row {
    font-size: 15px;
    margin-top: -32px;
    padding-left: 138px;
  }
}

@media (min-width: 768px) {
  .hs-columns-two {
    width: 100%
  }
  .dwyer-plumbing .hr-view {
    display: none;
  }
  .hs-columns-two::after {
    content: '';
    display: table;
    clear: both
  }
  .operations-tools .hs-top-features ul {
    max-width: 781px;
  }
  .hs-columns-two .hs-column.hs-column1,
  .hs-columns-two .hs-column:first-child{

    vertical-align: top;
    width: 50%;
    border-right: 25px solid transparent
  }
  .hs-columns-two .hs-column.hs-column2,
  .hs-columns-two .hs-column:last-child{
    margin-left: 0;
    vertical-align: top;
    width: 50%;
    border-left: 25px solid transparent;
  }
  
  .hs-columns-two .hs-column.hs-column2,
  .hs-columns-two .hs-column .hs-left-img:last-child{
    margin-right: 0;
    vertical-align: top;
    width: 50%;
    border-right: 25px solid transparent;
    border-left: none;
  }
  
  .hs-columns-three {
    width: 100%
  }
  .hs-columns-three::after {
    content: '';
    display: table;
    clear: both
  }
  .hs-columns-three .hs-column.hs-column1 {
    margin-left: 0;
    vertical-align: top;
    width: 33.33333%;
    border-right: 25px solid transparent
  }
  .hs-columns-three .hs-column.hs-column2 {
    margin-left: 0;
    vertical-align: top;
    width: 33.33333%;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent
  }
  .hs-columns-three .hs-column.hs-column3 {
    margin-left: 0;
    vertical-align: top;
    width: 33.33333%;
    border-left: 25px solid transparent
  }
  .hs-columns-two .hs-column {
    float: left;
  }
  
  .hs-columns-two.hs-left-img .hs-column {
    float: right;
  }
  
  .hs-columns-three .hs-column {
    float: left;
  }
}


/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 1600px) {
  .custom-logo img {
    margin-right: 47px;
  }
}

@media (max-width: 1600px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-left: 10px;
  }
}

@media (max-width: 1366px) {
  .operations-tools .three-devices .side{
    margin-top: 3.5%;
  }
}
@media (max-width: 1280px){
  .custom-logo img {
    margin-right: 10px;
  }
  html {
    font-size: 55%;
  }
  h4 {
    font-size: 14.08px;
  }
}
@media (max-width: 1278px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 11px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-left: 0;
  }
  .custom-banner {
    margin-top: -7px;
  }
  .tooltip span{
    width: 500px;
  }

}
@media (max-width: 1029px) and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 8px;
  }
  .custom-header-right-menu ul li a{
    margin-left: 8px;
  }
}
@media (max-width: 1060px) {
  .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened {
    max-width: 90% !important;
  }
  body a.fancybox-item.fancybox-close {
    right: -0px;
  }
}
@media (max-width: 1024px) {
  .custom-footer-top-menu .hs-menu-wrapper > ul {
    margin-right: 0;

  }
  .custom-social-icon ul li a {
    padding: 0 18px;
  }
  .widget-span.custom-copyright p:last-child a {
    color: rgba(255,255,255,0.7);
    margin-right: 10px;
  }
}

@media (min-width: 992px){
  .custom-logo img {
    margin-right: 0;
  }
}
@media (max-width: 991px){
  .widget-span.custom-header-right-menu {
    display: none;
  }	
  div#efficiency .hs-block {
    padding-left: 30px;
  }
  .hs-home-page .widget-span.custom-logo{
    padding-right: 16px;
    padding-left: 16px;
  }
  .hs-home-page .mobile-trigger {
      right: 20px;
  }
  .hs-home-page .widget-span.cm-right-group {
      width: 100%;
      position: static;
      margin-bottom: 15px;
  }
 .hs-home-page  .custom-menu-primary .hs-menu-wrapper > ul ul{
        margin-top: 0;
       padding: 5px 0;
  }
  .widget-span.custom-header-wrapper {
    background-color: #0194CC;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 15px;
    padding-top: 10px;
  }
  .widget-span.custom-logo {
    width: 90%;
    position: relative;
  }
  .custom-header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-block {
    padding: 45px 30px;
    text-align: center;
  }
  .hs-block p{
    font-size:18px;
  }
  .custom-menu-primary.js-enabled{
    padding-top: 0px;
    margin: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #5ACEFF;
  }
  .widget-span.cm-right-group{
    padding-left:0;
    padding-right:0;
  }
  .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-top: 1px solid rgba(255,255,255,0.3);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #0194CC;
    padding:0px;
    margin-top: 2px;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    background: none;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 0;
    box-shadow: none;
    display: block;
    float: none;
    position: initial;
    width: 100%;
    display: block !important;
    position:  static !important;
    background: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  ul  li   a{
    display:block;
    font-weight: 400;
    line-height: 1.42857143;
    font-size:14px;

  }
  .mobile-open .custom-header-right-menu {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
    display: block;
  }
  .widget-span.custom-header-right-menu {
    text-align: left;
    width: 100%;
  }
  .custom-header-right-menu ul li a {
    padding: 10px !important;
    text-align: left;
    border: 0;
    margin: 0;
    display: block;
  }
  .tooltip span{
    width: 375px;
  }
  .custom-header-right-menu ul li a:hover{
    color: #5ACEFF;
    background:none;
  }
  .custom-footer-wrapper{
    padding: 44px 0 42px;
  }
  .widget-span.custom-app-button {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .widget-span.custom-copyright p span span {
    display: none;
  }
  .custom-social-icon ul li a {
    padding-right: 10px;
    padding-left: 0;
  }
  .widget-span.custom-app-button a img {
    display: inline-block;
    margin-right: 15px;
  }
  .widget-span.custom-footer-top-menu ul {

    margin-bottom: 20px;
  }
  .widget-span.custom-footer-top-menu {
    width: 100%;
  }
  .custom-footer-bottom {
    padding: 32px 0;
    font-size: 14px;
  }
  .widget-span.custom-copyright p:last-child a {
    margin-right: 10px;
  }
  .widget-span.cm-right-group {
    width: 100%;
    position: static;
  }

  .widget-span.custom-logo {
    width:  100%;
    float: none;
  }

  .custom-menu-primary.js-enabled {
    width: 100%;
    position: static;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {    
    margin-top: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(4) {
    border-top: 0 !important;
  }
    display: block;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  .custom-header-right-menu .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
    font-weight:400;
    width: 120px;
  }
  .hs-home-page .custom-header-right-menu .hs-menu-wrapper > ul > li > a{
    /* width: 100% !important; */
  }
  .hs-home-page .custom-header-right-menu .hs-menu-wrapper > ul > li > a:hover{
    background-color: #1EA6DF;
    color:#fff;
  }
  .widget-span.custom-header-wrapper {
    padding-bottom: 0;
  }
  .custom-header-wrapper {
    min-height: 54px !important;
  }
  .custom-banner {
    margin-top: -8.6rem;
  }
  .three-devices.p-c-p .side {
    top: 9px;
  }
  .hs-block .btn {
    font-size: 14.4px;
  }
  #centric .page-center {
    position: relative;
    padding-bottom: 360px;
  }
  
  div#hs-video-area {
    padding-top:2px;
  }
  #hs-video-description h1 {
    font-size: 40px;
  }
  #hs-video-description p {
    font-size: 26.388px;
  }
  .custom-home-banner {
    padding-bottom: 20px;
  }
  #hs-video-description h6 a {
    font-size: 18px;
  }
  .custom-home-banner {
    padding-bottom: 15px;
  }
  div#tags {
    display: none !important;
  }
  #optim .hs-video-wrapper {
    max-width: 620px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .hs-home-page .custom-footer-bottom {
    padding: 20px 0;
  }
  .hs-home-page  .custom-social-icon ul li a {
       padding: 0 20px;
      color: rgba(255,255,255,0.7);
      padding-right: 11px;
      padding-left: 0;
      font-size: 18px;
  }
  .hs-home-page .custom-copyright {
    padding-left: 0;
  }
  #hs-footer-top h3, #hs-footer-top p, #hs-footer-top .right h5 {
    color: #fff;
    font-size: 21.6px;
  }
  #hs-footer-top .right p {
    font-size: 21.6px;
  }
  #hs-footer-top .right h5 {
    font-size: 18px;
    margin-bottom: 25px;
    margin-bottom: 15px;
  }
  #hs-footer-top .right .btn {
    font-family: 'OpenSans-SemiBold';
    font-size: 18px;
  }
  .custom-two-col-with-bg .bg {
    display: block;
  }
  .custom-two-col-with-bg.clerafix.mobile-bg {
    background-image: none !important;
  }

}

@media (max-width: 940px) {
  .widget-span .blog-content,
  .widget-span .blog-sidebar {
    width: 100%;
    margin-left: 0;
  }
  .blog-pagination {
    margin-bottom: 30px;
  }
  .hs-video>div video {
    height:370px;
    width: auto;
  }
  .hs-block {
    padding: 45px 30px;
    text-align: center;
  }
  .hs-deveplopers-page .hs-video>div video {
    width: auto;
    height: 419px;
  }
  .recent-post-item {
    float: left;
    width: 50%;
    border-right: 20px solid transparent;
	}
  .recent-post-item:nth-child(2n+1) {
    border-left: 20px solid transparent;
    border-right: none;
	}
}

@media (min-width: 840px) {
  .hs-tabs.hs-columns-three {
    width: 100%
  }
  .hs-tabs.hs-columns-three::after {
    content: '';
    display: table;
    clear: both
  }
  .hs-tabs.hs-columns-three .col:nth-child(3n+1) {
    vertical-align: top;
    float: left;
    width: 33.33333%;
    border-right: 1.5rem solid transparent;
    clear: left
  }
  .hs-tabs.hs-columns-three .col:nth-child(3n+2) {
    vertical-align: top;
    float: left;
    width: 33.33333%;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent
  }
  .hs-tabs.hs-columns-three .col:nth-child(3n+3) {
    vertical-align: top;
    float: left;
    width: 33.33333%;
    border-left: 1.5rem solid transparent
  }
  .hs-tabs.hs-columns-four {
    width: 100%
  }
  .hs-tabs.hs-columns-four::after {
    content: '';
    display: table;
    clear: both
  }
  .hs-tabs.hs-columns-four .col:nth-child(4n+1) {
    vertical-align: top;
    float: left;
    width: 25%;
    border-right: 1.5rem solid transparent;
    clear: left
  }
  .hs-tabs.hs-columns-four .col:nth-child(4n+2) {
    vertical-align: top;
    float: left;
    width: 25%;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent
  }
  .hs-tabs.hs-columns-four .col:nth-child(4n+3) {
    vertical-align: top;
    float: left;
    width: 25%;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent
  }
  .hs-tabs.hs-columns-four .col:nth-child(4n+4) {
    vertical-align: top;
    float: left;
    width: 25%;
    border-left: 1.5rem solid transparent
  }
  .hs-tabs.hs-columns-two {
    width: 100%
  }
  .hs-tabs.hs-columns-two::after {
    content: '';
    display: table;
    clear: both
  }
  .hs-tabs.hs-columns-two .col:nth-child(2n+1) {
    vertical-align: top;
    float: left;
    width: 50%;
    border-right: 1.5rem solid transparent;
    clear: left
  }
  .hs-tabs.hs-columns-two .col:nth-child(2n+2) {
    vertical-align: top;
    float: left;
    width: 50%;
    border-left: 1.5rem solid transparent
  }
  .custom-developers-row2 .hs-tabs.hs-columns-two .col {
    width: 33.33333%;
  }
  .custom-developers-row2 .hs-tabs.hs-columns-two .col:nth-child(3n+2) {
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
  }
  .custom-developers-row2 .hs-tabs.hs-columns-two .col:nth-child(3n+3) {
    border-left: 1.5rem solid transparent;
    border-right: 0;
    clear: none;
  }
}

@media (min-width: 740px) and (max-width: 839px) {
  .hs-tabs.hs-columns-three {
    width: 100%
  }
  .hs-tabs.hs-columns-three::after {
    content: '';
    display: table;
    clear: both
  }
  .hs-tabs.hs-columns-three .col:nth-child(2n+1) {
    vertical-align: top;
    float: left;
    width: 50%;
    border-right: 1.5rem solid transparent;
    clear: left
  }
  .hs-tabs.hs-columns-three .col:nth-child(2n+2) {
    vertical-align: top;
    float: left;
    width: 50%;
    border-left: 1.5rem solid transparent
  }
  .hs-tabs.hs-columns-four {
    width: 100%
  }
  .hs-tabs.hs-columns-four::after {
    content: '';
    display: table;
    clear: both
  }
  .hs-tabs.hs-columns-four .col:nth-child(3n+1) {
    vertical-align: top;
    float: left;
    width: 33.33333%;
    border-right: 1.5rem solid transparent;
    clear: left
  }
  .hs-tabs.hs-columns-four .col:nth-child(3n+2) {
    vertical-align: top;
    float: left;
    width: 33.33333%;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent
  }
  .hs-tabs.hs-columns-four .col:nth-child(3n+3) {
    vertical-align: top;
    float: left;
    width: 33.33333%;
    border-left: 1.5rem solid transparent
  }
  .hs-tabs.hs-columns-two {
    width: 100%
  }
  .hs-tabs.hs-columns-two::after {
    content: '';
    display: table;
    clear: both
  }
  .hs-tabs.hs-columns-two .col:nth-child(1n+1) {
    vertical-align: top;
    float: left;
    width: 100%;
    border-right: 1.5rem solid transparent;
    clear: left;
    border-left: 1.5rem solid transparent
  }
}



@media (max-width:839px) {
  .custom-tools-row2 .hs_cos_gallery_main {
    font-size: 30rem;
  }
  .hs-columns-two.custom-tw-col-eq .hs-column {
    height: auto !important;
  }
  .hs-call-to-action h4{
    display: block;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  .hs-image-grid {
    position: relative;
    height: 50rem
  }
  #logos ul {
    display: block;
    text-align: center;
    width: auto;
  }
  #logos {
    background: #0194CC;
    height: auto;
  }
  #logos ul li {
    float: none;
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 15px;
  }
  #logos ul li {
    float: none;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 15px;
  }
}


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

@media (max-width: 767px) {
  .custom-social-icon ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0 0 15px;
  }
  .widget-span.custom-copyright {
    width: 100%;
    text-align: center;
  }
  .custom-footer-top-menu .hs-menu-wrapper > ul > li > a{

    margin-bottom: 10px;
  }
  .health-tools .hs-top-features ul {

    max-width: 100%;
  }
  .custom-footer-top-menu .hs-menu-wrapper > ul {
    margin-bottom: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .widget-span.custom-copyright p {
    font-size: 11px;
  }
  form .hs-columns-two .hs-column, form .hs-columns-three .hs-column {
    border: none;
  }
  .custom-main-form .actions input.hs-button.primary.large {
    margin: 20px 0 0;
  }
  .custom-main-form .actions:before {
      top: 28px;
  }
  .custom-main-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    float: none;
  }
  .custom-footer-bottom > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .custom-social-icon ul li {
    margin-right: 9px;
  }
  .custom-footer-bottom {
    padding: 32px 0 32px;
    font-size: 14px;
  }
  .custom-social-icon ul li a {
    font-size: 14px;
  }
  .widget-span.custom-app-button a img {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .widget-span.custom-footer-top-menu ul {
    margin-bottom: 15px;
  }
  .custom-footer-top-menu .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 22px !important;
  }
  .custom-footer-top-menu .hs-menu-wrapper > ul > li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .footer-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 0 15px;
  }
  .widget-span.custom-copyright p:first-child {
    padding-right: 10px;
  }
  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"],
  input[type="file"],
  textarea,
  select {
    color: #878587;
    border: 2px solid #d3d2d3;
    background: #ffffff;
    width: 100%;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    max-width:100%;
    display: block;

  }
  .dwyer-plumbing .hs-image-grid >div:not(.hr-view){
    display:none !important;
  }
  .custom-footer-wrapper {
    padding: 44px 0 44px;
  }
  .hs-call-to-action h4 {
    display: block;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  .hs-top-features ul {
    max-width: 100%;
  }
  .side-device .device {
    position: relative;
    height: auto;
  }
  .side-device .device img.backing {
    height: auto;
    width: 100% !important
  }
  .custom-tools-row2 h2 {

    padding: 0 15px;
  }
  .hs-tabs.hs-columns-three {
    width: 100%;
  }
  .hs-tabs.hs-columns-three::after {
    content: '';
    display: table;
    clear: both;
  }
  .hs-tabs.hs-columns-three .col:nth-child(1n+1) {
    vertical-align: top;
    float: left;
    width: 100%;
  }
  .hs-tabs.hs-columns-four {
    width: 100%;
  }
  .hs-tabs.hs-columns-four::after {
    content: '';
    display: table;
    clear: both;
  }
  .hs-tabs.hs-columns-four .col:nth-child(2n+1) {
    vertical-align: top;
    float: left;
    width: 50%;
    border-right: 1.5rem solid transparent;
    clear: left;
  }
  .hs-tabs.hs-columns-four .col:nth-child(2n+2) {
    vertical-align: top;
    float: left;
    width: 50%;
    border-left: 1.5rem solid transparent;
  }
  .hs-tabs.hs-columns-two {
    width: 100%;
  }
  .hs-tabs.hs-columns-two::after {
    content: '';
    display: table;
    clear: both;
  }
  .hs-tabs.hs-columns-two .col:nth-child(1n+1) {
    vertical-align: top;
    float: left;
    width: 100%;
    border-right: 1.5rem solid transparent;
    clear: left;
    border-left: 1.5rem solid transparent;
  }
  .hs-columns-two {
    width: 100%
  }
  .hs-columns-two::after {
    content: '';
    display: table;
    clear: both
  }

  .hs-columns-two .hs-column:nth-child(1n+1) {
    vertical-align: top;
    float: left;
    width: 100%
  }
  .hs-columns-three {
    width: 100%
  }
  .hs-columns-three::after {
    content: '';
    display: table;
    clear: both
  }
  .hs-columns-three .hs-column:nth-child(1n+1) {
    vertical-align: top;
    float: left;
    width: 100%
  }
  table.features tr td .tooltip{
    top: 7px;
  }
  table.features tr td:first-child{
    padding-right: 43px;
  }
  table.features th{
    padding-left: 5px;
    padding-right: 5px;
  }
  table.features {
    table-layout: fixed;
  }
  #hs-video-description h1 {
    font-size: 24px;
    margin-bottom: 0;
    /*max-width: 250px;*/
    margin-bottom: 0;
  }
  #centric .container {
    position: relative;
    padding-bottom: 205px;
  }
  #hs-footer-top .right h6 {
    margin-bottom: 25px;
    font-size: 15px;
  }
  #hs-footer-top h3, #hs-footer-top p, #hs-footer-top .right h5 {
    color: #fff;
    font-size: 18px;
  }
  #hs-footer-top .right p {
    font-size: 18px;
  }
  #hs-footer-top .right .btn{
    font-size: 15px;
  }
  .hs-block .btn {
    font-size: 12px;
  }
  #centric .page-center {
    position: relative;
    padding-bottom: 205px;
  }
  #logos h6 {
    color: #A2E3FB;
    font-size: 15px;
  }
  #hs-video-description p {
    font-size: 21.99px;
  }
  #hs-video-description h6 a {
    font-size: 15px;
  }
  .hs-block h1 {
    font-family: 'WorkSans-SemiBold';
    font-size: 19.95px;
  }
  .hs-block p {
    font-size: 15px;
    margin: 0 auto;
  }
  .hs-tabs.hs-columns-four .col {
    width: 50% !important;
    clear: none !important;
    border-right: 1.5rem solid transparent !important;
    border-left: 1.5rem solid transparent !important;
  }
  .hs-home-page .widget-span.custom-logo {
    padding-right: 0;
    padding-left: 0;
  }
  .hs-home-page .custom-footer-bottom {
      padding: 32px 0;
  }
  .hs-home-page .mobile-trigger {
      right: 6px;
  }
  .hs-home-page .custom-copyright p,
  .hs-home-page .widget-span.custom-copyright p{
      font-size: 12px;
  }
  .hs-home-page .custom-social-icon ul li a {
      padding: 0 20px;
      color: rgba(255,255,255,0.7);
      padding-right: 10px;
      padding-left: 0;
      font-size: 15px;
  }
  .hs-home-page .custom-social-icon ul {
      list-style: none;
      text-align: center;
      padding: 0;
      margin: 0 0 12px;
  }
  
  .padding40tb {
    padding: 0px 0px;
  }
 
  .blog-section {
  	padding-right: 0px;
  }
  
  .custom-banner.landing-banner-form h1{
  	font-size: 4.5rem;
    line-height: 4.5rem;
  }
}  

@media (max-width: 640px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  html {
    font-size: 50%;
  }
  h4 {
    font-size: 12.8px;
  }
  .hs-home-page .mobile-trigger {
      right: 6px;
  }
  .tooltip span {
    pointer-events: none;
    opacity: 0;
    left: 0;
    top: 134%;
    transform: translateY(0);
    width: 198px;
    z-index: 1;
    position: absolute;
    transition: 0.2s opacity ease-in-out;
    font-size: size("xs");
    line-height: size("s");
    background: #23b0e6;
    color: #ffffff;
    padding: 10px 10px;
    /* max-width: 300px; */
    right: 0;
  }
  .tooltip span::before {
    top: -7px;
    transform: translateY(0%);
    left: 0;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5.7px 4px 0;
    border-color: transparent #23b0e6 transparent transparent;
    transform: rotate(-22deg);
    /* border-left: 5px solid transparent; */
    /* border-right: 5px solid transparent; */
    /* border-bottom: 5px solid black; */
    /* border-color: transparent #23b0e6 transparent transparent; */
  }
  table.features tr td .tooltip {
    top: 7px;
    right: 10px;
  }
  
}


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

@media (max-width: 479px) {
  .custom-footer-top-menu .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 20px;
  }
  .custom-footer-top-menu .hs-menu-wrapper > ul > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .hs-testimonials .hs-quotes-wrapper {
    width: 100%;
  }
  table.features .table-price {
    font-size: 2.4rem;
  }
  table.features h2 {
    font-size: 1.5rem;
  }
  table.features h3 {
    margin-bottom: 15px;
    color: #878587;
    font-size: 1.5rem;
  }
  table.features th .button:before {
    font-size: 14px;
    top: 0;
  }
  table.features th .button {
    margin-bottom: 20px;
    white-space: normal;
    line-height: 15px;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px;
  }
  table.features th{
    padding-left: 5px;
    padding-right: 5px;
  }
  table.features tr th:nth-of-type(2), table.features tr th:nth-of-type(3) {
    vertical-align: top;
  }
  .hs-tabs.hs-columns-four .col {
    width: 100% !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  table.features tr td .tooltip{
    top: 7px;
  }
  .recent-post-item {
    float: left;
    width: 100%;
    border: none !important;
	}
}
@media (max-width: 400px) {
  .customer-tools .custom-tools-row1 .custom-three-col.clearfix .page-center.clearfix {
    padding-top: 90px;
  }
  .custom-banner.custom-banner_2 .modal-youtube {
    margin-bottom: 10px;
  }
  table.features tr td:first-child{
    border-right: 1px solid #d3d2d3;
    padding-right: 25px;
    font-size: 1.4rem;
    line-height: 2rem;
    word-wrap: break-word;
  }
  #logos ul li {
    float: none;
    width: 100%;
  }
  .hs-ope-page .body-container .page-center {
    padding-top: 11rem;
  }
    .hs-ope-page .body-container .hs-yellow .page-center {
    padding-top: 0rem;
  }
  
}