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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

@import url(http://fonts.googleapis.com/css?family=Lato:400,700,300);
 @import "font-awesome";

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body
{
 margin:0;
 padding:0;
}
.wrap 
{
    float: none !important;
    margin: 0 auto !important;
    max-width:1300px;
    padding:0 5px;
}
.page-center
{
    margin:0 auto !important;
    float:none !important;
    max-width:1296px !important;
}
.center-page
{
    margin:0 auto !important;
    float:none !important;
    max-width:1170px !important;
}
.wrapper
{
    margin:0 auto !important;
    float:none !important;
    max-width:1140px !important;
    padding:0 15px;
}
.general-texting 
{
     float: none !important;
    margin: 0 auto !important;
    max-width: 1296px !important;
}
.team-info
{
     float: none !important;
    margin: 0 auto !important;
    max-width: 1296px !important;
}
.page-center
{
    margin:0 auto !important;
    float:none !important;
    max-width:970px !important;
    padding:0 15px;    
}

.landing-page-lead-generation h1
{
    font-size:33px;
    font-family: 'Lato', sans-serif;
    color:rgb(20,104,163);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 20px;
}
.landing-page-lead-generation p
 {
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-weight:700;
    line-height:1.5;
    margin: 0 0 20px;
    color: rgb(74, 75, 75);
 }
.client-testi
{
    padding:60px 0;
}
.client-testi img
{
    border: 1px solid rgb(204, 204, 204) !important;
}


.client-testi h1
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height:1.5;
    margin: 0 0 20px;
    padding-bottom: 30px;
    padding-left: 12px;
}
.client-testi 
{
    border-bottom: 1px solid rgb(204, 204, 204);
}


.services 
{
    padding: 60px 0 0;
    border:1px solid rgb(233,233,233);
}

.solutions-help p
{
    color: rgb(74, 75, 75);
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    font-size:21px;
    margin:0 0 20px;
}
.solutions-help h1
{
    color: rgb(74, 75, 75);
    font-family: 'Lato', sans-serif;
    font-size: 33px;
    font-weight: normal;
    margin:0 0 20px;
}
.solutions-help img 
{
    float: right;
}
.our-clients
{
    border:1px solid rgb(233,233,233);
    padding:60px 0;
}
.client-info
{
    margin-bottom:45px;
}

.our-clients img 
{
    margin-left: 10px;
    margin-top: 15px;
}
.logo-area img 
{
    margin: 30px 0;
}
.footer .footer-area
{
    border:none;
}
.solutions-help
{
    padding:60px 0;
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
     background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/ebook-background-image.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    
}
.our-clients h1
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 28px;
    margin:0 0 20px;
    font-weight: 700;
    text-align:center;
}
.owner-name
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    text-transform:uppercase;
}
.owner-position
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    
}
.our-clients p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}


.services h2
{
    font-family: 'Lato', sans-serif;
    color: rgb(74, 75, 75);
    font-size: 28px;
    margin-top:0;
    font-weight: 700; 
    margin-bottom:20px;
}
.services .bx-prev.disabled 
{
    left: 0;
    top: 140px;
}
.service-group .bx-pager-item
{
    display:none !important;
}
.services .bx-next.disabled 
{
    right: 0;
    top: 140px;
}
.service img 
{
    margin: 0 auto 20px;
}
.service p 
{
    margin: 0 0 20px;
}

.service
{
    padding:30px 0 0;
}
.services h1
{
    color: rgb(30, 149, 233);
    font-size: 21px;
    font-weight: 700; 
    font-family: 'Lato', sans-serif;
    margin:0 0 20px;
}

.custom-menu-primary
{
    padding-left:20px;
    padding-top: 17px;
  
}
.custom-menu-primary li a
{
    font-family: 'Lato', sans-serif;
    color: rgb(74, 75, 75);
    font-size: 18px;
    font-weight: 600;
    
}


.custom-menu-primary li a:hover
{
    color:rgb(30,149,233);
    text-decoration:underline !important;
}


.banner-section
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/banner-home.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    margin-top:20px;
    margin-bottom:40px;
    padding:60px 0;
    min-height:310px !important;
}
.banner-section h1
{
    text-align:center;
    font-family: 'Lato', sans-serif;
    color:rgb(255,255,255);
    text-transform:uppercase;
     font-weight: 500;
     font-size:33px;
     margin:0 0 20px;
}

.banner-text p
{
    text-align:center;
    font-family: 'Lato', sans-serif;
    color:rgb(255,255,255);
    font-weight: 300;
     font-size: 24px;
     margin:0 0 20px;
}

a#cta_button_528541_76bb7bbe-4706-4fc7-aae3-237adf1f565a
{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 150px;
    font-family: 'Lato', sans-serif;
}
.service
{
    text-align:center;
    
}

.products h2
{
    text-align:center;
    font-family: 'Lato', sans-serif;
    color:rgb(74,75,75);
    margin:0 0 20px;
    font-size: 30px;
}
.service h3
{
    font-family: 'Lato', sans-serif; 
    text-transform:uppercase;
    font-weight:300;
    font-size: 21px;
    margin:0 0 20px;
}




.testimonials-area
{
    padding:60px 0;
}
.book-sub-section
{
    padding:65px 0;
}
.book-description h1
{
    font-family: 'Lato', sans-serif; 
    text-transform:uppercase;
    color: rgb(255, 255, 255);
    font-weight: normal;
    margin:5px 0 20px;
    font-size: 32px;
}
.learn-subpart h1
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 20px;
    font-size: 21px;
    color:rgb(74,75,75);
    text-transform:uppercase;
}
.book-description p
{
     font-family: 'Lato', sans-serif; 
     color: rgb(255, 255, 255);
     font-size: 18px;
    font-weight: 300;
    line-height:32px;
    margin:0 0 20px;
}
.blog-left-section h3
{
     font-family: 'Lato', sans-serif;
     font-weight:400;
     text-transform:uppercase;
     color: rgb(74, 75, 75);
    font-size: 32px;
}
.blog-right-section h3
{
     font-family: 'Lato', sans-serif;
     font-weight:normal;
     text-transform:uppercase;
     color: rgb(74, 75, 75);
    font-size: 30px;
    font-weight:700;
    line-height:1.5;
}
.rss-right-listing
{
    position:relative;
    font-family: 'Lato', sans-serif;
    font-weight:300;
}

.rss-right-listing p
{
    margin-top: 4px;
    line-height:1.5;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.rss-right-listing .hs-rss-title  span 
{
    color: rgb(30, 149, 233);
    font-size:17px;
}
.rss-left-listing .hs-rss-item-text a
{
    text-decoration-color:rgb(30, 149, 233);
}
.rss-right-listing .hs-rss-item-text a
{
    text-decoration-color:rgb(30, 149, 233);
}

.blog-left-section h3 
{
    margin: 0 0 15px 0px;
}
.blog-right-section h3 
{
    margin: 0 0 15px 0px;
}

.rss-left-listing .hs-rss-title  span 
{
    color: rgb(30, 149, 233);
    font-weight:300;
}

.rss-left-listing
{
   font-family: 'Lato', sans-serif; 
}


.rss-right-listing .hs-rss-description a
{
    margin-top:6px;
    margin-bottom:50px;
    display:table;
    color:rgb(255, 120, 0);
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
 
}
.blog-left-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text
{
    float: none;
}
.book-section
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/ebook-back-banner-image.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}
.products p
{
    text-align:center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin:0 0 20px;
    font-size:17px;
}
.book-section img
{
    float:right;
}
a#cta_button_528541_291abd36-8075-4756-b645-0f242620b88e
{
    font-family: 'Lato', sans-serif;
    margin-bottom:50px;
    font-weight:600;
}
a#cta_button_528541_ae088f5f-7560-4216-9add-7d1614facc32
{
    font-family: 'Lato', sans-serif;
}
.testi-section
{
    
    padding: 70px 0;
}
.banner-section
{
    margin:0;
}
.rss-left-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper 
{
    display: inline-block;
    width: 100%;
    margin-top:10px;
    
}
.book-section
{
  border:1px solid rgb(233, 233, 233);
}
.rss-left-listing .hs-rss-item
{
    display: inline-block;
    float: left;
    margin:0 0 30px 10px;
    min-height: 230px;
    width: 45%;
}
.blog-section
{
  border:1px solid rgb(233, 233, 233);   
   padding:60px 0;
}
.products
{
    border:1px solid rgb(233, 233, 233);
    padding:60px 0;
}

.header-section 
{
    border: 1px solid rgb(233, 233, 233);
    padding:30px 0;
    position:relative;
    
}

.ready
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/footer-banner-home.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    
}

.footer-text p
{
    margin: 0 0 20px;
    line-height:1.5;
    font-size:18px;
}
.ready h1
{
   
     font-family: 'Lato', sans-serif;
    font-size:32px;
     margin:0 0 20px;
    font-weight:normal;
    color:#fff;
}
.ready
{
    padding:60px 0;
}
.footer-sub-section2
{
    background-color:rgb(67,67,67);
}

.footer-sub-section1 h1 
{
    text-align: center;
    text-transform: uppercase;
}

.footer-sub-section3
{
    background-color:rgb(50,50,50);
}
.footer-sub-section2 .custom-menu-primary li a:hover
{
    color:rgb(42,149,233);
}
.footer-sub-section2 .custom-menu-primary li a
{
    padding-left:4px !important;
}
.footer-sub-section2 ul 
{
    margin-left: 100px !important;
    margin-top: 0 !important;
}
.footer-sub-section2 
{
    padding: 16px 0 6px;
}
.social-icons a
{
  margin: 0 10px;
}
.footer-text
{
    text-align:center;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    color:#FFF;
    padding-bottom:8px;
    font-size: 17px;
}
.footer-sub-section2 .custom-menu-primary li a
{
    color:#FFF;
}
.address
{
    color:#FFF;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:17px;
   
}
.phone
{
    color: rgb(255, 255, 255);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: bold;
}
.custom-menu-primary ul ul li
{
    background:#FFF;
    border:1px solid rgb(204,204,204);
    margin:0 0 0 20px;
  
  
}
.custom-menu-primary .hs-menu-wrapper ul:first-child > *:last-child > a
{
    background-color: rgb(30, 149, 233);
    color: rgb(255, 255, 255);
    margin: 0 20px;
    padding: 9px 15px !important;
}
.custom-menu-primary ul ul li a
{
    color:rgb(42,50,59);
    font-weight:400;
    font-size:16px;
}
.bottom-menu ul
{
    margin:0 !important;
}
.bottom-menu ul li a
{
    font-family: 'Lato', sans-serif;
    color:#FFF;
    font-size:18px;
    font-weight:700;
}
.bottom-menu li a
{
    padding-left:0 !important;
}
.bottom-menu 
{
   padding-left:80px;
}

.copyright1
{
    color:#FFF;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 13px;
    
    
}
.copyright2
{
    color:#FFF;
    font-family: 'Lato', sans-serif;
    font-weight:300;
}

.footer-right-section a 
{
    color: rgb(255, 255, 255);
    font-family: 'Lato', sans-serif;
}
.footer-right-section h1
{
    color:#FFF;
    font-family: 'Lato', sans-serif;
     font-size: 20px;
     margin:0;
}

.footer-sub-section3
{
    padding:40px 0;
}

.copyright2 p
{
    font-size: 13px;
    margin: 0 0 5px;
}
.phone p 
{
    margin: 0 0 20px;
}
.footer-right-section .hs-rss-title 
{
    float: left;
    margin:0 4% 20px 0;
    width: 45%;
    font-weight:300;
}
.copyright3
{
    color:#FFF;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 13px;
}
.bottom-menu li a:hover
{
    color:rgb(30,149,233);
    text-decoration:underline !important;
    transition: all 0.3s ease 0s;
    
}





/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

@media (min-width: 768px){

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

}


@media (max-width:1140px){
    
     .custom-menu-primary li a
     {
    font-size: 14px;
    padding: 10px !important;
    }

}

@media (max-width:960px){
    
   .custom-menu-primary
   {
       padding-left:0;
   }
}
@media (min-width: 768px){

  .mobile-trigger, .child-trigger {
      display: none !important; /* Hide button on Desktop */
  }
 .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal {
    display: block;
} 
}

@media (max-width: 767px){
    
    .blog-section .cta_button
    {
        margin:0 auto !important;
    }
    
    .catch-lorem
    {
        margin:0 0 20px !important;
    }
   .text-cta-left p
   {
       margin:0 0 20px !important;
   }
    
    @media screen and (-webkit-min-device-pixel-ratio:0)
    {
        
        .headline-listing ul
        {
            list-style-position:inside;
        }
        .headline-listing ul li 
        {
            text-align:center;
        }
    }
    
    .prob-sols h4
    {
        background:none !important;
    }
    .prob-sols h4::before
    {
        content:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/tick.png?t=1441269907772');
        padding-right:5px;
    }
    .rss-right-listing .hs-rss-description a
    {
        margin:10px auto;
    }
    
    
      .companies-logo img
    {
        display:block;
        margin:0 auto 20px !important;
    }
    .list li
    {
        background:none !important;
    }
  .list h5::before
  {
      content:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/tick-2.png?t=1438945641216');
      position:relative;
      top:11px;
  }
    
    .case-study-one
    {
    margin-bottom: 30px;
    }
    
    .custom-menu-primary .hs-menu-wrapper ul:first-child > *:last-child > a:hover
    {
        background:none !important;
    }
    
    .footer-right-section .hs-rss-title
    {
        float:none !important;
    }
    
    .custom-menu-primary ul li a
    {
        max-width:95% !important;
    }
    
    .blog-two-column-left .hs-rss-description a
    {
        margin:0 auto;
    }
    
    .custom-menu-primary li a
    {
        width:96%;
    }
    
    .blog-two-column-left .hs-rss-item
    {
        width:100% !important;
    }
    
    .blog-two-column-left 
    {
        text-align:center;
    }
    .headline-area img
    {
        margin:0 auto !important;
        float:none !important;
        display:block !important;
    }
    
    
    .blog-section
    {
      padding-bottom:20px !important;
    }
    
   
    
    .blog-section-4 .hs-rss-item 
    {
    max-width: 200px !important;
    width: 100% !important;
    }
    
    
    
    #tabs-2
    {
        padding:0 !important;
    }
    
    #tabs-3
    {
        padding:0px !important;
    }
    
    .testimonial .bx-pager-link .image-over 
    {
    margin-top: -17px;
    position:relative !important;
    top: 0px !important;
   }
    
    .testimonial .bx-pager-link
    {
    margin: 0 auto 20px !important;
    }
    .subscribe-form
    {
        max-width:100% !important;
    }
    
    .next-posts-link
    {
    float: none !important;
    }
    .blog-section
    {
        padding-bottom:0px;
    }
    
   .testimonial .bx-wrapper .bx-pager.bx-default-pager a
    {
     margin: 0 auto 20px;
    }
    .testimonial .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item
    {
        display:block !important;
    }
    .testimonial a
    {
        width:80px; 
        height:80px;
        background-size:cover;
    }
    
    .blog-portion h2
    {
        margin:0 !important;
    }
    
    .feature-left
    {
        padding-right:0 !important;
    }
    
    .feature-right1
    {
        padding-left:0 !important;
    }
    .feature-right2
    {
        padding-left:0 !important;
    }
    .feature-right3
    {
        padding-left:0 !important;
    }
    .feature-right4
    {
        padding-left:0 !important;
    }
    .recommended-reading
    {
        text-align:center;
    }
    .headline-right-lower p
    {
        text-align:center;
    }
    
    .list li
    {
        text-align:center;
        padding:0 !important;
    }
    
    .testi-left
    {
        text-align:center;
       
    }
    .testi-right
    {
        text-align:center;
        
    }
    .prob-sols p
    {
        text-align:center;
        padding:0 !important;
    }
    .prob-sols h4 
    {
    background-position: calc(100% - 95%) calc(100% - 1px) !important;
    padding: 0 !important;
    text-align: center;
   }
    
  
    .footer-sub-section2 
    {
    padding: 60px 0;
    } 
    
   
    
    
a#cta_button_528541_76bb7bbe-4706-4fc7-aae3-237adf1f565a {
    float: none !important;
    margin: 0 auto 20px !important;
}
    
    .mobile-trigger i
   {
    float: right;
    margin-top: 12px;
    right:10px;
  }
    
    .our-help h1
    {
        font-size:21px !important;
    }
    
    
    
    .blog-section h2
    {
        text-align:center;
        margin:0 !important;
    }
    .blog-section h4
    {
        text-align:center;
        font-size:24px !important;
          margin:0 !important;
    }
    .service
    {
        padding:0 !important;
    }
    .ready-for-anything .cta_button
    {
        margin:0 auto 20px !important;
        float:none !important;
        display:block !important;
    }
    
    .copyright1 p
    {
        margin-top:12px !important;
    }
    
   
    #tabs-1
    {
        padding:0 !important;
    }
    
    .tab-titles li
    {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    max-width: 500px;
    width: 100%;
    }  
    
    .headline-listing ul li 
    {
    font-size: 18px !important;
    margin: 0 auto 10px !important;
    text-align: center;
    }
    .blog-section-4 .hs-rss-item
    {
        margin:0 auto !important;
        float:none !important;
        display:block !important;
    }
    
    .tabs-section p 
    {
    text-align: center !important;
   }
   .tabs-section
   {
    text-align: center;
   }
    
    .ready-start h3
    {
        font-size:24px;
    }
    
    .header-text
    {
        text-align:center;
    }
    
    .team-first img
    {
        margin-top:20px;
    }
    
    .about-banner h1
    {
        font-size:24px !important;
    }
    .meet-team h1
    {
        font-size:21px !important;
    }
    .about-text p
    {
        text-align:center;
    }
    /*.help ul li
    {
        text-align:left;
        margin:0 auto 10px;
        max-width:250px;
    }*/
    .help img
    {
        margin-bottom:20px;
    }
    .ready-profit h1
    {
        font-size:24px !important;
    }
    .ready-profit p
    {
        font-size:19px !important;
    }
    .blog-content-left
    {
        text-align:center
    }
    .blog-right-section
    {
        margin:0 !important;
    }
    
    .blog-comment h1
    {
        font-size:21px !important;
    }
    
    .author img
    {
    padding: 0 0 20px;
    }
    
    .author
    {
        text-align:center;
    }
    
    .blog-part-one li
    {
        margin:0 auto !important;
        max-width:220px;
    }
    
    .blog-part h1
    {
        font-size:21px !important;
    }
    
    .blog-portion .post-item
    {
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
    }
    .blog-post-heading h1
    {
        font-size:24px !important;
    }
    .author-name p
    {
        font-size:21px !important;
    }
    .blog-box
    {
    margin: 0 auto !important;
    }
     .blog-post-heading
     {
         text-align:center;
     }
     .blog-part h1
     {
         text-align:center;
         fot-size:21px !important;
     }
     .blog-part-one p
     {
         text-align:center;
     }
     .icons-area img
     {
         padding-right:5px;
     }
    .icons-area p
    {
        text-align:center;
    }
     .social-sharing strong
     {
    float: none !important;
    margin: 0 auto !important;
    }
    .icons img
    {
    float: none !important;
    margin: 0 auto !important;
    }
    .another-offer h1
    {
        font-size:21px !important;
    }
    .recom-read
    {
        padding:0 !important;
    }
    
    .blog-subscribe 
    {
    margin-bottom: 50px;
    }
    
    .thanks-heading h1
    {
        font-size:24px !important;
    }
    .recom-read .hs-rss-title
    {
        display:block;
        text-align:center;
    }
    .share
    {
        text-align:center;
    }
    
    .landing-page-ebook h1
    {
        font-size:24px !important;
    }
    .landing-page-ebook p
    {
        font-size:17px !important;
    }
     .feature-area .feature-one
    {
        margin-left:0 !important;
    }
    
    .feature-area .feature-two
    {
        margin-left:0 !important;
    }
     .feature-area .feature-three
    {
        margin-left:0 !important;
    }
     .feature-area .feature-four
    {
        margin-left:0 !important;
    }
    .not-found-page h1
    {
        font-size:24px !important;
    }
    .troubleshooting h1
    {
        font-size:24px !important;
    }
    .recommended-reading h1
    {
        text-align:center;
        font-size:18px !important;
    }
    .pricing h1
    {
        font-size:24px !important;
    }
    .pricing p
    {
        font-size:18px !important;
    }
    .service-testi .hs-cta-img
    {
        margin:0 auto !important;
        display:block !important;
        
    }
    .service1
    {
        padding:60px 0 !important;
    }
     .service2
    {
        padding:60px 0 !important;
    }
     .service3
    {
        padding:60px 0 !important;
    }
    .three-column-left h1
    {
        font-size:24px !important;
    }
     .three-column-left p
    {
        font-size:19px !important;
    }
    .two-column-bottom li
    {
      margin: 0 auto 10px !important;
      max-width: 220px;
    }
    
    .two-column-right h1
    {
        font-size:21px !important;
    }
    
    .headline-section h1
    {
        font-size:24px !important;
       
    }
    .headline-section p
    {
        font-size:18px !important;
    }
    .help-facilities img
    {
    display: block !important;
    float: none !important;
    margin: 20px auto 20px !important;
    }
    .help-facilities p
    {
        text-align:center;
    }
    .banner-portion h1 
    {
    font-size: 24px !important;
    }
    .banner-area p
    {
        font-size:18px !important;
    }
    .testi-left
    {
        margin-bottom:25px;
    }
    .testi-name
    {
        font-size:17px !important;
    }
    .testi-position
    {
        font-size:17px !important;
    }
    
    .testi-left p
    {
        font-size:17px !important;
    }
    .testi-right p
    {
        font-size:17px !important;
    }
    .banner-area h1
    {
        font-size:24px !important;
    }
    .service-testimonial .cta_button {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 160px;
    width: 100% !important;
  }
   .ready-for-anything .cta_button
   {
       margin:0 auto 20px !important;
       float:none !important;
       display:block !important;
   }
     .services-right
     {
        margin-top:20px;
     }
    .headline-left-upper 
    {
    margin-bottom: 60px;
    }
    .headline-right-lower
    {
    margin-bottom: 60px;
    }
    .headline h1
    {
        font-size:24px !important;
    }
    .headline-left-upper p
    {
        font-size:17px !important;
    }
    
    .feature-left-section .hs-cta-img 
    {
    display: block;
    margin: 0 auto !important;
   }
    
    .our-products .cta_button 
    {
    display: block !important;
    float: none !important;
    margin: 15px auto !important;
    max-width: 155px;
    width: 100%;
   }
    .services h2
    {
        margin:0 !important;
        font-size:21px !important;
    }
    .footer-right-section
    {
    padding-top: 40px;
  }
  .solutions-help img
  {
    display: block;
    float: none !important;
    margin: 0 auto !important;
    }
    .solutions-help 
    {
        text-align:center;
    }
   .home-three-posts .hs-rss-item-text
   {
    width: 100% !important;
    max-width: 293px;
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
  }
    .testimonial-images img
    {
        margin:0 !important;
    }
   
   .testi-section .bx-controls-direction a 
   {
    top: 24% !important;
  }
    
    .testi-section .bx-wrapper .bx-viewport
    {
        min-height:392px !important;
    }
    
    .testi-section h1
    {
        font-size:20px !important;
    }
    
  
    
    .ready h1
    {
        font-size:24px !important;
    }
    
    .bxslider
    {
    margin: 0 !important;
   }
    
    
    
    
  .testi-section .bx-wrapper img 
  {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
   }
    
    .products
    {
    padding: 30px 0 !important;
    }
    .blog-right-section
    {
        margin-top:35px !important;
    }
    .blog-right-section h3
    {
        font-size:20px !important;
    }
    .blog-left-section h3
    {
         font-size:20px !important;
    }
    .service
    {
    padding: 50px 0 10px !important;
    }
    .banner-contact3 h1
    {
        font-size:22px !important;
    }

    .address-section 
    {
    margin: 0 auto !important;
    max-width: 200px;
    width: 100%;
    text-align:left;
   }
   .email-section 
    {
    margin: 0 auto !important;
    max-width: 200px;
    width: 100%;
    text-align:left;
   }
   .phone-section 
    {
    margin: 0 auto !important;
    max-width: 200px;
    width: 100%;
    text-align:left;
   }
   .warehouse-section 
    {
    margin: 0 auto !important;
    max-width: 200px;
    width: 100%;
    text-align:left;
   }
    .companies .img1
    {
        text-align:center !important;
    }
     .companies .img2
    {
        text-align:center;
    }
     .companies .img3
    {
        text-align:center;
    }
     .companies .img4
    {
        text-align:center;
    } 
    .companies .img5
    {
        text-align:center !important;
    }
    .headline-form input[type="submit"]
    {
        margin:20px 0;
    }
    a#cta_button_528541_e5721831-f563-4085-8add-afab0463eb5f
    {
        margin:0 auto !important;
        float:none !important;
        width:100% !important;
        max-width:160px;
        display:block !important;
    }
    .headline-form input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea
    {
        margin-bottom:10px !important;
    }
   
    .headline-left
    {
        margin-top:0 !important;
    }
  
    .whitepaper-section h2
    {
        text-align:center !important;
        font-size: 20px !important;
    }
    .whitepaper-section
    {
    text-align: center;
   }
    
   .custom-menu-primary .hs-menu-wrapper ul:first-child > *:last-child > a
   {
       margin:0 !important;
   }
    .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a
    {
        text-indent:0px !important;
    }
    .cs-box-stat 
    {
   
    padding: 33% 0 !important;
    }
    
    .cs-box-title
    {
        text-align:center;
        font-size:20px !important;
    }
    .case-index-heading h1
    {
        font-size:20px !important;
    }
    .cs-box-stat
    {
        font-size:24px !important;
    }
    .blog-portion .social-icons-area
    {
        display:block !important;
        text-align:center !important;
        
    }
    
    .card-banner h1
    {
        font-size:24px !important;
    }
    
    .card-based-form input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea
    {
        width:100% !important;
        margin:0 0 10px 0;
    }
   
   .blog-portion .post-item
   {
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
   }
.card-based-form .hs_submit
{
    float: none !important;
    width: 100% !important;
}
    
    .blog-portion .post-item
    {
        float:none;
        margin: 0 15px 30px;
        width: 45%;
    }
    
    .mobile-open a.mobile-trigger
    {
        background-color:rgb(30,149,233) !important;
    }
    
    a.mobile-trigger
    {
        background-color:rgb(30,149,233) !important;
    }
    .custom-menu-primary.js-enabled .hs-menu-flow-horizontal
    {
        background-color:rgb(30,149,233) !important;
    }
    a.mobile-trigger span::before
    {
        background-color:rgb(30,149,233);
    }
     a.mobile-trigger span::after
    {
        background-color:rgb(30,149,233);
    }
    
    .testimonials-section img
    {
        margin:0 auto !important;
        display:block !important;
    }
    
    .subscribe-form 
    {
    margin-top: 30px;
   }
    .popular-posts li
    {
        text-align:center;
    }
    .posts-by-topic li
    {
        text-align:center;
    }
    .traditional-blog-content .blog-pagination
    {
       float:none !important;
       text-align:center;
    }
    .traditional-blog-content .post-header
    {
        margin:0 auto !important;
        float:none !important;
    }
    .content-link 
    {
       display: block !important;
       float: none !important;
       margin: 0 auto !important;
    }
    .traditional-blog-content img 
    {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 25px 0;
    }
    .traditional-blog-content .blog-pagination
    {
        text-align:center;
    }
    #hubspot-author_data
    {
        text-align:left;
    }
    .not-found-page h1
    {
        font-size:24px !important;
    }
    .blog-subscription h1
    {
        margin-top:20px !important;
    }
    .troubleshooting
    {
        text-align:center;
    }
    .author-info
    {
        text-align:center;
    }
    
    .blog-data img 
    {
    display: block;
    float: none !important;
    margin: 0 auto 20px !important;
  }
    
    .blog-data p
    {
        display:inline-block;
        text-align:center;
    }

#hubspot-author_data {
    text-align: center;
}
    
    .blog-data h1
    {
        text-align:center !important;
    }
    
    .subscribe-email 
    {
    margin: 0 auto !important;
    max-width: 300px;
    width: 100% !important;
   }
    
    .blog-right-section .hs-cta-img
    {
        margin:0 auto;
        display:block;
    }
    .text-cta 
    {
    text-align: center;
   }
    .recent-posts li
    {
        text-align:center;
    }
    .rss-listing .hs-rss-item-image-wrapper
    {
    display: block !important;
    margin: 0 auto;
    max-width: 300px;
    width: 100% !important;
  }
    .blog-template-traditional-index h1
    {
        font-size:24px !important;
    }
    .testi-section .bx-wrapper img
    {
        margin-bottom:15px;
    }
    
    .case-studies img
    {
        width:100% !important;
    }
    .cs-box-stat
    {
         width:100% !important;
    }
    .subheadline h1
    {
        text-align:center;
        font-size:24px !important;
    }
     .subheadline p
    {
        text-align:center;
    }
    .ready-make-profit h1
    {
        font-size:24px !important;
        text-align:center !important;
    }
    .ready-make-profit
    {
        text-align:center;
    }
    .testi-section
    {
        text-align:center;
    }
    .testi-section .bx-wrapper img
    {
    display: block !important;
    margin-left:auto !important;
    margin-right:auto !important;
    }
    
    a.mobile-trigger
    {
        font-family: 'Lato', sans-serif;
    }
   
    .custom-menu-primary li.active-branch > a, .custom-menu-primary li a:hover, .custom-menu-primary li a:focus
    {
        color:#FFF !important;
    }
    .custom-menu-primary li a 
    {
    color: rgb(255, 255, 255) !important;
    }
    .custom-menu-primary ul li
    {
        background-color: rgb(30, 149, 233) !important;
    }
    a.child-trigger
    {
        border-left:none !important;
    }
    
    
    .custom-menu-primary ul li ul li
    {
        border:none !important;
        background:none !important;
        margin:0;
    }
    
    .contact-form-right-section
    {
        text-align:center;
        padding-left:0 !important;
    }
    
.contact-option-two-text h1
{
    font-size: 20px !important;
}
    
    .contact-option-two-text p
    {
        font-size:17px !important;
    }
    .contact-form-left-section .hs-button.primary.large
    {
        display:block !important;
    }
    .contact-form-left-section h3
    {
    text-align: center !important;
 
  }
    .contact-form-left-section h3
    {
        text-align:center;
    }
    
     .additional-info p
    {
        font-size:16px !important;
    }
     .additional-info h1
    {
        font-size:20px !important;
    }
    .banner-contact h1
    {
        font-size:20px !important;
    }
    
    .privacy-policy
    {
        text-align:center;
    }
     .privacy-policy h1
     {
         font-size:20px !important;
     }
     .header-text
     {
      padding: 0 0 30px !important;
     }
     .privacy-policy p
     {
         font-size:16px !important;
     }
     .privacy-policy h2
     {
         font-size:17px !important;
     }
    .companies h2
    {
        font-size:17px !important;
    }
    
    .banner-inbound h1
    {
        font-size:20px !important;
    }
    .testimonial-info
    {
        text-align:center;
    }
    .banner-inbound p
    {
       font-size:17px !important; 
    }
    .general-texting p
   {
    font-size: 16px !important;
    text-align: center;
   }
  
    
    .member-position-right-section
    {
        padding-top:35px;
    }
    .team-second-row
    {
        margin-bottom:60px;
    }
    
    .member-position
    {
        text-align:center;
    }
    
    .team-page-style-one h1
    {
        font-size:20px !important;
    }
    .team-with-text p
    {
        font-size:16px !important;
        text-align:center;
    }
    .team-first-row .image-text 
    {
    margin-bottom: 20px;
    }
    .ready-to-join p
    {
        font-size:17px !important;
    }
    .ready-to-join h1
    {
        font-size:20px !important;
    }
    .team-second-row .image-text 
    {
    margin-bottom: 20px;
    }
    .team-person-name
    {
        width:100% !important;
    }
    .more-profit h1
    {
        font-size:20px !important;
    }
    .more-profit p
    {
        font-size:16px !important;
    }
    .case-two-text
    {
      text-align:center;  
    }
    .case-two-text h1
    {
        font-size:18px !important;
        
    }
    .results
    {
        padding:0;
    }
    .case-two-single-text p
    {
        text-align:center;
    }
    .banner-case-two-subpart h1
    {
        font-size:20px !important;
    }
    .banner-case-two-subpart p
    {
        font-size:16px !important;
    }
   
    .banner-study-one h1
    {
        font-size:20px !important;
    }
    .banner-study-one p
    {
        font-size:16px !important;
    }
    .banner-study-one
    {
        text-align:center;
    }
    
     .help
     {
         text-align:center;
     }
    .images
    {
        padding:0 !important;
    }
     .images img
     {
         padding-bottom:20px;
     }
    
     .banner-header h1
     {
         font-size:20px !important;
     }
    .banner-header p
    {
        font-size:16px !important;
    }
    
    
    .landing-page-lead-generation h1
    {
        font-size:20px !important;
    }
    .learning-left ol li
    {
        margin:0 auto 5px;
        width:200px;
    }
    
    .learning-left p
    {
        text-align:center;
    }
    .texting-form h1
    {
        text-align:center;
    }
    
    .text-form-left strong
    {
        display:block;
        text-align:center;
    }
    .social-symbols-area
    {
        padding-bottom:30px;
    }
    
    
    .text-form-left ul li
    {
        /*width:250px;
        margin:0 auto 10px;*/
    }
    .landing-page-ebook
    {
        text-align:center;
    }
    
    .webinar-subpart h1
    {
        font-size:21px !important;
    }
    .webinar-subpart p
    {
        font-size:17px !important;
    }
    .date-form-left h1
    {
        text-align:center;
        font-size:17px !important;
    }
   .date-form-left ul li
   {
    margin: 10px auto !important;
    width: 160px;
  }
  .webinar-speakers-info img
  {
      float:none !important;
  }
  .webinar-speakers-info
  {
      text-align:center;
  }
  
    .date-form-left strong
    {
        text-align:center;
        display:block;
    }
    .webinar-speakers-info 
    {
        text-align:center;
    }
    .date-form
    {
        margin-top:30px;
    }
    .social-symbols-area
    {
        text-align:center;
    }
    .date-form-left p
    {
        text-align:center;
    }
   
    .feature-right1
    {
        text-align:center;
    }
    .feature-right2
    {
        text-align:center;
    }
    .feature-right3
    {
        text-align:center;
    }
    .feature-right4
    {
        text-align:center;
    }
    .keypoint1
    {
        border:none !important;
    }
    .keypoint2
    {
        border:none !important;
    }
    .keypoint3
    {
        border:none !important;
    }
    .general-text h1
    {
        font-size:24px !important;
    }
    .learn h1
    {
        font-size:17px !important;
        text-align:center;
    }
    .keypoints-subpart h1 
    {
    margin: 0 auto !important;
    width: 200px;
    }
    .client-testi h1
    {
        text-align:center;
        font-size:17px !important;
    }
    .client-one p
    {
        text-align:center;
        font-size:16px !important;
    }
     .client-two p
    {
        text-align:center;
        font-size:16px !important;
    }
    .keypoints-subpart p
    {
        text-align:center;
    }
      .learn p
    {
        font-size:16px !important;
        text-align:center;
    }
    
    .form-book-subpart img
    {
        margin:0 auto;
        display:block;
    }
    .general-text p
    {
        font-size:17px !important;
    }
    
    .social-symbols
    {
    text-align: center !important;
    margin-top:20px;
   }
   .banner-part h1
   {
       font-size:24px !important;
       text-align:center;
   }
   .text-right-form h3
   {
       font-size:18px !important;
   }
   .banner-part p
   {
       font-size:18px !important;
       text-align:center;
   }
    .text-form-left p
    {
        text-align:center;
        font-size:16px !important;
    }
    .text-form-left h1
    {
        text-align:center;
        font-size:16px !important;
    }
    .client-one img 
  {
    display: block;
    float: none !important;
    margin: 15px auto 0;
  }
    .client-two img 
  {
    display: block;
    float: none !important;
    margin: 15px auto 0;
  }
    .banner-sec h1
    {
        font-size:25px !important;
    }
    .nav-menu li a
    {
        text-align:center;
    }
    .text-widget h1
    {
        text-align:center;
        font-size:17px !important;
    }
    .feature-right2 h2
    {
        text-align:center;
        font-size:17px !important;
    }
    .feature-right3 h2
    {
        text-align:center;
        font-size:17px !important;
    }
     .feature-right3 p
    {
        font-size:16px !important;
    }
    .feature-right4 h2
    {
        text-align:center;
        font-size:17px !important;
    }
     .feature-right4 p
    {
        font-size:16px !important;
    }
    .feature-right2 p
    {
        font-size:16px !important;
    }
    .feature-right1 p
    {
        font-size:16px !important;
    }
    .feature-right1 h2
    {
        text-align:center;
        font-size:17px !important;
    }
    .text-widget p
    {
        text-align:center;
        font-size:16px !important;
    }
    .recommended-reading
    {
        border-left:none !important;
    }
    .subscription-section p
    {
        text-align:center;
    }
  
    .three-column-left h1
    {
        text-align:center;
    }
    .headline-form input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea
    {
        width:100% !important;
    }
    .service-section p
    {
        text-align:center;
    }
    .service-section li
    {
        margin:0 auto 10px;
        width:220px;
        display:block;
    }
    .service-section h1
    {
        text-align:center;
    }
    .three-column-section img
    {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    }
    .three-column-text p
    {
        text-align:center;
    }
    
    .two-column-right p
    {
        text-align:center;
    }
   
a#cta_button_528541_7c70adb0-9206-4456-a432-e05c7da2e1dd 
{
    display: block;
    margin: 0 auto 20px;
    max-width: 180px;
}
    .two-column-right h3
    {
        text-align:center;
    }
    .two-column-right h2
    {
        text-align:center;
    }
    
    .two-column-right h1
    {
        text-align:center;
    }
    
    .headline-upper p
    {
        text-align:center;
    }
   .features img 
  {
    display: block;
    float: none !important;
    margin: 0 auto 20px;
  }
  .features p
  {
      text-align:center;
  }
  .feature-right1 a
  {
      display:block;
      text-align:center;
  }
  .feature-right2 a
  {
      display:block;
      text-align:center;
  }
  .feature-right3 a
  {
      display:block;
      text-align:center;
  }
  .feature-right4 a
  {
      display:block;
      text-align:center;
  }
  .features h1
  {
      text-align:center;
  }
    
    .services-portion2 p
    {
        text-align:center;
    }
   .service-section img 
  {
    display: block;
    float: none !important;
    margin: 0 auto !important;
  } 
    .banner-portion h1
    {
        text-align:center;
    }
    .services-portion1 h1
    {
        text-align:center;
    }
    .services-portion2 h1
    {
        text-align:center;
    }
    .services-portion3 h1
    {
        text-align:center;
    }
    .services-portion4 h1
    {
        text-align:center;
    }
    .services-portion1 .cta_button
    {
        float:none !important;
    }
    .services-portion1 li
    {
    background-position: left 8px !important;
    margin: 10px auto;
    width: 200px;
   }
    .services-portion1 p
    {
        text-align:center;
    }
    .services-portion2 li
    {
    background-position: left 8px !important;
    margin: 10px auto;
    width: 200px;
   }
   .services-portion3 li
    {
    background-position: left 8px !important;
    margin: 10px auto;
    width: 200px;
   }
   .services-portion4 li
    {
    background-position: left 8px !important;
    margin: 10px auto;
    width: 200px;
   }
    .banner-portion p
    {
        text-align:center;
        font-size:20px !important;
    }
    .testimonials h1
    {
        text-align:center;
    }
    .testimonials p
    {
        text-align:center;
    }
    .name-person
    {
        text-align:center;
    }
    .position
    {
      text-align:center;
    }
    .headline-upper h3
    {
        text-align:center;
    }
    .headline-upper h3
    {
        text-align:center;
    }
    .headline-form .hs-form fieldset
    {
        max-width:100% !important;
    }
    .headline-form
    {
        text-align:center;
    }
    .ready-for-anything h1
    {
        margin-bottom:25px !important;
        text-align:center;
        float:none !important;
        font-size:24px !important;
    }
    
    .testimonials img
   {
    display: block;
    margin: 30px auto;
  }
    
    .single-row-links
    {
        padding:0 0 10px;
    }
    
    a#cta_button_528541_bd5ec542-c84e-4f56-9c95-8bdca2c60c7c
  {
    display: block;
    margin: 0 auto;
    max-width: 160px;
  }
    .headline-right-lower h3
    {
        text-align:center;
    }
    
     
    
    .headline h1
    {
        text-align:center;
    }
    .headline-left-upper p
    {
        text-align:center;
    }
    
    .single-row-links
    {
        text-align:center;
    }
    
    .resource-left h1
    {
        text-align:center;
    }
     .resource-right
     {
        border-left:none !important; 
     }
    .book-full-explanation p
    {
        text-align:center;
    }
    .text-uppercase
    {
        margin:0 auto !important;
        display:block;
        float:none;
    }
     .resource-right h1
    {
        text-align:center;
    }
    .resource-left img 
  {
    display: block;
    margin: 5px auto !important;
    float:none;
  }
  .headline-form .hs-form fieldset
  {
      max-width:100%;
  }
  .testimonial-data 
  {
    text-align: center;
 }
  .text-uppercase
  {
      display:block;
      text-align:center;
  }
    .resource-right img 
  {
    display: block;
    margin: 5px auto !important;
    float:none;
  }
  .book-text p
  {
      text-align:center;
  }
    .resource-right img 
  {
    display: block;
    margin: 5px auto;
  }
   
    
    .headline-section img 
    {
    display: block;
    float: none;
    margin: 3px auto 20px;
  }
  .headline-section p
  {
      text-align:center;
  }
    .headline-section h1
    {
        text-align:center;
    }
    .catch-lorem
    {
        text-align:center;
        font-size:25px !important;
    }
    .text-cta-left p
    {
        text-align:center;
        font-size:19px !important;
    }
    a#cta_button_528541_5748493d-8bb1-4f77-b317-303e2b2a96de
    {
        margin:0 auto;
        display:block;
        max-width:160px;
    }
    .solutions-help p
    {
        text-align:center;
        font-size:17px !important;
    }
    a#cta_button_528541_79d6501d-c121-4aad-9e94-fc05dc2e908c
    {
        margin:0 auto;
        display:block;
        max-width:230px;
    }
    .owner-name
    {
        text-align:center;
    }

    a#cta_button_528541_c1a22603-1958-4dbe-811d-4494da72f118
    {
        margin:0 auto !important;
        display:block;
        max-width:160px;
    }
    .owner-position
    {
     text-align:center;
    }
    .our-clients p
    {
        text-align:center;
    }
    .our-clients img 
    {
    display: block;
    margin: 0 auto;
    }
    .headline-left p
    {
        text-align:center;
        font-size:17px !important;
    }
    
    .feature-section h2
    {
        font-size:19px !important;
    }
    .testimonial h2
    {
        margin:0 !important;
        font-size:21px !important;
    }
    
    .form-section h3
    {
        font-size:21px !important;
    }
    
    
    .banner h1
    {
    font-size: 25px !important;
    text-align: center;
    
    }
  .banner p
  {
    font-size: 18px !important;
    text-align: center;
  }
  a#cta_button_528541_5d540a8f-579b-431e-ab98-12cea310d862
  {
      margin:0 auto !important;
      display:block;
      max-width:150px;
  }
  .feature-section
  {
      text-align:center;
  }
  .feature-section h2
  {
      text-align:center !important;
  }
  .marketing-section img
  {
      margin-top:30px;
  }
   .prob-sols h2
   {
    font-size: 21px !important;
   }
   .marketing-section h2
   {
       font-size: 21px !important;
   }
  .feature-section img 
  {
    margin-top: 20px;
  }
    
    .testi-section .bx-wrapper img
    {
        float:none !important;
    }
    blockquote
    {
        display:inline-block;
        text-align:center;
    }
    
    .rss-left-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper
    {
        width:95%;
    }
    
    .slider-right-section
    {
        text-align:center;
    }
    
    .client-section img 
    {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
  }
    
    .footer-right-section
    {
    padding-left: 0 !important;
   }
    
    .footer-right-section
    {
        border-left:none !important;
    }
    
    
    
.book-section img 
{
    display: block;
    float: none;
    margin: 0 auto;
}
    .book-description h1
    {
        text-align:center;
        font-size:21px;
        
    }
    .rss-left-listing .hs-rss-item 
    {
    display: block;
    float: none;
    margin: 20px auto;
    width: 55%;
    }
    .rss-left-listing .hs-rss-item.hs-with-featured-image
    {
        padding-bottom:30px;
    }
    
.blog-left-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text
{
    float: none;
    margin: 0 auto;
    text-align: center;
}
    .bottom-menu
    {
        padding-left:0;
    }
    .bottom-menu li
    {
        float:none !important;
    }
    .blog-right-section h3
    {
        text-align:center;
    }
    .rss-right-listing .hs-rss-item-text
    {
    text-align: center;
   }
  
a#cta_button_528541_291abd36-8075-4756-b645-0f242620b88e
{
    display: block;
    margin: 50px auto;
    max-width: 200px;
}
.footer-sub-section3
{
    text-align:center;
}
.footer-right-section .hs-rss-title
{
    width:100%;
}
.bottom-menu
{
    text-align: center;
    margin-top:30px;
}
.social-icons
{
    text-align:center;
}
    
a#cta_button_528541_ae088f5f-7560-4216-9add-7d1614facc32
{
    display: block;
    margin: 0 auto;
    max-width: 100px;
}
.register-form .hs-button.primary.large:hover
{
   background: rgb(74, 75, 75) none repeat scroll 0 0;
    color: rgb(255, 255, 255); 
}
   
    
    .custom-menu-primary li a
    {
        text-align:center;
        margin:0 auto !important;
        display:block !important;
        font-size:17px !important;
    }
    .logo
    {
    text-align:center;
  }
    .banner-section h1
    {
        font-size:20px;
    }
    .book-description p
    {
        text-align:center;
    }
    a#cta_button_528541_184c21fd-bd33-4111-bc1f-ae65e01fdb14
    {
        margin:0 auto;
        display:block;
        max-width:170px;
    }
    .blog-left-section h3
    {
        text-align:center;
    }
    .products h2
    {
        font-size:20px;
    }
    .banner-text p
    {
        font-size:17px;
    }

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    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: #ffffff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      bottom: 0px;          /* Position Button at top right of screen  */
      left: 0px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 12px 0px;
      background: #000000; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      width:100%;
      border-radius:0px;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #ffffff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
      left:10px;
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color:none;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
      left:10px;
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger
  {
    border-left: 1px dotted rgba(255, 255, 255, 0.2);
    cursor: pointer;
    display: block !important;
    height: 45px !important;
    min-width: 25px !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px !important;
}
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .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-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 150px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #000000; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
    font-size: 14px !important;
    line-height: 45px;
    margin: 0 !important;
    overflow: visible;
    padding: 0 15px !important;
    text-align: left;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}

    



@media (max-width:980px){
    
    
     .testimonial .bx-wrapper .bx-pager.bx-default-pager a
   {
       margin:0 9%;
   }
    
    .services img
    {
        width:140px !important;
    }
    .services .bx-prev.disabled 
    {
    top: 100px !important;
    }
    .services  .bx-next.disabled 
    {
    top: 100px !important;
    }
    
   .custom-menu-primary ul li ul li a
    {
        font-size:11px !important;
    }
    
    .register-form
    {
        padding:0 4%;
    }
    
    .icons-area
    {
    margin-right: 10px;
    }
    
   
    
    .bx-wrapper .bx-next
    {
        right:0 !important;
    }
    .bx-wrapper .bx-prev
    {
        left:0 !important;
    }
    .contact-form-left-section .form-section 
    {
    padding-top: 0 !important;
    }
    .custom-menu-primary ul li a 
    {
    font-size: 12px;
   /* margin: 11px 5px !important;*/
    padding: 0 !important;
  }
    
    .page-center
    {
        padding:0 2%;
    }
    
    .form-section
    {
        padding:40px !important;
    }
    .slider-right-section
    {
        padding-left:50px !important;
        padding-right:35px !important;
    }
    
}  
.testi-section .bx-pager.bx-default-pager a
{
   margin: 0 15px !important;
}
.footer-right-section 
{
    border-left: 1px solid rgb(138, 138, 138);
    margin-left:0 !important;
    float: left;
    padding-left:10%;
    width: 100%;
}
.client-section h1
{
    text-align:center;
    font-family: 'Lato', sans-serif;
    text-transform:uppercase;
    padding:35px 0;
    color:rgb(74,75,75);
    font-size: 28px;
    font-weight: 600;
}
@media (max-width:1200px){
    
    .bottom-menu
    {
        padding-left:0 !important;
    }
    .bottom-menu ul li a
    {
        font-size:14px !important;
    }
    

}
@media(max-width:900px){
    
    .testi-section .bx-controls-direction a {
    top: 76%;
  }
 
    
.custom-menu-primary li a 
{
    font-size: 12px;
    padding: 8px !important;
}
    .custom-menu-primary ul li a
    {
    margin: 9px !important;
  }
     .bottom-menu ul li a
    {
        font-size:13px !important;
        padding-right:8px !important;
    }
 
}
@media(max-width:800px){
    
  
   
.custom-menu-primary li a 
{
    font-size: 12px;
    padding: 6px !important;
}
}
@media(max-width:1100px){
    
    .client-section img
    {
    margin-left: 20%;
  }
}

.client-right-text
{
    font-family: 'Lato', sans-serif; 
}
.testimonial .bx-prev
{
   top:270px !important;
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-left.png?t=1438602344408") no-repeat scroll 0 0 !important;
    
}
.testimonial .bx-next
{
    top:270px !important;
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-right.png?t=1438602344408") no-repeat scroll 0 0 !important ;
    
}
.testi-section
{
  /*  background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/441140/HPC/testimonial-bg.png?t=1437576774103") no-repeat scroll 0 0 / cover ;*/
    padding: 70px 0;
    border:1px solid rgb(233, 233, 233);
}



.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active 
{
    background: rgb(15, 140, 188) none repeat scroll 0 0 !important;
    border: 1px solid rgb(15, 140, 188) !important;
    border-radius: 10px;
}

.bx-wrapper .bx-viewport
{
    background:none !important;
    box-shadow:none !important;
    border:none !important;
}
.testi-section .bx-wrapper img
{
margin-bottom:20px !important;
}
.text p 
{
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    margin-top:0;
    font-family: 'Lato', sans-serif; 
}
.client-section img
{
    border:1px solid rgb(204,204,204) !important;
}
.name
{
    font-family: 'Lato', sans-serif; 
    text-transform:uppercase;
    font-weight:300;
    color:rgb(105,166,244);
    padding-top:4px;
}
.position
{
    font-family: 'Lato', sans-serif; 
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgb(102, 102, 102) none repeat scroll 0 0;
    border-radius: 0 !important;
    display: block;
    height: 15px !important;
    margin: 0 15px;
    outline: 0 none;
    text-indent: -9999px;
    width: 15px !important;
}
.client-section img
{
    margin-left:30% ;
}
.slider-right-section
{
    padding-left:30px;
}
.bx-prev.disabled
{
    display:block !important;
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-left.png') !important;
    background-repeat:no-repeat !important;
}
.bx-next.disabled
{
    display:block !important;
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-right.png') !important;
    background-repeat:no-repeat !important;
}
.client-section
{
    border: 1px solid rgb(233, 233, 233);
}
blockquote
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    line-height:1.5;
    display: inline;
    margin-left: 0;
    font-style: italic;
    font-weight: 300;
    margin-top: 0;
}
.testi-section .bx-wrapper img
{
    display: block !important;
    float: left;
    max-width: 100% !important;
    margin-right: 70px; 
    margin-left: 127px;
    border:1px solid rgb(204, 204, 204) !important
}
.testi-section h1
{
     color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.testi-section .bx-prev 
{
   
    display: block !important;
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-left.png?t=1438602344408") no-repeat scroll 0 0 !important;
    left:35px;
}
.testi-section .bx-next
{
    
    display: block !important;
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-right.png?t=1438602344408") no-repeat scroll 0 0 !important;
    right:0px;
}
.testi-section h2
{
    font-family: 'Lato', sans-serif; 
    text-transform:uppercase;
    font-weight:300;
    color:rgb(105,166,244);
    font-size:17px;
    
}
.testi-section h3
{
    font-family: 'Lato', sans-serif; 
    margin:0;
    
}
.banner
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/homepage2-banner.png');
    background-size:cover;
    background-repeat:no-repeat;
    min-height:352px !important;
    padding:60px 0;
   
}
.banner h1
{
      font-size: 48px;
      font-weight:normal;
      text-transform:uppercase;
      font-family: "Lato",sans-serif;
      color:rgb(255,255,255);
      margin:0 0 20px;
}
.banner p
{
    font-family: "Lato",sans-serif;
    font-size:24px;
    line-height:1.5;
    font-weight: 300;
    color:rgb(255,255,255);
    margin:0 0 20px;
}
a#cta_button_528541_5d540a8f-579b-431e-ab98-12cea310d862
{
    font-family: "Lato",sans-serif;
}
.feature-section strong 
{
    font-weight: 700;
    color:rgb(74,75,75);
}
.feature-section h2
{
    text-align:center;
    font-family: "Lato",sans-serif;
    font-weight:300;
    font-size: 28px;
    margin:0 0 20px;
    color: rgb(74, 75, 75);
}
.whitepaper-section
{
    margin:50px 0;
}
.whitepaper-section h2
{
    text-align:left;
}
.whitepaper-section p 
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: rgb(74, 75, 75);
    font-weight:300;
    margin: 0 0 20px;
}
.feature-section
{
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(233, 233, 233);
    border-bottom:1px solid rgb(204,204,204);
    padding:60px 0;
}
.feature
{
    text-align:center;
    margin:15px 0;
    border: 1px solid rgb(204,204,204);
    padding:30px 30px 15px;
}
.feature-oneline
{
    font-family: "Lato",sans-serif;
    color: rgb(30, 149, 233);
    font-size: 21px;
    font-weight: 300;
    margin:0 0 20px;
}
.feature p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
    
}
.marketing-section strong 
{
    font-weight: 700;
    color:rgb(74,75,75);
}
.marketing-section 
{
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(233, 233, 233);
    border-bottom:1px solid rgb(204,204,204);
    padding:60px 0;
    text-align: center;
    background: #f4fafe none repeat scroll 0 0;
}
.marketing-section img
{
    margin-bottom:30px;
}
.marketing-section h2
{
    font-family: "Lato",sans-serif;
    font-weight:300;
    font-size: 28px;
    color:rgb(74,75,75);
    text-align:center;
    margin:0 0 30px;
}
.one-word
{
     font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height:1.5;
    margin: 0 0 20px;
    font-size:21px;
    color:rgb(74,75,75);
}
.short-description
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
    
}
.prob-sols h2
{
    font-family: "Lato",sans-serif;
    font-weight:300;
    font-size: 28px;
    color:rgb(74,75,75);
    text-align:center;
    margin-top:0;
}
.prob-sols strong
{
      font-weight: 700;
    color:rgb(74,75,75);
}
.prob-sols h4 
{
    color: rgb(30, 149, 233);
    font-family: "Lato",sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    background-image:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/tick.png');
    background-repeat:no-repeat;
    padding-left:50px;
    background-position: left center;
    margin-bottom: 15px;
}

.prob-sols p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 20px;
    max-width: 500px;
    padding-left:50px;
}
.prob-sols
{
    padding:60px 0;
    border: 1px solid rgb(233, 233, 233);
}



.form-section1 {
    padding: 60px 0;
}
.form-section h3 
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 45px;
    text-align: center;
}
.form-section strong
{
     font-weight: 700;
    color:rgb(74,75,75);
}
.register-form input[type="text"], input[type="email"],input[type="tel"],input[type="password"], textarea
{
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    display: block;
    line-height: 19px;
    padding: 12px 15px;
    margin-bottom: 10px;
    margin-top: 4px;
    width: 100% !important;
}
.register-form label
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
.register-form .hs-button.primary.large
{
    background: rgb(30, 149, 233) none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    margin: 15px auto 60px !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
/*.testimonial .bx-pager.bx-default-pager 
{
    display: none;
}*/

.testimonials-area
{
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-top:1px solid rgb(204,204,204);
    border-left:1px solid rgb(233,233,233);
}


.testimonial-images img 
{
    border-radius: 50%;
    cursor: pointer;
    margin: 0 75px;
}


.testimonial-images
{
    text-align:center;
}

.testimonial h2
{
    text-transform: uppercase;
}
.testimonial h3
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    text-align:center;
    color: rgb(30, 149, 233);
}
.testimonial-content 
{
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
.register-form 
{
    float: none !important;
    margin: 0 auto !important;
    max-width: 900px;
    width: 100% !important;
}

.register-form .hs-form fieldset
{
   max-width:100%;
}
.cycle-image
{
    background-color: rgba(30, 149, 233, 0.6);
    bottom: 0;
    color: rgb(255, 255, 255);
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.register-form .hs-button.primary.large:hover
{
    background-color:rgb(74,75,75);
}
.catch-lorem
{
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    font-size:33px;
    margin:60px 0 20px 0;
}
.headline-left p
{
    font-family: "Lato",sans-serif;
    font-weight:300;
    font-size:21px !important;
    color:rgb(74,75,75);
}

.headline-section
{
    padding:60px 0 0;
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    
}
.text-cta
{
    background-color:rgb(30,149,233);
    padding:60px 0;
}
.text-cta-left p
{
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    color:#FFF;
    margin:0;
}

a#cta_button_528541_bd5ec542-c84e-4f56-9c95-8bdca2c60c7c
{
    float:right;
}
.our-products h1
{
    margin-top:0;
    text-align:center;
    font-family: "Lato",sans-serif;
     margin-bottom: 30px;
     color:rgb(74,75,75);
     font-size:28px;
}

.our-products p 
{
    font-family: "Lato",sans-serif;
    text-align: center;
     margin: 20px 0;
    font-weight:300;
    line-height: 1.5;
    font-size:17px;
    color:rgb(74,75,75);
}
.our-products
{
    padding:60px 0;
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(233, 233, 233);
    border-bottom:1px solid rgb(204,204,204);
}
a#cta_button_528541_d512d366-46c0-49d4-9664-33112431f37c
{
    margin-left:-15px;
}
.address p
{
    margin:0 0 5px;
}

.blog-section h1
{
    font-size: 28px;
    margin-bottom: 60px;
    text-align: center;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    margin-top:0;
}

.contact-address p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    text-align:center;
}
.contact-phone p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    text-align:center;
    margin-top:0;
}
.headline-section p
{
     color: rgb(96, 96, 96);
     margin:0 0 20px;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5
}
.headline-section h1
{
    font-family: "Lato",sans-serif;
    font-size: 33px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 20px;
    color:rgb(74,75,75);
}


.full-service-agency h1
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 20px;
}

.service-one
{
     background: rgba(30, 149, 233, 0.3) none repeat scroll 0 0;
      padding: 30px 15px 60px;
}
.service-two
{
   background: rgba(30, 149, 233, 0.2) none repeat scroll 0 0;
    padding: 30px 15px 60px;
}
.service-three
{
    background: rgba(30, 149, 233, 0.1) none repeat scroll 0 0;
     padding: 30px 15px 60px;
}
.service-four
{
    background:#FFF;
     padding: 30px 15px 60px;
}
.service-text
{
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    padding-top:20px;
}
.full-service-agency
{
    text-align:center;
}

.full-service-agency p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    text-align:center;
    margin: 0 0 20px;
}
a#cta_button_528541_49c0f31d-c05b-41ca-9dd8-a111dcd316d2
{
    margin:30px auto 0;
    display:block;
    max-width:175px;
}
.companies
{
    padding:30px 0;
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
}
.contact-section h1 
{
    font-size: 28px;
    text-align: center;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    margin:0 0 20px;
}
.services p
{
    color: rgb(74, 75, 75);
   font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.5;
}
.contact-section
{
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
}
    
.services
{
    text-align:center;
}
.headline-listing ul
{
    padding:0;
}
.headline-listing ul li 
{
    margin:0 0 20px;
    color: rgb(96, 96, 96);
    font-family: "Lato",sans-serif;
    line-height:1.5;
    font-size:21px;
    font-weight:300;
    padding-left:15px;
    list-style:none;
    margin: 0 0 10px;
    
}
.resource-right
{
    border-left: 1px solid rgb(204, 204, 204);
    margin-left:0 !important;
}
.resource-center
{
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
   background: #f7f7f7 none repeat scroll 0 0;
}
.full-service-agency
{
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
}
.headline-listing li:before
{
    content: "•";
    color: rgb(30, 149, 233);
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -15px;
    width: 15px;
}
.full-service-agency {
    padding: 60px 0;
}
.book-text p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    margin:0;
    font-weight: 300;
   
    line-height: 1.5;
}
.text-uppercase 
{
    text-transform: uppercase;
    color: rgb(30, 149, 233);
    font-family: "Lato",sans-serif;
    font-weight:300;
}
.resource-left img
{
    margin-top: 5px;
}
.resource-center h2
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin-bottom:60px;
    font-size:28px;
    text-align:center;
    color:rgb(74,75,75);
    margin-top:0;
}
a#cta_button_528541_4434db9b-f515-41fb-bb21-63e98145192b
{
    margin:60px auto 0;
    display:block;
    max-width:230px;
}
.companies
{
    padding:60px 0;
}
.companies h2
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 28px;
    text-align: center;
    margin:0 0 20px;
}
.companies h2 span
{
    color: rgb(255, 120, 0);
   
}
.resource-center
{
    padding:60px 0;
}
.resource-right img
{
    margin-top: 5px;
}
.resource-right h1
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    color: rgb(30, 149, 233);
    font-size:21px;  
}

.book-full-explanation p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    margin: 0 0 20px;
    font-weight: 300;
    line-height: 1.5; 
}
.resource-left h1
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    color: rgb(30, 149, 233);
    font-size:21px;
}
.testimonial-text
{
     font-size: 21px;
    font-style: italic;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.5;
}
.person-name
{
     color: rgb(255, 120, 0);
     font-size: 21px;
     font-weight: 700;
     font-style:italic;
     font-family: "Lato",sans-serif;
}
.person-position
{
    font-family: "Lato",sans-serif;
    font-style:italic;
    font-size:21px;
    color: rgb(74, 75, 75);
    font-weight:300;
}
.testimonial-data
{
    background-image:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/left-commas.png');
    background-repeat:no-repeat;
    background-position:left 20px;
}
a#cta_button_528541_586f7584-6aa9-4acc-bbdc-5b8347dd8d34
{
    margin:40px auto 0;
    display:block;
    max-width:240px;
}

.headline-form  input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea 
{
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    display: block;
    line-height:22px;
    padding: 12px 15px;
    width: 100%;
    margin-top:0;
    font-size:17px;
}
.headline-form .hs-form fieldset
{
    float:left;
}
.testimonial-left
{
     padding-right: 2.76243%;
     padding-left:0;
}
.testimonial-right
{
     padding-left: 2.76243%;
     padding-right:0;
}
.our-help h1
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 28px;
    margin: 0 0 20px;
    text-align: center;
    line-height:1.5;
}
.our-help
{
    padding:60px 0;
}

.our-help p 
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: center;
}

.testimonial-data
{
    padding-left:50px;
}
.test-section
{
    padding:60px 0;
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
}
.headline-form input[type="submit"] 
{
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    width: 100%;
    background: rgb(30, 149, 233) none repeat scroll 0 0;
    border: 2px solid;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    max-width:270px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-color:#fff;
}

.form-sec {
    background-color: rgb(30, 149, 233);
    padding: 10px 0 20px;
}

.headline-form .hs-form-required 
{
    display: none;
}
.headline-form input[type="submit"]:hover
{
    background: rgb(255, 120, 0) none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    width: 100%; 
    border:2px solid rgb(255, 120, 0) ;
    
}
  .headline-form .hs-form fieldset
  {
      max-width:75%;
      width:100%;
      
  }
.headline-section img
{
    margin-top:3px;
}

.single-row-links
{
    background: rgb(30, 149, 233) none repeat scroll 0 0;
    text-transform: uppercase;
}
.single-row-links a
{
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: "Lato",sans-serif;
    text-decoration:none;
    font-size: 17px;
    font-weight:300;
    line-height: 1.5;
}
.single-row-links a:hover
{
    color: rgb(74, 75, 75);
}
.headline .cta_button
{
    float:none !important;
}

.headline h2
{
    text-align: center;
}
.headline h1
{
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    font-size:33px;
    margin: 0;
}
.headline-left-upper p
{
    font-family: "Lato",sans-serif;
    line-height:1.5;
    font-weight:300;
    color:rgb(74,75,75);
    font-size:24px;
}
.headline-area
{
    padding:60px 0 0;
}
.headline-main .headline-right-lower
{
    padding-top:60px;
}
.headline h2
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 30px;
    padding: 0 0 30px;
    text-transform: uppercase;
}

.headline-right-lower h3
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    font-size:20px;
    color: rgb(30, 149, 233);
    text-transform:uppercase;
    margin:0;
}

.headline-right-lower p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.headline-right-lower h5
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    color:rgb(74,75,75);
    font-size: 20px;
    margin-top:0;
    margin-bottom:0;
}
.list p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin-top:0;
}

.headline-right-lower li
{
    list-style: outside none none;
   
}
.list li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/tick-2.png?t=1438945641216");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: auto auto;
    margin-left: -7px;
    padding-left: 40px;
    padding-top: 2px;
}
.headline-right-lower .cta_button
{
    float:none !important;
}
.headline-two
{
    padding:60px 0;
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
}
.headline
{
    border:1px solid rgb(233,233,233);
}
.headline-right-lower ul
{
    padding:0;
}
.testimonials-section
{
    padding:60px 0;
}

.headline-upper h3
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    font-size:20px;
    color: rgb(30, 149, 233);
    text-transform:uppercase;
    margin:0;
}

.headline-upper p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}

.headline-upper h5
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    color:rgb(74,75,75);
    font-size: 20px;
    margin-top:0;
    margin-bottom:0;
}
.headline-upper li
{
    list-style: outside none none;
   
}

.headline-upper .cta_button
{
    float:none !important;
}

.headline-upper ul
{
    padding:0;
}
.headline-upper
{
    padding-bottom:60px;
    border-bottom:1px solid rgb(204,204,204);
}

.testimonials h1 
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    margin:0 0 20px;
}
.testimonials
{
    padding:30px 0;
}
.testimonials p
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    margin:0 0 20px;
    line-height:1.5;
}
.testimonials-section
{
    border:1px solid rgb(233,233,233);
}
.banner-portion
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/banner-portion.jpg') no-repeat;
    min-height: 272px !important;
    padding:60px 0;
    background-size:cover;
   
}
.name-person
{
    color: rgb(30, 149, 233);
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    font-weight:300;
}
.banner-portion h1
{
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    font-size:33px;
    line-height:1.5;
    margin: 0 0 20px;
    color:#fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
}
.position
{
    font-weight: 700;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    line-height: 1.5;
}
.banner-portion p
{
    font-size:24px;
    width:100%;
    font-weight:300;
    margin:0 0 20px;
    font-family: "Lato",sans-serif;
    color:#fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
}
.service-testimonial
{
    padding:60px 0;
}
.services-portion4 .cta_button
{
    margin-top:10px !important;
}
.service-section img 
{
    float: right;
    margin-top: 15px;
}
.services-portion1 h1
{
    color: rgb(74, 75, 75);
    font-family: Lato;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
}
.services-portion1 p
{
    font-family: "Lato",sans-serif;
    font-weight:300;
     margin-top: 0;
     line-height:1.5;
     font-size:17px;
}

.services-portion1 li
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    list-style: outside none none;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-4.png?t=1439015647166") no-repeat scroll left center;
    padding-left: 15px;
}
.services-portion1 .cta_button
{
    float:left;
}
.services-portion1 ul
{
    padding:0;
    margin:0;
}




.services-portion2 h1
{
    color: rgb(74, 75, 75);
    font-family: Lato;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
}
.services-portion2 p
{
    font-family: "Lato",sans-serif;
    font-weight:300;
     margin-top: 0;
     line-height:1.5;
     font-size:17px;
}

.services-portion2 li
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    list-style: outside none none;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-4.png?t=1439015647166") no-repeat scroll left center;
    padding-left: 15px;
}
.services-portion2 .cta_button
{
    float: left;
}
.services-portion2 ul
{
    padding:0;
    margin:0;
}




.services-portion3 h1
{
    color: rgb(74, 75, 75);
    font-family: Lato;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
}
.services-portion3 p
{
    font-family: "Lato",sans-serif;
    font-weight:300;
     margin-top: 0;
     line-height:1.5;
     font-size:17px;
}

.services-portion3 li
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    list-style: outside none none;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-4.png?t=1439015647166") no-repeat scroll left center;
    padding-left: 15px;
}
.services-portion3 .cta_button
{
    float: left;
}
.services-portion3 ul
{
    padding:0;
    margin:0;
}



.services-portion4 h1
{
    color: rgb(74, 75, 75);
    font-family: Lato;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
}
.services-portion4 p
{
    font-family: "Lato",sans-serif;
    font-weight:300;
     margin-top: 0;
     line-height:1.5;
     font-size:17px;
}

.services-portion4 li
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    list-style: outside none none;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-4.png?t=1439015647166") no-repeat scroll left center;
    padding-left: 15px;
}
.services-portion4 .cta_button
{
    float: left;
}
.services-portion4 ul
{
    padding:0;
    margin:0;
}
.services-portion1
{
    padding-bottom:35px;
}
.services-portion2
{
    padding-bottom:35px;
}
.services-portion3
{
    padding-bottom:35px;
}
.services-portion3 .cta_button
{
    margin-top:10px !important;
}
.services-portion2 .cta_button
{
    margin-top:10px !important;
}
.services-portion1 .cta_button
{
    margin-top:10px !important;
}
.ready-for-anything 
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/banner-small.jpg?t=1439018035952") no-repeat scroll 0 0 / cover ;
    min-height: 130px !important;
    padding-top:40px;
}
.ready-for-anything .cta_button
{
    float:left !important;
}

.ready-for-anything h1 
{
    color: rgb(255, 255, 255);
    float: right;
    font-family: "Lato",sans-serif;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}
.banner-area
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/default-banner.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    min-height:270px !important;
}
.banner-area h1
{
    text-align:center;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    font-size:33px;
    line-height: normal;
    margin: 0 0 20px;
    color:#FFF;
    
}
.banner-area p
{
    text-align:center;
    color: rgb(255, 255, 255);
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight:300;
    margin:0 0 20px;
}
.banner-area 
{
    padding-top:60px;
}
.features h1
{
    margin:0;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height:1.5;
    margin: 0 0 20px;
    font-size: 21px;
    color:rgb(74,75,75);
}
.features p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.many-features
{
    padding-bottom:60px;
}

.features-section
{
    padding:60px 0 20px;
    border:1px solid rgb(233,233,233);
}

.feature-right1 a
{
    color: rgb(255, 120, 0);
    font-family: "Lato",sans-serif;
    display: inline-block;
    padding-right: 17px;
    font-weight:300;
    font-size: 17px;
    text-decoration: underline; 
}
.feature-right2 a
{
    color: rgb(255, 120, 0);
    font-family: "Lato",sans-serif;
    display: inline-block;
    padding-right: 17px;
    font-weight:300;
    font-size: 17px;
    text-decoration: underline; 
}
.feature-right3 a
{
    color: rgb(255, 120, 0);
    font-family: "Lato",sans-serif;
    display: inline-block;
    padding-right: 17px;
    font-weight:300;
    font-size: 17px;
    text-decoration: underline; 
}
.feature-right4 a
{
    color: rgb(255, 120, 0);
    font-family: "Lato",sans-serif;
    display: inline-block;
    padding-right: 17px;
    font-weight:300;
    font-size: 17px;
    text-decoration: underline; 
}
.feature-one
{
    padding-bottom:40px;
}
.feature-two
{
    padding-bottom:40px;
}
.feature-three
{
    padding-bottom:40px;
}
.nav-menu a
{
    color: rgb(74, 75, 75);
    display: block;
    padding: 10px 15px;
    font-family: "Lato",sans-serif;
    font-size:17px;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.nav-menu ul
{
    margin:0;
    padding:0;
    border: 1px solid rgb(204, 204, 204);
}
.nav-menu ul li 
{
    border-bottom: 1px solid rgb(204, 204, 204);
}
.feature-right1
{
    padding-left:10px;
}
.feature-right2
{
    padding-left:10px;
}
.feature-right3
{
    padding-left:10px;
}
.feature-right4
{
    padding-left:10px;
}

.two-column-right
{
    border:1px solid rgb(233,233,233);
}
.testimonials h1
{
    font-size:21px !important;
}
.nav-menu .active > a, .nav-menu a:hover, .nav-menu .active > a, .nav-menu a:hover{
    background: rgb(30, 149, 233) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
}
.banner-image h2
{
    display:none;
}
.banner-image p
{
    display:none;
}
.two-column-right h1
{
    font-family: "Lato",sans-serif;
    font-size:28px;
    color:rgb(74,75,75);
    margin-top:0;
}
.two-column-right h2
{
    font-family: "Lato",sans-serif;
    font-size:21px;
    color:rgb(74,75,75);
}
.two-column-right h3
{
    font-family: "Lato",sans-serif;
    font-size:17px;
    color:rgb(74,75,75);
}
.two-column-right p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    margin:0 0 20px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin-top:0;
    text-rendering: optimizelegibility;
}

.two-column-bottom ul
{
    margin: 0 0 20px;
    padding: 0;
}
.two-column-bottom li
{
    list-style:none;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-weight:300;
    line-height:1.5;
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-4.png');
    background-repeat:no-repeat;
    background-position:left;
    padding-left:15px;
    margin-bottom:10px;
}

.two-column-bottom
{
    padding-top:40px;
}
.two-left
{
    border-bottom:1px solid rgb(204,204,204);
    padding-bottom:40px;
}
.two-column-right
{
    padding:60px 0;
}
.banner-image
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/3rd-page.png');
    background-repeat:no-repeat;
    min-height:250px !important;
    background-size:cover;
}
.three-column-section
{
    padding:30px 0 0;
    border:1px solid rgb(233,233,233);
    border-left:none;
    border-right:none;
}
.three-column-left h1
{
    font-weight:normal;
    text-transform:uppercase;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    font-size:33px;
    margin-top:0;
}
.three-column-left
{
    padding:0 15px;
}
.three-column-section img
{
    padding:0 15px;
}
.three-column-text p
{
    font-size:24px;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    font-weight:normal;
    margin-top:0;
    font-weight:300;
    line-height: 1.5;
}
.service-section ul
{
    margin: 0 0 20px;
    padding: 0;
}
.service-section li
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-4.png?t=1439185582255") no-repeat scroll left 7px;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.5;
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 15px;
}

.service-section h1 
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.service-section p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
}
.services-portion
{
    padding:60px 0;
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
}
.service1
{
    border-bottom:1px solid rgb(204,204,204);
    padding-bottom:50px;
 
}
.service2
{
    border-bottom:1px solid rgb(204,204,204);
    padding-top:60px;
    padding-bottom:50px;
    
}
.service3
{
    padding-top:60px;
}
.service1 h1
{
    margin-top:0;
}
.service2 h1
{
    margin-top:0;
}
.service3 h1
{
    margin-top:0;
}
.form-area
{
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
}
.form-area .hs-button.primary.large
{
    border-radius:0px;
}

.pricing h1
{
    text-align:center;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    font-size:33px;
    text-transform:uppercase;
    color:rgb(74,75,75);
    margin:0 0 20px;
}
.pricing p
{
    text-align:center;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    color:rgb(74,75,75);
    margin:0 0 20px;
    font-weight:300;
    line-height:1.5;
}
.pricing-info
{
    padding:60px 0;
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);

}
.pricing
{
    padding:30px 0;
    border:1px solid rgb(233,233,233);
    background-color: #f7f7f7;
}
.premium-text h1
{
    text-align:center;
    color: rgb(30, 149, 233);
    font-size: 20px;
    font-family: "Lato",sans-serif;
    text-transform:uppercase;
    margin:0 0 20px;
}
.premium-text
{
    padding:60px 0 0 0;
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
}
.premium-text p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
    text-align:center;
}
.starter-plan
{
 text-align:center;


}
.premium-plan
{
    text-align:center;
   
  
}
.premium-title
{
    background: rgb(255, 120, 0) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    font-size: 30px;
    padding: 15px 5px;
    font-family: "Lato",sans-serif;
    font-weight:300;
    border-radius: 5px 5px 0 0;
    font-size: 30px;
   
}
.starter-title
{
    background: rgb(100, 93, 85) none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: rgb(255, 255, 255);
    font-family: "Lato",sans-serif;
    font-size: 30px;
    font-weight: 300;
   
    padding: 15px 5px;
}
.starter-list ul
{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
/*.starter-list
{
    padding:30px;
}*/

.starter-list ul li
{
    display: block;
    margin-bottom: 15px;
    font-family: "Lato",sans-serif;
    color: rgb(74, 75, 75);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.starter-plan
{
    margin-top:15px;
}
.starter-plan .price-price
{
    padding-bottom:0;
}
.premium-plan
{
    margin-top:15px;
}
.premium-plan .price-price
{
    padding-bottom:0;
}
.recommended-title
{
    background: rgb(30, 149, 233) none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-family: "Lato",sans-serif;
    font-weight:300;
    padding:23px 0;
}
.recommended-plan
{
    text-align:center;
  
  
}
/*.premium-list
{
  padding:30px;  
}*/
.price-bottom
{
    padding:30px;
    border-radius: 0 0 6px 6px;
   
}
.premium-list ul
{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.premium-list ul li
{
    display: block;
    margin-bottom: 15px;
    font-family: "Lato",sans-serif;
    color: rgb(74, 75, 75);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}

.recommended-list ul
{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
/*.recommended-list
{
    padding:30px;
}*/
.recommended-list ul li
{
    display: block;
    margin-bottom: 15px;
    font-family: "Lato",sans-serif;
    color: rgb(74, 75, 75);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.banner-resource h1
{
     font-weight: normal;
    text-transform: uppercase;
    text-align:center;
     font-family: "Lato",sans-serif;
     font-size:33px;
     color:rgb(74,75,75);
}
.book
{
    text-align:center;
}
.book h1
{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
}
.book-info
{
    border-bottom:1px solid rgb(204,204,204);
    padding-bottom:60px;
}
.book p
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    color: rgb(30, 149, 233);
    line-height: normal;
    font-size:20px;
    margin-top:0;
}
.footer-area
{
    margin-top: 60px;
}
.books
{
    padding:30px 0;
}
.book a
{
    color: rgb(255, 120, 0);
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding-right: 17px;
    text-decoration: underline;
}

.resource-links 
{
    text-align:center;
    border-bottom:1px solid rgb(204,204,204);
    border-top:1px solid rgb(233,233,233);
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
}
.resource-links li
{
    display: inline-block;
    margin: 0 15px;
    font-family: "Lato",sans-serif;
}
.resource-links li a
{
    color:rgb(30,149,233);
}
.banner-resource
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/banner-2.png');
    background-repeat:no-repeat;
    background-size:cover;
    padding:60px 0;
}
.next-page-link a
{
    color: rgb(30, 149, 233);
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-top: 16px;
    padding-right: 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.previous-page-link a
{
    color: rgb(30, 149, 233);
    float:left;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-top: 16px;
    padding-left: 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.text-widget p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.text-widget h1
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 21px;
    text-transform: uppercase;
}
.feature-area .feature-one
{
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 30px;
    width:100%;
    padding-bottom:30px;
    margin-left:40px;
}
.feature-area .feature-two
{
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 30px;
    padding-bottom:30px;
    width:100%;
    margin-left:40px;
}
.feature-area .feature-three
{
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 30px;
    padding-bottom:30px;
    width:100%;
    margin-left:40px;
}
.feature-area .feature-four
{
    border-bottom:none !important;
    width:95% !important;
}
.features-like img 
{
    float:right;
}
.many-features
{
    border-bottom: 1px solid rgb(204, 204, 204);
}

.text-widget 
{
    border-bottom: 1px solid rgb(204, 204, 204);
   
}
.banner-sec h1
{
    text-align:center;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    font-size: 33px;
    color:rgb(74,75,75);
    margin:0;
}
.banner-sec
{
    padding:60px 0;
    border: 1px solid rgb(233, 233, 233);
    background-color: #f7f7f7;
}
.feature-right1 h2
{
    color: rgb(30, 149, 233);
    font-size: 20px;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    text-transform:uppercase;
}
.feature-right2 h2
{
    color: rgb(30, 149, 233);
    font-size: 20px;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    text-transform:uppercase;
}
.feature-right3 h2
{
    color: rgb(30, 149, 233);
    font-size: 20px;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    text-transform:uppercase;
}
  
.feature-right4 h2
{
    color: rgb(30, 149, 233);
    font-size: 20px;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    text-transform:uppercase;
}
.feature-right1 p
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
}
.feature-right2 p
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
}
.feature-right1 p
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.feature-right3 p
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
     margin:0 0 20px;
}
.feature-right4 p
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
     margin:0 0 20px;
}
.feature-area .feature-four
{
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 30px;
    padding-bottom: 30px;
    width:100%;
    margin-left:40px;
}
.thanks-heading
{
    background-color:rgb(30,149,233);
}

 
.thanks-heading h1
{
    color: rgb(255, 255, 255);
    font-family: "Lato",sans-serif;
    font-size: 33px;
    font-weight: normal;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.textual-information
{
    border-bottom:1px solid rgb(204,204,204);
}
.blog-subscribe .hs_submit input[type="submit"] 
{
    background: rgb(255, 120, 0) none repeat scroll 0 0;
    padding-left: 0;
    padding-right: 0;
    font-family: "Lato",sans-serif;
    width: 75%;
    border: medium none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    margin-top:18px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.recommneded-reading h1
{
    text-align:center;
    font-family: "Lato",sans-serif;
    font-size:21px;
    color:rgb(74,75,75);
    text-transform:uppercase;
}

.blog-subscribe .hs-form-required {
    display: none;
}
.blog-subscribe label
{
    text-align:center;
    font-family: "Lato",sans-serif;
    font-weight:700;
    font-size:21px;
    color:rgb(74,75,75);
    text-transform:uppercase;
}
.recommended-reading 
{
    border-left: 1px solid rgb(204, 204, 204);
}
.recommended-reading h1
{
    font-family: "Lato",sans-serif;
    font-size:21px;
    color:rgb(74,75,75);
    text-transform:uppercase;
}
.blog-subscribe input 
{
    border: 1px solid rgb(204, 204, 204);
    margin-top: 30px;
    padding: 15px 8px;
    width:75%;
}
.subscription-section p 
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 20px;
    padding-top: 15px;
}
.blog-subscribe
{
    text-align:center;
}
.banner-header
{
    background-color:rgb(30,149,233);
    padding:60px 0;
}
.banner-header h1
{
    text-align:center;
    font-family: "Lato",sans-serif;
    font-size: 33px;
    font-weight:normal;
    text-transform:uppercase;
    color:#FFF;
    margin-top:0;
}

.icons img
{
    float: left;
    padding-right: 5px;
}
.social-sharing strong 
{
    float: right;
    font-family: "Lato",sans-serif;
    padding-top: 10px;
    text-transform: uppercase;
}
.custom-menu-primary li.active-branch > a, .custom-menu-primary li a:hover,.custom-menu-primary li a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: rgb(30, 149, 233);
    text-decoration: underline !important;
}

.social-sharing 
{
    text-align:center;
    padding:30px 0;
    border:1px solid rgb(233,233,233);
}

.banner-header p
{
    color: rgb(255, 255, 255);
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: center;
}
.banner-header .cta_button 
{
    display: block !important;
    margin: 0 auto !important;
    max-width: 110px;
}
.banner-part h1
{
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    font-size:33px;
    color:#FFF;
    
}
.banner-part p 
{
    color: rgb(255, 255, 255);
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
}
.text-form-left h1
{
    font-family: "Lato",sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    color:rgb(74,75,75);
}
.text-form-left p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
}
.text-form-left ul li 
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-4.png?t=1439185582255&t=1439362918780&t=1439362918780") no-repeat scroll left 7px;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 15px;
}
.text-form-left ul
{
    list-style: outside none none;
    padding: 0;
}
.header-area
{
    padding:30px 0;
}
.banner-part
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/Banner-3.png?t=1439362918780") no-repeat scroll 0 0 / cover ;
    min-height: 270px !important;
    padding: 60px 0;
}

.social-symbols a
{
    margin-right: 4px;
}
.social-symbols 
{
    text-align: right;
}
.header-area 
{
    border:1px solid rgb(233,233,233);
}
.text-right-form h3
{
    background: rgb(30, 149, 233) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    font-family: "Lato",sans-serif;
    padding: 20px 10px;
    text-transform: uppercase;
    text-align:center;
}
.text-form form 
{
    border-right: 2px solid rgb(204,204,204);
    border-bottom: 2px solid rgb(204,204,204);
    border-left: 1px solid rgb(233,233,233);
    border-top: 1px solid rgb(233,233,233);
     padding: 30px 20px;
}
.client-one p
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
}
.client-one img
{
float:right;
border-radius:50%;
}
.client-testimonials h1
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 30px;
    font-size:21px;
    text-transform:uppercase;
    text-align:center;
    color:rgb(74,75,75);
}
.client-testimonials
{
    padding:60px 0;
    border-left:1px solid rgb(233,233,233);
    border-top:1px solid rgb(204,204,204);
    border-right:1px solid rgb(233,233,233);
    border-bottom:1px solid rgb(233,233,233);
}
.footer-area p
{
    font-size: 15px;
    color:rgb(74,75,75);
    font-family: "Lato",sans-serif;
    font-weight:300;
}
.footer-area
{
    margin-top:0;
    padding:30px 0;
    border-top:1px solid rgb(204,204,204);
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-bottom:1px solid rgb(233,233,233);
    
}
.text-right-form .hs-button.primary.large:hover
{
    background: rgb(74, 75, 75) none repeat scroll 0 0;
    color:#FFF;
}

.text-right-form .hs-button.primary.large
{
    border: medium none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background: rgb(255, 120, 0) none repeat scroll 0 0;
}
.footer-area ul
{
    padding:0;
    margin-top:0;
}
.footer-area a
{
     font-size: 15px;
     color:rgb(74,75,75);
     font-family: "Lato",sans-serif;
     text-decoration:none;
     font-weight:300;
}
.footer-area li:last-child
{
    border-right:none;
}
.general-text h1
{
    text-align:center;
    font-weight: normal;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
    font-size: 33px;
    margin-bottom: 0;
    margin-top:0;
}
.learn
{
    padding:30px 0;
}
.learn p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
}
.form-book-subpart
{
    border-left:5px solid rgb(30,149,233);
    border-right:5px solid rgb(30,149,233);
    border-bottom:5px solid rgb(30,149,233);
    padding:30px;
}

.form-book form
{
    margin-top:60px;
}


.learn-subpart h1
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    font-size: 21px;
}
.form-book form label
{
    font-weight: 700;
}
.form-book h3 
{
    display: none;
}
.general-text-subpart
{
    padding:30px 0;
}
.general-text p
{
    text-align:center;
    font-family: "Lato",sans-serif;
    margin-top:0;
    font-size:21px;
    font-weight:300;
    
}
.general-text-subpart
{
    padding-top:30px 0;
    background-color:rgb(30,149,233);
     color: rgb(255, 255, 255);
}
.logo-area
{
    text-align:center;
    border:1px solid rgb(233,233,233);
}
.footer-area li {
    border-right-style: solid;
    border-right-width: 1px;
    color: rgb(74, 75, 75);
    display: inline;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding-right: 6px;
}
.footer-area
{
    text-align:center;
}
.client-info
{
    padding-left:10px;
}
.client-two img
{
float:right;
border-radius:50%;
}
.client-two p
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
}
.text-form
{
    border:1px solid rgb(233,233,233);
    padding:60px 0;
    border-bottom:none;
}
.text-right-form input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    display: block;
    line-height: 19px;
    padding: 12px 15px;
    width: 100%;
    margin-top: 5px;
}
.keypoints-subpart h1
{
   margin-top:0; 
}
.keypoints-subpart p
{
   margin-top:0; 
}
.text-right-form .hs-form-field
{
    margin-bottom: 15px;
}
.text-right-form label
{
    font-size: 18px;
    color: rgb(74, 75, 75);
    font-weight: 300;
    font-family: "Lato",sans-serif;
}
.footer-area a:hover
{
    text-decoration:underline;
    color:rgb(30,149,233);
    transition: all 0.3s ease 0s;
}
.keypoints-subpart h1
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    font-size:21px;
    color:rgb(74,75,75);
}
.keypoints-subpart p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color:rgb(74,75,75);
    margin:0 0 20px;
}
.keypoints-subpart h1:first-child
{
     counter-reset: ol-counter;
    list-style-type: none;
    padding: 0;
}
.keypoints-subpart .keypoint2:nth-child(2) h1::before
{
    content:"2";
}
.keypoints-subpart .keypoint3:nth-child(3) h1::before
{
    content:"3";
}
.keypoints-subpart h1:first-child::before
{
    background: rgb(30, 149, 233) none repeat scroll 0 0;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    content: counter(ol-counter, decimal);
    counter-increment: ol-counter;
    display: block;
    float: left;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
    text-align: center;
    width: 27px;
}

.keypoints-subpart
{
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    padding:30px 0;
}
.keypoint1 
{
    border-right: 1px solid rgb(204, 204, 204);
    padding-right: 12px;
}
.custom-menu-primary .hs-menu-wrapper ul:first-child > *:last-child > a 
{
    background-color: rgb(30, 149, 233);
    color: rgb(255, 255, 255);
}
.custom-menu-primary .hs-menu-wrapper ul:first-child > *:last-child > a:hover
{
     background: rgb(255, 120, 0) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    text-decoration:none !important;
}

.keypoint2
{
    border-right: 1px solid rgb(204, 204, 204);
    padding-right: 12px;
}
.webinar-subpart h1
{
    text-align:center;
    color: rgb(20, 104, 163);
    font-weight: 700;
    text-transform:uppercase;
    font-family: "Lato",sans-serif;
    line-height: normal;
    margin: 0 0 20px;
    font-size:33px;
}
.webinar-subpart p
{
    color: rgb(74, 75, 75);
    font-size: 21px;
    font-weight: 700;
    text-align:center;
    font-family: "Lato",sans-serif;
    margin: 0 0 20px;
    line-height:1.5;
}
.webinar-subpart 
{
    border-bottom: 1px solid rgb(204, 204, 204);
    border-top: 1px solid rgb(204, 204, 204);
    padding: 30px 0;
}
.date-form h3
{
    background: rgb(20, 104, 163) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    padding: 20px 10px;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    line-height: normal;
    text-align:center;
}
.date-form-left h1
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    font-size: 21px;
    color:rgb(74,75,75);
}
.date-form-left p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.date-form-left ul li
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-4.png?t=1439185582255&t=1439362918780&t=1439362918780&t=1439447572687") no-repeat scroll left 7px;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 15px;
}
.date-form-left ul
{
    list-style: outside none none;
    padding: 0;
}
.speaker1
{
    margin-bottom:60px;
}
.speaker2
{
    margin-bottom:60px;
}
.webinar-speakers-info img
{
    border: 1px solid rgb(204, 204, 204) !important;
    float: right;
}
.date-form-area
{
    padding:60px 0;
}

.date-form-left strong
{
    font-weight: 700;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    line-height: 1.5;
}

.date-form input[type="submit"] 
{
    background: rgb(255, 120, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 6px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.date-form input[type="submit"]:hover 
{
    background: rgb(74, 75, 75) none repeat scroll 0 0;
    color:#FFF;
}
.date-form form
{
      padding: 30px 20px;
      background-color:rgb(30,149,233);
}

.date-form input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea 
{
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    display: block;
    line-height: 19px;
    margin-top: 4px;
    padding: 12px 15px;
    width: 100%;
}

.date-form .hs-form-field
{
    margin-bottom: 10px;
}
.date-form label
{
    font-size: 18px;
    font-weight: 300;
    font-family: "Lato",sans-serif;
    color:#FFF;
}
.speaker-name
{
    font-weight: 700;
    font-family: "Lato",sans-serif;
    color: rgb(74, 75, 75);
    font-size: 17px;
    line-height: 1.5;
    
}
.webinar-speakers-info h1
{
    color: rgb(20, 104, 163);
    font-size: 28px;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    padding-bottom:30px;
    text-align:center;
}
.webinar-speakers-info p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.webinar-speakers
{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    float: none !important;
    margin: 0 auto !important;
    max-width: 1100px !important;
    padding: 60px 0 70px;
}

.webinar-speakers-info em 
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
}
.social-symbols-area
{
    padding-top:15px;
}
.learning-part .text-right-form h3
{
    background-color:rgb(96,96,96);
    color:#FFF;
}
.learning-section
{
    border:1px solid rgb(233,233,233);
    padding:60px 0;
}
.learning-part form
{
    border-color: rgb(233, 233, 233) rgb(204, 204, 204) rgb(204, 204, 204) rgb(233, 233, 233);
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    padding: 30px 20px;
}
.social-symbols-area a
{
    margin-right:2px;
}
.text-form-left strong
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
.landing-page-ebook
{
    background:url('https://cdn2.hubspot.net/hubfs/2756673/social-suggested-images/background-makeover.png');
    background-repeat:no-repeat;
    background-size:cover;
    min-height:250px !important;
    padding:30px 0 0;
}
.landing-page-ebook h1
{
    font-weight: normal;
    text-transform: uppercase;
    font-size:33px;
    font-family: "Lato",sans-serif;
    line-height: normal;
    margin: 0 0 20px;
    color:#FFF;
}
.landing-page-ebook p
{
    font-weight:300;
    font-size:21px;
    color:#FFF;
    line-height:1.5;
    font-family: "Lato",sans-serif;
    margin:0 0 20px;
}
.copyright1 a
{
    color:#FFF;
    text-decoration:none;
}
.copyright3 ul
{
    padding:0;
    list-style:none;
}
.copyright3 li
{
    display:inline;
}
.copyright3 li a
{
    color:#FFF;
    text-decoration:none;
    padding-right:4px;
}
.copyright3 li
{
    border-right:1px solid;
}
.copyright3 li:last-child
{
    border-right:none;
}

    
}
.copyright3 li a
{
    color:#FFF;
    font-family: "Lato",sans-serif;
    text-decoration:none;
}
.copyright1 a:hover
{
    color: rgb(30, 149, 233);
    text-decoration: underline;;
}
.copyright3 a:hover
{
    color: rgb(30, 149, 233);
    text-decoration: underline;;
}
.copyright1 p
{
    color:#FFF;
    margin: 0 0 5px;
}
.footer-right-section a:hover
{
    color: rgb(30, 149, 233);
}
.landing-book-text
{
    padding:50px 0 0 15px;
}


.learning-left ol
{
    list-style:none;
    padding:0;
}
.learning-left h5
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    font-size: 20px;
     line-height: 27px;
    margin: 0 0 5px;
    color:rgb(74,75,75);
}
.learning-left ol li:before
{
    background: rgb(30, 149, 233) none repeat scroll 0 0;
    font-family: "Lato",sans-serif;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    content: counter(ol-counter, decimal);
    counter-increment: ol-counter;
    display: block;
    float: left;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
    text-align: center;
    width: 27px;
}
.learning-left ol li:nth-child(2):before
{
    content:"2";
    font-family: "Lato",sans-serif;
}
.learning-left p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 20px;
}
.landing-page-lead-generation
{
    padding:30px 0;
}
.learning-left ol li:nth-child(3):before
{
    content:"3";
    font-family: "Lato",sans-serif;
}
.texting-form h3
{
    color: rgb(30, 149, 233);
    text-align: left;
    background:none;
    padding-left:0;
}
.texting-form .text-right-form .hs-button.primary.large
{
    width:100%;
}
.share
{
      font-family: "Lato",sans-serif;
      font-size:17px;
      color:rgb(74,75,75);
}
.texting-form .text-right-form
{
    background: rgb(247, 247, 247) none repeat scroll 0 0;
    border: 5px solid rgb(30, 149, 233);
    padding: 30px 20px;
    position: relative;
}
.texting-form h1
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    color:rgb(74,75,75);
    font-size: 21px;
}
.head
{
    border:1px solid rgb(233,233,233);
}
.head .logo img
{
    margin:10px auto 0;
    display:block;
}
.generation-texts
{
    text-align:center;
    padding-bottom:60px;
}
.social-share
{
    text-align:center;
}
.share
{
    text-transform:uppercase;
}
.images
{
    padding:60px 0;
}
.share-symbols
{
    padding:30px 0;
}
.social-share
{
    border:1px solid rgb(233,233,233);
}
.case-index-heading
{
    padding:60px 0;
    border:1px solid rgb(233,233,233);
}
.case-studies img
{
    cursor:pointer;
}
/*.case-study-image1 :hover
{
    background-color:rgba(30,149,233);
    opacity:0.8;
}*/
/*.case-study-image2 :hover
{
    background-color:rgba(30,149,233);
    opacity:0.8;
}*/
.social-share img
{
    cursor: pointer;
}
.ready-profit h1
{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 33px;
    font-family: "Lato",sans-serif;
    font-weight:normal;
    line-height: normal;
    margin: 0 0 20px;
    text-align:center;
    color:rgb(74,75,75);
}
.ready-profit p
{
     font-size: 24px;
     font-family: "Lato",sans-serif;
     font-weight:300;
     text-align:center;
     color:rgb(74,75,75);
     margin:0 0 20px;
     
}
.ready-profit
{
    padding:60px 0;
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
     background: #f7f7f7 none repeat scroll 0 0;
}
.ready-profit
{
    text-align:center;
}
.banner-study-one
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/banner-mobile.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    min-height:270px !important;
    padding:60px 0;
}
.banner-study-one h1
{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 33px;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    margin:0 0 20px;
}
.banner-study-one p
{
    font-weight:300;
    font-size: 24px;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    margin:0 0 20px;
}
.banner-study-one a
{
    padding-right:5px;
}
.help h1
{
    font-size:17px;
    color:rgb(74,75,75);
    font-weight:700;
    font-family: "Lato",sans-serif;
    margin:0 0 20px;
}
.subheadline h1
{
    font-family: "Lato",sans-serif;
    font-weight:700;
    line-height: normal;
    margin: 0 0 20px;
    color:rgb(74,75,75);
    font-size:28px;
    
}
.ready-make-profit
{
    padding:30px 0;
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/footer-banner-1.jpg');
    background-size:cover;
}
.ready-make-profit h1
{
    font-family: "Lato",sans-serif;
    font-weight:normal;
    line-height: normal;
    margin: 0 0 20px;
    color:#FFF;
    font-size:33px;
    text-transform:uppercase;
    text-align:right;
}
.help img
{
    border: 1px solid rgb(204, 204, 204) !important;
    border-radius: 50%;
}
.subheadline p
{
   color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
}
.subheadline 
{
    padding: 60px 0;
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
}
.help
{
    padding:60px 0;
    border:1px solid rgb(233,233,233);
    background:#f7f7f7;
}
.help ul
{
    padding:0;
}
.help ul li
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-4.png?t=1439185582255&t=1439549301816") no-repeat scroll left 7px;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.5;
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 15px;
}
.help p
{
    font-size:17px;
    color:rgb(74,75,75);
    font-weight:300;
    font-family: "Lato",sans-serif;
    line-height:1.5;
    margin:0 0 20px;
}
.case-studies
{
    padding:60px 0;
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
    position:relative;
}
.case-index-heading h1
{
    text-align:center;
    font-family: "Lato",sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 33px;
    line-height: normal;
    color:rgb(74,75,75);
    margin:0;
}
.banner-case-two-subpart h1
{
    font-weight: normal;
    text-transform: uppercase;
    font-size:33px;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    margin:0 0 20px;
}
.banner-case-two-subpart 
{
    text-align:center;
    padding:30px 0;
}
.results-area h1
{
     border-bottom:1px solid rgb(204,204,204);
}
.results h1
{
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    line-height: 1.5;
    margin:0;
    padding: 15px 5px;
   
}
.case-two-text p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
}
.case-two-text h1
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    color:rgb(74,75,75);
    font-size: 28px;
    
}
.case-two-single-text p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:20px 0;
}

.results-area p
{
    margin:0;
    font-weight:700;
    font-family: "Lato",sans-serif;
}
.results
{
    padding:60px 0;
}
.result-portion-inner 
{
    padding: 15px 0;
}
.results-area h2
{
    color: rgb(30, 149, 233);
    display: block;
    font-size: 48px;
    font-family: "Lato",sans-serif;
    font-weight: 300;
    margin:0;
}
.results-area
{
    text-align:center;
    border:1px solid rgb(204,204,204);
}

.banner-case-two-subpart p
{
    font-size: 24px;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
}
.more-profit
{
    text-align:center;
    padding:60px 0;
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-top:1px solid rgb(204,204,204);
    border-bottom:1px solid rgb(233,233,233);
    background:#f7f7f7;
}
 .case-two-text h1
 {
     padding-left:0;
 }
 .banner-case-two
 {
  background:#f7f7f7;
 }
 .more-profit h1
 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 33px;
    font-family: "Lato",sans-serif;
    line-height: normal;
    margin: 0 0 20px;
    color: rgb(74, 75, 75);
 }
 .more-profit p
 {
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 20px;
    color: rgb(74, 75, 75);
 }
 .about-text
 {
     border:1px solid rgb(233,233,233);
     padding:60px 0;
 }
 .about-text p
 {
    margin: 0 0 20px;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
 }
 .about-banner
 {
     background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/banner-3.png');
     background-repeat:no-repeat;
     background-size:cover;
     padding:30px 0;
 }
  .about-banner h1
  {
      text-align:center;
      margin:0 0 20px;
      font-size: 33px;
    font-weight: normal;
    text-transform: uppercase;
     font-family: "Lato",sans-serif;
    line-height: normal;
    color:#FFF;
  }
  .up-image
  {
      margin-top:45px;
  }
  .meet-team
  {
      text-align:center;
      padding:60px 0;
      border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-top:1px solid rgb(204,204,204);
    border-bottom:1px solid rgb(233,233,233);
    background:#f7f7f7;
  }
  .meet-team h1
  {
     font-size: 28px;
     font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    color:rgb(74,75,75);
    margin: 0 0 20px;
  }
  .meet-team img 
  {
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
}
.ready-to-join
{
    text-align:center;
    padding:60px 0;
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/banner-4.png');
    background-repeat:no-repeat;
    background-size:cover;
}
.ready-to-join h1
{
    font-family: "Lato",sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 20px;
    font-size: 33px;
    text-transform:uppercase;
    color:#FFF;
}
.ready-to-join p
{
     margin: 0 0 20px;
     font-size:24px;
     font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.5;
     color:#FFF;
}
.down-image
 {
   margin-top: 45px;
 }
  
.single-row-links a:last-child
 {
      background:none;
 }
 .team-page-style-one
 {
     text-align:center;
     padding:30px 0;
     border:1px solid rgb(233,233,233);
      background:#f7f7f7;
 }
.team-page-style-one h1
{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 33px;
    margin:0;
    font-family: "Lato",sans-serif;
    line-height: normal;
    color:rgb(74,75,75);
   
}
.team-with-text
{
    padding:30px 0;
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-top:1px solid rgb(204,204,204);
    border-bottom:1px solid rgb(233,233,233);
    
}
.team-with-text p
{
    margin: 0 0 20px;
     color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.team-first-row
{
    text-align:center;
    
}
.team-second-row
{
    text-align:center;
    margin-top:60px;
}
.team-person-name
{
    text-transform:uppercase;
    font-size: 21px;
    font-weight: 700;
    font-family: "Lato",sans-serif;
    width: 100%;
    position:absolute;
    left: 0;
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.66) none repeat scroll 0 0;
    bottom: 0;
    color:rgb(74,75,75);
}
.image-text
{
    position:relative;
}
.member-position
{
    padding:60px 0;
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-top:1px solid rgb(204,204,204);
    border-bottom:1px solid rgb(233,233,233);
}
.member-position h1
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    color:rgb(74,75,75);
    font-size:28px;
}
.member-position p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
}
.social-share-links
{
    margin-top:20px;
}
.banner-img img
{
    width:100% !important;
}
.general-texting
{
    padding:30px 0;
    border:1px solid rgb(233,233,233);
}
.name-text
{
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    color: rgb(74, 75, 75);
    font-size: 17px;
    line-height: 1.5;
}
.team-first img 
{
    margin-bottom: 10px;
    padding-right: 5px;
}
.team-first
{
    margin-bottom:60px;
}
.symbols
{
    margin-top:5px;
}
.symbols img
{
    margin:0 !important;
}
.team-second
{
    margin-bottom:60px;
}
.team-second img
{
    margin-bottom: 10px;
    padding-right: 5px;
}
.general-texting p
{
    margin: 0 0 20px;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.position-text
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    text-transform:uppercase;
    font-weight: 300;
    line-height: 1.5;
}
.team-info
{
    text-align:center;
}
.banner-inbound
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/banner-5.png');
    background-repeat:no-repeat;
    background-size:cover;
    text-align:center;
    padding:60px 0;
}
.banner-inbound h1
{
    font-size: 33px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    line-height: normal;
    margin: 0 0 20px;
    color:#FFF;
}
.banner-inbound p
{
    font-size: 24px;
    font-weight: 300;
    font-family: "Lato",sans-serif;
    margin:0;
    color:#FFF;
}
.testimonial-info
{
    padding:60px 0;
    border:1px solid rgb(233,233,233);
}
.testimonial-subpart
{
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.testimonial-subpart img
{
    border: 1px solid rgb(204, 204, 204) !important;
}
.testimonial-subpart1 img
{
    border: 1px solid rgb(204, 204, 204) !important;
}
.testimonial-subpart em
{
    color: rgb(74, 74, 74);
    font-family: Lato,sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.testimonial-subpart1 em
{
    color: rgb(74, 74, 74);
    font-family: Lato,sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.privacy-policy h1
{
    text-align:center;
    font-weight: normal;
    text-transform: uppercase;
    font-size:33px;
    margin: 0;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    padding:30px 0;
}

.privacy-policy h2
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    color:rgb(74,75,75);
    font-size:28px;
}
.header-text
{
    padding:60px 0;
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-top:1px solid rgb(233,233,233);
    border-bottom:1px solid rgb(233,233,233);
}
.privacy-policy p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 20px;
}
.privacy-policy
{
    background-color: #f7f7f7;
}
.banner-contact
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/banner_4-1.png');
    background-repeat:no-repeat;
    background-size:cover;
    padding:60px 0;
}
.banner-contact h1
{
    margin:0 0 20px;
    text-align:center;
    text-transform:uppercase;
    color:#FFF;
    font-family: "Lato",sans-serif;
    font-size:33px;
    font-weight:normal;
}

.ready-start .register-form .hs-button.primary.large
{
    border-radius:0px;
}
.form-section1 h3
{
    margin:0 0 45px;
    text-transform:uppercase;
}
.form-section1
{
    padding:60px 0;
}
.additional-info h1
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    font-size:28px;
    color:rgb(74,75,75);
    margin:0 0 20px;
}
.additional-info p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 20px;
}
.contact-portion strong
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
.contact-portion img
{
    margin:0 0 20px;
}
.contact-det
{
    padding:60px 0;
    border:1px solid rgb(233,233,233);
}

.contact-portion p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.additional-info
{
    text-align:center;
}

.form-section2 .description
{
    padding:60px 0;
}
.form-section2 .form-section
{
    padding:60px 0;
}
.ready-start p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    text-align:center;
    line-height: 1.5;
    margin: 0 0 20px;
}
.ready-start
{
    border:1px solid rgb(233,233,233);
}
.contact-option-two-text 
{
    background-color: rgb(247, 247, 247);
    border: 1px solid rgb(233, 233, 233);
    color: rgb(74, 75, 75);
    padding: 30px 0;
}
.contact-option-two-text h1
{
     font-weight: normal;
    text-transform: uppercase;
      font-size: 33px;
    font-family: "Lato",sans-serif;
    line-height: normal;
    margin: 0 0 20px;
    c
}
.contact-option-two-text p
{
    font-weight: 300;
    line-height: 1.5;
    font-family: "Lato",sans-serif;
     font-size: 24px;
     margin:0 0 20px;
}

.footer-right-section
{
    position:relative;
}
.contact-portion
{
    text-align:center;
}
.contact-form-left-section h3
{
    text-align:left;
    text-transform:uppercase;
}
.contact-option-two-text
{
    text-align:center;
}
.contact-form-left-section .hs-button.primary.large
{
    border-radius:0px;
    display:inline-block;
}

.contact-form-right-section
{
     margin-left: 8.33333%;
}
.contact-section
{
    padding:60px 0;
    background: #f7f7f7 none repeat scroll 0 0;
}
.contact-title
{
    font-family: "Lato",sans-serif;
    font-weight:700;
     color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    line-height: 1.5;
}
.contact-form-right-section p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin:0 0 20px;
    line-height: 1.5;
}
.banner-contact3
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/banner-contact-3.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    padding:60px 0;
}
.banner-contact3 h1
{
    margin:0 0 20px;
    text-align:center;
    text-transform:uppercase;
    color:#FFF;
    font-family: "Lato",sans-serif;
    font-size:33px;
    font-weight:normal;
}
.another-offer
{
    padding:60px 0;
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-top:1px solid rgb(204,204,204);
    border-bottom:1px solid rgb(233,233,233);
}
.another-offer .hs-button.primary.large
{
    border-radius: 0;
    background:rgb(255,120,0);
}
.another-offer h1
{
    text-align:center;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    font-size:28px;
    color:rgb(74,75,75);
}
.another-offer p
{
    text-align:center;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
}
iframe 
{
    width: 100%;
}
/*.increased-amount   
{
  background: rgba(30, 149, 233, 0.8) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    font-size: 36px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.3s ease-in-out 0s;
    width: 100%;  
    font-family: "Lato",sans-serif;
    font-weight:300;
} */


.blog-template-traditional-index
{
    padding:60px 0;
    border:1px solid rgb(233,233,233);
    background-color:#f7f7f7;
}

.blog-template-traditional-index h1
{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 33px;
    color: rgb(74, 75, 75);
    margin:0;
    font-family: "Lato",sans-serif;
    line-height: normal;
    text-align:center;
    
}

.blog-posts-section
{
    padding:60px 0;
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-top:1px solid rgb(204,204,204);
    border-bottom:1px solid rgb(233,233,233);
}

.subscribe-email .hs-button.primary.large
{
    margin-top: 15px;
    font-family: "Lato",sans-serif;
    border: medium none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background: rgb(255, 120, 0) none repeat scroll 0 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.call-action .first-cta
{
    margin:0px 0 0px 0;
}
.call-action .second-cta
{
    margin:0px 0 0px 0;
}
.subscribe-form
{
    border-bottom: 1px solid rgb(204, 204, 204);
    max-width: 85%;
    padding-bottom: 25px;
}
.second-cta
{
    padding-top:25px;
}
.subscribe-form .hs-form-required 
{
    display: none;
}
.call-action
{
    padding-top:25px;
}
 .subscribe-form input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea 
 {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    display: block;
    line-height: 19px;
    padding: 12px 15px;
    width: 100%;
    margin:0;
}
.case-study-one
{
    position:relative;
    border:1px solid rgb(204,204,204);
}
.case-study-two
{
    position:relative;
    border:1px solid rgb(204,204,204);
}
.case-study-two
{
    position:relative;
}
.case-study-one
{
    position:relative;
}
.cs-box-stat 
{
    color: rgb(255, 255, 255);
    font-family: Lato;
    font-size: 36px;
    font-weight: 300;
    padding: 162px 0;
    position: absolute;
    text-align: center;
    display:none !important;
    top: 0;
    z-index: 2;
    transition: opacity 0.3s ease-in-out 0s;
}
.case-study-one:hover .cs-box-stat
{
    z-index: 2 !important;
    background:rgba(30, 149, 233, 0.8) none repeat scroll 0 0;
    cursor:pointer;
    display:block !important;
    transition: all 0.3s ease 0s;
    
}

.cs-box-stat 
{
    color: rgb(255, 255, 255);
    font-family: Lato;
    font-size: 36px;
    font-weight: 300;
    padding: 162px 0;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s ease-in-out 0s;
    display:none !important;
    top: 0;
    z-index: 2;
}
.case-study-two:hover .cs-box-stat
{
    z-index: 2 !important;
    background:rgba(30, 149, 233, 0.8) none repeat scroll 0 0;
    cursor:pointer;
    display:block !important;
    transition: all 0.3s ease 0s;
    
}

.cs-box-title
{
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
   /* bottom: 0;*/
    color: rgb(30, 149, 233);
    font-size: 24px;
    font-weight: 700;
    padding: 30px;
   /* position: absolute;*/
    text-transform: uppercase;
    width: 100%;
    font-family: "Lato",sans-serif;
}

.rss-listing .hs-rss-item-image-wrapper
{
    display: block !important;
    max-width: 300px;
    width: 100% !important;
}
.rss-listing .hs-rss-item-text
{
    float: right !important;
    width:100% 1important;
    max-width:400px;
   
}
 
 
 .rss-listing  .hs-rss-title
 {
    font-weight: 300;
    font-size: 21px;
    font-family: "Lato",sans-serif;
    color: rgb(30, 149, 233);
 }
 .help-facilities h1
 {
     text-align:left;
 }
 .help-facilities p
 {
     text-align:left;
 }

#tabs-1 
{
    display: inline-block;
     padding: 60px 60px 45px;
}
#tabs-2 
{
    display: inline-block;
     padding: 60px 60px 45px;
}
#tabs-3 
{
    display: inline-block;
     padding: 60px 60px 45px;
}
#tabs ul
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

/*.first-tab-text 
{
    display: block;
    margin-top: 53px;
    max-width: 810px;
    width: 100%;
}*/
.help-facilities h3
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    font-size:21px;
    color:rgb(74,75,75);
    display:inline-block;
}
.help-facilities p
{
     margin: 0 0 20px;
     display:block;
     width:100%;
}
.help-facilities img
{
    float: left;
    margin-right: 7%;
   
}
.tab-titles li 
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    float: left;
    width: 33%;
}
.tabs-section a
{
    text-decoration: underline;
    color: rgb(30, 149, 233) !important;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    text-transform:uppercase;
    
}

.tab-titles li a
{
     display: block;
    font-weight: 700;
    padding: 20px 5px;
    text-align: center;
    text-transform: uppercase;
    float:none !important;
    color:#1E95E9 !important;
}
.service-four 
{
    background: rgb(243, 249, 253) none repeat scroll 0 0;
}
#tabs 
{
    border-color: rgb(204, 204, 204);
    border-radius: 0;
}
.tab-titles li.active-branch > a, .tab-titles li a:hover, .tab-titles li a:focus
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: rgb(30, 149, 233);
    text-decoration: underline !important;
}
.rss-listing .hs-rss-byline
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 20px;
}
.rss-listing .hs-rss-description a
{
    color: rgb(255, 120, 0);
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin: 20px 0 0;
    padding-right: 17px;
    text-decoration: underline;
}
.recent-posts ul
{
    padding:0;
}
.recent-posts li a
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: rgb(30, 149, 233);
    text-decoration:none;
}
.recent-posts li a:hover 
{
    color: rgb(74, 75, 75);
}
.recent-posts li
{
    list-style:none;
}
.rss-listing
{
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 30px;
    padding-bottom: 30px;
}
 .rss-listing .hs-rss-description a:after
 {
     content:url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-orange.png?t=1440415035298");
     padding-left:4px;
 }

 .rss-listing p
 {
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
 }
 .blog-data h1 
 {
    text-align: left;
}
 .blog-data
 {
     border:none;
 }
 .blog-data p
 {
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 20px;
 }
 .blog-data img
 {
     float:left;
     margin:0 20px 20px 0;
 }
 .custom-menu-primary ul li ul li a
 {
     margin-left:0;
  /*   padding:0 40px 0 8px !important;*/
 }
.blog-data .blog-section
{
    border: medium none !important;
}

 .custom-menu-primary li:hover a
 {
     overflow:visible !important;
 }
 
 .price-footer
 {
     padding:30px 0;
     text-align:center;
     background-color: #f7f7f7;
 }
 .starter-footer
 {
border-left:1px solid rgb(204,204,204);
border-right:1px solid rgb(204,204,204);
border-bottom:1px solid rgb(204,204,204);
font-weight: 300;
border-radius: 0 0 6px 6px;
 }
 .recommended-footer
 {
border-left:1px solid rgb(204,204,204);
border-right:1px solid rgb(204,204,204);
border-bottom:1px solid rgb(204,204,204);
font-weight: 300;
border-radius: 0 0 6px 6px;
background-color: #f7f7f7;
 }
 .premium-footer
 {
border-left:1px solid rgb(204,204,204);
border-right:1px solid rgb(204,204,204);
border-bottom:1px solid rgb(204,204,204);
font-weight: 300;
border-radius: 0 0 6px 6px;
background-color: #f7f7f7;
 }
.price-price 
{
    color: rgb(96, 96, 96);
    font-family: "Lato",sans-serif;
    font-size: 90px;
    line-height: 42px;
    padding-bottom: 15px;
}

.starter-footer p 
{
    display: inline;
    font-size: 28px;
    margin-left: -15px;
}
.recommended-footer p
{
    display: inline;
   font-size: 28px;
    margin-left: -15px;
}
.premium-footer p
{
    display: inline;
   font-size: 28px;
    margin-left: -15px;
}
.price-price sup 
{
    font-size: 50%;
      line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.8em;
    left:22px;
}


.traditional-blog-content .blog-section
{
    border: medium none;
}
.traditional-blog-content img
{
    float:left;
}
.traditional-blog-content h2
{
    margin:0;
}

.testi-left p
{
    font-size: 21px;
    font-style: italic;
    font-family: "Lato",sans-serif;
     color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.5;
     margin: 0 0 20px;
}
.testi-right p
{
    font-size: 21px;
    font-style: italic;
    font-family: "Lato",sans-serif;
     color: rgb(74, 75, 75);
    font-weight: 300;
    line-height: 1.5;
     margin: 0 0 20px;
}
.testi-name
{
    color: rgb(255, 120, 0);
    display: block;
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
    text-transform: none;
    font-family: "Lato",sans-serif;
}
.testi-area
{
    padding:60px 0;
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-top:1px solid rgb(204,204,204);
    border-bottom:1px solid rgb(233,233,233);
    background: #f7f7f7 none repeat scroll 0 0;
}
.testi-position
{
    color: rgb(74,75,75);
    display: block;
    font-size: 21px;
    font-style: italic;
    font-weight: 300;
    text-transform: none;
    font-family: "Lato",sans-serif;
}
.testi-left
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/left.png?t=1440487555737") no-repeat scroll left 0px;
    font-size: 21px;
    font-style: italic;
    padding-left: 53px;
   
}
.testi-right
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/left.png?t=1440487555737") no-repeat scroll left 0px;
    font-size: 21px;
    font-style: italic;
    padding-left: 53px;
  
}
.product-headline
{
    padding:60px 0;
}
.testimonials
{
    padding:30px 0;
}

.nothing-text
{
   background: rgb(30, 149, 233) none repeat scroll 0 0;
   height: 50px; 
}
.nothing-text h2
{
    display:none;
}
.nothing-text p
{
    display:none;
}
.blog-subscription h3 
{
    display:none;
}
.blog-subscription h1
{
    margin:0 0 20px;
}
.blog-subscription
{
    padding:60px 0;
    border-top:1px solid rgb(204,204,204);
}
.not-found-page
{
    text-align:center;
    padding:30px 0;
}
.not-found-page h1
{
    font-family: "Lato",sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    text-transform:uppercase;
    color:#4A4B4B;
}
.not-found-page p
{
     color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin:0 0 20px;
    line-height: 1.5;
}
.troubleshooting
{
    padding:60px 0;
}
.troubleshooting h1
{
     font-family: "Lato",sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    font-size:28px;
    color:rgb(74,75,75);
}
.troubleshooting p
{
     color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
}
.page-not-found
{
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-top:1px solid rgb(233,233,233);
    border-bottom:1px solid rgb(233,233,233);
}
.troubleshooting li
{
    color:rgb(74,75,75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.troubleshooting li a
{
    color: rgb(30, 149, 233);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.troubleshooting li a:hover
{
    color:rgb(74,75,75);
}

.traditional-blog-content .custom_listing_comments 
{
    display: none;
}
.traditional-blog-content img
{
    margin-left:0;
}
.traditional-blog-content p 
{
    display: inline-block;
}
.traditional-blog-content .more-link
{
    color: rgb(255, 120, 0);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding-right: 17px;
    text-decoration: underline;
}


/*.traditional-blog-content .blog-pagination
{
    float: right;
}*/
.traditional-blog-content .blog-pagination a
{
    color: rgb(30, 149, 233);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    text-transform:uppercase;
    font-family: "Lato",sans-serif;
     font-weight: 700;
     font-size:17px;
     line-height:1.5;
}
.traditional-blog-content .blog-section
{
    padding-top:0;
}
.traditional-blog-content h2 a
{
    color: rgb(30, 149, 233);
    position: relative;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
    font-family: "Lato",sans-serif;
    font-weight:300;
    margin: 0;
    font-size:21px;
}
.traditional-blog-content #hubspot-author_data
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin:0 0 20px;
    line-height: 1.5;
}

.author-link::after
{
    content: "|";
    padding-left: 5px;
}

.traditional-blog-content p
{
     color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin-bottom:20px;
    margin-top:0;
    line-height: 1.5;
}
.author-info h1
{
    font-size: 20px;
    text-transform:uppercase;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    margin:0 0 20px;
}
.author-info
{
    border-top:1px solid rgb(204,204,204);
    border-bottom:1px solid rgb(204,204,204);
     margin: 30px 0;
    padding: 30px 0;
}
.author-info p
{
    font-size: 16px;
    margin:0 0 10px;
    font-family: "Lato",sans-serif;
    color: rgb(74, 75, 75);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.blog-part h1
{
    text-transform: uppercase;
    font-size:28px;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height:1.5;
    margin: 0 0 20px;
    color:rgb(74,75,75);
}
.blog-comments label
{
     display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
     color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    line-height: 1.5;
    max-width: 100%;
}
.blog-comments input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea 
{
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    display: block;
    line-height: 22px;
    padding: 12px 15px;
    width: 100%;
}
.blog-comments .hs-form-field 
{
    margin-bottom: 15px;
}
.blog-comments .hs-button.primary
{
    background: rgb(30, 149, 233) none repeat scroll 0 0;
    border: medium none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.blog-comments .hs-button.primary:hover
{
    background: rgb(74, 75, 75) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.hubspot-editable
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing:1px;
    margin:0 0 20px;
}
.blog-part .blog-section
{
    padding-top:0;
}
.traditional-blog-content .post-header
{
    float:right;
    width:56%;
}
.content-link
{
    width:56%;
    display:inline-block;
    margin-left:26px;
}

.traditional-blog-content .post-body.clearfix
{
     border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 15px;
    padding-bottom: 30px;
}

#hubspot-topic_data 
{
    display: none;
}


.posts-by-topic ul 
{
    padding: 0;
}
.posts-by-topic li
{
    list-style: outside none none;
}
.posts-by-topic li a
{
    color: rgb(30, 149, 233);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
}


.popular-posts ul 
{
    padding: 0;
}
.popular-posts li
{
    list-style: outside none none;
}
.popular-posts li a
{
    color: rgb(30, 149, 233);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
}
.popular-posts li a:hover
{
    color:rgb(74,75,75);
}
.recent-posts li a:hover
{
    color:rgb(74,75,75);
}
.posts-by-topic li a:hover
{
    color:rgb(74,75,75);
}
.blog-subscribe-section
{
    padding:60px 0;
}
.icons-area p
{
   margin:0;
}
.icons-area img
{
    padding-bottom: 10px;
}
.social-share-links a
{
    margin-right:5px;
}
.address-section
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/map-icon.jpg?t=1440587561237") no-repeat scroll left 4px;
    padding-left: 30px;
}
.warehouse-section
{
   background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/map-icon.jpg?t=1440587561237") no-repeat scroll left 4px;
    padding-left: 30px; 
}
.email-section
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/email-icon.jpg") no-repeat scroll left 4px;
    padding-left: 30px;
}
.phone-section
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/phone-icon.jpg") no-repeat scroll left 4px;
    padding-left: 30px;
}





/*!* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license(Font:SIL OFL 1.1,CSS:MIT License) */@font-face {
    font-family:'FontAwesome';src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

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

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

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

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

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

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

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

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

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

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}
.social-icons-area ul
{
    padding:0;
}
.social-icons-area li
{
    display:inline-block;
}
.social-icons-area li a
{
    color: rgb(94, 104, 110);
    display: inline-block;
    font-size: 24px;
    margin-right: 5px;
}
.social-icons-area a:hover
{
    color: rgb(30, 149, 233);
    transition: all 0.3s ease 0s;
}
.blog-pagination .all-posts-link
{
    display:none;
}

.blog-box ul li
{
    margin-bottom: 15px;
}
.posts-by-topic 
{
    border-bottom:1px solid rgb(204,204,204);
}
.recent-posts
{
    border-bottom:1px solid rgb(204,204,204);
}

.blog-pagination .next-posts-link
{
    float:right;
    padding-right:10px;
}
.blog-pagination .previous-posts-link
{
    float:left;
    padding-left:10px;
}

.blog-pagination .next-posts-link:hover
{
     transition: all 0.3s ease 0s;
     color:rgb(74,75,75);
}
.blog-pagination .previous-posts-link:hover
{
     transition: all 0.3s ease 0s;
     color:rgb(74,75,75);
}
.card-banner
{
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/banner-6.png');
    background-size:cover;
    background-repeat:no-repeat;
    min-height:258px !important;
    padding:60px 0;
}

.card-banner h1
{
    text-align:center;
    font-weight:normal;
    text-transform:uppercase;
    font-family: "Lato",sans-serif;
    font-size:33px;
    color:#FFF;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
    line-height: normal;
    margin: 0 0 20px;
}
.card-banner .hs-form-required
{
    display: none;
}

.card-based-form input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea 
{
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(74, 75, 75);
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    padding: 12px 15px;
    width: 100%;
}

.card-based-form .hs-button.primary.large 
{
    background: rgb(255, 120, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    padding: 12px 30px;
    text-transform: uppercase;
    cursor:pointer;
}
.single-row-links .hs-breadcrumb-label
{
    font-family: "Lato",sans-serif;
    text-decoration:none;
    font-size: 17px;
    font-weight:300;
    line-height: 1.5;
    color: rgb(255, 255, 255);
}
.single-row-links .hs-breadcrumb-menu-divider 
{
    color: rgb(255, 255, 255);
}
.card-based-form
{
    text-align: center;
}

.card-based-form .hs-form fieldset 
{
    display: inline-block;
}

.card-based-form .hs_submit 
{
    float: right;
    width: 25%;
}

.card-based-form form 
{
    margin: 0 auto;
    max-width: 681px;
    overflow: hidden;
    width: 100%;
}
.blog-part-one p
{
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 20px;
}
.blog-part-one ul
{
    padding:0;
}
.blog-part-one li
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/arrow-4.png?t=1439185582255&t=1440651373847") no-repeat scroll left center;
    color: rgb(74, 75, 75);
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.5;
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 15px;
}
.blog-comment h1
{
     text-transform: uppercase;
    font-size:28px;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height:1.5;
    margin: 0 0 20px;
    color:rgb(74,75,75);
}
.author-details h1
{
     font-size: 20px;
    text-transform:uppercase;
    font-family: "Lato",sans-serif;
    color:rgb(74,75,75);
    margin:0 0 20px;
    line-height:1.5;
}
.author-details p
{
    font-size: 16px;
    margin:0 0 10px;
    font-family: "Lato",sans-serif;
    color: rgb(74, 75, 75);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.author 
{
    background-color: #f7f7f7;
    border-color: #cccccc #e9e9e9 #e9e9e9;
    border-style: solid;
    border-width: 1px;
    padding: 30px 0;
}
.blog-comment
{
    padding:60px 0;
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-top:1px solid rgb(204,204,204);
    border-bottom:1px solid rgb(233,233,233);
}
.blog-part-one
{
    margin-left:0 !important;
}
.blog-post-heading h1
{
    color:#FFF;
    font-family: "Lato",sans-serif;
    font-size: 33px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 20px;
    text-transform: uppercase;   
}
.blog-post-heading
{
    padding:60px 0;
    background:url('//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/banner-7.png') no-repeat;
    background-size:cover;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
}
.blog-portion img
{
    float:left;
}
.blog-portion h2
{
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
}
.blog-portion .social-icons-area 
{
    text-align: right;
   
}


.social-icons-area ul {
    padding: 0;
}

.blog-portion .blog-section 
{
    border: medium none;
    margin: 60px 0;
    padding: 0;
}
.blog-portion .post-item 
{
    float: left;
    margin: 0 15px 30px;
    width: 45%;
}


.blog-portion .head-icons 
{
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    float: left;
    padding: 40px 0;
    width: 100%;
}
.blog-portion .hs-featured-image
{
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.blog-portion h2
{
    font-family: "Lato",sans-serif;
    font-size: 21px;
    font-weight: 300 ;
    line-height: 1.5;
    margin: 0 0 20px 20px;
    text-transform: capitalize;
}
.blog-portion h2 a
{
    color: rgb(30, 149, 233);
    text-decoration:underline;
}
.social-icons-area 
{
    margin-right:20px;
}
.blog-portion h2 a:hover
{
    color:rgb(74,75,75);
    transition: all 0.3s ease 0s;
}
@media(max-width:480px){
    
    .headline-form input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea
    {
        font-size:14px !important;
    }
   .single-row-links .hs-breadcrumb-label
    {
        font-size:13px !important;
    }
    .single-row-links .hs-breadcrumb-menu li a
    {
        font-size:13px !important;
    }
}

.whitepaper-section
{
 background: #f7f7f7 none repeat scroll 0 0;    
 margin:0;
}
.whitepaper-section h2
{
    font-weight: 300;
    margin:0 0 30px 0;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    line-height:1.5;
    text-transform:uppercase;
    color:rgb(74,75,75);
}
.whitepaper-section strong 
{
    font-weight: 700;
    color:rgb(74,75,75);
}
.whitepaper-left
{
    padding:60px 0;
}
.testimonial h2
{
    font-weight:300;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    line-height:1.5;
    text-transform:uppercase;
    color:rgb(74,75,75); 
    text-align:center;
    margin:0 0 20px;
}
.testimonial strong
{
    font-weight: 700;
    color:rgb(74,75,75);
}
.testimonial
{
    padding:60px 0;
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
}
.form-section
{
    background: #f7f7f7 none repeat scroll 0 0;
}
.home-three-posts .hs-rss-description a 
{
    display:table;
    color: #1e95e9;
    position: relative;
    text-decoration: none;
}
.home-three-posts .hs-rss-item-text 
{
    border-left: 5px solid #565d67;
    float: left;
    margin-bottom: 45px;
    margin-right: 4%;
    padding-left: 15px;
    width: 44%;
}
.home-three-posts .hs-rss-title
{
     font-size: 21px;
     color: #1e95e9;
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.5;
}
.home-three-posts p
{
    color: #4a4b4b;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin:0;
}


.blog-section-4
{
    padding:60px 0;
}
.blog-section-4 h3
{
    font-size: 32px;
    margin-bottom: 45px;
    margin-top:0px;
    font-family: "Lato",sans-serif;
    font-weight:normal;
    text-align: center;
    color:rgb(74,75,75);
}
.blog-section-4 .hs-rss-item
{
    float: left;
    margin-right: 3%;
    width:24%;
    background: #f4fafe none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    margin-bottom: 45px;
    padding: 30px;
}
.blog-section-4 .hs-rss-item-image-wrapper
{
    display:block;
    width:100% !important;
}
.blog-section-4 .hs-rss-item-text
{
    color: #4a4b4b;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.blog-section-4 .hs-rss-title
{
    display: block;
    color: #1e95e9;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-size: 21px;
}
.blog-section-4 .hs-rss-title:hover
{
    color:rgb(74,75,75);
    transition: all 0.3s ease 0s;
}
.blog-section-4 .hs-rss-item p a 
{
    color: #1e95e9;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    display:block;
    font-size: 18px;
}
.blog-section-4 .hs-rss-item p a:hover
{
    color:rgb(74,75,75);
    transition: all 0.3s ease 0s;
}

.blog-section-4 .cta_button
{
     margin:0 auto !important;
    width:100%;
    max-width:160px;
    display:block !important;
}
.blog-section-4
{
    border-left: 1px solid rgb(233, 233, 233);
    border-right: 1px solid rgb(233, 233, 233);
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom:1px solid rgb(233,233,233);
}
.nav-menu li
{
     background: #f4fafe none repeat scroll 0 0;
}
.feature-one img
{
    float:right;
}
.feature-two img
{
    float:right;
}
.feature-three img
{
    float:right;
}
.feature-four img
{
    float:right;
}
.headline-area
{
    background-color: #f7f7f7;
}
.blog-two-column-left
{
     background: #f7f7f7 none repeat scroll 0 0;
     padding:60px 0;
}
.blog-two-column-left .hs-rss-item
{
    float: left;
    margin-right: 3%;
    width:30%;
    margin-bottom: 45px;
    color: #4a4b4b;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}
.blog-two-column-left h1
{
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
    font-size:21px;
    text-transform:uppercase;
    color:rgb(74,75,75);
}
.blog-two-column-left .hs-rss-title
{
     text-decoration: underline;
     color: #1e95e9;
    position: relative;
    transition: all 0.3s ease 0s;
}
.blog-two-column-left p
{
    margin:0;
}
.blog-two-column-left .hs-rss-description a
{
    color: #ff7800;
    display:table;
    margin-top: 15px;
    text-decoration: underline;
}

.form-section
{
    padding:60px 0;
}
.page-not-found
{
    background: #f7f7f7 none repeat scroll 0 0;
}
.cs-box-stat a
{
    color: rgb(255, 255, 255);
    text-decoration:none;
    transition: all 0.3s ease 0s;
}

.recom-read .hs-rss-title
{
    color: rgb(30, 149, 233);
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
}
.text-form form
{
    background-color:#f7f7f7;
}
.text-right-form form
{
    background-color:#f7f7f7;
}
.client-testimonials
{
    background-color:#f7f7f7;
}
.recom-read 
{
    background-color: #f7f7f7;
    padding: 0 0 0 30px;
   
}
.recommended-reading
{
    margin-left: 0 !important;
    padding-left: 30px;
}
.blog-subscribe .hs_submit input[type="submit"]:hover
{
    background:rgb(74,75,75);
}
.subscribe-email h3
{
    color: #4a4b4b;
    font-family: "Lato",sans-serif;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.5;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.blog-box h3
{
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height:1.5;
    margin: 0 0 20px;
    color:rgb(74,75,75);
}
.blog-box
{
    background-color: #f7f7f7;
    margin-top: 30px;
    max-width: 300px;
    padding: 40px;
    width: 100% !important;
}
.recent-posts
{
    margin-top: 15px;
}
.popular-posts
{
    margin-top: 15px;
}
.blog-area .social-icons-area a:hover
{
    color:rgb(74,75,75);
    transition: all 0.3s ease 0s;
}
.author-name p
{
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    margin:0 0 20px;
    color: #FFF;
}
.results
{
    border-left:1px solid rgb(233,233,233);
    border-right:1px solid rgb(233,233,233);
    border-top:1px solid rgb(233,233,233);
    border-bottom:1px solid rgb(233,233,233); 
}
.subheading-portion 
{
    float: none !important;
    margin: 30px auto !important;
    max-width: 970px;
}
.results p
{
    margin:0 0 20px;
}
.results h1
{
    margin:0 0 20px;
}
.results h2
{
    margin:0;
}
.case-two-text h1
{
    padding:0;
}
.banner-pic
{
    margin:0 auto !important;
    max-width:1296px !important;
    float:none !important;
}
.header-text h2
{
   font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height:1.5;
    margin: 0 0 20px;
    color:rgb(74,75,75);
    font-size: 28px;
}
.ready-start
{
    background:#f7f7f7;
}
.ready-start h3
{
     font-size: 30px;
    font-weight: 300;
    margin-bottom: 45px;
    text-align: center;
    font-family: "Lato",sans-serif;
    text-transform:uppercase;
    color:rgb(74,75,75);
}
.header-text p
{
   color: #4a4b4b;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 20px;
}
.contact-section .form-section
{
    padding:0;
}
.ready-to-start .ready-start
{
    background:#FFF;
}
@media(max-width:360px){
    
    
    .cs-box-title
    {
        padding:16px;
    }
    .cs-box-stat a
    {
        font-size:20px !important;
    }
    .cs-box-stat
    {
        padding:36% 0;
    }
    
    .banner-resource h1
    {
        font-size:24px !important;
    }
    .headline-form
    {
        padding:0 2% !important;
    }
    
     .blog-comment .recaptchatable
    {
        display:none !important;
    }
    .blog-comments .recaptchatable
    {
        display:none !important;
    }
    .help-facilities img
    {
        max-width:300px;
    }
    .help-facilities p
    {
        max-width:300px;
    }
    .testi-area .cta_button
    {
        font-size:16px !important;
    }
    
    .blog-two-column-left .hs-rss-description a::after
    {
        margin-left:0 !important;
    }
    
    
    .home-three-posts .hs-rss-item-text
    {
    max-width:250px;
    }
    
}
@media(max-width:850px){
    
    .testi-section .bx-controls-direction a 
    {
    top: 60%;
  }
}
@media(max-width:1190px){
    
    .testimonial-images img 
    {
    margin: 0 30px;
   }
}
@media(max-width:940px){
    
    .testimonial-images img 
    {
    margin: 0 10px;
    width:20%;
   }
   .testi-section .bx-controls-direction a
    {
        top:70%;
    }
}

@media(max-width:1130px){
    
    .home-three-posts .hs-rss-item-text
    {
        width:38%;
    }
    .blog-section-4 .hs-rss-item
    {
        width:19%;
    }
}

.blog-section h2
{
    font-size: 32px;
    font-weight: 400;
    text-transform:uppercase;
    font-family: "Lato",sans-serif;
     margin: 0 0 30px 10px;  
     color:rgb(74,75,75);
}
.blog-section h4
{
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 45px;
    text-transform:uppercase;
    font-family: "Lato",sans-serif;
    margin:0 0 30px;
    color:rgb(74,75,75);
}

.resource-right
{
    padding-left: 4%;
}
.resource-left
{
    padding-right:2%;
}


.custom-menu-primary ul li ul li a 
    {
    padding-top:8px !important;
    padding-bottom:8px !important;
    padding-left:10px !important;
    margin:0 !important;
    width:100% !important;
    max-width:100% !important;
  
    }
   
    .custom-menu-primary ul li a 
{
    margin: 10px 18px;
    padding: 0 !important;
    
}
@media(max-width:870px){
    
    .custom-menu-primary ul:first-child li:last-child ul li a
    {
    width: 80px !important;
    }
}
@media(max-width:1280px){
    
    .custom-menu-primary .hs-menu-wrapper ul:first-child > *:last-child > a
    {
        margin-top:0px !important;
        margin-bottom:0px !important;
    }
    
    .cs-box-stat a
    {
        font-size:32px;
    }
    .blog-section-4 .hs-rss-item
    {
        width:23%;
    }
    
    
   .testimonial .bx-wrapper .bx-pager.bx-default-pager a
   {
       margin:0 12%;
   }
   .testimonial .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item
   {
       margin:0 !important;
   }
    
    
    .custom-menu-primary ul li ul li a
     {
         padding-left:6px !important;
         font-size:13px;
     }
     .testi-section .bx-prev
    {
        top:70% !important;
    }
    
    .testi-section .bx-next
    {
        top:70% !important;
    }
    
    .traditional-blog-content .post-header
    {
        width:65% !important;
    }
    
    
    .traditional-blog-content img
    {
    width: 30%;
    }
    .help-facilities p
    {
        width:100%;
    }
    
    
  
    .headline-form .hs-form fieldset
    {
    /*max-width: 60% !important;*/
    width: 100% !important;
    }
    
   /* .testi-section .bx-wrapper img
    {
        margin-right:20px !important;
    }
*/
    .cs-box-stat
    {
        padding:31% 0 !important;
        font-size:30px !important;
    }
    
    
    .custom-menu-primary ul li a
    {
        margin:10px !important;
    }
   
   
    .custom-menu-primary .hs-menu-wrapper ul:first-child > *:last-child > a
  {
    margin: 0 10px important;
   }
    .custom-menu-primary ul ul li
    {
        margin-left:10px;
    }
    
    
    .whitepaper-right img
    {
        position:unset !important;
    }
    
    .blog-section-4 .hs-rss-item
    {
        padding:15px 20px;
    }
    
    .tab-titles li
    {
        width:32%;
    }
    
    .bottom-menu
    {
        padding:0 !important;
    
    }
    .social-icons a
    {
        margin-right:6px !important;
    }
    
}
.recommended-reading a
{
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: rgb(30, 149, 233);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.cycle-image-overlay
{
    background-color: rgba(30, 149, 233, 0.6);
    bottom: 0;
    color: rgb(255, 255, 255);
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}


.homefour-rss-listing
 {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 90%;
    width: 100% !important;
}
.homefour-rss-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text
{
    width:100%;
}




@media(max-width:360px){
    
    
    .single-row-links .hs-breadcrumb-label
    {
        font-size:10px !important;
    }
    .single-row-links .hs-breadcrumb-menu li a
    {
        font-size:10px !important;
    }
    
    /*.wrapper
    {
        padding:0 30px;
    }*/
    
    a#cta_button_528541_586f7584-6aa9-4acc-bbdc-5b8347dd8d34
    {
        font-size:15px !important;
        padding:12px 0;
    }
    
    
    .help-facilities img
    {
        max-width:150px;
    }
    
    
}
.feature-left
{
    padding-right:45px;
}

.img2 
{
    margin-top: 18px;
}

.feature-right1 a:hover
{
    color:rgb(74,75,75);
    transition: all 0.3s ease 0s;
}

.feature-right2 a:hover
{
   color:rgb(74,75,75); 
   transition: all 0.3s ease 0s;
}

.feature-right3 a:hover
{
   color:rgb(74,75,75); 
   transition: all 0.3s ease 0s;
}
.feature-right4 a:hover
{
    color:rgb(74,75,75);
    transition: all 0.3s ease 0s;
}
.resource-links li a:hover
{
    transition: all 0.3s ease 0s;
    color:rgb(74,75,75);
}

.book a:hover
{
   transition: all 0.3s ease 0s;
    color:rgb(74,75,75); 
}
.next-page-link a:hover
{
     transition: all 0.3s ease 0s;
    color:rgb(74,75,75); 
}
.previous-page-link a:hover
{
     transition: all 0.3s ease 0s;
    color:rgb(74,75,75); 
}
.blog-two-column-left .hs-rss-description a:hover
{
    transition: all 0.3s ease 0s;
    color:rgb(74,75,75); 
}

.blog-two-column-left .hs-rss-title:hover
{
    transition: all 0.3s ease 0s;
    color:rgb(74,75,75); 
}
.recom-read .hs-rss-title:hover
{
    transition: all 0.3s ease 0s;
    color:rgb(74,75,75); 
}
.blog-portion .blog-section h2 
{
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 20px 20px;
    text-transform: capitalize;
}
.blog-content-left h2 
{
    margin: 0;
    text-transform:capitalize;
}
.testimonial .bx-wrapper .bx-pager.bx-default-pager a
{
    background: rgba(0, 0, 0, 0.4) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/man-round-image.png") no-repeat scroll 0 0;
    border-radius: 50% !important;
    height: 200px !important;
    width: 200px !important;
    
}
.testimonial .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/528541/HTINBOUND/HTINBOUND-Images/man-round-image.png") no-repeat scroll 0 0 !important;
    border: none !important;
    border-radius: 10px;   
}

.testimonial .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
    position: relative;
}
.testimonial .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item
{
    display: inline-block;
    margin: 0 6%;
}

@media(max-width:920px){
    
    .bottom-menu li a
    {
        padding-right:9px !important;
    }
}
.testi-section .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
{
    background-color:#0F8CBC !important;
}



/*.overlay 
{
    background-color: rgba(30, 149, 233, 0.6);
    border-radius: 50%;
    height: 202px;
    left: 198px;
    padding: 0;
    position: absolute;
    top: 51%;
    width: 203px;
    cursor:pointer;
}
.testimonial
{
    position:relative;
}*/

.testimonial .bx-pager-link .image-over 
{
    background: rgba(30,149,233, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    height: 200px;
    padding: 0 !important;
    position: absolute;
    top:7px;
    width: 200px;
}
.testimonial .bx-pager-link.active .image-over 
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
@media(max-width:870px){
    
    .traditional-blog-content p
    {
        font-size:15px;
        margin:0 0 6px;
    }
    .traditional-blog-content #hubspot-author_data
    {
        font-size:15px;
        margin:0 0 6px;
    }
    .traditional-blog-content h2 a
    {
        font-size:18px;
    }
}
@media (max-width:880px){
    
    
     .testimonial .bx-wrapper .bx-pager.bx-default-pager a
   {
       margin:0 4%;
   }
}   

@media (max-width:820px){
    
    
     .testimonial .bx-wrapper .bx-pager.bx-default-pager a
   {
       margin:0 .5%;
   }
}

@media(max-width:370px){
    
    .testi-section .bx-wrapper img
    {
        width:50%;
    }
    .testi-section .bx-prev
    {
        left:10px !important;
    }
    .testi-section .bx-next
    {
        right:10px !important;
    }
}
.custom-menu-primary ul li ul li
{
    width:100%;
    max-width:100%;
}
.banner-case-two-subpart a
{
    margin-right:5px;
}
.companies-logo 
{
    display: table;
    text-align: center;
    vertical-align: middle;
}

.companies-logo img
{
    border: 0 none;
    margin-left: 29px;
    max-width: 100%;
    vertical-align: middle;
}
.rss-left-listing .hs-rss-title  span:hover
{
    color:rgb(74,75,75); 
   transition: all 0.3s ease 0s;
}
@media(max-width:1070px){
    
    .companies-logo img
    {
        width:100px;
    }
}
.rss-right-listing .hs-rss-description a:hover
{
      color:rgb(74,75,75) !important; 
   transition: all 0.3s ease 0s;
}
a#cta_button_528541_ae088f5f-7560-4216-9add-7d1614facc32
{
    margin-left:10px;
}
.tabs-section a:hover
{
    color:rgb(74,75,75) !important;
    transition: all 0.3s ease 0s;
}
@media(max-width:550px){
    
     #tabs ul
    {
        text-align:center;
    }
    .tab-titles li
    {
        width:100% !important;
        display:inline-block;
    }
    
 }
 
.whitepaper-section
{
    position:relative;
    margin-bottom:60px;
}
.whitepaper-section img
{
    position:absolute;
    right:0;
}
.feature img
{
    margin:0 0 20px;
}
.testimonial-content  p
{
    margin:0 0 20px;
}
.google-map
{
    margin:0 0 20px;
}
.contact-address p
{
    margin:0 0 20px;
}
.text-uppercase:hover
{
    transition: all 0.3s ease 0s;
    color:rgb(74,75,75);
    text-decoration:none;
}

.recommended-reading a:hover
{
     color:rgb(74,75,75);
    transition: all 0.3s ease 0s;
}

.share-symbols a 
{
    margin-right: 4px;
}
.traditional-blog-content h2 a:hover
{
    transition: all 0.3s ease 0s;
    color:rgb(74,75,75);
}
.traditional-blog-content .more-link:hover
{
     transition: all 0.3s ease 0s;
    color:rgb(74,75,75);
}
@media(max-width:1160px){
    
    .headline-form .hs-form fieldset
    {
        max-width:60%;
    }
}
@media(max-width:600px){
    
    .cs-box-stat a
    {
        font-size:29px;
    }
}

.home-three-posts .hs-rss-title:hover
{
    transition: all 0.3s ease 0s;
    color:rgb(74,75,75);
}
.home-three-posts .hs-rss-description a:hover
{
   transition: all 0.3s ease 0s;
    color:rgb(74,75,75); 
}