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

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

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

/*fix*/
span.blog-listing-item-container h1.blog-post-title {
    background-color: white;
    box-shadow: 0px 0px 80px 70px rgba(255,255,255,0.9);
}

.lp-header {
    background: rgba(255, 255, 255, 0);
}
@font-face {
	font-family: "exo2sb";
	src: url("https://2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Fonts/New%20Fonts/Exo2.0-SemiBold.otf?t=1493286570154");
	font-style: normal;
	font-weight: normal
	}
	.exo2sb {
	font-family: exo2sb;
	line-height: .975586;
	font-style: normal;
	font-weight: normal;
	visibility: visible
	}
	@font-face {
	font-family: "AdelleBold";
	src: url("https://2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Fonts/New%20Fonts/AdelleBold.otf?t=1493286570154");
	font-style: normal;
	font-weight: normal
	}
	.AdelleCyrillicBold {
	font-family: AdelleBold;
	line-height: .975586;
	font-style: normal;
	font-weight: normal;
	visibility: visible
	}
	@font-face {
	font-family: "exo2light";
	src: url("https://2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Fonts/New%20Fonts/Exo2.0-Light.otf?t=1493286570154");
	font-style: normal;
	font-weight: normal
	}
	.exo2light {
	font-family: exo2light;
	line-height: .967773;
	font-style: normal;
	font-weight: normal;
	visibility: visible
	}
/*end fix*/

/* Fonts */

/*@font-face {
    font-family: 'PT Sans', sans-serif;
    src: url('//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Fonts/Din%20Pro/DINPro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'PT Sans', sans-serif;
    src: url('//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Fonts/Din%20Pro/DINPro-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}


@font-face {
    font-family: 'PT Sans', sans-serif;
    src: url('//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Fonts/Din%20Pro/DINPro-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans', sans-serif;
    src: url('//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Fonts/Din%20Pro/DINPro-LightItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans', sans-serif;
    src: url('//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Fonts/Din%20Pro/DINPro-Medium.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans', sans-serif;
    src: url('//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Fonts/Din%20Pro/DINPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Basics */

body{
    padding:0;
    font-size: 17px ;
    line-height: 1.4;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    width:100%;
    background: #fff ;
    margin:0 auto;
    font-family: 'PT Sans', sans-serif;
}
  body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content:url(https://www.sherpadesk.com/hubfs/Rocket%20LP/Buttons_Start%20a%20Free%20Trial%20%28Orange%29_small.png?t=1531127563464) 
      url(https://2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Rocket%20LP/Buttons_Start%20a%20Free%20Trial%20%28Orange%29_small.png?t=1531127563464) url(https://2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Rocket%20LP/Buttons_Start%20a%20Free%20Trial%20%28Orange%29_small.png?t=1530282557112);
}

.row-fluid [class*="span"].wrapper{
    width: 100%;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    float: none;
    padding-left:15px;
    padding-right:15px;
}


h1,h2,h3,h4,h5,h6,p,a{
    text-transform:initial;
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;
    color: #474b51;
}

h1,h2,h3,h4,h5,h6{
    color: #474b51;
}

.body-container-wrapper ul,.body-container-wrapper li{
    margin-bottom:15px;
}

a{
    margin-bottom:0;
    cursor:pointer;
}

h1{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 50px;
    color:  #003652;
}

h2{
    font-size: 34px;
    font-weight: 400;
    letter-spacing: normal;
    line-height:normal;
}

h3{
    font-size: 22px;
    font-weight: 700;
    letter-spacing:normal;
    line-height:normal;
}

h4{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .9px;
    margin-bottom: 12px;
    line-height: 28.3px;
}

h5{
    font-size: 12px;
    font-weight: 400;
    line-height: 30.7px;
    letter-spacing:0.5px;
}

h6{
    font-size:14px;
    line-height:1;
    letter-spacing:0.6px;
}

p{
    font-size: 17px;
    line-height: 25px;
    color: #727272;
    letter-spacing:normal;
    font-weight: 400;
}
.LP .wrapper{
  max-width: 1200px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* Orange footer for Blogs*/
.orangeback {
	background: #f07e3f;
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 0 !important
	}
.orangeback:before {
	content: '';
	/*position: absolute;*/
	top: 0;
	background: #f07e3f;
	width: 100vw;
	z-index: -1;
	height: 100%;
	transform: translateX(-50%);
	left: 50%;
	margin-bottom: 0 !important
	}
	.orangeback .hs-input   {
		    float:center;
		    height: 18px;
            max-width: 81% !important;
            border: 3px solid #91daf3  !important;
            border-radius: 6px  !important;
            -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.76);
            -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.76);
            box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.76);
	    }
		
		.orangeback .hs-button {
		   position: absolute !important;
	    background-image: url(https://2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Blog%20Images/Featured%20img/Buttons_TrialBlue_small.png) !important;
	    background-repeat:no-repeat !important;
	    width: 167px !important;
        height: 50px !important;
        background-color: rgba(0, 170, 238, 0) !important;
        border: none !important;
        padding: 0 !important;
        box-shadow: none !important;
        right: 6%;
        bottom: 18px;
        
	}
	.orangeback .hs-button:hover {
	    background-image: url(https://2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Blog%20Images/Featured%20img/Buttons_TrialOrange_small.png) !important;
	    transition: all .2s ease-in;
	    color: #ffffff !important;
        -webkit-transition: all .2s ease-in;
        
	}
		.orangeback .actions {
	    margin-top:0px !important;
	    margin-bottom: 0px !important;
	    padding-bottom:0px !important;
	}	
    .orangeback .hs_email {
        margin-bottom: -15px !important;
      height: 80px;
    }
    .orangeback label span {
	    display:none !important;
	}
	
.back2000 {
	background: #E3F8FF;
	width: 100%;
	position: relative;
	text-align: left;
	margin-bottom: 0 !important
	}
.back2000:before {
	content: '';
	position: absolute;
	top: 0;
	background: #E3F8FF;
	width: 100vw;
	z-index: -1;
	height: 100%;
	transform: translateX(-50%);
	left: 50%;
	margin-bottom: 0 !important
	}
.back-blue {
	background: #0099DD;
	width: 100%;
	position: relative;
	text-align: left;
	margin-bottom: 0 !important
	}
.back-blue:before {
	content: '';
	position: absolute;
	top: 0;
	background: #0099DD;
	width: 100vw;
	z-index: -1;
	height: 100%;
	transform: translateX(-50%);
	left: 50%;
	margin-bottom: 0 !important
	}
.noimg:before {
	content: '';
	position: absolute;
	background: #fff;
	z-index: -1;
	width: 100vw;
	height: 400px !important;
	transform: translateX(-50%);
	left: 50%;
	margin-bottom: 0 !important
	}
	

.BLOG h1{
			font-family: AdelleBold !important;
	    	font-size: 50px !important;
		    line-height: 60px !important;
		    text-align: center !important;
		    color: #ef7e3f !important;
		}
.BLOG	h2{
			font-family: AdelleBold !important;
		    font-size: 33px !important;
		    line-height: 43px !important;
		    text-align: left !important;
		    color: #ef7e3f !important;
		    margin: 0 !important;
		    padding-bottom: 20px !important;
		}
.BLOG	h4 {
			font-family: AdelleBold !important;
		    font-size: 33px !important;
		    line-height: 43px !important;
		    text-align: center !important;
		    color: #003052 !important;
		    margin: 0 !important;
		}
	.BLOG	h3{
			font-size: 24px !important;
		    line-height: 39px !important;
		    color: #003052 !important;
		    font-family: "exo2sb" !important;
		    margin: 0 !important;
		    padding: 0 !important;
		    text-align: left !important;
		}
	.BLOG	p {
			font-family: exo2light,AdelleBold !important;
    		font-size: 23px !important;
    		line-height: 36px !important;
		    color: #000 !important;
		    text-align: left !important;
		    margin: 0 !important;
		    padding-bottom: 20px !important;
		}
	.BLOG	p  span{
			font-size: 24px !important;
		    line-height: 39px !important;
		    color: #003052 !important;
		    font-family: "exo2sb" !important;
		    margin: 0 !important;
		    padding: 0 !important;
		    text-align: left !important;
		}
.LP h1{
			font-family: AdelleBold !important;
	    	font-size: 50px !important;
		    line-height: 60px !important;
		    text-align: center !important;
		    color: #ef7e3f !important;
		}
.LP	h2{
			font-family: AdelleBold !important;
		    font-size: 28px !important;
		    line-height: 43px !important;
		    text-align: left !important;
		    color: #ef7e3f !important;
		    margin: 0 !important;
		}
	.LP h4 {
			font-family: AdelleBold !important;
		    font-size: 32px !important;
		    line-height: 43px !important;
		    text-align: center !important;
		    color: #003052 !important;
		    margin: 0 !important;
		    text-transform: capitalize;
		}
	.LP	h3{
			font-size: 24px !important;
		    line-height: 39px !important;
		    color: #003052 !important;
		    font-family: "exo2sb" !important;
		    margin: 0 !important;
		    padding: 0 !important;
		    text-align: left !important;
		}
  .LP	blockquote{
			font-size: 24px !important;
		    line-height: 35px !important;
		    color: #003052 !important;
		    font-family: "exo2sb" !important;
		    margin: 0 !important;
		    padding: 0 !important;
		    text-align: left !important;
		}
	.LP	p {
			font-family: exo2light,AdelleBold !important;
    		font-size: 20px !important;
    		line-height: 30px !important;
		    color: #000 !important;
		    text-align: left !important;
		    margin: 0 !important;
		    padding-bottom: 20px !important;
		}
.LP	p  span{
			font-size: 24px !important;
		    line-height: 39px !important;
		    color: #003052 !important;
		    font-family: "exo2sb" !important;
		    margin: 0 !important;
		    padding: 0 !important;
		    text-align: left !important;
		}

.HP h1{
			font-family: AdelleBold !important;
	    	font-size: 50px !important;
		    line-height: 60px !important;
		    text-align: center !important;
		    color: #ef7e3f !important;
		}
.HP	h4{
			font-family: AdelleBold !important;
		    font-size: 28px !important;
		    line-height: 43px !important;
		    text-align: left !important;
		    color: #ef7e3f !important;
		    margin: 0 !important;
		}
	.HP h2 {
			font-family: AdelleBold !important;
		    font-size: 32px !important;
		    line-height: 43px !important;
		    text-align: center !important;
		    color: #003052 !important;
		    margin: 0 !important;
		    text-transform: capitalize;
		}
	.HP	h3{
			font-size: 24px !important;
		    line-height: 39px !important;
		    color: #003052 !important;
		    font-family: "exo2sb" !important;
		    margin: 0 !important;
		    padding: 0 !important;
		    text-align: left !important;
		}
	.HP	p {
			font-family: exo2light,AdelleBold !important;
    		font-size: 20px !important;
    		line-height: 30px !important;
		    color: #000 !important;
		    text-align: left !important;
		    margin: 0 !important;
		    padding-bottom: 20px !important;
		}
.HP	p  span{
			font-size: 24px !important;
		    line-height: 39px !important;
		    color: #003052 !important;
		    font-family: "exo2sb" !important;
		    margin: 0 !important;
		    padding: 0 !important;
		    text-align: left !important;
		}
	.HP	blockquote{
			font-size: 24px !important;
		    line-height: 35px !important;
		    color: #003052 !important;
		    font-family: "exo2sb" !important;
		    margin: 0 !important;
		    padding: 0 !important;
		    text-align: left !important;
		}
	#textH2Blue{
			font-family: AdelleBold !important;
		    font-size: 33px !important;
		    line-height: 43px !important;
		    text-align: center !important;
		    color: #003052 !important;
		    margin: 0 !important;
		}

.textH1 {
			font-family: AdelleBold !important;
	    	font-size: 50px !important;
		    line-height: 60px !important;
		    text-align: left !important;
		    color: #ef7e3f !important;
		}
#textH1 {
			font-family: AdelleBold !important;
	    	font-size: 50px !important;
		    line-height: 60px !important;
		    text-align: center !important;
		    color: #ef7e3f !important;
		}

.textH2{
			font-family: AdelleBold !important;
		    font-size: 33px !important;
		    line-height: 43px !important;
		    text-align: left !important;
		    color: #ef7e3f !important;
		    margin: 0 !important;
		    padding-bottom: 20px !important;
		}
#textH2{
			font-family: AdelleBold !important;
		    font-size: 33px !important;
		    line-height: 43px !important;
		    text-align: left !important;
		    color: #ef7e3f !important;
		    margin: 0 !important;
		    padding-bottom: 20px !important;
		}
	.textH3{
			font-size: 24px !important;
		    line-height: 39px !important;
		    color: #003052 !important;
		    font-family: "exo2sb" !important;
		    margin: 0 !important;
		    padding: 0 !important;
		    text-align: left !important;
		}

	.textH4 {
			font-family: AdelleBold !important;
		    font-size: 33px !important;
		    line-height: 43px !important;
		    text-align: center !important;
		    color: #003052 !important;
		    margin: 0 !important;
		}
	
	.textP {
			font-family: exo2light,AdelleBold !important;
    		font-size: 23px !important;
    		line-height: 36px !important;
		    color: #000 !important;
		    text-align: left !important;
		    margin: 0 !important;
		    padding-bottom: 20px !important;
		}
	.BLOG #topH1 { 
		    position: relative;
            margin-top: -120px;
            padding-bottom: 50px !important;
		}
@media (max-width:1139px) {
		.tabH1 {
            margin-top:-160px !important;
		    }
		}
@media (max-width:500px) {
		.Float-img {
            float:none !important;
            padding-left: 12%;
		    }
		.orangeback .hs-button {
		    right: 0%;
        width: 166px !important;
        display: block !important;
        position: relative !important;
        top: -12px;
		}
  .orangeback .hs-input{
        max-width: 92% !important;
     }
		}
@media (max-width:400px) {
		.BLOG h4 {
            font-size:28px !important;
		    }
		}
	/* Form-Subscribe */
	
	.Form-Subscribe .hs-input   {
            width: 86%  !important;
            border: 3px solid #91daf3  !important;
            border-radius: 6px  !important;
            -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.76);
            -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.76);
            box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.76);
	    }
	    
	.Form-Subscribe .actions {
	     margin-top:0 !important;
	     margin-bottom: 10px;
	}
	.Form-Subscribe .hs-button {
	    background-image: url(https://2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Blog%20Images/Featured%20img/Buttons_TrialBlue_small.png) !important;
	    background-repeat:no-repeat !important;
	    width: 167px !important;
        height: 50px !important;
        background-color: #f07e3f !important;
        border: none !important;
        padding: 0 !important;
	}
	.Form-Subscribe .hs-button:hover {
	    background-image: url(https://2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Blog%20Images/Featured%20img/Buttons_TrialOrange_small.png) !important;
	    transition: all .2s ease-in;
	    color: #ffffff !important;
        -webkit-transition: all .2s ease-in;
	}
	.Form-Subscribe label span {
	    display:none;
	}
.searchbar{
    font-family: exo2light,AdelleBold !important;
    font-size:22px !important;
}
.searchbar input{
    color: #000000 !important;
    border-left: 12px solid #21bad1 !important;
    border-radius: 5px !important;
    font-family: exo2light,AdelleBold !important;
    font-size:22px !important;
    padding: 27px 15px !important;
    -webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.75);
}
.searchbar input:focus{
   outline: -webkit-focus-ring-color auto 0px;
}
.searchbar input::placeholder{
}
.searchbar input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.searchbar input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}

.searchbar input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.searchbar input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.searchbar input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.searchbar input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.searchbar input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.searchbar input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.searchbar .hs-search-field__suggestions{
  border:none;
  margin: 0 !important;
}
.searchbar .hs-search-field__suggestions #results-for{
  display:none;
}
.searchbar .hs-search-field__suggestions li{
 margin-left: 17px !important;
}
.searchbar .hs-search-field__suggestions li a{
    color: #000000 !important;
    padding: 10px;
    font-size: 22px;
}
.searchbar .hs-search-field__suggestions li a:hover{
        background-color: #e4f8ff !important;
}
	    
h3+p{
    margin-top:15px;
}

.h1{
    
}

.body-container-wrapper {
    background:#fff;
    overflow:hidden;
    position:relative;
    z-index:2;
}

.body-container-wrapper ul{
    padding:0;
    text-decoration:none;
    list-style:none;
    margin:20px 0;
}

.body-container-wrapper ol{
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;    
}

.body-container-wrapper li{
    font-size: 16px;
    line-height: 29.1px;
    color: #727272;
    font-weight: 400;
    position:relative;
    margin-left:44px;
}

.no-list-style li{
    margin:0;    
}

.no-list-style li:before{
    display:none;
}

/* blockquote{
    margin: 0;
    font-size: 16px;
    font-style: italic;
    color: #a9a9a9;
    font-weight: 400;
    padding-left: 17px;
    border-left: 2px solid #2e95ce;
    margin-left: 4px;
    margin-top: 25px;
    margin-bottom: 20px;
    letter-spacing: 1px;
} */

.widget-type-cta{
    margin-top:15px;
}

span::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
h1 strong::selection,
h2 strong::selection,
h3 strong::selection,
h4 strong::selection,
h5 strong::selection,
h6 strong::selection, 
li strong::selection, 
li::selection,
p::selection,
a::selection, 
strong::selection{
    background: #ef7e3f;
    color: #fff;
}

body a.cta_button,
body .container-fluid .row-fluid .hs-button{    
    font-size: 16px;
    line-height: 18px;
    padding: 16px 36px;
    font-weight: 700;
    border: 0px;
    cursor: pointer;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: 0.7px;
    color: #fff;
    border-radius:4px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: unset;
    border:1px solid #ff4826;
}

body a.cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
    background-color: #fff;
   /* -webkit-transition: background-color 400ms ease;
    -moz-transition: background-color 400ms ease;
    -o-transition: background-color 400ms ease;
    transition: background-color 400ms ease; */
    color:#ff4826;
}

a.cta_button:before,
body .container-fluid .row-fluid .hs-button:before{
    position:absolute;
    content:'';
    top:-2px;
    right:-2px;
    bottom:-2px;
    left:-2px;
    z-index:-1;
    opacity:0;
    background:rgba(0, 0, 0, 0.14);
    border-radius:4px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

body .base-color-cta a.cta_button,
body .base-color-cta .container-fluid .row-fluid .hs-button{    
    background:;
    border-color:;
}

.simple-cta a.cta_button,
.simple-cta a{
    background:transparent;
    border:0;
    padding:0;
    position:relative;
    color: ;
    font-weight:700;
}

.simple-cta a.cta_button:hover:before{
    display:none;
}

.simple-cta a:after{
    content:'\f107';
    font-family: FontAwesome;
    padding-left: 6px;
}   

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

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(43, 43, 43, 0.4);
    z-index: -1;
}


.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
    color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
    margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
    color:;
}

body .container-fluid .row-fluid .pad-bottom{
    margin-bottom:80px;
}

body .container-fluid .row-fluid [class*="span"]{
    min-height:0;
}

.section-bg{
    background-size: cover!important;
    background-position: center center!important;
}

.section-bg .bg-image{
    display:none!important;
}

.section-padding{
    padding:100px 0;
}

.section-border{
    border-bottom:1px solid #e7e7e7;
}

body .container-fluid .row-fluid .section-heading.align-center {
    max-width: 840px;
    float: none;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:40px;
}

.section-heading h3{
    font-size:22px;
    font-weight:500;
    line-height:normal;
    letter-spacing:normal;
    margin-bottom:18px;
}

.section-heading p{
    font-size:18px;
    font-weight:300;
    line-height:25.9px;
}

.primary-banner{
    padding: 120px 0px 100px;
}

body .row-fluid .primary-banner .wrapper{
    max-width:1040px;
}



.heading-underline{
    margin-bottom: 40px;
    padding-bottom: 4px;
    position: relative;
}

.heading-underline:before{
    position: absolute;
    content: '';
    bottom: 0;
    lefT: 0;
    height: 3px;
    width: 100px;
    background: #f6921e;
}

@media (min-width: 768px) {
  .mobile-singin-button{
  display:none;
  }   
.equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}     
}

.inner-page-hero-section{
    padding:30px 0;
}

.inner-page-hero-section h1{
    margin:0;
    font-size:30px;
}

.testimonial h3{
    position:relative;
}

.testimonial h3:before {
    position: absolute;
    content: '';
    background: url('//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Assets_Feb_2017/quote-white%20%281%29.svg');
    top: 6px;
    left: -71px;
    width: 49px;
    height: 37px;
}

.black-quote .testimonial h3:before{
    background:url('//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Assets_Feb_2017/quotes.png');
}


@media (max-width:1024px){
    
    .black-quote .testimonial h3:before {
        background-size: 60%;
        background-repeat: no-repeat;
        top: 6px;
    }
    
    .testimonial h3:before {
        top: 2px;
        left: -40px;
        background-size: 60%;
        background-repeat: no-repeat;
    }
    
    body .container-fluid .row-fluid .home-testimonial-video{
        padding-left: 10px;
        padding-right: 10px;
    }
    
}

@media (min-width:1025px) and (max-width:1360px){

    body .container-fluid .row-fluid .home-testimonial-video{    
        padding-left: 70px;
        padding-right: 70px;
    }

}

@media (max-width:767px){
    
    body .container-fluid .row-fluid .testimonial-quote{
        padding-left:60px;
    }   
    
    .black-quote .testimonial h3:before {
        top: 3px;
    }

}

/*========================================================
        Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

.row-fluid [class*="span"].wrapper{
    padding-left:60px;
    padding-right:60px;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 24px;
}

.section-padding {
    padding: 60px 0;
}

body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
}

p{
    font-size: 14px;
}

.body-container-wrapper li {
    font-size: 14px;
}

.section-heading p {
    font-size: 18px;
}


}




@media (max-width:767px){


.row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
}

h1 {
    font-size: 24px;
}

.section-padding {
    padding: 60px 0;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

.align-right {
    text-align: center;
}

.align-left {
    text-align: center;    
}

body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
}

p {
    font-size: 14px;
    line-height: 24px;
}

.body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
}

.primary-banner {
    padding: 120px 0 40px;
}

.section-heading p {
    font-size: 16px;
}

.heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
}

}


/*==================================================
            Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 2.43%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}










@media (max-width:767px){
 
 
body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    /*display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;*/
    display: block;
    /* flex-basis: 100%; */
    width: 100%;
    /* -webkit-flex-basis: 100%; */
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
}   
}









/*==================================================
            Four Col Adjust 
==================================================*/

        body .container-fluid .row-fluid .four-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 2.43%;
    box-sizing:border-box;
    position:relative;
}



























/*=========================================================
                    FORM STYLE
=========================================================*/                


h3.form-title{
    text-align: center;
    margin-bottom: 35.2px;
    font-size: 18px;
    line-height: 19.9px;
    font-weight: 400;
    letter-spacing: normal;
}

::-webkit-input-placeholder {
   color:#b4bdc2;
}

:-moz-placeholder {
   color:#b4bdc2;
}

::-moz-placeholder {  
   color:#b4bdc2;
}

:-ms-input-placeholder {  
   color:#b4bdc2;
}

select::-ms-expand {
    display: none;
}

.row-fluid form li{
    margin:0;
}

.row-fluid  form li:before{
    display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
    height: 47px;
    border: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    padding: 0;
    margin-bottom: 9px;
    border-radius: 3px;
    background: #fff;
    padding: 10px 16px;
    color: #000;
    font-weight: 400;
    border: 1px solid #c8d1d5;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

     .comment input.hs-input, .comment textarea.hs-input, .comment select.hs-input {
        width: 100% !important;
    }


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:1px solid #c8d1d5;
}

.row-fluid  form textarea{
    height:130px;    
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}
.row-fluid .contact-us form .field>label{
      font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600;
    display: block !important;
    margin-bottom: 6px;
    margin-top: 0;
    color: #003152;
}
.contact-us h3{
  padding-bottom: 20px !important;
}
.row-fluid form .field>label{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 400;
    display:block !important;
    margin-bottom:6px;
    margin-top:0;
    color: #fff;
}

.row-fluid form .hs_submit .actions{
    margin-top: 28px;
    text-align:center;
}

.row-fluid form .hs-button.primary{
    height: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 369px;
    margin: 0 auto;
    float: none;
}


/*=======================================================
            ERROR MESSAGE
=======================================================*/            


form .hs-error-msgs{
    margin:0;
    padding:0;
}
form .hs-error-msgs-ok{
    margin-top: 18px !important;
    font-size: 14px;
    color: #01395c !important;
    margin-bottom: -9px;
    font-weight: 600 !important;
}

body .row-fluid form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 700;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
}





.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .hs-form fieldset {
    max-width: 100%;
}

form .hs-form-required{
    display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
    margin:0;
    padding:0;
    color: #333;
    letter-spacing: .3px;
    line-height: 19px;
    font: 600 16px system-ui;
    padding-bottom: 5px !important;
}

.row-fluid form div.hs-fieldtype-checkbox>label{
  line-height: 23px;
  font-size: 19px!important;
}

.body-container-wrapper form ul,
form ul{
    list-style:none;
}

.body-container-wrapper form li:before{
    display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid select{
    background: #f5f5f5 url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}





/*=======================================================
            CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    padding: 0;
    border-radius: 0;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 1px solid #c8d1d5;
    margin-right: 8px;
    top: 6px;
    width: 20px;
    height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    top: 5px;
    left: 4px;
    border:3px solid #2e95ce;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: ;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}


@media (max-width:480px){


body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
}

body .row-fluid .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}
}



@media (max-width:767px){
 
body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}   
}



/*.......................................

            Header

.......................................*/


.lp-header{
    position:absolute;
    top:0;
    left:0;
    padding-top:36px;
    z-index:3;
    right:0;
    background: rgba(255, 255, 255, 0);
    padding-bottom:28.5px;
}

.lp-header ul{
    padding:0;
    margin:0;
    list-style:none;
}

.lp-header ul li{
    vertical-align:bottom;
    display: inline-block;
}

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

.lp-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
    padding: 0;
    padding-right: 4.9%;
}

.lp-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child{
    padding-right:0;
}

.lp-header .custom-menu-primary .hs-menu-wrapper > ul li a,.lp-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding:0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .lp-header ul li{
    padding-bottom:0;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #002D52;
    padding-left:0px;
    padding-right:12px;
}



.lp-header .menu{
    padding-top:20px !important;
    width: 100%;
}

nav ul ul li:hover{
    background-color: #0676d2 !important;
    border: none !important;
    width: 250px !important;
}

body .container-fluid .row-fluid .lp-header .menu.mobile-menu{
    display:none;
}

@media (max-width:767px){


body .container-fluid .row-fluid .lp-header .menu{
    display:none;
}
    


body .container-fluid .row-fluid .lp-header .menu.mobile-menu{
    display:block;
}
    
body .container-fluid .row-fluid .login-signup{
    display:none;
}   
    
}

@media (min-width:1200px){
    
    .lp-header .menu{
        padding-left:1%;
    }
  .lp-header .login-signup ul li:last-child a {
  	padding: 15.5px 6px !important;
  }
}

.lp-header .login-signup ul li, .lp-header .login-signup ul li a{
    color:#ff8400;
    margin-right:0px;
    font-weight:bold;
    font-size:16px;
}

.lp-header .login-signup ul li:last-child a:hover {
    background-image: url(https://www.sherpadesk.com/hubfs/Rocket%20LP/Buttons_Start%20a%20Free%20Trial%20%28Orange%29_small.png?t=1531127563464) !important;
}

.lp-header .login-signup ul li:last-child, .lp-header .login-signup ul li:last-child a{
    margin-right:0;    
}


.lp-header .login-signup{
    padding-top:18px;
}

.lp-header .login-signup ul{
    text-align:right;
}

.lp-header .login-signup ul li:last-child{
    padding-right:0;    
}

.lp-header .login-signup ul li:last-child a{
    padding: 13px 6px !important;
    background-image: url(https://www.sherpadesk.com/hubfs/Rocket%20LP/Buttons_Start%20a%20Free%20Trial%20Blue_small.png?t=1531127563464) !important;
    background-size: cover;
    color: transparent;
}

/* Revised Styling */

body .container-fluid .row-fluid .span12.widget-span.widget-type-logo.logo{
    max-width:200px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .lp-header ul li{
    font-size:16px;
}

@media (min-width:1025px){

.lp-header .wrapper > .row-fluid-wrapper > .row-fluid{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: flex-start;
    align-items: center;
}

}
/* Mobile */

@media (max-width:767px){
    
    .lp-header .logo{
        float:left;
    }
    
    
    body .container-fluid .row-fluid .lp-header .wrapper{
        padding:0;
    }
    
    
    .span12.widget-span.widget-type-linked_image.white-logo {
        padding-left: 20px;
    }
    
}



@media (min-width:1025px){
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
        padding-top:12px;
    }
    
}



@media (min-width:768px) and (max-width:1024px){
    
    .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
        display:block;
    }
    
}
@media (min-width:768px) and (max-width:1085px){
    .lp-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
        padding-right: 3.5%;
    }
}
@media (min-width:768px) and (max-width:860px){
    .lp-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        padding-right: 2.5%;
    }
}
/* Testimonial Section */

.quotes-testimonial{
    padding:115px 0 0;
    position:relative;
    overflow:hidden;
    background-position-x: 41%!important;
}

/* .quotes-testimonial:before{
    position:absolute;
    content:'';
    background:url('//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/Assets_Feb_2017/testimonial-bg-prefooter.png') no-repeat;
    bottom:0;
    right:0;
    width:100%;
    height:432px;
    background-position: bottom right;
    z-index:-1;
} */

.testimonial-section .testimonial h3{
    font-size: 21px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.57;
    letter-spacing: 0.9px;
    color: #474b51;
    margin-bottom:24.8px;
}

.testimonial-section .testimonial h4{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.92;
    letter-spacing: 0.7px;
    color: #000000;
    margin-bottom:4.3px;
}

.testimonial-section .testimonial p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #474b51;
}

.testimonial-section .author-details h4{
    text-transform:uppercase;
}


.testimonial.image-align-right.equal-height-container > .row-fluid-wrapper > .row-fluid {
    flex-direction: row-reverse;
}

/*.testimonial > .row-fluid-wrapper > .row-fluid .span6{
    margin:0;
} */

/*.testimonial  > .row-fluid-wrapper > .row-fluid .span6:first-child{
    margin-right: 0;
}*/

.testimonial.image-align-right  > .row-fluid-wrapper > .row-fluid .span6{
    margin:0;
}

.testimonial.image-align-right  > .row-fluid-wrapper > .row-fluid .span6:first-child{
    margin-left: 2.564102564%;
}


.quotes-testimonial .testimonial-section .testimonial .testimonial-quote{
    padding-top: 33px;
}


@media (min-width:1025px){
    
    body .container-fluid .row-fluid .quotes-testimonial .wrapper{
        max-width:1097px;
    }
    
    body .quotes-testimonial .testimonial-section .testimonial .testimonial-person-image{
        width:46%;
    }
    
    body .quotes-testimonial .testimonial-section .testimonial .testimonial-quote{
        width:53%;
        margin-left:11px;
    }
    body .quotes-testimonial .testimonial-section .testimonial.image-align-right .testimonial-quote{
        margin-left:0;
        margin-right:11px;
    }
}

/* Footer */

.lp-footer-bar{
    padding:35px 0 40px;
}
h3.Study{
  font-size: 21px !important;
  line-height: 32px !important;
	color: #1bb6fb !important;
	font-family: "exo2sb" !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
  letter-spacing: 0px !important;
  text-transform: unset !important;
}

.lp-footer-bar .social-icons{
    
}

/* Trial Section */



.trial-section-footer{
    text-align:center;
    border-bottom: solid 1px #004269;
}


body .container-fluid .row-fluid .trial-section-footer .wrapper{
    max-width:600px;
}

.lp-footer-trial-section{
    padding:199px 0 177px;
}

.lp-footer-trial-section p, .lp-footer-trial-section h1{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom:28.8px;
}

.lp-footer-trial-section a.cta_button{
    padding: 18px 56.68px 19px;
    color: #fff;
    border-radius: 4px;
    background-color: #ff4826;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
}

.lp-footer-bottom-bar {
    padding: 33px 0 25px;
}

.lp-footer-bottom-bar .social-icons ul li{
    display:inline-block;
    color:#fff;
    font-size:30px;
    margin-right:5.4%;
}

.lp-footer-bottom-bar .social-icons ul li:last-child{
    margin-right:0;
}

.lp-footer-bottom-bar .social-icons ul li a{
    color:#fff;
}

.lp-footer-bottom-bar .social-icons ul{
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}


.lp-footer-bottom-bar p{
    font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: center;
  color: #585e67;
}

.lp-footer-bottom-bar p a{
    color: #d4dfe4;
}

.reserved p{
    font-family: exo2light,AdelleBold !important;
    color: #fff !important;
    font-size:18px !important;
    padding-top: 22px;
  }
.footer-blue .social-icons ul{
    margin:15px 0;
    text-align: right;
}
.footer-blue .social-icons ul li{
    display: inline-block;
    margin-left: 8px;
    width: 35px;
}
.footer-blue .image-footer img{
    max-width: 165px !important;
}

@media only screen and (max-width: 1140px) {
  .footer-blue .social-icons, .footer-blue .reserved, .footer-blue .image-footer{
    margin: auto;
    text-align: center;
    width: 100%;
  }
  .footer-blue .social-icons ul{
    text-align: center;
  }
}


/*........................................................................................................................................................................

                                                                            HOME PAGE

..........................................................................................................................................................................*/




/* Hero Section */

.home-hero{
    padding:276.4px 0 262px;
    text-align:center;
}

body .container-fluid .row-fluid .home-hero .wrapper{
    max-width:870px;
}

.home-hero h2{
    font-size: 31px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #003652;
    margin-bottom:6px;
}

.home-hero h1 {
    font-size: 67px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #003652 ;
    margin-bottom: 18px;
}

.home-hero p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: center;
    color: #003652 ;
    margin-bottom: 28.1px;
}

body .home-hero a.cta_button{
    padding: 22px 33.75px;
    transition:all ease-in-out .4s;
}



/* Home Section One - Clients Section */

.home-section-one{
    padding:50px 0 60px;
    border-bottom: solid 1px #d4dfe4;
}

.home-section-one h4{
    text-transform:uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.6px;
    text-align: center;
    color: #474b51;
    margin-bottom:22.3px;
}

.home-section-one .client-logos ul{
    padding:0;
    margin:0;
    text-align:center;
}

.home-section-one .client-logos ul li{
    display:inline-block;
    vertical-align:middle;
    margin:0;
    margin-right:44px;
}

.home-section-one .client-logos ul li:last-child{
    margin-right:0;
}



@media (min-width: 768px){

body .container-fluid .row-fluid .three-column-cm>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    width: auto;
    justify-content: center;
    margin-right: -2.38%;
}

body .container-fluid .row-fluid .three-column-cm span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 30.9%;
    float: left;
    margin-right: 2.38%;
    margin-top: 0%;
    overflow: hidden;
    margin-bottom: 56.2px;
}

}



/* Features Section */


.home-section-two{
    background:#fff;
    padding: 116.5px 0 36.2px;
}


.home-section-two .feature .feature-image{
    text-align:center;
    margin-bottom:33.1px;
}

@media (min-width:768px){
    
        .home-section-two .feature .feature-image {
            text-align: left;
            margin-bottom: 33.1px;
            padding-left: 34%;
        }

}

.home-section-two .feature .section-content h3{
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #474b51;
    margin-bottom:10.9px;
}

.home-section-two .feature  p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.8px;
    color: #474b51;
    margin-bottom: 23.3px;
    margin-top: 10px;
}

.home-section-two .feature .bottom-line p{
    font-style:italic;
    color:#000000;
    font-weight:normal;
}

.home-section-two .feature p a{
    color:#49b1f0;
}

/* Home Section Three */

.home-section-three{
    padding:122px 0;
    background:#00395b;
    color:#fff;
}

.home-section-three .testimonial-quote{
    padding-top:4.5px;
}

.home-section-three .video-column{
    position:relative;
}

.home-section-three .video-column span{
    position: absolute;
    top: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 89px;
    height: 89px;
}

.home-section-three .author-details p{
    letter-spacing:1px;
}

.home-section-three .testimonial h3, .home-section-three .testimonial h4, .home-section-three .testimonial p{
    color:#fff;
}

@media (min-width:768px){
    
    .home-section-three .testimonial h3, .home-section-three .testimonial h4, .home-section-three .testimonial p{
        max-width:506px;
    }
}

body.wistia_popover_mode{
    overflow:hidden!important;
}



/*.........................................

                MOBILE MENU

..........................................*/


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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */

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

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




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

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}
 @media (max-width: 400px){
   .mobile-trigger{
     right: 8% !important;
   }
}

 @media (min-width:401px) and (max-width: 550px){
   .mobile-trigger{
     right: 6% !important;
   }
}

@media (max-width: 767px){


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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -38px;
    right: 4%;       /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
    border:0;
    background:transparent;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;

  }
  .mobile-trigger i:before, .mobile-trigger i:after {
    position: absolute;
    content: 'Menu';
    font-family: AdelleBold;
    font-size: 22px;
    color: #3379c3;
    font-style: normal;
    text-transform: capitalize;
  }
  .mobile-trigger i:before{
  margin-top: 10px;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 31px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*background-color: #3379c3; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -2px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 8px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
   
      color:#00335d;/* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 10px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 20px; /* Makes room for button */
       margin: 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 30px 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#002d52; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 0px; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > 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-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > 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-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}




/*.................................................................................

                              Responsive

..................................................................................*/

@media (min-width:768px) and (max-width:1185px){
      .lp-header .login-signup ul li, .lp-header .login-signup ul li a{
        font-size:11.2px;
      }
      .lp-header .login-signup ul li:last-child a{
            padding: 12px 6px !important;
  }
}
@media (max-width:915px){
    .lp-header .login-signup ul li{
        padding-bottom: 15px;
    }
    .lp-header .login-signup ul{
        margin-top: -20px;
    }
}

@media (min-width:768px) and (max-width:1024px){
    
    
    body .container-fluid .row-fluid .wrapper{
        padding-left:40px;
        padding-right:40px;
    }
    
    
    
    
    /* Header */
    
    .lp-header {
        padding-top: 20px;
    }

    
    body .container-fluid .row-fluid .lp-header .logo{
        width: auto;
    }
    
    .lp-header .logo img{
        min-height:26px;
    }
  
    body .container-fluid .row-fluid .lp-header .menu{
        padding-top: 9px;
        width: 110%;
      position: relative;
      z-index:9999;
    }
    
    body .container-fluid .row-fluid .lp-header .login-signup{
        padding-top: 10px;
        /*width: 22.928177%;*/
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .lp-header ul li{
        padding-right:0;
        padding-left:0;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float: left;
        padding-right: 5.4%;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child{
        padding-right:0;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
        padding-top:0px;
        font-size: 12px;
        letter-spacing: .7px;
    }
    
  
    
    .lp-header .login-signup ul li:last-child a {
        padding: 11px 15.99px;
    }

    
    /* Hero */
    
    .home-hero {
        padding: 168.4px 0 131px;
    }
    
    .home-hero h2 {
        font-size: 21px;
        margin-bottom: 12px;
    }
    
    .home-hero h1 {
        font-size: 46px;
        letter-spacing: -0.8px;
        margin-bottom: 13.7px;
    }

    .home-hero p {
        font-size: 15px;
        font-size: 15px;
        max-width: 571px;
        margin: 0 auto 37.3px;
        float: none;
    }

    body .home-hero a.cta_button {
        padding: 17px 25.7px;
        font-size: 12.8px;
        letter-spacing: 0.6px;
        line-height: normal;
    }

    /* Section One - Clients */
    
    .home-section-one h4 {
        margin-bottom: 30.5px;
        letter-spacing: normal;
    }

    .home-section-one .client-logos ul li {
        margin-right: 3.5%;
        max-width: 130px;
        max-height: 47px;
    }
    
    .home-section-one .client-logos ul li img{
        max-width:90%;
    }

    /* Section Two - Features Section */
    
    .home-section-two {
        padding: 21.5px 0 38px;
    }
    
    .home-section-two h3 {
        font-size: 16px;
        margin-bottom: 10.3px;
    }
    
    .home-section-two .feature p {
        font-size: 14px;
        line-height: 1.48;
        letter-spacing: normal;
        margin-bottom: 10.5px;
    }
    
    body .container-fluid .row-fluid .three-column-cm span>.hs_cos_wrapper {
        margin-bottom: 69.8px;
    }
    
    .home-section-two .feature .feature-image {
        margin-bottom: 27.7px;
        padding-left: 38%;
    }
    
    /* .home-section-two .feature-image img {
        max-height: 56px;
        width:auto;
    } */
    
    body .container-fluid .row-fluid .three-column-cm span>.hs_cos_wrapper {
        margin-top: 28.9px;
        margin-bottom: 28.9px;
    }
    
    body .container-fluid .row-fluid .three-column-cm span>.hs_cos_wrapper {
        flex-basis: 31.8%;
        margin-right: 1.5%;
    }
    
    /* Section Three - Testimonial Video Section */
    
    .home-section-three {
        padding: 56px 0 66px;
    }
    
    body .container-fluid .row-fluid .home-section-three .wrapper{
        max-width:850px;
    }
    
    .home-section-three .testimonial-section .testimonial h3 {
        font-size: 17px;
        line-height: normal;
        letter-spacing: .7px;
        margin-bottom: 22.5px;
    }
    
    .home-section-three .testimonial.image-align-right > .row-fluid-wrapper > .row-fluid .span6:first-child {
        margin-left: 2.7%;
        width: 68%;
        overflow: hidden;
    }
    
    .home-section-three .testimonial.image-align-right .video-column img{
        height:264px;
    }
    
    .home-section-three .testimonial.image-align-right .video-column span img {
        height: 63px;
    }
    
    .home-section-three .video-column span {
        width: 63px;
        height: 63px;
        overflow: hidden;
    }
    
    .home-section-three .testimonial-quote {
        padding-top: 8.5px;
    }
    
    .home-section-three .testimonial-section .testimonial h4 {
        font-size: 11.2px;
        line-height: 1.87;
        letter-spacing: normal;
        margin-bottom: 3.2px;
    }
    
   .home-section-three .testimonial-section .testimonial p {
        font-size: 9.8px;
        font-weight: 400;
        line-height: 1;
    }
    
    .home-section-three .author-details p {
        letter-spacing: 0.7px;
    }
    

    /* Testimonial Section */
    
    .quotes-testimonial {
        padding: 60px 0 0;
    }
    
    body .container-fluid .row-fluid .quotes-testimonial .wrapper{
        max-width:850px;
    }
    .quotes-testimonial .testimonial-section .testimonial .testimonial-quote {
        padding-top: 0;
    }
    
    .quotes-testimonial .testimonial-section .testimonial-person-image{
            padding-top: 13px;
    }
    
    .quotes-testimonial .testimonial-section .testimonial-person-image img{
        height: 274px;
        max-width:334px;
    }
    
    .quotes-testimonial .testimonial-section .testimonial h3 {
        font-size: 18px;
        line-height: 1.73;
        letter-spacing: .8px;
        margin-bottom: 20.6px;
    }
    
    .quotes-testimonial .testimonial-section .testimonial h4 {
        font-size: 12.8px;
        line-height: 1.92;
        letter-spacing: 0.5px;
        margin-bottom: 3.6px;
    }
    
    .quotes-testimonial .testimonial-section .testimonial p {
        font-size: 11.2px;
        line-height: normal;
        letter-spacing: 0.5px;
    }
    
    
    /* Footer Trial Section */
    
    .lp-footer-trial-section {
        padding: 93px 0 103px;
    }
    
    .lp-footer-trial-section p {
        font-size: 17.6px;
        line-height: 1.62;
        margin-bottom: 23.1px;
    }
    
    .lp-footer .social-icons ul li {
        font-size: 24px;
        margin-right: 8.4%;
    }
    
    .lp-footer .social-icons ul {
        margin-bottom: 15.4px;
    }
    
    .lp-footer-bottom-bar {
        padding: 21px 0 12px;
    }
    
    .lp-footer-bottom-bar p {
        font-size: 11.2px;
        line-height: 1;
        letter-spacing: 0.5px;
    }

}


/*................................................

                 MOBILE

..................................................*/
 
@media (max-width:350px){
.lp-header .logo img, .lp-header .white-logo img{
        margin-left: -5px;
    }
  .lp-header .logo{
    width:100px !important;
  }
}

@media (max-width:767px){
    
    body .container-fluid .row-fluid .wrapper{
        padding-left:20px;
        padding-right:20px;
    }
    
    
    /* Header */
    
    .lp-header{
        padding-top:13px;
    }
    
    .lp-header .logo{
        padding-left:20px;
      width:125px !important;
    }
  .lp-header .white-logo{
      width:125px !important;
    }
    
    .lp-header .logo img, .lp-header .white-logo img{
        width:100%!important;
        max-width:100px;
    }
    
    /* Hero */
    
    .home-hero {
        padding: 89.4px 0 37px;
    }
    
    .home-hero h2 {
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: -0.5px;
        margin-bottom: 2px;
    }
    
    .home-hero h1 {
        font-size: 39px;
        line-height: 1;
        letter-spacing: normal;
        margin-bottom: 12.9px;
    }
    
    .home-hero p {
        font-size: 16px;
        line-height: 1.19;
        letter-spacing: 0.1px;
        margin-bottom: 125.7px;
        padding:0 25px;
    }
    
    /* Section One - Clients Section */
    
    .home-section-one {
        padding: 35px 0 27px;
    }
    
    .home-section-one h4 {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: normal;
        margin-bottom: 34.3px;
    }
    
    .home-section-one .client-logos ul li{
        margin: 0 10px 16.4px;
    }
    
    .home-section-one .client-logos ul li img{
        max-width:101px;
        max-height:47px;
    }
    
    
    /* Section Two - Features Section */
    
    .home-section-two {
        padding: 51.5px 0 2.2px;
    }

    .home-section-two .feature .feature-image{
        margin-bottom:20.7px;
    }
    
    /* .home-section-two .feature .feature-image img{
        max-height:56px;
        width:auto;
    } */
    
    .home-section-two .feature-content h3{
        font-size: 20px;
        letter-spacing: -0.6px;
        margin-bottom:10.3px;
    }
    
    .home-section-two .feature p {
        font-size: 16px;
        line-height: 1.29;
        letter-spacing: normal;
        margin-bottom: 20.5px;
    }
    
    .home-section-two .feature{
        margin-bottom: 28.9px;
    }
    
    /* Home Section Three */
    
    .home-section-three {
        padding: 32px 0 0;
    }
    
    .home-section-three .testimonial.image-align-right.equal-height-container > .row-fluid-wrapper > .row-fluid {
        flex-direction: row;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-direction: column-reverse;
    }
    
    .home-section-three .testimonial-section .testimonial p {
        font-size: 9.8px;
        line-height: 1;
        letter-spacing: 0.7px;
        margin-bottom: 35.5px;
    }
    
    .home-section-three .testimonial-quote {
        padding-top: 4.5px;
        padding: 0 20px;
    }
    
    body .container-fluid .row-fluid .home-section-three .wrapper{
        padding:0;
    }
    
    .testimonial.image-align-right > .row-fluid-wrapper > .row-fluid .span6:first-child {
        margin-left: 0;
    }
    
    .home-section-three .video-column {
        text-align:center;
    }
    
    .home-section-three .video-column img{
        height:214px;
        width:320px;
    }
    
    .home-section-three .video-column .wistia_click_to_play img{
        height:51px;
    }
    
    .home-section-three .video-column span{
        width:51px;
        height:51px;
    }
    
    .home-section-three .testimonial-section .testimonial h3 {
        font-size: 18px;
        line-height: 1.44;
        letter-spacing: 0.8px;
        margin-bottom: 16.9px;
    }
    
    .home-section-three  .testimonial-section .testimonial h4 {
        font-size: 12.8px;
        font-weight: 400;
        line-height: 1.92;
        letter-spacing: 0.5px;
        margin-bottom: 4.4px;
    }
    
    .home-section-three  .testimonial-section .testimonial p {
        font-size: 11.2px;
        line-height: normal;
        letter-spacing: 0.5px;
        margin-bottom:28px;
    }
    
    /* Footer Trial Section */
    
    
    .lp-footer-trial-section{
        padding: 92px 0 81px;
    }
    
    .lp-footer-trial-section p, .lp-footer-trial-section h1 {
        font-size: 17.6px;
        max-width: 400px;
        margin: 0 auto;
        float: none;
        margin-bottom: 14.6px;
    }
    
    .lp-footer .social-icons ul li {
        font-size: 24px;
        margin-right: 19.7%;
    }
    
    .lp-footer .social-icons ul {
        margin-bottom: 18.4px;
    }
    
    .lp-footer-bottom-bar {
        padding: 21px 0 14px;
    }
    
    .lp-footer-bottom-bar p {
        font-size: 11.2px;
        line-height: 1;
        letter-spacing: 0.5px;
    }
    
}






/* Testimonial Section */

@media (max-width:767px){
    
    .quotes-testimonial {
        padding: 4px 0 0;
    }
    
    .quotes-testimonial .testimonial-section .testimonial > .row-fluid-wrapper > .row-fluid {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: -moz-flex;
        flex-direction: column-reverse;
    }
    
    .quotes-testimonial .testimonial-section .testimonial h3 {
        font-size: 18px;
        line-height: 1.44;
        letter-spacing: 0.8px;
        margin-bottom: 20.5px;
    }
    
    .quotes-testimonial .testimonial-section .testimonial h4 {
        font-size: 11.2px;
        font-weight: 400;
        line-height: 1.87;
        letter-spacing: normal;
        margin-bottom: 3.2px;
    }
    
    .quotes-testimonial .testimonial-section .testimonial p {
        font-size: 9.8px;
        line-height: 1;
        letter-spacing: 0.7px;
    }
    
    .quotes-testimonial .testimonial-person-image{
        text-align:center;
    }
    
    .quotes-testimonial .testimonial-person-image img{
        width:280px;
        height:258px;
    }
    
    
}



/* Fixed Header */


.scroll-header .lp-header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:#00395b;
    padding-top:11.5px;
}


.scroll-header .lp-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .scroll-header .lp-header ul li{
    color:#ffffff;
}

.scroll-header .lp-header .login-signup ul li, .scroll-header .lp-header .login-signup ul li a {

}

.scroll-header .lp-header .login-signup ul li:last-child a {

}

@media (max-width: 940px) and (min-width: 768px){
    .scroll-header .mobile-trigger{
        top:-46px;
    }
  .lp-header .menu {
    padding-top: 0px !important;
  }
}

@media (max-width:767px){
  .mobile-singin-button{
    background-image: url(https://www.sherpadesk.com/hubfs/Rocket%20LP/Buttons_Start%20a%20Free%20Trial%20Blue_small.png?t=1531127563464) !important;
    background-size: 135px;
    background-repeat: no-repeat;
    color: transparent;
    position: absolute;
    width: 168px;
    top: 15px;
    right: 38px;
  }
  .mobile-singin-button:hover{
  background-image: url(https://www.sherpadesk.com/hubfs/Rocket%20LP/Buttons_Start%20a%20Free%20Trial%20%28Orange%29_small.png?t=1531127563464) !important;
  }
    .scroll-header .lp-header .login-signup {
        padding-top: 0px;
    }
    
    .scroll-header .lp-header {
        padding-bottom: 0.5px;
        padding-top: 15.5px;
    }
     .scroll-header .just-logo {
        padding-bottom: 10.5px;
        padding-top: 15.5px;
    }
    
    .scroll-header .mobile-trigger{
        top:-46px;
    }
  .scroll-header .mobile-trigger i:after{
  color:#ffffff !important;
  }
  .scroll-header .mobile-trigger:hover i:after{
      color: #3379c3 !important;
  }
    .lp-footer-bottom-bar .social-icons ul{
        width:100%;
        max-width:260px;
        float:none;
        margin:0 auto 18.4px;
    }
}



@media (min-width:768px) and (max-width:1024px){
    
    .scroll-header .lp-header {
        padding-bottom: 20.5px;
        padding-top: 18.5px;
    }
}








/* Conversion Page */


.conversion-hero{
    padding:170px 0 202px;
}

.conversion-hero .left-col{
    padding-top:75px;
}


body .container-fluid .row-fluid .conversion-hero form label{
    display:block;
}

body .container-fluid .row-fluid .conversion-hero form .hs-error-msgs label{
    display:block;
}


.row-fluid  form input, .row-fluid  form select, .row-fluid  form textarea{
    border-radius:0;
    height:45px;
    font-size:16px;
    margin-bottom:20px;
    border:1px solid #c8d1d5;
}

.conversion-hero h3.form-title{
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #474b51;
    margin-bottom: 35.2px;
    text-align: left;
}

.conversion-hero .right-col{
    background-color: #ffffff;
  border: solid 1px #c8d1d5;
  padding:42px 47px 20px;

}


body .conversion-hero .row-fluid form .hs-button.primary{
    margin-bottom:38px;
    border:1px solid #ff4826;
}

body .conversion-hero a.cta_button:hover, body .container-fluid .row-fluid .conversion-hero .hs-button:hover{
    border:1px solid #ff4826;
}


body .container-fluid .row-fluid .conversion-hero form .hs_yes_i_would_like_to_receive_marketing_communications label{
    display:block;
}


.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    top: 2px;
    left: 2px;
    border: 3px solid #2e95ce;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input input[type="checkbox"], .row-fluid .hs-form .field .input  input[type="radio"]{
    top:3px;
}

.conversion-hero .right-col p, .conversion-hero .right-col p a{
    font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: center;
  color: #84888f;
  margin-bottom:0;
}


.conversion-hero .right-col p a{
    color:#ff4826;
}


.conversion-hero .right-col p{
    padding-top:14px;
}


.conversion-hero .right-col{
    position:relative;
}

.conversion-hero .right-col:before{
    position:absolute;
    content:'';
    background:#007ebd;
    top:-28px;
    left:0;
    right:0;
    width:100%;
    height:28px;
}



.conversion-hero .right-col:after{
     position:absolute;
    content:'';
    background:#c8d1d5;
    bottom:77px;
    left:0;
    right:0;
    width:100%;
    height:1px;   
}

.conversion-hero .right-col-ul ul{
    margin:0;
    margin-bottom:38px;
}

.conversion-hero .right-col-ul ul li{
    display:inline-block;
    padding-left:40px;
    position:relative;   
    width: 100%;
    max-width: 120px;
    margin: 0;
    font-size: 13px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: normal;
  color: #003652;
}
.conversion-hero .right-col-ul ul li img{
    vertical-align: middle;
    margin-right: 19px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.conversion-hero h1, .conversion-hero p{
    max-width:601px;
}

.conversion-hero p{
    font-size: 19px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: normal;
  color: #003652;
}


@media (max-width:767px){

    body .container-fluid .row-fluid .conversion-hero .wrapper{
        padding:0;
    }
    
    body .container-fluid .row-fluid .conversion-hero .left-col{
        padding-left:20px;
        padding-right:20px;
    }
    
    .conversion-hero{
        padding:107px 0 0;
    }
    
    .conversion-hero h1, .conversion-hero p {
        max-width: 100%;
    }

    .conversion-hero h1{
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    .conversion-hero p{
        font-size: 16px;
        line-height: 1.7;
        margin-bottom:65px;
    }
    
    .conversion-hero .right-col-ul ul {
        margin: 0;
        margin-bottom: 38px;
        text-align: center;
    }
    
    .conversion-hero .right-col-ul ul li {
        display: inline-block;
        padding-left: 38px;
        position: relative;
        width: 100%;
        max-width: 82px;
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.08;
        letter-spacing: normal;
        color: #003652;
        margin: 0 5px;
        text-align: left;
    }
    
    .custom-menu-primary .hs-menu-wrapper{
        display:none;
    }
    
    .lp-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
        padding:0;
    }
    
    .lp-header .logo {
        z-index: 11;
        position: relative;
    }
}

/* Privacy Policy */

body .container-fluid .row-fluid .website-content .wrapper{
    margin-top: 20px;
    padding: 195px 50px 45px;
}


.website-content h1{
    font-size:28px;
}

.website-content p{
    font-size:16px;
    color:#6b6b6b;
}


.website-content h2{
    font-size:24px;
}

.website-content h3{
    font-size:22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.website-content h4{
    font-size:20px;
}

.website-content h5{
    font-size:18px;
}

.website-content .actions{
    text-align:center;
    margin:5px 0;
}

.website-content h1, .website-content h2, .website-content h3, .website-content h4, .website-content h5, .website-content h6 {
    color: #004174;
}



/* Header Styling */

body .container-fluid .row-fluid .span12.widget-span.widget-type-logo.logo {
    display: block;
}

body .scroll-header .container-fluid .row-fluid .span12.widget-span.widget-type-logo.logo {
    display: none;
}


body .container-fluid .row-fluid .span12.widget-span.widget-type-linked_image.white-logo {
    display: none;
}

body .scroll-header .container-fluid .row-fluid .span12.widget-span.widget-type-linked_image.white-logo {
    display: block;
}



/*============================== New Footer Styling ========================== */

body .container-fluid .row-fluid .footer-trial-section {
    padding: 200px 0 178px;
    text-align: center;
    max-width: 546px;
    margin: 0 auto;
    float: none;
}

.footer-trial-section p {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

body .footer-trial-section a.cta_button {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 17px 36px;
    min-width: 230px;
}

.footer-support-section {
    border-top: solid 1px #004269;
    border-bottom: solid 1px #004269;
    padding: 25px 0 20px;
}

.footer-support-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-support-section ul li {
    display: block;
    font-size: 18px;
    line-height: 0.83;
    letter-spacing: -0.6px;
    color: #ffffff;
    width: 32.33%;
    float: left;
    text-align: center;
    margin-left: 0 !important;
}

.footer-support-section ul li a{
    color: #ffffff;
}

.footer-support-section ul li:first-child {
    text-align: left;
}

.footer-support-section ul li:last-child {
    text-align: right;
}


.footer-support-section ul li img {
    vertical-align: middle;
    padding-right: 16px;
    padding-bottom: 5px;
}

.footer-menu-section {
    padding: 57px 0 13px;
    border-bottom: solid 1px #004269;
}

.footer-menu-section h3 {
    opacity: 0.7;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #d4dfe4;
    text-transform: uppercase;
}

.footer-menu-section ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-menu-section ul li {
    max-width: 190px;
    padding: 7px 0;
    line-height: 0px;
    margin-left: 0;
    margin-bottom: 0;
}

.footer-menu-section ul li a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #ffffff;
}

#GRsocLink{
    width: 108%;
    margin-left: -6px;
}

.footer-social-links {
    text-align: center;
    margin-left: 2%;
}

.footer-social-links p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: 1.7px;
    color: #d4dfe4;
}

.footer-social-links ul li {
    display: inline-block;
    padding: 23px 3px 20px;
}

.footer-social-links ul li i {
    font-size: 30px;
}

.footer-privacy-section {
    padding: 31px 0;
}

.footer-privacy-section p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.88;
    letter-spacing: 0.7px;
    text-align: center;
    color: #585e67;
    margin: 0;
}

.footer-privacy-section a {
    color: #d4dfe4;
}



@media(min-width:768px) and (max-width:1024px){
    
.footer-trial-section p {
    font-size: 18px;
    margin-bottom: 7px;
}

.footer-support-section ul li {
    font-size: 14px;
    line-height: 1.07;

}

.footer-menu-section h3 {
    opacity: 0.7;
    font-size: 13.5px !important;
    letter-spacing: 0.9px;
}

.footer-menu-section ul li a {
    font-size: 14px;
    line-height: 1.3;
    padding-left: 5px !important;
}

.footer-social-links p {
    font-size: 13px;
    line-height: 1.13;
    letter-spacing: 1.4px;
}

.footer-menu-section ul {
    margin-top: 12px;
}

.footer-social-links ul {
    margin-top: 12px;
    overflow: hidden;
    max-width: 152px;
    margin: 0 auto;
}

.footer-social-links img {
    max-width: 132px;
    margin: 0 auto;
    float: none;
}

.footer-menu-section {
    padding: 57px 0 30px;
}

.footer-social-links ul li i {
    font-size: 23px;
}
.footer-privacy-section {
    padding: 34px 0;
}

.footer-social-links ul li:last-child {
    /*padding-right: 0; */
}

.footer-social-links ul li:first-child {
   /* padding-left: 0;*/
}

.footer-social-links ul li {
    padding: 23px 23px 20px;
    display: inline-block;
    
}



}


@media(max-width:767px){

body .container-fluid .row-fluid .footer-trial-section {
    padding: 90px 0 108px; 
}

.footer-trial-section p {
    font-size: 18px;
    margin-bottom: 0;
 
}

.footer-support-section ul li {
    font-size: 14px;
    line-height: 1.07;
    width: 100%;
    letter-spacing: normal;
    text-align: left!important;
    padding-bottom: 25px;
}

body .footer-trial-section a.cta_button {
    padding: 17px 0;
    max-width: 230px;
}
.footer-support-section {
    padding: 25px 0 8px;
}

body .container-fluid .row-fluid .footer-support-section .wrapper,
body .container-fluid .row-fluid .footer-menu-section .wrapper{
    padding-left: 40px;
    padding-right: 40px;
}

.footer-menu-section h3 {
    opacity: 0.7;
    font-size: 14px;  
    margin-bottom: 0px;
}

.footer-menu-section ul {
    margin-top: 7px;
    padding-bottom: 18px;
}

.footer-menu-section ul li a {
    font-size: 14px;
    line-height: 1.43;
}


.footer-menu-section {
    padding: 40px 0 13px;
}

.footer-social-links {
    text-align: center;
    padding: 31px 0 47px;
}

.footer-social-links ul li {
    padding: 31px 21px 0px;
}

}

/* Cookie banner */

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    margin: 50px 0 0!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
    font-family: exo2light,AdelleBold !important;
    font-size: 25px !important;
    line-height: 40px !important;
    padding: 20px !important;
    border: 1px solid #425b76 !important;
    border-radius: 3px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    margin: 10px!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
font-family: exo2light,AdelleBold !important;
    font-size: 25px !important;
    line-height: 35px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding-top: 80px!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button
  {
    display: none !important;
  }

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    justify-content: start !important;
}

div#hs-eu-cookie-confirmation {
    height: 400px !important;

}


div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
    text-decoration: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group {
    flex-direction: row-reverse !important;
}

/* End Cookie banner */