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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

@font-face {
  font-family: "Merriweather";
  src: local("Merriweather Regular"), local("Merriweather-Regular"), 
    url("//fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5-fCZM.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/2128896/iMobile%20Support%20-%20March%202019%20Folder%20/Fonts/icomoon.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/2128896/iMobile%20Support%20-%20March%202019%20Folder%20/Fonts/icomoon.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/2128896/iMobile%20Support%20-%20March%202019%20Folder%20/Fonts/icomoon.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/2128896/iMobile%20Support%20-%20March%202019%20Folder%20/Fonts/icomoon.svg") format("svg");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/2128896/iMobile%20Support%20-%20March%202019%20Folder%20/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/2128896/iMobile%20Support%20-%20March%202019%20Folder%20/Fonts/FontAwesome.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/2128896/iMobile%20Support%20-%20March%202019%20Folder%20/Fonts/FontAwesome.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/2128896/iMobile%20Support%20-%20March%202019%20Folder%20/Fonts/FontAwesome.svg") format("svg");
}


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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

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

body {
  background: #fff;
  color: #222;
  font-family: 'ProximaNovaRegular', serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 1.5;
}

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

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


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

/* Basic text */
p {
  margin:0 0 20px;
} 
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:normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #2d2d2d;
  font-size: 40px;
  text-transform: uppercase;
}
h2 {
  font-size: 38px;
  margin: 0 auto 30px;
}
h3 {
  font-size: 30px;
  margin: 0px auto 20px;
  color: #222;
}
h4 {
  color: #222;
  font-size: 20px;
}
h5 {
  font-size:16px;
}
h6 {
  font-size:14px;
}

/* Anchor Links */
a { 
  color: #333333; 
  transition: all .6s ease 0s;
  text-decoration: none;
}
a:hover, a:focus {     color: #1275ec;}

/* Lists */
ul, ol {}
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 {}


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

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

.custom-header-group {
  background: transparent;
  padding: 0 30px;
}

.fusion-contact-info {
  margin: 6px 0px 7px;
  line-height: 44px;
  text-align: right;
}

.fusion-contact-info > a {
  color: #fff;
  font-size: 14px;
  padding-left: 16px;
}

.fusion-contact-info > a i {
  padding-right: 4px;
}

.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-phone:before {
  content: "\f095";
}

.fa-envelope:before {
  content: "\f0e0";
}

.custom-banner-area {
  background-color: rgba(39, 101, 208, 1);
  min-height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 30px;
  margin-top: -1px;
}

.custom-banner-area-inner {
  padding: 250px 0 100px;
}

.custom-banner-area-inner * {
  text-align: center;
  width: 100%;
}
.no-banner.hs-home-page .header-container {
  min-height: 100%;
}
.no-banner.hs-home-page .custom-header-main-group{
  background-color:transparent;
}
.custom-header-main-group {
  position: absolute;
  z-index: 10010;
  width: 100% !important;
}

.custom-header-middle-group {
  background: #072d5e none repeat scroll 0 0;
  transition: background-color .25s ease-in-out;
  padding: 0 30px;
}

.custom-logo {
  margin: 10px 0;
  transition: all 0.25s ease-in-out;
}

.fusion-contact-info > a:hover {
  color: #b3b3bb;
}
.custom-banner-area-inner h1 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.custom-banner-area-inner h1:after {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 2px;
  margin: 6px auto 20px;
  width: 120px;
}

.custom-banner-area-inner ul li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
}
.custom-banner-area-inner ul li a:after {
  content: '/';
  display: inline-block;
  vertical-align: top;
  margin: 0px 1px 0 5px;
}
.no-banner .custom-header-main-group {
  background: #1773d4;
}

.no-banner .header-container {
  min-height: 133px;
}
input.hs-search-field__input::-webkit-search-decoration,
input.hs-search-field__input::-webkit-search-cancel-button,
input.hs-search-field__input::-webkit-search-results-button,
input.hs-search-field__input::-webkit-search-results-decoration {
  display: none;
}
ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}

/* =============== Content =============== */

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

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

.body-container {
  padding:70px 30px 60px;
}
.hs-one-col-test-row1-group h3 {
  text-align: center;
  margin-bottom: 80px;
}
img.alignRight {
  float: right;
  margin-left: 15px;
}

.hs-one-col-test-row1-group ul {
  padding-left: 14px;
}

.hs-one-col-test-row1-group ul li {
  font-size: 18px;
  color: #222;
  margin-bottom: 14px;
}

.hs-one-col-test-row1-group p {
  font-size: 18px;
  margin-bottom: 14px;
}

.hs-one-col-test-row1-group p small {
  font-size: 16px;
  display: block;
}
.hs-one-col-test-row1-group {
  padding-bottom: 66px;
}

.custom-full-width-blue-bg-mod {
  background-color: #0074f2;
  padding: 60px 30px 50px;
  margin-left: -30px;
  margin-right: -30px;
  text-align: center;
}

.custom-full-width-blue-bg-mod h2 {
  color: #fff;
  font-size: 27px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1000px;
}

.custom-full-width-blue-bg-mod a {
  display: inline-block;
  background: #ffffff none repeat scroll 0 0;
  border-radius: 40px;
  color: #007aff;
  font-family: ProximaNovaRegular;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  margin: 5px 0 17px;
}

.custom-full-width-blue-bg-mod a:hover {
  background: #072d5e none repeat scroll 0 0;
  color: #ffffff;
}

.testimonial-section {
  padding: 70px 0 0px;
}

.testimonial-section h1 {
  margin: 0;
  text-align: center;
  position: relative;
}

.testimonial-section h1:after {
  content: " ";
  height: 3px;
  width: 40px;
  display: block;
  background: #dfe5e6;
  margin: 0 auto 30px;
}

.custom-testimonial-inner blockquote {
  margin: 0;
  border: 1px solid #ccc;
  min-height: 180px;
  padding: 50px 30px 10px!important;
  overflow: visible;
}

.custom-testimonial-inner blockquote p {
  color: #2d2d2d;
  line-height: 30px;
  font-size: 20px;
}

.custom-testimonial-inner {
  position: relative;
}

.custom-testimonial-group:before {
  color: rgb(255, 255, 255);
  font-family: FontAwesome;
  font-size: 26px;
  left: -2px;
  position: absolute;
  top: 6px;
  content: "" !important;
  background: none 0px 0px repeat scroll rgb(0, 122, 255);
  border-width: 0;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  padding: 5px 12px 9px 12px;
  content: open-quote;
  width: 58px;
  height: 58px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  z-index: 9;
}
.custom-testimonial-group .author {
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  background: #ffffff none repeat scroll 0 0;
  float: right;
  margin-top: -33px;
  padding: 10px;
  margin-right: 25px;
}

.custom-testimonial-group .author h3 {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  margin: 0 0 1px;
  color: #2d2d2d;
  font-weight: bold;
}

.custom-testimonial-group .author p {
  display: block;
  color: #28bb9c;
  font-family: ProximaNovaRegular;
  font-size: 12px;
  letter-spacing: 0px;
}

.custom-testimonial-subinner .slick-arrow {
  display: none !important;
}

.body-container .testimonial-section .page-center {
  max-width: 1220px;
}

.custom-testimonial-group {
  padding: 26px 0 0;
  position:relative;
  overflow: visible;
}

.custom-testimonial-group .slick-dots li button {
  display: none;
}
.custom-testimonial-group .slick-dots li:hover {
  background-color: #2d2d2d;
}
.custom-testimonial-group .slick-dots li {
  background: #dfdfdf;
  display: inline-block;
  margin-right: 10px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  margin-left: 0;
  transition:all .6s ease 0s;
}

.custom-testimonial-group .slick-dots li.slick-active {
  background: #007AFF;
  border-color: #007AFF;
}
.custom-one-column-top-image-content-inner {
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
  margin-bottom: 87px;
  position: relative;
  float: left;
  text-align: center;
}

.custom-one-column-top-image-content-inner:nth-child(3n) {
  margin-right: 0;
}

.top-image-inner {
  width: 127px;
  height: 135px;
  display: block;
  margin: 0 auto 30px;
  background-position: bottom center;
  transition: all .6s ease 0s;
}

.custom-one-column-top-image-content-inner h4 {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-family: ProximaNovaRegular;
  margin: 0px auto 10px;
}

.custom-one-column-top-image-content-mod {
  padding: 86px 0 0;
}

.custom-one-column-top-image-content-inner h5 {
  font-size: 13px;
  margin: 0 auto 30px;
  color: #333333;
}

i.fa.fa-clock-o:before {
  content: "\f017";
  color: #1279F0;
  padding-right: 1px;
}
.top-image-inner:hover {
  background-position: top center;
  transition: all .6s ease 0s;
}
.custom-one-column-top-image-content-inner p {
  min-height: 70px;
  color: #363636;
  font-family: ProximaNovaLight;
  font-size: 16px;
  margin: 0 auto 20px;
}
.visible-desktop {
  display: block !important;
}
.custom-one-column-top-image-content-inner a {
  border: 1px solid #eeeeee;
  border-radius: 50px;
  box-shadow: 2px 4px 10px #eaeaea;
  color: #251201;
  font-family: ProximaNovaRegular;
  font-size: 12px;
  padding: 10px 22px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.custom-one-column-top-image-content-inner a:hover {
  background: #007aff none repeat scroll 0 0;
  border-color: #007aff;
  color: #ffffff;
}

.pop-up-section.custom-full-width-blue-bg-mod h2 {
  max-width: 800px;
  font-size: 30px;
}

i.fa.fa-long-arrow-right:before {
  content: "\f178";
}

.pop-up-section.custom-full-width-blue-bg-mod a i {
  padding-left: 10px;
}

.pop-up-section.custom-full-width-blue-bg-mod a {
  padding: 12px 20px 10px;
  margin-top: 7px;
  margin-bottom: 13px;
}
.training-implementation .hs-one-col-test-row1-group {
  padding: 0;
}

.modal-box {
  opacity:0;
  visibility:hidden;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background:rgba(0,0,0,0.5);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.pop-up-open .modal-box,
.pop-up-open-video .modal-box{
  opacity: 1;
  visibility:visible;
}
.modal-box-inner {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  margin-top: 80px;
  width: 900px;
  margin: 30px auto;
  position: relative;
}
 img, img:hover {
    transition: all .6s ease 0s;
}
.pricingtable-inner table td:last-child {
    border-right: 0px;
}
.hs-sales-bulider-pro-page .modal-box {
    background: rgba(0,0,0,0.5);
}
.hs-sales-bulider-row7-group h6 a:hover {
    background: #192533 none repeat scroll 0 0;
    color: #ffffff;
}
.pop-up-open .modal-box-inner ,
.pop-up-open-video .modal-box-inner{
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

.modal-box-sub-inner {
  background-color: #f6f6f6;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 5px;
  background-clip: padding-box;
  outline: 0;
  position: relative;
}

.modal-header {
  min-height: 54px;
  padding: 15px 20px;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}

button.close {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 0 none;
  cursor: pointer;
  padding: 0;
  color: #000;
  float: right;
  font-weight: 700;
  line-height: 1;
  opacity: .2;
  font-size: 30px;
  outline:0;
  margin-top: -5px;
  text-shadow: none;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-body iframe {
  height: 1173px !important;
  max-height: none;
  overflow: hidden;
  border: 0;
  max-width: 100%;
  width: 100%;
}
.hs-solutions-row1-group h6 {
  color: #2d2d2d;
  font-size: 20px;
  margin: 0 0 20px;
}

.hs-solutions-row1-group {
  padding-bottom: 84px;
}

.custom-one-col-bag-mod {
  padding: 70px 30px 60px;
  margin: 0 -30px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.custom-one-col-bag-mod p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

.custom-one-col-bag-mod p strong {
  font-weight: bold;
}
.custom-one-col-bag-mod h3 a {
  color: #fff;
}

.custom-one-col-bag-mod h3 {
  color: #ffffff;
  font-family: ProximaNovaRegular;
  font-size: 49px;
  margin: 0;
}

.custom-one-col-bag-mod p:last-child {
  margin-bottom: 20px;
}
.custom-one-col-bag-mod h3 a:hover {
  color: #cccccc;
}
/************* Investors ************/

.hs-investors-page .body-container {
  padding: 0;
}

.hs-investors-page .custom-one-col-bag-mod {
  margin: 0;
  background-attachment: inherit;
  padding-bottom: 80px;
}
.custom-client-logo-inner .slick-prev:hover,
.custom-client-logo-inner .slick-next:hover {
  background-color: rgba(0,0,0,0.7);
}
.hs-investors-row1-group {
  padding: 70px 30px 40px;
  background-color: #f8fbff;
  margin-top: 20px;
}
.hs-investors-page .custom-compant-testimonial-slider {
  padding: 48px 0 80px;
}
.custom-client-logo-mod h1 {
  color: #2d2d2d;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.custom-client-logo-mod {
  padding: 55px 0 0;
}

.custom-client-logo-mod h1:after {
  background: #dfe5e6 none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 3px;
  margin: 0 auto 30px;
  width: 40px;
}

.custom-client-logo-inner img {
  border: 2px solid #efefef;
}

.custom-client-logo-inner {
  padding: 14px 0 18px;
}

.custom-client-logo-inner .slick-prev:before,
.custom-client-logo-inner .slick-next:before {
  content: none;
}
.custom-footer-logo a:hover {
  opacity: 0.5;
}
.custom-client-logo-inner button.slick-prev {
  left: 0;
}

.custom-client-logo-inner .slick-prev, 
.custom-client-logo-inner .slick-next {
  width: 30px;
  height: 30px;
  opacity:0.8;
  z-index: 9;
  background-color: rgba(0,0,0,0.6);
  margin-top: -22px;
}
.custom-client-logo-inner .slick-prev:hover, 
.custom-client-logo-inner .slick-next:hover {
  opacity:1;
}
.custom-client-logo-inner button.slick-prev:after {
  content: '\f104';
  display: block;
  position: relative;
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  font-family: icomoon;
}

.custom-client-logo-inner button.slick-next:after {
  content: '\f105';
  display: block;
  position: relative;
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  font-family: icomoon;

}

.custom-client-logo-inner button.slick-next {
  right: 0;
}

/************ Slaes Pro ****************/

.hs-sales-bulider-pro-page .body-container {
  padding: 0;
}

.hs-sales-bulider-pro-page .custom-full-width-blue-bg-mod {
  margin: 0;
}

.hs-sales-bulider-row7-group {
  background-color: #0074f2;
  padding: 7px 30px 13px;
}

.hs-sales-bulider-row7-group h6 strong {
  color: #ffffff;
  display: inline-block;
  font-size: 23px;
}

.hs-sales-bulider-row7-group h6 a {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
  color: #251201;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 23%;
}

.hs-sales-bulider-row6-group.testimonial-section {
  padding-bottom: 59px;
}

.hs-sales-bulider-row5-group {
  background-color: #f8fbff;
  padding: 0px 30px 3px;
}
.hs-sales-bulider-row5-group .custom-one-column-top-image-content-inner {
  margin-bottom: 77px;
}
.hs-sales-bulider-row5-group .custom-one-column-top-image-content-inner p {
  letter-spacing: 1px;
}

.hs-sales-bulider-row5-group .custom-one-column-top-image-content-inner h4 {
  margin-bottom: 20px;
}

.hs-sales-bulider-row5-group .custom-one-column-top-image-content-mod {
  padding-top: 60px;
}
.hs-sales-bulider-row3-group .custom-one-column-top-image-content-mod .custom-one-column-top-image-content-inner {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-bottom: 90px;
}

.hs-sales-bulider-row3-group .custom-one-column-top-image-content-mod .custom-one-column-top-image-content-inner:last-child {
  margin-right: 0;
}

.hs-sales-bulider-row3-group .custom-one-column-top-image-content-mod .custom-one-column-top-image-content-inner p {
  letter-spacing: 1px;
  min-height: auto;
}

.hs-sales-bulider-row3-group .custom-one-column-top-image-content-mod .custom-one-column-top-image-content-inner a {
  min-width: 150px;
  padding: 12px 22px;
  font-size: 14px;
  margin: 0;
  box-shadow: 2px 4px 10px #eaeaea;
  border: 2px solid #eeeeee;
}

.hs-sales-bulider-row3-group .custom-one-column-top-image-content-mod {
  padding-top: 71px;
}

.hs-sales-bulider-row1-group {
  padding: 70px 30px 60px;
}

.hs-sales-bulider-row1-group h6 {
  color: #2d2d2d;
  font-size: 20px;
  margin: 0 0 20px;
}

.hs-sales-bulider-row1-group ul {
  padding-left: 18px;
}

.hs-sales-bulider-row1-group ul li {
  color: #c9c9c9;
  font-family: ProximaNovaLight;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 15px;
}

.hs-sales-bulider-row1-group ul li i {
  color: #2d2d2d;
  font-size: 16px;
  font-style: normal;
}
.custom-video-popup-mod-main  .modal-body iframe {
    height: 550px !important;
}
.custom-video-popup-mod {
  text-align: center;
}

.custom-video-popup-mod a.popup-video-class {
  background: #0074f2 none repeat scroll 0 0;
  border: 1px solid #0074f2;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  margin: 0 auto 19px;
  max-width: 200px;
  padding: 10px;
  position: relative;
  text-align: center;
}

.custom-video-popup-mod img {
  margin-bottom: 12px;
}

.custom-video-popup-mod p img {
  width: auto!important;
  max-width: 200px;
  margin-right: 10px;
}

.custom-video-popup-mod p img:hover {
  opacity: 0.8;
}
/********* Pricing *************/

.custom-pricing-mod {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 30px 70px;
}

.custom-pricing-mod h3 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0px auto 40px;
}

.pricingtable-inner {
  background: #ffffff none repeat scroll 0 0;
  padding: 0 40px 60px;
  position: relative;
}

.pricingtable-inner:before {
  background-image: url(//cdn2.hubspot.net/hubfs/2128896/iMobile%20Support%20-%20March%202019%20Folder%20/Images/1.png);
  background-position: left top;
  background-size: 100% auto;
  content: " ";
  height: 200px;
  left: -33px;
  position: absolute;
  transform: skewY(-6deg);
  width: 200px;
  z-index: 10001;
  top: -100px;
}

.pricingtable-inner h4 {
  background: #ffffff none repeat scroll 0 0;
  color: #007aff;
  font-family: ProximaNovaBold;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding: 60px 0px 20px;
  text-transform: uppercase;
}

.pricingtable-inner h4 span {
  color: #2d2d2d;
}

.pricingtable-inner h4 i {
  color: #dfdfdf;
}

.pricingtable-inner h4 img {
  float: right;
}

.pricingtable-inner table {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  width: 100%;
  border-collapse: collapse;
}

.pricingtable-inner table tbody {
  display: table;
  width: 100%;
}

.pricingtable-inner table tr {
  transition: all .6s ease 0s;
}

.pricingtable-inner table th {
  color: #ffffff;
  font-family: ProximaNovaBold;
  font-size: 30px;
  line-height: normal;
  padding: 9px 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}

.pricingtable-inner table th:nth-child(2) {
  background: #f7870f none repeat scroll 0 0;
}

.pricingtable-inner table th:nth-child(3) {
  background: #9038c4 none repeat scroll 0 0;
}

.pricingtable-inner table th:nth-child(4) {
  background: #007aff none repeat scroll 0 0;
}

.pricingtable-inner table td {
  border: 1px solid #cccccc;
  color: #2d2d2d;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  width: 25%;
}

.pricingtable-inner table td:first-child {
  text-align: right;
  border-left: 0px!important;
  border-top: 0px!important;
}

i.fa.fa-check {
  color: #00ad93;
}

.fa-check:before {
  content: "\f00c";
}

.pricingtable-inner table tr:last-child td {
  border-bottom: 0px;
}

a.buy-1 {
  background: #F7870F;
  padding: 10px;
  color: #fff;
  display: block;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: ProximaNovaBold;
}

a.buy-2 {
  background: #9038C4;
  padding: 10px;
  color: #fff;
  display: block;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: ProximaNovaBold;
}

a.buy-3 {
  background: #007AFF;
  padding: 10px;
  color: #fff;
  display: block;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: ProximaNovaBold;
}

.download-inner {
  text-align: center;
  display: block;
  margin: 30px auto 0px;
}

.download-inner a {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  box-shadow: 0 0 5px #444444;
  display: block;
  line-height: normal;
  margin: 0 auto;
  max-width: 130px;
  padding: 28px 10px;
  color: #1E74E1;
  text-transform: capitalize;
  font-size: 13px;
  font-family: ProximaNovaBold;
}
a.buy-1:hover, a.buy-2:hover, a.buy-3:hover {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
}

.pricingtable-inner table tr:hover {
  background: #f0f0f0;
  transition: all .6s ease 0s;
}
.download-inner a i {
  color: #000000;
  font-size: 40px;
  margin: 0 auto;
  display: block;
}

.fa-download:before {
  content: "\f019";
}

.download-inner a:hover {
  opacity: .6;
}
/*********** Conatct Page **************/


.custom-contact-row1-group .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
  margin: 0 0 56px;
}

.custom-contact-row1-group .hs_cos_wrapper_type_form h3 {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}

.custom-contact-row1-group .hs_cos_wrapper_type_form form .hs-form-field > label {
  display: none;
}
.custom-contact-row1-group .hs_cos_wrapper_type_form form .hs-input {
  max-width: 100%;
}

.custom-contact-inner h5 {
  color: #222222;
  font-size: 16px;
  margin: 0 auto 20px;
  padding-left: 22px;
  position: relative;
}

.custom-contact-inner h5 i {
  position: absolute;
  left: 0;
}

.fa-map-marker:before {
  content: "\f041";
}

.custom-contact-mod {
  padding: 36px 0 0 8px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: #fe9500;
}

.custom-banner-area span.hs-breadcrumb-menu-divider {
  display: none;
}

.custom-banner-area .hs-breadcrumb-menu li {
  display: inline-block !important;
  width: auto !important;
  float: none;
  color: #fff;
  font-size: 18px;
  padding-left:0;
  padding-top: 0;
}

.hs-company-row1-top-section {
  text-align: center;
}

.hs-company-row1-top-section h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.hs-company-row1-top-section p {
  font-size: 23px;
  margin-bottom: 59px;
  color: #363636;
}
.hs-company-row1-col2 p {
  color: #363636;
  margin: 0 auto 30px;
}

.hs-company-bottom-section {
  margin: 29px 0 0;
  text-align: center;
}

.hs-company-bottom-section h3 {
  color: #fe9500;
  font-size: 24px;
  font-family: ProximaNovaRegular;
  margin: 20px auto 0px;
  text-align: center;
  text-shadow: 1px 1px 1px #ddd;
}

.custom-compant-testimonial-slider img {
  max-width: 300px !important;
  margin-bottom: 20px !important;
  display: block;
  width: auto;
  height: auto;
}

.custom-compant-testimonial-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper > img {
  display: none;
}

.custom-compant-testimonial-slider {
  text-align: center;
  padding: 37px 0 0;
}
.custom-compant-testimonial-slider .caption.below {
  text-align: center !important;
}

.custom-compant-testimonial-slider .caption.below a {
  color: #0379F7;
}
.custom-compant-testimonial-slider .hs_cos_gallery_main .slick-slide-inner-wrapper {
    display: block !important;
}
.custom-compant-testimonial-slider .hs_cos_gallery_main .slick-next {
  right: 10px;
  background: rgba(0,0,0,0.3) url(//cdn2.hubspot.net/hubfs/2128896/iMobile%20Support%20-%20March%202019%20Folder%20/Images/icon_next.png) no-repeat center center;
}

.custom-compant-testimonial-slider .slick-prev, 
.custom-compant-testimonial-slider .slick-next {
  width: 30px;
  height: 40px;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  z-index: 9;
  margin-top: -20px;
}

.custom-compant-testimonial-slider .slick-prev:before,
.custom-compant-testimonial-slider .slick-next:before {
  content: none;
}

.custom-compant-testimonial-slider .hs_cos_gallery_main .slick-prev {
  background: rgba(0,0,0,0.3) url(//cdn2.hubspot.net/hubfs/2128896/iMobile%20Support%20-%20March%202019%20Folder%20/Images/icon_prev.png) no-repeat center center;
  left: 10px;
}

.custom-compant-testimonial-slider .slick-dots li button {
  display:none;
}

.custom-compant-testimonial-slider .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block ;
  background-color: rgba(0,0,0,0.2) ;
  border-radius: 50% ;
  margin: 0px 3px ;
  transition: all .3s ease-in-out ;
  -webkit-transition: all .3s ease-in-out ;
  -moz-transition: all .3s ease-in-out ;
  -o-transition: all .3s ease-in-out ;
}

.custom-compant-testimonial-slider .slick-dots li:before {
  content: none;
}

.custom-compant-testimonial-slider .slick-dots li:hover {
  background-color: rgba(0,0,0,0.5);
}

.custom-compant-testimonial-slider .slick-dots li.slick-active {
  background-color: rgba(0,0,0,0.5);

}

.custom-compant-testimonial-slider .slick-dots {
  margin-bottom: 0;
}

.custom-compant-testimonial-slider .hs_cos_gallery_main {
  margin-bottom: 14px;
}
.custom-compant-testimonial-slider .hs_cos_gallery_main .slick-prev, .custom-compant-testimonial-slider .hs_cos_gallery_main .slick-next {
  opacity: 0;
  visibility: hidden;
}

.custom-compant-testimonial-slider .hs_cos_gallery_main:hover .slick-prev, .custom-compant-testimonial-slider .hs_cos_gallery_main:hover .slick-next {
  opacity: 1;
  visibility: visible;
}

.custom-compant-testimonial-slider .hs_cos_gallery_main:hover .slick-prev:hover, .custom-compant-testimonial-slider .hs_cos_gallery_main:hover .slick-next:hover {
  background-color: rgba(0,0,0,0.8);
}
.hs-investors-row1-group img {
  margin-left: auto;
  margin-right: auto;
}
/********** Axon Page ************/

.hs-axon-row1-group h6 {
  color: #2d2d2d;
  font-size: 20px;
  margin: 0 0 20px;
}

.hs-axon-row1-group ul {
  padding-left: 18px;
}

.hs-axon-row1-group ul li {
  font-style: normal;
  color: #c9c9c9;
  font-family: ProximaNovaLight;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 15px;
}

.hs-axon-row1-group ul li i {
  color: #2d2d2d;
  font-size: 16px;
  font-style: normal;
}

.hs-axon-row1-group {
  padding-bottom: 82px;
  padding-top: 70px;
}

.hs-axon-page .body-container {
  padding: 0;
}

.hs-axon-page .custom-full-width-blue-bg-mod {
  margin-left: 0;
  margin-right: 0;
}

.hs-axon-page .custom-one-col-bag-mod {
  margin: 0;
  background-color: #0074f2;
  padding: 20px 30px 41px;
}
.hs-axon-row3-group {
  background-color: #f8fbff;
}

.hs-axon-row3-group .custom-one-column-top-image-content-mod {
  padding: 60px 0 27px;
}

.hs-axon-row3-group .custom-one-column-top-image-content-mod p {
  letter-spacing: 1px;
}

.hs-axon-row3-group .custom-one-column-top-image-content-mod h4 {
  margin-bottom: 20px;
}
.hs-axon-page .custom-one-column-top-image-content-inner {
  margin-bottom: 53px;
}
.hs-axon-page .custom-one-col-bag-mod h6 {
  color: #ffffff;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  margin: 26px 0 25px;
}
.hs-axon-page .custom-testimonial-group {
  padding-bottom: 60px;
}
.hs-axon-page .custom-one-col-bag-mod p {
  color: #efefef;
  margin: 0 0 20px;
  font-size: 16px;
}
a#back-to-top {
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #fff;
  display: none;
  height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: .9;
  z-index: 10000;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

a#back-to-top:before {
  line-height: 35px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
}

a#back-to-top:hover {
  background-color: #1275ec;
}
/********* Team **************/

.hs-team-row1-group .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.hs-team-row1-group .hs_cos_wrapper_type_rich_text h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #2d2d2d;
}

.hs-team-row1-group .hs_cos_wrapper_type_rich_text p {
  color: #363636;
  font-size: 23px;
  margin-bottom: 40px;
}

.custom-team-sub-inner {
  text-align: center;
  border: 1px solid #e4e4e4;
  padding: 20px 20px 20px;
}

.custom-team-inner {
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
  margin-bottom: 20px;
  position: relative;
  float: left;
}

.custom-team-group {
  padding: 20px 0 0;
}

.custom-team-inner:nth-child(3n) {
  margin-right: 0;
}

.image-section {
  position: relative;
  overflow: hidden;
}

a.mail-link i {
  background: rgba(41, 186, 154, 0.8) none repeat scroll 0 0;
  border-radius: 22px 22px 10px 10px;
  bottom: -13px;
  color: #ffffff;
  font-size: 20px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 8px 10px 19px;
  position: absolute;
  right: 0;
  transition: opacity 0.6s ease 0s;
  width: 120px;
}

.custom-team-sub-inner h4 {
  color: #000000;
  font-size: 20px;
  margin: 20px auto 0;
}

.custom-team-sub-inner h6 {
  color: #29ba9a;
  font-size: 14px;
  margin: 0px 0px 30px;
}

a.schedule-link {
  border: 2px solid #eeeeee;
  border-radius: 50px;
  box-shadow: 2px 4px 10px #eaeaea;
  color: #251201;
  font-family: ProximaNovaRegular;
  font-size: 12px;
  padding: 10px 22px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 18px;
  position: relative;
  top: -11px;
  margin-bottom: 7px;
}

a.schedule-link:hover {
  background: #007aff none repeat scroll 0 0;
  border-color: #007aff;
  color: #ffffff;
}

.custom-team-sub-inner:hover a.mail-link i {
  opacity: 1;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-main-group {}

.custom-footer-group {
  background-color: #192533;
  padding: 53px 30px 40px;
  color: #fff;
}

.custom-footer-group h4 {
  color: #fff;
  margin-bottom: 28px;
}

.custom-footer-group ul li a {
  color: #92989e;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

.custom-footer-group ul li {
  padding: 10px 10px 0 0;
}

.custom-footer-group ul li:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-footer-group h6 {
  color: #bfbfbf;
  margin: 0 0 11px;
}

.custom-footer-logo {
  margin: 23px 0 0;
}

.custom-footer-logo img {
  margin-bottom: 13px;
}

.custom-footer-bottom-group {
  background-color: #192533;
  border-top: 1px solid #2e3945;
  padding: 28px 30px 26px;
}

.custom-copyright p {
  margin: 0;
  color: #92989e;
  font-size: 13px;
}

.custom-copyright p a {
  color: #92989e;
  font-size: 14px;
}

.fusion-social-links-footer .fusion-social-networks {
  margin-top: 0;
  text-align: right;
}

.fusion-social-links-footer .fusion-social-networks a {
  font-size: 14px;
  color: #93989f;
  display: inline-block;
  margin: 0 4px 0;
  text-decoration: none;
  box-shadow: none;
  border-radius: 50%;
  padding: 7px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}
a.fusion-social-network-icon:hover .screen-reader-text {
  opacity: 1;
}

a.fusion-social-network-icon.fusion-icon-twitter .screen-reader-text {
  left: -12px;
}
.fusion-icon-facebook:before {
  content: "\e604";
}

.screen-reader-text {
  position: absolute;
  top: -31px;
  left: -16px;
  background: rgba(35, 33, 33, 0.9);
  font-size: 12px;
  font-weight: 400;
  padding: 5px;
  border-radius: 4px;
  color: #d9dce0;
  opacity:0;
}

.fusion-icon-linkedin:before {
  content: "\e60f";
}

.fusion-icon-twitter:before {
  content: "\e605";
}

.fusion-social-links-footer .fusion-social-networks a:last-child {
  margin: 0;
}
.screen-reader-text:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(35, 33, 33, 0.9);
  width: 0;
  height: 0;
  left: 0;
  position: absolute;
  top: auto;
  right: 0;
  margin-left: 12px;
  opacity: .9;
  content: '';
  bottom: -5px;
  margin: 0 auto;
}
.custom-copyright {
  padding-top: 4px;
}

.footer-container .fusion-contact-info {
  margin: 0;
  text-align: left;
}

.footer-container .fusion-contact-info > a {
  padding-left: 0;
}
.custom-footer a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: normal;
}

.custom-footer a i {
  padding-right: 6px;
}

.custom-footer {
  line-height: normal;
  margin: 0 0 12px;
}

.fusion-contact-info .custom-footer:first-child {
  margin-bottom: 13px;
}

.custom-footer a:hover {
  opacity: .5;
}

.custom-footer-logo p {
  margin-bottom: 22px;
}

.custom-footer-group ul li a:hover {
  color: #fff;
}

.custom-footer-group ul li.active a {
  color: #1275ec;
}

.custom-copyright p a:hover {
  color: #fff;
}

.fusion-social-links-footer .fusion-social-networks a:hover {
  opacity: .8;
  color: #fff;
}

.fusion-social-network-icon:hover {
  background: #005abb none repeat scroll 0 0;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}


.custom-menu-primary {
  text-align: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  line-height: 71px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  padding-bottom: 3px;
  transition: all 0.25s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding-right: 30px;
  transition: all 0.25s ease-in-out;
}

span.cart-link a {
  color: #fff;
  font-size: 17px;
  line-height: 71px;
  display: inline-block;
  font-family: icomoon;
  cursor: pointer;
}

span.cart-link a span:after {
  border-radius: 50% 50% 50% 50%;
  content: '\f07a';
  height: 17px;
  width: 17px;
}

span.cart-link a:hover {
  color: #fe9500;
}

span.cart-link {
  display: inline-block;
  vertical-align: top;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a span.menu-text {
  border-right: 1px solid #7d91a9;
  padding-right: 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin-bottom: -6px !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #fe9500;
}

.custom-menu-primary .hs-menu-wrapper > ul  li  ul {
  background-color: #f2efef;
  width: 180px;
  border-top: 3px solid #fe9500;
  font-family: 'ProximaNovaRegular';
  font-weight: 400;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.custom-menu-primary .hs-menu-wrapper > ul li ul li a {
  padding: 7px 20px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
}

.custom-menu-primary .hs-menu-wrapper > ul li ul li a:hover {
  background-color: #f8f8f8;
}

.hidden-desktop{
  display:none !important; 
}
/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* 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:801px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .scroll .custom-header-middle-group {
    position: fixed;
    width: 100% !important;
    z-index: 1010;
    top: 0;
    left: 0;
    right: 0;
  }

  .scroll .custom-logo {
    margin: 5px 0;
  }

  .scroll .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    line-height: 61px;
  }

  .scroll span.cart-link a {
    font-size: 14px;
    line-height: 62px;
  }

  .scroll .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 35px;
  }
}


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

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

@media (max-width: 800px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #dadada;
    font-size: 21px;
    margin-left: 20px;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 18px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */

  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
  }

  /* Toggle Button Icon */


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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px !important;
    min-width: 50px !important;
    height: 100% !important;
    padding: 0 !important;
    border-left: 0;
    font-size: 12px;
    padding-right: 15px;
    line-height: 35px;
    color: #333333;
  }
  .child-trigger:hover{
    text-decoration: none;
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 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{

    width: 100%; /* Full screen width */
  }

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

    overflow: visible;
  }
.custom-menu-primary .hs-menu-wrapper > ul li ul li ul li a:before {
    content: "--";
}
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{

  }

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

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{

  }

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

  }
  .hidden-desktop{
    display:block !important; 
  }
  .visible-desktop{
    display:none !important; 
  }
  .no-banner .header-container {
    min-height: 157px;
  }
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* 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 */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
      border: 1px solid #ccc;
    padding: 15px;
}
.section.post-footer .new-comments .comment.depth-0:last-child {
    border-bottom: 0;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.hs-blog-header h1 {
    margin: 0;
}

.section.post-header h1 {
    margin-bottom: 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.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 {}


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

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

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

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

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

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


/* ==========================================================================
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 {
  width:100% !important;
  display:block;
  max-width:500px;
  margin:0 0 20px;
  border:1px solid #d2d2d2;
  color: #aaa9a9;
  background-color: #ffffff;
  font-size: 13px;
  height: auto;
  padding: 12px 12px;
  line-height:normal;
  font-family: inherit;
}
body label{
  display:block;
  margin:0 0 4px;
}
.hs-form-required{
  color:#ff0000; 
}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  color: #ff0000;
}

.hs-input.error {
  margin-bottom: 10px;
}
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 {}

/* Separate Styles for Multiple Line Inputs */
textarea {
  min-height:186px;
}
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="radio"],
input[type="checkbox"] {
  width:auto !important;
}

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

/* Placeholder Text */
::-webkit-input-placeholder {
  color:#000;
} 
:-moz-placeholder {color:#000;} /* Firefox 18- */
::-moz-placeholder {color:#000;} /* Firefox 19+ */
:-ms-input-placeholder {color:#000;} /* 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; }
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 {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
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-family: "PT Sans";
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 17px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  background: transparent;
  border: 1px solid #eee;
  color: #222;
  box-shadow: 2px 4px 10px #ccc;
  border-radius: 50px;
  padding: 10px 30px;
  -webkit-appearance: none;
  display: inline-block;
  outline:0;
  margin:0 0 20px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #0B7DF9;
}

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


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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch ul li.active a {
  background-color: #f8f8f8;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  color: #fe9500;
}
/********** Home Page Styling *************/

.hs-home-page .body-container {
  padding: 0;
}

.hs-home-row7-group.testimonial-section {
  padding: 70px 30px 80px;
}

.hs-home-page .custom-one-col-bag-mod {
  margin: 0;
  padding-bottom:80px
}
.custom-full-width-top-image-inner {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
  margin-bottom: 20px;
  position: relative;
  float: left;
  text-align: center;
}
.custom-home-banner-area a.popup-class i {
  padding-left: 10px;
}
img.right-img {
  position: absolute;
  top: -12px;
  right: -67px;
}

.custom-home-banner-area .page-center {
  position: relative;
}
.custom-full-width-top-image-inner:last-child {
  margin-right: 0;
}

.custom-full-width-top-image-mod.without-link {
  overflow: hidden;
}

.hs-home-row6-group.custom-banner {
  padding: 80px 30px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-full-width-top-image-inner p {
  color: #fff;
  line-height: 30px;
}

.custom-full-width-top-image-inner h5 {
  color: #ffffff;
  font-family: ProximaNovaBold;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  margin-top: 26px;
}

.custom-full-width-top-image-inner h5:after {
  content: " ";
  height: 2px;
  width: 56px;
  display: block;
  background: #73b4fe;
  margin: 0 auto 40px;
}

.hs-home-row5-group .custom-one-column-top-image-content-inner {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-bottom: 80px;
}

.hs-home-row5-group .custom-one-column-top-image-content-inner:last-child {
  margin-right: 0;
}

.hs-home-row5-group .custom-one-column-top-image-content-inner p {
  letter-spacing: 1px;
  margin-bottom: 20px;
  min-height: auto;
}

.hs-home-row5-group .custom-one-column-top-image-content-inner a {
  min-width: 150px;
  border: 2px solid #eeeeee;
  font-size: 14px;
  padding: 12px 22px;
  margin-top: 20px;
}

.hs-home-row5-group .custom-one-column-top-image-content-mod {
  padding-top: 60px;
}

.hs-home-row4-group {
  padding: 58px 30px 60px;
  background-color: #f8fbff;
}

.hs-home-row4-group .custom-client-logo-mod {
  padding: 0 0 19px;
}

.hs-home-row4-group .custom-client-logo-mod h1 {
  margin-bottom: 62px;
  font-weight: normal;
}

.hs-home-row3-group.custom-banner {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 30px 0px;
}

.hs-home-row3-group.custom-banner h1 {
  text-align: center;
  color: #fff;
  margin: 0;
}

.hs-home-row3-group.custom-banner h2 {
  text-align: center;
  color: #fff;
  position: relative;
}

.hs-home-row3-group.custom-banner h2:after {
  background: #74adea none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 3px;
  margin: 5px auto 50px;
  width: 50px;
}

.hs-home-row3-group.custom-banner h3 {
  text-align: center;
  color: #fff;
  font-size: 23px;
  text-shadow: 1px 1px 1px #555;
}

.custom-two-col-image-inner ul {
  color: #fff;
  padding-right: 30px;
  margin-top: 32px;
  padding: 0px;
  max-width: 400px;
  margin-bottom: 11px;
}

.custom-two-col-image-inner ul li {
  color: #ffffff;
  display: block;
  font-size: 17px;
  margin: 12px auto 0;
  text-align: left;
  min-height: 48px;
  text-shadow: 1px 1px 1px #555;
  line-height: normal;
}

.custom-two-col-image-mod {
  padding: 40px 0 0;
}
.custom-two-col-image-inner.col1 > img {
  float: right;
  margin-right: -50px;
  max-width: 800px;
  position: relative;
  top: -31px;
}

.custom-two-col-image-inner ul li:nth-child(3) {
  margin-bottom: 42px;
}

a.btn1 {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50px;
  color: #2d2d2d;
  font-family: ProximaNovaRegular;
  font-size: 13px;
  padding: 9px 16px;
  text-transform: uppercase;
  border: 1px solid #eeeeee;
  margin-right: 10px;
  display: inline-block;
}

a.btn1:hover {
  background: #007AFF;
  border-color: #007AFF;
  color: #fff;
}

a.btn2 {
  background: #192533 none repeat scroll 0 0;
  border: 1px solid #192533;
  border-radius: 50px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.3);
  color: #ffffff;
  font-family: ProximaNovaRegular;
  font-size: 13px;
  padding: 11px 16px;
  text-transform: uppercase;
  display:inline-block;
}

a.btn2:hover {
  background: #007AFF;
  border-color: #007AFF;
  color: #fff;
}
.hs-home-row2-group .custom-full-width-top-image-inner {
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
}

.hs-home-row2-group .custom-full-width-top-image-inner:last-child {
  margin-right: 0;
}

.hs-home-row2-group {
  padding: 63px 30px 61px;
}

.hs-home-row2-group .custom-full-width-top-image-inner a.white-btn {
  border-radius: 50px;
  box-shadow: 2px 4px 10px #eaeaea;
  color: #251201;
  font-family: ProximaNovaRegular;
  font-size: 14px;
  padding: 9px 22px;
  text-transform: uppercase;
  border: 2px solid #eeeeee;
  display: inline-block;

}
.hs-home-row2-group .custom-full-width-top-image-inner a.white-btn:hover {
  background: #007aff;
  color: #fff;
  border-color: #007aff;
}

.hs-home-row2-group .custom-full-width-top-image-inner p {
  min-height: 70px;
  color: #363636;
  font-family: ProximaNovaLight;
  font-size: 16px;
  margin: 0 auto 33px;
  max-width: 300px;
  line-height: 1.5;
}

.hs-home-row2-group .custom-full-width-top-image-inner h5:after {
  content: none;
}

.hs-home-row2-group .custom-full-width-top-image-inner h5 {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  color: #000000;
  font-family: ProximaNovaRegular;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hs-home-row2-group .custom-full-width-top-image-inner h5 a {
  color: #000;
}

.hs-home-row2-group .custom-full-width-top-image-inner .custom-full-width-image {
  min-height: 140px;
}

.hs-home-row2-group .custom-full-width-top-image-inner:first-child .custom-full-width-image img {
  margin-top: -20px;
}

.hs-home-row2-group .custom-full-width-top-image-inner h5 a:hover {
  color: #007AFF;
}
.hs-home-row2-group h1 {
  text-align: center;
  position: relative;
}

.hs-home-row2-group h1:after {
  content: " ";
  height: 3px;
  width: 40px;
  display: block;
  background: #dfe5e6;
  margin: 0 auto 30px;
}

.hs-home-row2-group .custom-full-width-top-image-mod {
  padding: 51px 0 0;
}
.custom-home-banner-area {
  background-size: cover;
  background-position: center center;
  min-height: 860px;
  padding-top: 300px;
  margin-top: -1px;
}

.custom-home-banner-area h1 {
  background: #072f5f none repeat scroll 0 0;
  font-family: Merriweather;
  font-size: 50px;
  margin-bottom: 10px;
  padding: 16px 10px 12px 13px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: #fff;
  margin: 0;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0;
}
.custom-home-banner-area-inner {
  max-width: 591px;
  padding-left: 19px;
  -webkit-font-smoothing: antialiased;
}

.custom-home-banner-area h2 {
  font-weight: 700;
  line-height: 52px;
  font-size: 40px;
  text-transform: uppercase;
  margin: 8px 0px 20px;
  color: #fff;
}

.custom-home-banner-area h2:after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 8px;
  width: 92px;
}

.custom-home-banner-area p {
  font-size: 40px;
  font-family: ProximaNovaRegular;
  word-wrap: break-word;
  line-height: 48px;
  margin: 20px auto;
  font-weight: bold;
  color: #fff;
}
.custom-home-banner-area a.popup-class i {
  padding-left: 10px;
}
.custom-home-banner-area a.popup-class {
  letter-spacing: 0px;
  font-weight: 400;
  background: #ffffff none repeat scroll 0 0;
  border-radius: 40px;
  color: #007aff;
  padding: 9px 20px ;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 17px;
  display: inline-block;
}

.custom-home-banner-area a.popup-class:hover {
  background: #072D5E;
  color: #fff;
}

#comments-listing.no-comments {
  border: 0;
  margin: 0;
}
.section.post-footer .new-comments .comment.depth-0{
  border-bottom: 1px solid #000;
  border-top:0;
  padding-top:0;
}
.section.post-footer #comment-form{
  border: 1px solid #001943;
  padding: 34px;
  margin: 15px 0;
}
.section.post-footer .new-comments .hs-button.primary{
  margin-top:10px;
  width:auto;
}
.section.post-footer {
  border-top: 1px solid #ccc;
  margin-top:20px;
}
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding: 0 0 30px 0;
}
.comment-date {
  font-size: 12px!important;
  color: #666;
  display: block!important;
  text-align: left!important;
}
#hubspot-author_data {
  font-style: italic;
  margin: 0 0 10px;
  padding: 0;
}

#hubspot-topic_data {
  color: #888;
  font-weight: bold;
  margin: 4px 0;
}

.post-header h2{
  margin: 10px 0 0;
}

.blog-pagination a.all-posts-link {
  display:block;
}

.custom_listing_comments{
  padding:15px;
  border:1px solid #e2e2e2;
  margin-bottom:15px;
}
a.more-link {
  margin: 10px 0;
  display: block;
}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 10px 0 20px;
}

/* =============== Screen sizes smaller than .page-center =============== */

@media(max-width:1340px){
  .hs-home-row3-group.custom-banner {
    overflow: hidden;
  }

  .custom-home-banner-area {
    overflow: hidden;
  } 
}
@media(max-width:1300px){
  .hs-axon-row1-group {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hs-axon-row3-group .custom-one-column-top-image-content-mod {
    padding: 60px 30px 27px;
  }

  .hs-axon-page .testimonial-section {
    padding: 70px 30px 0;
  } 
  .hs-sales-bulider-row6-group.testimonial-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-sales-bulider-row3-group {
    padding: 0 30px;
  }
}
@media(max-width:1186px){
  .custom-banner-area-inner h1 {
    font-size: 38.256px;
    line-height: 53.559px;
  } 
  .hs-one-col-test-row1-group h3{
    font-size: 28.385px;
    line-height: 42.577px; 
  }
  .custom-one-col-bag-mod h3 {
    font-size: 48.673px;
    line-height: 72.513px;
  }
}
@media(max-width:1160px) and (min-width:801px){
  .custom-home-banner-area h1 {
    font-size: 30px;
  }

  .custom-home-banner-area-inner {
    max-width: 424px;
  }

  .custom-home-banner-area h2 {
    font-size: 39px;
  }

  .custom-home-banner-area p {
    font-size: 22px;
    line-height: 30px;
  } 
}
@media(max-width:1160px){
  .hs-home-row3-group.custom-banner h1 {
    font-size: 39.262px;
    line-height: 58.892px;
  }

  .hs-home-row3-group.custom-banner h2 {
    font-size: 24px;
    line-height: 55.948px;
  }

  .hs-home-row3-group.custom-banner h3 {
    font-size: 17px;
  }

  .custom-two-col-image-inner ul li {
    font-size: 14px;
    line-height: 18px;
    margin: 4px auto 0;
    min-height: auto;
  }

  .custom-two-col-image-inner.col1 > img {
    margin-right: -30px;
    width: 530px;
  }
  img.right-img {
    width: 730px;
  }
  .custom-two-col-image-inner.col1 {
    float: none;
    margin: 40px auto 0;
    max-width: 800px;
    width: 100%;
  }

  .hs-home-row5-group .custom-one-column-top-image-content-mod {
    padding: 60px 30px 0;
  } 
}
@media(max-width:1000px){
  img.right-img {
    width: 730px;
  }

  .custom-home-banner-area h2 {
    line-height: 45px;
    font-size: 34px;
  }

  .custom-home-banner-area {
    padding-top: 270px;
    min-height: 739px;
  }

  .custom-home-banner-area h1 {
    text-align: left;
  }

  .hs-home-row2-group h1 {
    font-size: 36.636px;
    line-height: 54.954px;
  }

  .hs-home-row3-group.custom-banner h1 {
    font-size: 36.636px;
    line-height: 54.954px;
  }

  .custom-client-logo-mod h1 {
    font-size: 36.636px;
    line-height: 54.954px;
  } 
}
@media (max-width: 1024px) {
  .custom-banner-area-inner h1 {
    font-size: 36.574px;
    line-height: 51.204px;
  }
  .hs-one-col-test-row1-group h3{
    font-size: 27.338px;
    line-height: 41.008px; 
  }
  .custom-one-col-bag-mod h3 {
    font-size: 44.904px;
    line-height: 66.898px;
  }
}
@media(max-width:980px){
  .custom-banner-area-inner h1 {
    font-size: 34.4px;
    line-height: 48.16px;
  } 
  .hs-one-col-test-row1-group h3{
    font-size: 25.308px;
    line-height: 37.962px; 
  }
  .testimonial-section h1 {
    font-size: 34.913px;
    line-height: 52.369px;
  }
  .testimonial-section h1{
    font-size: 38.359px;
    line-height: 57.538px; 
  }
  .custom-one-col-bag-mod h3{
    font-size: 43.748px;
    line-height: 65.176px;
  }
}

@media(max-width:1030px) and (min-width:768px){
  .custom-footer-logo img {
    margin-bottom: 17px;
  } 
  .custom-footer-logo p {
    margin-bottom: 17px;
  }
}
@media(max-width:930px) and (min-width:801px){
  .pricingtable-inner h4 {
    font-size: 20px;
  } 
  .custom-pricing-mod h3 {
    font-size: 34.421px;
    line-height: 51.631px;
  }

  .pricingtable-inner table th {
    font-size: 23px;
  }

  .pricingtable-inner table td {
    font-size: 14px;
    padding: 10px 5px;
  }
}
@media(max-width:930px) and (min-width:768px){
  .hs-sales-bulider-row7-group h6 a {
    font-size: 12px;
    width: 20%;
  } 
}
@media(max-width:877px) and (min-width:768px){
  a.btn2 {
    margin-top: 10px;
  }
}
@media(max-width:882px) and (min-width:768px){
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 10px;
  } 
  .scroll .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 15px;
  }
}
@media(max-width:840px) and (min-width:768px){
  .custom-footer a {
    font-size: 12px;
  }
}
@media(max-width:900px){
  .modal-box-inner {
    width: 94%;
  } 
  .custom-home-banner-area {
    padding-top: 200px;
    min-height: 618px;
  }

  .custom-home-banner-area h1 {
    line-height: 37px;
  }

  .custom-home-banner-area h2 {
    line-height: 37px;
    font-size: 29px;
  }

  img.right-img {
    width: 640px;
  }

  .hs-home-row2-group h1 {
    font-size: 33.251px;
    line-height: 49.877px;
  }

  .hs-home-row3-group.custom-banner h1 {
    font-size: 33.251px;
    line-height: 49.877px;
  }

  .custom-client-logo-mod h1 {
    font-size: 33.251px;
    line-height: 49.877px;
  }
}
@media(max-width:800px){
  .custom-one-column-top-image-content-inner {
    width: 100%;
    margin: 0 0 27px;
    float:none;
  } 
  a#back-to-top{
    display:none !important; 
  }
  .training-implementation .hs-one-col-test-row1-group {
    padding-bottom: 60px;
  }
  .hs-sales-bulider-row3-group .custom-one-column-top-image-content-mod .custom-one-column-top-image-content-inner {
    width: 100%;
    margin-bottom: 50px;
  }

  .hs-sales-bulider-row3-group {
    padding-bottom: 50px;
  }
  .hs-sales-pro-col1, .hs-sales-pro-col2 {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .fusion-contact-info {
    padding: 12px 30px 0px 30px;
    line-height: 18px;
    margin: 7px 0;
    text-align: center;
  }

  .fusion-contact-info > a {
    display: block;
  }

  .custom-header-group {
    padding: 0;
  }

  .fusion-contact-info > a {
    padding-left: 0;
  }

  .custom-logo {
    margin: 0;
    display: inline-block;
  }
  .custom-header-middle-group {
    padding: 0;
  }
  .custom-header-middle-group .page-center {
    padding: 20px 30px 19px;
  }

  .custom-logo-group.header-main {
    position: relative;
  }

  .mobile-trigger:before {
    color: #dadada;
    content: "\f0c9";
  }
  a.fusion-icon.fusion-icon-shopping-cart {
    margin-top: 17px;
    color: #dadada;
    font-size: 21px;
    margin-left: 20px;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    position: relative;
    left: -41px;
  }

  a.fusion-icon.fusion-icon-shopping-cart:before {
    content: "\f07a";
  }
  span.cart-link {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-bottom: 0 !important;
    border-top: 1px solid #dadada;
  }

  .custom-menu-primary .hs-menu-wrapper {
    padding-top: 0px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #333333;
    font-size: 15px;
    background-color: #f9f9f9;
    line-height: 35px;
    padding: 0 30px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a span.menu-text {
    padding-right: 0;
    border: 0;
  }

  .child-trigger:before {
    display: block;
    margin: 0;
    content: '\e61f';
    font-family: icomoon;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li ul {
    width: 100%;
    border-top: 0;
    background: transparent;
    box-shadow: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li ul li a {
    padding: 0 30px 0 39px;
    color: #333333;
    font-size: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li ul li a:before {
    content: "-";
    margin-right: 2px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li ul li ul li a {
    padding: 0 48px 0 51px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    background: #f6f6f6;
    color: #333333;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.active a {
    background-color: #f6f6f6;
  }
  .custom-banner-area {
    min-height: 340px;
  }

  .custom-banner-area-inner {
    padding: 171px 0 0px;
  }

  .custom-banner-area-inner h1 {
    font-size: 38.53px;
    line-height: 53.942px;
  }
  .custom-team-inner {
    margin: 0 0 20px;
    width: 100%;
    float: none;
  }
  .hs-one-col-test-row1-group h3{
    font-size: 29.213px;
    line-height: 43.819px; 
  }
  img.right-img {
    display: none;
  }

  .custom-home-banner-area h1 {
    font-size: 24px;
    line-height: 35px;
    display:inline-block;
  }

  .custom-home-banner-area-inner {
    max-width: 100%;
    padding: 0 20px;
  }

  .custom-home-banner-area h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .custom-home-banner-area p {
    font-size: 20px;
    line-height: normal;
  }

  .custom-home-banner-area p br {
    display: none;
  }

  .custom-home-banner-area {
    min-height: 520px;
  }

  .hs-home-row2-group h1 {
    font-size: 39.37px;
    line-height: 59.055px;
  }

  .hs-home-row2-group .custom-full-width-top-image-inner {
    width: 100%;
    margin: 0 0 20px;
  }

  .hs-home-row3-group.custom-banner h1 {
    font-size: 23px;
    line-height: 59.055px;
  }

  .hs-home-row3-group.custom-banner h2 {
    font-size: 18px;
    line-height: 56.102px;
  }

  .custom-two-col-image-inner.col1 > img {
    display: none;
  }

  .custom-two-col-image-inner ul {
    margin: 0 auto;
  }

  .custom-two-col-image-inner ul li {
    min-height: auto;
    text-align: center;
    margin: 9px auto;
    font-size: 17px;
  }

  .hs-home-row3-group.custom-banner {
    background-image: none !important;
    background: #3374DC;
  }

  .custom-two-col-image-mod {
    padding: 0;
  }

  .custom-two-col-image-inner.col1 {
    text-align: center;
    padding: 0 0 40px;
  }

  .custom-client-logo-mod h1 {
    font-size: 39.37px;
    line-height: 59.055px;
  }

  .hs-home-row5-group .custom-one-column-top-image-content-inner {
    width: 100%;
    margin-bottom: 20px;
  }

  .hs-home-row5-group .custom-one-column-top-image-content-mod {
    padding-bottom: 60px;
  }

  .custom-full-width-top-image-inner {
    width: 100%;
    margin: 0 0 20px;
  }
  .hs-home-row3-group.custom-banner h3 {
    font-size: 15px;
  }
  .custom-pricing-mod h3 {
    font-size: 34px;
    line-height: 59px;
  }

  .pricingtable-inner h4 {
    font-size: 20px;
    padding: 100px 20px 60px;
    text-align: center;
  }

  .pricingtable-inner h4 i {
    display: none;
  }

  .pricingtable-inner:before {
    width: 152px;
    background-repeat: no-repeat;
    top: -40px;
  }

  .pricingtable-inner table th {
    font-size: 23px;
  }

  .pricingtable-inner table td {
    font-size: 14px;
    padding: 10px 5px;
  }

  .pricingtable-inner .table-section {
    overflow: scroll;
    width: 100%;
    height: 400px;
  }
  .pricingtable-inner {
    padding: 0 10px 60px;
  }
  .custom-footer-logo {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  .custom-footer-col.col1 {
    float: none !important;
    margin-left: 0 !important;
    width: 100% !important;
  }

  .custom-footer-col.col2 {
    width: 100% !important;
    float: none !important;
    margin-left:  0 !important;
  }

  .custom-footer-col.col3 {
    width: 100% !important;
    margin-left:  0 !important;
    float: none !important;
  }
  .custom-copyright {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  .custom-footer-social {
    float: none !important;
    margin-left: 0 !important;
    width: 100% !important;
    text-align: left;
  }

  .fusion-social-links-footer .fusion-social-networks {
    text-align: center;
  }

  .custom-footer-bottom-group {
    padding-top: 14px;
  }

  .custom-copyright p {
    text-align: center;
  }

  .fusion-social-links-footer {
    padding-top: 12px;
  }

  .fusion-social-links-footer .fusion-social-networks a {
    margin: 0 3px 10px;
  }

  .footer-container .fusion-contact-info {
    padding: 0;
  }

  .custom-footer a {
    font-size: 14px;
  }

  .custom-footer-col.col2 {
    margin-bottom: 23px;
  }

  .custom-footer-col.col1 {
    margin-bottom: 24px;
  }

  .custom-footer-logo p {
    margin-bottom: 23px;
  }

  .custom-footer-logo img {
    margin-bottom: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 0;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .checkbox-row span.fakelabel span{
    float:none;
  }
  .section.post-body img {
    display: block;
    float: none !important;
    margin: 0 auto !important;
  }
  .blog-content {
    padding: 0 0 30px;
  }
  .section.post-body img {
    display: block;
    float: none !important;
    margin: 0 auto !important;
  }
  .subscribe-options label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body img {
    display: block;
    margin: 10px auto 20px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block !important;
    float: none;
    margin: 10px 0;
  }
  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 {
    max-width:100%;
  }

  .custom-copyright p {
    text-align: center;
  }

  .fusion-social-links-footer {
    text-align: center;
    PADDING-TOP: 12PX;
  }

  .fusion-social-links-footer .fusion-social-networks {
    text-align: CENTER;
  }

  .fusion-social-links-footer .fusion-social-networks a {
    margin: 0 3px 10px;
  }

  .custom-footer-bottom-group {
    padding-top: 14px;
  }

  .footer-container .fusion-contact-info {
    padding: 0;
  }

  .custom-footer-col.col2 {
    margin-bottom: 23px;
  }

  .custom-footer-col.col1 {
    margin-bottom: 24px;
  }

  .custom-footer-logo p {
    margin-bottom: 23px;
  }

  .custom-footer-group {
    padding-top: 52px;
  }
  .hs-company-page .body-container {
    padding-top: 44px;
  }
  .hs-company-row1-col1 img {
    margin-bottom: 20px;
  }

  img.alignRight {
    float: none;
    margin: 0 auto 10px;
    display: block;
  }

  .custom-testimonial-inner blockquote p {
    font-size: 14px;
    line-height: 20px;
  }

  .hs-solutions-page .body-container {
    padding-top: 50px;
  }

  .hs-solutions-row1-group img {
    margin-bottom: 40px;
  }

  .hs-solutions-row1-group {
    padding-bottom: 70px;
  }

  .custom-one-col-bag-mod {
    background-attachment: scroll;
  }
  .hs-axon-row1-group {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .hs-axon-row1-group img {
    margin-bottom: 40px;
  }

  .hs-axon-page .custom-one-column-top-image-content-inner {
    margin-bottom: 40px;
  }

  .hs-axon-row3-group .custom-one-column-top-image-content-mod {
    padding-bottom: 60px;
  }
  .hs-investors-row1-group {
    margin-top: 0;
  }

  .hs-investors-row1-group img {
    margin-bottom: 20px;
  }
  .hs-sales-bulider-row7-group h6 strong {
    display: block;
    text-align: center;
  }

  .hs-sales-bulider-row7-group h6 a {
    display: block;
    margin: 10px auto 0;
    max-width: 300px;
    min-width: auto;
    width: 100%;
  }

  .hs-sales-bulider-row5-group .custom-one-column-top-image-content-inner {
    margin-bottom: 40px;
  }

  .hs-sales-bulider-row5-group {
    padding: 0 30px 50px;
  }
  .hs-sales-bulider-row1-group {
    padding-top: 50px;
  }
  .custom-banner-area-inner h1 {
    font-size: 38.38px;
    line-height: 53.732px; 
  }
  .hs-team-row1-group .hs_cos_wrapper_type_rich_text h2 {
    line-height: 58px;
  }
  .hs-one-col-test-row1-group h3{
    font-size: 28.268px;
    line-height: 42.401px; 
  }
  .testimonial-section h1 {
    font-size: 38.44px;
    line-height: 57.66px;
  }
  .custom-one-col-bag-mod h3 {
    font-size: 47.163px;
    line-height: 70.263px;
  }
  .hs-home-row2-group h1 {
    font-size: 35.02px;
    line-height: 52.53px;
  }

  .custom-client-logo-mod h1 {
    font-size: 35.02px;
    line-height: 52.53px;
  }
  .custom-client-logo-inner img {
    margin: 0 auto;
  }
   .custom-compant-testimonial-slider img {
    max-width: 100% !important;
  }
}  
@media(max-width:635px){
  .pricingtable-inner h4 img {
    float: none;
    display: block;
    margin: 0 auto;
  } 
  .custom-pricing-mod h3 {
    line-height: 37.725px;
  }
}

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

@media (max-width: 479px) {
  .custom-banner-area-inner h1 {
    font-size: 29.98px;
    line-height: 41.972px;
  }

  .custom-banner-area-inner {
    padding-top: 180px;
  }

  .custom-header-middle-group .page-center {
    padding-bottom: 19px;
  }
  .hs-team-row1-group .hs_cos_wrapper_type_rich_text h2 {
    line-height: 45px;
  }
  .hs-one-col-test-row1-group h3{
    font-size: 24px;
    line-height: 36px; 
  }
  .testimonial-section h1 {
    font-size: 29.56px;
    line-height: 44.34px;
  }
  .custom-one-col-bag-mod h3{
    font-size: 35.402px;
    line-height: 52.742px;
  }
  .hs-home-row2-group h1 {
    font-size: 29.29px;
    line-height: 43.935px;
  }

  .custom-home-banner-area h1 {
    line-height: 20px;
  }

  .custom-home-banner-area-inner {
    padding: 0 13px;
  }

  .hs-home-row3-group.custom-banner h2 {
    line-height: 41.738px;
  }
  .custom-client-logo-mod h1 {
    font-size: 29.29px;
    line-height: 43.935px;
  }
}
@media(max-width:360px){
  .custom-banner-area-inner h1{
    font-size: 25.12px;
    line-height: 35.168px;
  }
  .hs-team-row1-group .hs_cos_wrapper_type_rich_text h2 {
    line-height: 38px;
  }
  .testimonial-section h1 {
    font-size: 25.12px;
    line-height: 37.68px;
  }
  .custom-one-col-bag-mod h3{
    font-size: 30.772px;
    line-height: 45.844px; 
  }
  .custom-home-banner-area h1 {
    line-height: normal;
  }

  .custom-home-banner-area {
    min-height: 580px;
  }

  .hs-home-row2-group h1 {
    font-size: 25.12px;
    line-height: 37.68px;
  }

  .hs-home-row3-group.custom-banner h2 {
    line-height: 36px;
  }

  .hs-home-row3-group.custom-banner h1 {
    line-height: 37.68px;
  }

  a.btn1 {
    display: block;
  }

  a.btn2 {
    display: block;
    margin: 10px 0 0;
  }

  .custom-client-logo-mod h1 {
    font-size: 25.12px;
    line-height: 37.68px;
  }
 


}










