/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');
@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    */
/*****************************************/



/****************************************/
/*                                      */ 
/*                                      */
/*      Table of contents:              */
/*          HubL variables              */
/*          Macros                      */
/*          Base sets                   */
/*          Bootstrap standards     */
/*          Globals                     */
/*          Typography                  */
/*          Structure                   */
/*          Responsive         	*/
/*                                      */
/****************************************/

/*************** HubL variables ***************/







/*************** Macros ***************/
/*  Example use of macro (exclude HubL comment tags)
    a {
        color: red;
        font-size: 12px;
         
    }
*/










/*************** Base sets ***************/
*, *:before, *:after {
    -moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html, body {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}
  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://cdn2.hubspot.net/hubfs/2629098/Rocket%20LP/Buttons_Start%20a%20Free%20Trial%20%28Orange%29_small.png?t=1531127563464)
      url(https://cdn2.hubspot.net/hubfs/2629098/Blog%20Images/Featured%20img/Buttons_TrialOrange_small.png)
      url(https://cdn2.hubspot.net/hubfs/2629098/Sherpadesk_Product%20Page/E-BOOK-LP/Buttons_Start%20a%20EBook%20Blue_small.png?t=1513168783218)
      url(https://cdn2.hubspot.net/hubfs/2629098/Blog%20Images/Featured%20img/Buttons_TrialOrange_small.png?t=1512657965031)
      ;
}
.row-fluid [class*="span"].wrapper{
    width: 100%;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    float: none;
    padding-left:15px;
    padding-right:15px;
}
@font-face {
	font-family: "exo2sb";
	src: url("https://cdn2.hubspot.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://cdn2.hubspot.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://cdn2.hubspot.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
	}
/* ************* Responsive Bootstrap Standard ************ */
.page-center {
    display: table;
    float: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .page-center {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
    }    
}
@media (min-width: 750px) {
    .page-center {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto !important;
      margin-left: auto !important;
    }
}   
@media (min-width: 992px) {
  .page-center {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .page-center {
    width: 1200px !important;
  }
}




/*************** Globals ***************/

a {
    color: #8B8B8B;
    font-family: 'Raleway', sans-serif;
    line-height:22px;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus {
    color: #889fa7; 
    text-decoration: none;
}
a::visited{
    color:#5b7f95;
}
img {
    max-width: 100%;
}
.hs_cos_wrapper_type_rich_text table {
    width: 100%;
}


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


/*************** Typography ***************/

/* 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: 45px;
            max-width: 87% !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://cdn2.hubspot.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: unset !important;
        border: none !important;
        padding: 0 !important;
        box-shadow: none !important;
        right: 6%;
        bottom: 21px;
        
	}
	.orangeback .hs-form-field .input {
	        margin-top: -32px;
            padding-bottom: 25px;
	}
	.orangeback .hs-button:hover {
	    background-image: url(https://cdn2.hubspot.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;
    }
    .orangeback .hs-form-field > label {
        display:none;
    }
	
	.orangeback .hs-input::placeholder {
  color: red;
}
@media (max-width:500px) {
		.orangeback .hs-button {
		    right: 0%;
        width: 166px !important;
        position: relative !important;
        top: 0px;
		}
    .orangeback .actions{
        height: 70px;    }
}
  @media (max-width:768px) {

  input[type="submit"]{
    margin-top: 5px !important;
  }
  .hs-search-field{
    margin-top: 25px;
  }
  .row-fluid div.searchbar{
    margin-bottom: 20px !important;
    }
    .row-fluid .searchbar form{
    max-width: 100%;
    }
    div.block{
    padding-bottom: 20px;
    }
  }
	
.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;
	margin-left: 25%;
	}
.backBlue {
	background: #003052;
	width: 100%;
	position: relative;
	text-align: left;
	margin-bottom: 0 !important
	}
.backBlue:before {
	content: '';
	position: absolute;
	top: 0;
	background: #003052;
	width: 100vw;
	z-index: -1;
	height: 100%;
	transform: translateX(-50%);
	left: 50%;
	margin-bottom: 0 !important;
	margin-left: 25%;
	}
.noimg:before {
	content: '';
	position: absolute;
	background: #fff;
	z-index: -1;
	width: 100vw;
	height: 400px;
	transform: translateX(-50%);
	left: 50%;
	margin-bottom: 0 !important
	}

		.blue-section{
			background: #E3F8FF;
			border: 3px solid #579ae1;
			border-radius: 20px; 
      padding: 25px;
		}
		.formula-section{
			 background: #003052 !important;
			 border-radius: 5px;
			 max-width: 550px;
			 margin:auto;
			 position: relative;
      padding: 10px
		}


.BLOG h1{
			font-family: AdelleBold !important;
	    	font-size: 50px !important;
		    line-height: 60px !important;
		    text-align: center !important;
		    color: #ef7e3f !important;
		}
.BLOG h1 span{
		font-family: AdelleBold !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: 0px !important;
		}
.BLOG	h4 {
			font-family: AdelleBold !important;
		    font-size: 33px !important;
		    line-height: 40px !important;
		    text-align: center !important;
		    color: #003052 !important;
		    margin: 0 !important;
		}
.BLOG	h5{
			font-family: AdelleBold !important;
		    font-size: 27px !important;
		    line-height: 40px !important;
		    text-align: center !important;
		    color: #ef7e3f !important;
		    margin: 0 !important;
		    padding-bottom: 0 !important;
		}
	.BLOG	h3, .BLOG	h3 a{
			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;
		}
  .BLOG	h3 a{
        text-decoration: underline;  
    }
	.BLOG	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;
		}
.BLOG blockquote mark{
	font-family: inherit;
      background-color: unset;
  color: inherit;
	}
.BLOG blockquote span{
  font-family: inherit;
  font-size: inherit !important;
}
.BLOG blockquote a{
  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;
  text-decoration: underline;
}
.BLOG h3 span{
	font-family: inherit;
	}
	.BLOG	p, #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	p span, .BLOG	p span a{
			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 a{
        text-decoration: underline;
        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;
    }
	.BLOG	p mark{
			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 .topH1 { 
		    position: relative;
            margin-top: -120px;
            padding-bottom: 50px !important;
		}
		
	#textH2Blue{
			font-family: AdelleBold !important;
		    font-size: 33px !important;
		    line-height: 43px !important;
		    text-align: center !important;
		    color: #003052 !important;
		    margin: 0 !important;
		}
.blog-post-title a, .blog-post-title a span {
            font-family: AdelleBold !important;
	    	font-size: 50px !important;
		    line-height: 60px !important;
		    text-align: center !important;
		    color: #003652 !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;
		}
	.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;
		}
	
	.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;
		}
		
		@media (max-width:700px){
    .blog-post-title a {
        font-size: 36px !important;
        line-height: 40px !important;
    }
    .BLOG h1, .BLOG #textH1, .BLOG h1 span {
        font-size: 40px !important;
        line-height: 45px !important; 
    }
}
@media (max-width:500px) {
		.Float-img {
            float: none !important;
      		width: 100% !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://cdn2.hubspot.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://cdn2.hubspot.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;  
	}
  .searchbar{
    border-left: 7px solid #21bad1;
    margin-bottom: 20px;
}
.searchbar input{
    padding-top: 10px;
    padding-bottom:8px;
    color: #000000 !important;
    -webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.3) !important;
    box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.3) !important;
}
.searchbar input:focus{
   outline: -webkit-focus-ring-color auto 0px;
}
.searchbar input::placeholder{
  text-align: left;
}
.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-left:10px;
}
.searchbar .hs-search-field__suggestions #results-for{
  display:none;
}
.searchbar .hs-search-field__suggestions li{
  padding-top:5px;
}
.searchbar .hs-search-field__suggestions li a{
    color: #000000 !important;
}
.searchbar .hs-search-field__suggestions li a:hover{
        background-color: #e4f8ff !important;
}

/* -------- Basic text -------- */
p,
q {
    color: #8B8B8B;
    font-family: 'Raleway', sans-serif;
    font-size:18px ;
    font-weight: 400;
    line-height: 24px;
    -webkit-margin-before: 1rem;
    -webkit-margin-after: 1rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: ;
    padding: ;
    text-rendering: optimizelegibility;
}
span {
    font-family: 'Raleway', sans-serif;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
label {
    color: #8B8B8B;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
small {}
p.semi {
    font-weight: 600;
}
strong {
    font-weight: 600;
}
em {} /* render emphasise words */
cite {} /* emphasise the title */
code {} /* defines a computer code*/
pre {} /* preformatted text */
q {
    font-style: italic;
    font-weight: 300;
    line-height: ;
}

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

/* -------- Headings -------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    /*font-weight: 700; */
    text-rendering: optimizelegibility;
    margin-bottom:20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1 {
    font-size:56px ;
    line-height: 66px;
    color:#ffffff;
    font-weight: 400;
}
h2 {
    font-size: 28px;
    line-height: 33px;
    color:#21BAD1;
    font-weight:600;
}
h3 {
    font-size: 36px;
    line-height:42px;
    color:#fff;
    font-weight: 400;
}
h4 {
    font-size: 24px;
    line-height:30px;
    color:#889fa7;
}
h5 {
    font-size:18px ;
    line-height:21px;
    color:#21BAD1;
}
h6 {
    font-size: 16px;
    line-height:24px;
    color:#21BAD1;    
}
h7 {
    font-size: 16px;
    line-height:24px;
    color:#21BAD1;    
}



/* -------- Highlighted Text -------- */
::-moz-selection {
    color: #fff;
    background:#3399FF;
    text-shadow: none;
}
::selection {
    color: #fff;
    background:#3399FF;
    text-shadow: none;
}
::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
    color: rgba(0,0,0,0.75);
}




/* -------- Lists -------- */
ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
    color: #8B8B8B;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 22px;
    text-rendering: optimizelegibility;
}

.widget-type-rich_text ul {
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin: 1rem 0;
    padding: 0;
}
.widget-type-rich_text ul li {
    padding-left: 0;
}
.widget-type-rich_text ul li:before {
    
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}





/* -------- 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 {
    border-bottom: 1px solid #CDCDCD;
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 18px;
    line-height: 21px;
    color: #8B8B8B;
    font-weight: 400;
    border-radius:0;
}
.hs-input:focus{
    outline: 0;
    border-bottom: 2px solid #21BAD1;
}
select {
    -webkit-appearance: none;
    background: transparent;
}
.hs-form-field > label{
     
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;

    color: #8B8B8B;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: 7px;
    display: block;
}
.hs-form-field > label.red{
    color:#DA0000;
}
.hs-form-field > label.sel{
    color: #21BAD1;
    font-size: 12px;
    line-height: 14px;
    top: -11px;
}
.hs-form-field > label.upM{
    color: #21bad1;
    font-size: 12px;
    line-height: 14px;
    top: -11px;
}
.hs-form-field {
    margin-top: 35px;
    position:relative;
}
input[type="checkbox"]{
    margin-right:25px;
}
textarea{
    height:130px !important;
    resize: vertical;
}

/*input[type="submit"]{
    width: 100%;
    -webkit-appearance: none;
    background-color: #21BBD2;
    background: -webkit-linear-gradient(left,rgba(33,187,209,1),rgba(126,126,185,1));
    background: -o-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1));
    background: -moz-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1));
    background: linear-gradient(to right,rgba(33,187,209,1),rgba(126,126,185,1));
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
input[type="submit"]:hover{
    background-color:#7E7EB9;
    background: -webkit-linear-gradient(left,rgba(126,126,185,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
/*    background: -o-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
/*    background: -moz-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
/*    background: linear-gradient(to right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Standard*/
/*    color:#fff;  
    text-decoration: none;
}
*/
input[type="submit"] {
    background-image: url(https://cdn2.hubspot.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: unset !important;
    border: none !important;
    padding: 0 !important;
    color: #fff !important;
    cursor:pointer;
    font-weight: 700;
    /*margin-left: 20%;*/
    margin-top: 15%;
    font-size: 16px;
}
input[type="submit"]:hover{
    background-image: url(https://cdn2.hubspot.net/hubfs/2629098/Blog%20Images/Featured%20img/Buttons_TrialOrange_small.png) !important;
    transition: all .2s ease-in;
    color: #fff !important;
}

#Ebook{
    background-image: url(https://www.sherpadesk.com/hubfs/Sherpadesk_Product%20Page/E-BOOK-LP/Buttons_Start%20a%20EBook%20Orange_small.png?t=1513168783218) !important;
    background-repeat: no-repeat !important;
    width: 281px !important;
    height: 70px !important;
    background-color: rgba(0, 170, 238, 0) !important;
    border: none !important;
    padding: 0 !important;
    color: #fff !important;
    cursor:pointer;
    font-weight: 700;
    margin-left: -4%;
    margin-top: 0%;
    font-size: 16px;
}
#Ebook:hover{
    background-image: url(https://www.sherpadesk.com/hubfs/Sherpadesk_Product%20Page/E-BOOK-LP/Buttons_Start%20a%20EBook%20Blue_small.png?t=1513168783218) !important;
    transition: all .2s ease-in;
    color: #fff !important;
}
.blog-email-subs-wrapper .hs-form-field .input {
    margin-top: -30px;
}

.hs-form-field .input{
    display:table;
    width:100%;
}
.invalid.error{
    border-bottom: 1px solid #DA0000;
}
.hs-error-msgs{
    position:absolute;
}
.hs-error-msgs li label{
    font-size: 12px;
    line-height: 14px;
    color: #DA0000;
}
.hs-error-msgs li{
    list-style-type:none;
}
.hs-form-checkbox, .hs-form-radio{
    width:50%;
    float:left;
    list-style-type:none;
    margin-top:30px;
}
.hs-form-checkbox input, .hs-form-radio input{
    margin-right: 27px;
}
form .hs-richtext{
    text-align:center;
}

form{
    max-width: 570px;
    margin: auto !important;
    float: none !important;
}
form legend{
    color:#8B8B8B;
    font-size:18px;
    margin-bottom: 0;
}
/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}
.body-container .hs_cos_wrapper_type_rich_text ul, .body-container .hs_cos_wrapper_type_rich_text ol{
    padding-left: 42px;
}


.submitted-message{
    font-family: exo2light,AdelleBold !important;
    font-size: 33px;
    font-weight: 900;
    color: #fff;
    padding-bottom: 25px;
}










/*************** Structure ***************/
/*.......................................

            Header

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

nav ul ul li:hover{
    background-color: #0676d2 !important;
    border: none !important;
    width: 250px !important;
}
#top:hover {
    padding-left:9px !important;
    padding-right: 5px;
    margin-right: -5px;
}
.lp-header{
    position:absolute;
    top:0;
    left:0;
    padding-top:0px;
    z-index:3;
    right:0;
    background: rgba(255, 255, 255, 0);
    padding-bottom:20.5px;
    padding-top: 36px;
  max-width: 100%;
}

.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: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #002D52;
    padding-left:4px;
    padding-right:12px;
        font-family: 'PT Sans',sans-serif !important;
}



.lp-header .menu{
    padding-top:26px !important;
}


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

.lp-header .logo{
      width:145px !important;
    padding-left:10px
    }
  .lp-header .white-logo{
      width:145px !important;
    padding-left:10px
    }
.lp-header .logo img, .lp-header .white-logo img{
    width: 145px!important;
  }

@media (max-width:767px){


body .container-fluid .row-fluid .lp-header .menu{
    display:none;
    min-width:20px !important;
}

body .container-fluid .row-fluid .lp-header .menu.mobile-menu{
    display:block;
}
    
body .container-fluid .row-fluid .login-signup{
    display:none;
}   
    
}
@media (min-width: 768px) {
  .mobile-singin-button{
  display:none;
  }   
}
@media (min-width: 768px) and (max-width: 1140px) {
  .lp-header .login-signup ul li, .lp-header .login-signup ul li a {
  font-size: 11.2px !important; 
  }
  .lp-header .login-signup ul li:last-child a {
    padding: 16.5px 15px !important;
  }
  .lp-header .login-signup ul{
  text-align:left !important;
  }
}
@media (min-width: 768px) and (max-width: 938px) {
  body .container-fluid .row-fluid .lp-header .login-signup {
  margin-left:-20px
  }
  .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{
  font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 925px) {
			.lp-header .login-signup ul li, .lp-header .login-signup ul li a{
			margin-right:0px !important;
			}
  	.lp-header .login-signup ul{
  		margin-top: -27px !important;
      margin-left: 30px;   
  	}
  .lp-header .login-signup ul li:first-child  {
        width: 122px;
        float:right;
  }
  .lp-header .login-signup ul li:last-child {
        margin-top: 10px;
  }
		} 

@media (min-width:1200px){
    
    .lp-header .menu{
        padding-left:1%;
    }
}

.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;
    color: transparent !important;
    background-size: cover !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 !important;*/
}

.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: 16.5px 6px ;
    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;
}
.lp-header ul li span#A2{
    font-family: 'PT Sans',sans-serif;
}
.custom-menu-primary .hs-menu-wrapper>ul li{
        font-size:15px;
}

@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;
    }
    
    #Ebook{
        background-size: 220px;
        margin-left: 0%;
    }
    
}
@media (max-width:1000px){
.lp-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    padding-right: 2.9%;
}
}
@media (max-width:900px){
        .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 {
        font-size:13px;
    }
}
@media (max-width:767px){
    .lp-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
        padding-right: 0%;
    }
}


/* 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 {
   /* color: #ff8400;*/
}

.scroll-header .lp-header .login-signup ul li:last-child a {
   /* border: solid 1px #ff8400;*/
}



@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: 173px;
    top: 17px;
    right: 36px;
    min-height: 35px;
  }
  .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;
  color: transparent;
  }
    .scroll-header .lp-header .login-signup {
        padding-top: 0px;
    }
    
    .scroll-header .lp-header {
        padding-bottom: 0.5px;
        padding-top: 15.5px;
    }
    
    .scroll-header .mobile-trigger{
        top:19px !important;
    }
    
    .lp-footer-bottom-bar .social-icons ul{
        width:100%;
        max-width:260px;
        float:none;
        margin:0 auto 18.4px;
    }
    .row-fluid [class*="span"]{
        margin: 0!important;
    }
}

@media (max-width:1000px){
     .lp-header .logo{
      width:125px !important;
    }
  .lp-header .white-logo{
      width:125px !important;
    }
  .lp-header .logo img, .lp-header .white-logo img{
    width: 125px!important;
  }
}

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

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

/* Trial Section */

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

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


/* -------- Main menu ------------- */

/* -------- Other elements -------- */

/* global */

.btn{
    border: 2px solid #fff;
    background-color:transparent;
    color:#fff;
    padding: 9px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
	
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

       
}
.btn:hover{
    color:#21BACF;
    background-color:#fff;
    text-decoration: none;
}

/*.btn-solid{
    background-color: #21BBD2; /* For browsers that do not support gradients 
    background: -webkit-linear-gradient(left,rgba(33,187,209,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
 /*   background: -o-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
/*    background: -moz-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
 /*   background: linear-gradient(to right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Standard*/
/*    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.btn-solid:hover{
    background-color:#7E7EB9;
    background: -webkit-linear-gradient(left,rgba(126,126,185,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
/*    background: -o-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
 /*   background: -moz-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
 /*   background: linear-gradient(to right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Standard*/
 /*   color:#fff;  
    text-decoration: none;
}
*/
.btn-solid {
      background-image: url(https://cdn2.hubspot.net/hubfs/2629098/Blog%20Images/Featured%20img/Buttons_TrialBlue_small.png?t=1512657965031) !important;
    background-repeat: no-repeat !important;
    width: 167px !important;
    height: 50px !important;
    background-color: unset !important;
    border: none !important;
    padding: 13px 61px 19px 38px !important;
    color: #fff !important;
    font-weight: 800;
}
.btn-solid:hover{
    background-image: url(https://cdn2.hubspot.net/hubfs/2629098/Blog%20Images/Featured%20img/Buttons_TrialOrange_small.png?t=1512657965031) !important;
    transition: all .2s ease-in;
    color: #fff !important;
}


/* Landing Page */
.header-logo-section{
    padding: 13px 0 16px;
    text-align:left;
}
.header-logo-section img{
    width:163px !important;
    height:auto;
}
.hero-banner{
    position:relative;
    z-index:2;
}
.banner-header-section{
    height: 523px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
    text-align:center;
    position:relative;
    background-attachment: fixed;
}
.banner-header-section a:last-child{
    border: 2px solid #fff;
    background-color:transparent;
    color:#fff;
    padding: 9px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.banner-header-section a:last-child:hover{
    color:#21BACF;
    background-color:#fff;
    text-decoration: none;
}
.banner-header-section .page-center{
    display: table-cell;
    vertical-align: middle;
}
.banner-header-section p{
    font-size:26px;
    color:#fff;
    margin-bottom:40px;
}
.banner-header-section .fa{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    font-size: 26px;
    color: #fff;
    z-index:2;
    width: 16px;
    margin: 0 auto;
}
.banner-header-section .fa:hover{
    cursor: pointer;
}

.white-background{
    background-color:#fff;
}
.offer-image{
    text-align:right;
}
.offer-content{
    padding-top:90px; 
    padding-bottom:100px;
}
.offer-content a:last-child{
    background-color: #21BBD2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(33,187,209,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Standard*/
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-top:50px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.offer-content a:last-child:hover{
    background-color:#7E7EB9;
    background: -webkit-linear-gradient(left,rgba(126,126,185,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Standard*/
    color:#fff;  
    text-decoration: none;
}
.offer-content img, .left-box, .right-box{
    opacity:0;
}
.offer-content h2{
    margin-bottom:43px;
}
.offer-content .btn-solid{
    margin-top:38px;
}
.social-share-icons{
    display: block;
    justify-content: center;
    align-items: center;
    border-top:1px solid #F1F1F1;
    padding-top: 14px;
    padding-bottom: 15px;
}
.social-share-icons img{
    max-width: 100% !important;
    width: auto;
    max-height: 100% !important;
    height: auto;
}
.social-share-icons p{
    font-weight: 700;
    color: #7E7EB9;
}
.social-share-icons .fa{
    color: #21BBD1;
     
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.social-share-icons .fa:hover{
    color: #7E7EB9;
}
.social-share-icons a{
    margin-left: 45px;
    font-size: 25px;
    display:inline-block;
}
.social-share-icons a.fb-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/522195/SphereOne/SVGLogoNew/icon-fb-hover.svg');
}
.social-share-icons a.linked-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/522195/SphereOne/SVGLogoNew/icon-linkedin-hover.svg');
}
.social-share-icons a.twitter-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/522195/SphereOne/SVGLogoNew/icon-twitter-hover.svg');
}
.social-share-icons a.google-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/522195/SphereOne/SVGLogoNew/icon-googleplus-hover.svg');
}
.social-share-icons a.pinterest-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/522195/SphereOne/SVGLogoNew/icon-pinterest-hover.svg');
}
.social-share-icons a.mail-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/522195/SphereOne/SVGLogoNew/icon-mail-hover.svg');
}
.social-share-icons a.reddit-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/2629098/Design/Icons/reddit-share-hover.svg');
}


.testimonial-box{
    background-color: #fff;
    position: relative;
    padding-top: 81px;
    padding-left: 75px;
    padding-right: 75px;
    text-align:center;
    margin-bottom: -300px;
    padding-bottom: 300px;
}
.testimonial-box img{
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.testimonial-box p.client-name{
    font-size: 18px;
    color: #21BAD1;
    font-weight: 700;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 6px;
}
.testimonial-box p.client-role{
    color: #7E7EB9;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
}
.testimonial-header{
    position:relative;
    z-index:2;
}
.testimonial-content{    
    padding-top: 57px;
}
.testimonial-content, .testimonial-content p{
    font-size: 14px;
    line-height: 24px;
    color: #8B8B8B;
    font-style: italic;
    font-family: "Times New Roman", Serif;
    position:relative;
    margin:0;
    text-align:initial;
}
.testimonialsmall-box{
    max-width: 970px;
    margin: auto !important;
    float: none !important;
    padding-top: 90px;
    padding-bottom: 80px;
    position:relative;
    z-index:2;
    height: auto;
    overflow: hidden;
}
.testimonial-section{
    padding-bottom: 125px;
    padding-top: 70px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}
.testimonial-section h3{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.testimonial-content:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #21BBD1;
    font-size: 28px;
    position: absolute;
    left: -50px;
    margin-top: -8px;
}
.testimonial-content:after {
    content: "\f10e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #21BBD1;
    font-size: 28px;
    position: absolute;
    right: -45px;
    bottom: 10px;
}
.gradient-overlay{
    background-color: #21BBD2;
    background: -webkit-linear-gradient(rgba(126,126,185,0.84),rgba(33,187,209,0.84));
    background: -o-linear-gradient(rgba(126,126,185,0.84),rgba(33,187,209,0.84));
    background: -moz-linear-gradient(rgba(126,126,185,0.84),rgba(33,187,209,0.84));
    background: linear-gradient(rgba(126,126,185,0.84),rgba(33,187,209,0.84));
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    left: 0;
    right: 0;
}
.form-section{
    padding-top:80px;
    padding-bottom:120px;
}
.section-form h3{
    color: #21BAD1;
    text-transform: uppercase;
    text-align:center;
    margin-bottom:35px;
}

.footer-section {
    background-color: #7D80BA;
}
.footer-section p{
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}
.footer-section p a{
    color: #fff;
    text-decoration:none;
}
.footer-section p a:hover{
    color: #21BAD1;
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}







/* ==== THANK YOU ==== */
.header-section{
    padding:17px 0;
}
.header-section img{
    width: 163px !important;
    height: auto;
}
.header-menu{
    text-align:right;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    max-width: 100%;
    white-space: normal;
    font-size: 16px;
    line-height: 19px;
    color: #8B8B8B;
    font-weight: 400;
    padding: 12px 0 20px;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a{
    color: #7E7EB9;
    border-bottom: 4px solid #21BBD2;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    height:40px;
    padding: 0 10px;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
    background-color: #21BBD2;
    background: -webkit-linear-gradient(left,rgba(33,187,209,1),rgba(126,126,185,1));
    background: -o-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1));
    background: -moz-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1));
    background: linear-gradient(to right,rgba(33,187,209,1),rgba(126,126,185,1));
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;

     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child:hover a{
    background-color: #21BBD2;
    background: -webkit-linear-gradient(left,rgba(126,126,185,1),rgba(126,126,185,1));
    background: -o-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1));
    background: -moz-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1));
    background: linear-gradient(to right,rgba(126,126,185,1),rgba(126,126,185,1));
}



.blue-overlay{
    position: absolute;
    background-color: #21BBD2;
    background: -webkit-linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
    background: -o-linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
    background: -moz-linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
    background: linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.parallax-banner{
    height: 500px;
    display: table;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    margin-top: 115px;
}

.display-middle{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    max-width: 500px;
}
.display-middle .banner-content{
    max-width: 900px;
    width: 100%;
    margin: auto !important;
    float: none;
    position:relative;
    z-index:2;
}
/*
.banner-content a:last-child{
    border: 2px solid #fff;
    background-color:transparent;
    color:#fff;
    padding: 9px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-top:40px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.banner-content a:last-child:hover{
    color:#21BACF;
    background-color:#fff;
    text-decoration: none;
}
.banner-content a:nth-last-child(2){
    border: 2px solid #fff;
    background-color:#fff;
    color:#21BACF;
    padding: 9px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-right:35px;
    margin-top:40px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.banner-content a:nth-last-child(2):hover{
    color:#fff;
    background-color:transparent;
    text-decoration: none;
} */
.parallax-banner .banner-content h1 {
    text-transform: capitalize;
}
.banner-content p{
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}
.blogpost-section {
    padding-top: 80px;
    padding-bottom:160px;
}
.blogpost-header{
    text-align:center;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 90px;
    padding-bottom: 35px;
}
.blogpost-header h2{
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 33px;
}


.blogpost-box{
    background-color:#F1F1F1;
    margin-bottom: -300px;
    padding-bottom: 300px;
}
.blogpost-box img{
    width:100%;
    object-fit:cover;
}
.blog-smallbox{
    padding:48px 40px 60px;
}
.blog-smallbox h5{
    margin-bottom:15px;
}
.blog-smallbox p{
    font-size: 14px;
    line-height: 16px;
    margin:0;
}
.blog-smallbox p > span{
    color: #7E7EB9;
    font-weight:700;
}
.blog-content{
    padding-top:35px;
}
.blog-content p{
    line-height:24px;
}
.blog-smallbox .btn-solid{
    margin-top:40px;
}
.blog-container{
    overflow:hidden;
}






/*** Blog List ***/

.author-social-icon {
    display: inline-flex;
}
.author-social-icon li {
    list-style-type: none !important;
    padding-right: 10px !important;
}
.hs-author-social-links{
    padding-top: 30px;
}
.hs-author-social-links h2{
    font-size: 40px;
}
.hs-author-social-links p{
    color: #000000;
}
.hs-author-avatar img{
    border-radius: 200px;
}
.blog-section-wrapper{
    padding-top: 100px;
    padding-bottom:50px;
}
.blog-section-wrapper .post-item{
    padding-bottom: 30px;
}
.post-item .post-body{
    padding: 42px 30px 50px;
    background: #fff;
}
.blog-section .banner-content h1,
.blog-section .banner-content h2 {
    text-transform: uppercase;
    font-size: 56px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 400;
}
.post-body{
    color: #8B8B8B;
    font-family: 'Raleway', sans-serif;
    font-size:18px ;
}
.author-date-published{
    padding: 5px 0;
    font-size: 16px;
}
.content-body{
    line-height: 24px;
    font-size: 14px;
    margin-top: 21px;
    height: 145px;
}
.post-body p{
    font-size: 14px;
    margin-top:0;
}
.post-body h4{
    font-weight: 600;
    font-size: 21px;
    margin-bottom:12px;
    line-height: 21px;
}
.post-body h4 a{
    color: #21BAD1;
    font-size: 25px;
}
.post-body a.author-link, .post-body p.author-date-published span{
    color: #003652;
    font-weight: 600;
    font-size:16px !important;
    line-height: 24px !important;
}
.post-body a.blog-read-more{
    top: 15px !important;
    position: relative;
    
}
.banner-section .banner-content p{
    width: 70%;
    margin: 0 auto;
}
.featured-image-wrapper .hs-featured-image{
    float: none;
    margin: 0;
    max-width: 100%;
    height: 178px;
    width: 100%;
    object-fit: cover;
}

.blog-email-subs-wrapper{
    border: 1px solid #e3e3e3;
    padding: 33px 30px 55px;
}
.blog-email-subs h3{
    display: none;
}
.blog-email-subs-wrapper h3{
    color: #21BAD1;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
}
.blog-email-subs-wrapper p{
    line-height:21px;
}
.blog-email-subs .hs-form-field{
    margin-top: 35px;
}
.blog-email-subs input[type="submit"]{
    margin-top: 60px;
}
.blog-email-subs{
    margin-top:10px;
}
.blog-topics{
    margin-top: 85px;
}
.blog-topics .widget-module li.sel a{
    text-decoration: underline;
    color: #21bad1;
}
.blog-topics h3{
    color: #21BAD1;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 2px solid #ececec;
    padding-bottom: 20px;
    margin-bottom:30px;
    font-weight: 600;
}
.blog-topics ul li{
    list-style: none;
}
.blog-topics ul li a{
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
}
.blog-topics ul li a:hover{
    text-decoration: underline;
    color: #21BAD1;
}
.blog-topics ul li span{
    display:none;
}

.custom-pagination{
    border: 1px solid #e8e8e8;
    padding: 20px;
    position: relative;
}
.custom-pagination .i-prev{
    position: absolute;
    left: 40px;
    margin-top: -13px;
    top: 50%;
}
.custom-pagination .i-next{
    position: absolute;
    right: 40px;
    margin-top: -13px;
    top: 50%;
}
.i-prev i, .i-next i{
    font-size: 23px;
}
.pagination-wrapper{
    margin: 0 auto;
    display: table;
}
.pagination-wrapper .prev{
    position: absolute;
    left: 55px;
    padding: 0 15px!important;
    margin-top: -16px;
    top: 50%;
}
.pagination-wrapper .next{
    position: absolute;
    right: 55px;
    padding: 0 15px!important;    
    margin-top: -16px;
    top: 50%;
}
.pagination-wrapper .pagination a {
    float: left;
    padding: 0 20px;
}
.pagination a{
    font-size: 18px;
}
.pagination a i{
    font-size: 30px;
}
.pagination-wrapper .selected{
    padding: 0 9px 0 9px;
}
.pagination-wrapper a.active{
    color: #7d80ba;
    border-bottom:  4px solid #21bbd1;
    padding: 0 20px 14px 20px;
}
.pageNo.pagination {
    display: table;
    position: relative;
    top: 9px;
}
.pageN {
    float: left;
    position: relative;
    top: 5px;
}
.thank-u-message{
    padding: 80px 10px 50px 10px;
    text-align: center;
}
.thank-u-message h2{
    font-size: 36px;
    line-height: 42px;
}

/* === BLOG DETAILS === */
.post-header img{
    margin-bottom:50px;
}
.blog-details .post-header h1 {
    font-size: 28px;
    line-height: 33px;
    color: #21BAD1;
    font-weight: 600;
}





/* end of other elements */

/* +++++++++++++++++++++++++++++++++++++++++++++++++
                    Responsive                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

 /* Header */
    
    .lp-header {
        padding-top: 36px;
    }
    
    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: 100%;
        min-width: 499px;
        
    }
    
    body .container-fluid .row-fluid .lp-header .login-signup{
        padding-top: 22px;
        min-width: 280px;
        
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .lp-header ul li{
        padding-right:0;
        padding-left:0;
        font-family: 'PT Sans',sans-serif;
    }
    
    .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: 15px;
        letter-spacing: .7px;
    }
    
    .lp-header .login-signup ul li, .lp-header .login-signup ul li a{
        font-size:16px;
    }
    
   
 /* 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;
    }

}


/* ================  Desktop ================ */
@media(min-width:768px) and (max-width:900px) {
     
}
@media only screen and (min-width: 1300px) {
    
}
@media only screen and (min-width: 1366px) {
    
}
@media only screen and (min-width: 1900px) {
   
}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/* end of tablet (portrait and landscape) */
}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {   

}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
	/* end of mobile (portrait and landscape) */
	.offer-image{
        text-align:center;
    }
    .offer-content img{
        margin-bottom:50px;
    }
    .social-share-icons {
        display: table;
        margin: 0 auto;
    }
    .social-share-icons p{
        text-align: center;
    }
    .testimonial-box{
        margin-bottom:100px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom:50px;
    }
    .social-share-icons a {
        margin-left: 20px;
    }
    .social-share-icons a:first-child {
        margin-left: 0;
    }
    .testimonial-section{
        padding-bottom:0;
    }
    .hs-form-checkbox, .hs-form-radio {
        width: 100%;
    }
    h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .testimonial-content:before {
        left: -35px;
    }
    .testimonial-content:after {
        right: -35px;
    }
    .offer-content img, .left-box, .right-box{
        opacity: 1;
    }
    
    /*** Blog ***/
    .display-middle{
        padding:50px 0;
    }
    .display-middle .banner-content{
        width: 100%;
    }
    .blog-section-wrapper .post-item{
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .custom-pagination{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .thank-u-message h2{
        font-size: 24px;
        line-height: 34px;
    }
    .custom-pagination .i-prev{
        left: 10px;
    }
    .custom-pagination .i-next{
        right: 10px;
    }
    .pageN {
        display: none;
    }
    .pagination .prev-link,
    .pagination .next-link {
        padding: 0 !important;
    }
    .pagination-wrapper .prev{
        left: 16px;
    }
    .pagination-wrapper .next{
        right: 16px;
    }
    .thank-u-message{
        padding: 40px 10px 15px 10px;
    }
    .banner-content a:nth-last-child(2){
        width: 100%;
        margin-right: 0;
    }
    .banner-content a:last-child{
        width: 100%;   
        margin-top:20px;
    }
    .blog-smallbox {
        padding: 48px 15px 60px;
    }
    .blogpost-box{
        margin-bottom: 50px;
        padding-bottom: 0;
    }
    .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
        text-align:center;
        padding: 15px 0px;
    }
    .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
        padding:0 35px;
        height:auto;
    }
    .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
        width:100% !important;
    }
    .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a{
        border-bottom:0;
    }
    .banner-section .banner-content p {
        width: 100%;
    }
    .blog-section .parallax-banner {
        height: 100%;
    }
   
    #comments-listing .comment:before{
        left: -87px !important;
    }
    #comments-listing .comment{
        margin-left: 80px !important;
        padding: 20px 10px !important;
    }
    #comments-listing .depth-1 {
        margin-left: 95px !important;
    }
    .comment .comment-date {
        position: initial !important;
    }
    .parallax-banner {
        background-attachment: inherit;
    }
    .offer-content{
        text-align: center;
    }
    
}

/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 768px) {
.parallax-banner{
    margin-top:59px;
}
}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 320px) {
	
}

/* ==========================================================================
   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: 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 !important;; /* Mouse pointer type on hover */
    position: absolute !important;; /*******************************************/
    top: 25px !important;;          /* Position Button at right of screen  */
    right: 37px !important;;        /*******************************************/
    width: auto !important;; /* Button width */
    height: auto !important;; /* Button height */      
    padding: 7px 10px 8px 10px !important;;
    font-size: 16px !important;;
    font-weight: 400 !important;;
    text-align: left !important;;
    text-transform: uppercase !important;;
    -webkit-border-radius: 4px !important;;
    -moz-border-radius: 4px !important;;
    border-radius: 4px !important;;
    color: #000000 !important;; 
    border:0 !important;;
    background:transparent !important;;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #3379c3; 
    border-color: transparent;
  }

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


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

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

  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
    top: -10px !important;
  }
/* .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: -6px; /* Position top line */
/*  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
/*  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff;
      color:#ffffff;
  /* Icon color */
  } 
  
  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: rgba(0, 170, 238, 0);
    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;
}

@media (max-width:350px){

  .mobile-trigger i {
  top:-2px;
  }
}
  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    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{
  }

 /* Header */
    
    .lp-header{
        padding-top:13px;
    }
    
    .lp-header .logo{
        padding-top:4px;
    }
    
    .lp-header .logo img, .lp-header .white-logo img{
        width:100%;
        max-width:150px;
    }

    .menu{
      position: relative;
      z-index:9999;
    }
    
    @media (max-width: 915px) and (min-width: 768px){
      .cta-section{
    margin-top: 16px !important;
  }
     /* 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;
    }
}


/*============================== New Footer Styling ========================== */
.author-grp{
    max-width: 770px;
    margin: 51px auto;
    float: none; 
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1.5px #b4bdc2;
    display: block;
    min-height: 177px;
    padding: 40px;
    box-shadow: 0px 0px 2px #b4bdc2;
}
body .container-fluid .row-fluid .footer-trial-section {
    padding: 200px 0 178px;
    text-align: center;
    max-width: 546px;
    margin: 0 auto !important;
    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;
    background: #ff4826;
    border: 1px solid #ff4826;
    border-radius: 4px;
    color: #fff;
    transition: all .2s ease-in;
}
body .footer-trial-section a.cta_button:hover {
    background-color: #fff;
    color: #ff4826;
}

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

.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;
    font-family: exo2light;
    font-weight: 500;
}

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

.footer-menu-section ul li {
    max-width: 190px;
    padding: 7px 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;
    font-family: exo2light;
}

#GRsocLink{
    width: 107%;
    margin-left: -3px;
}

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

.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: 20px;
}

.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:first-child {
}

.footer-social-links ul li {
    padding: 23px 23px 20px;
    display: block;
    float: left;
}
.post-body a.blog-read-more {
        top: 50px !important;
    }
    .btn-solid {
        margin-left: -19px !important;
    }   
    .content-body{
    margin-bottom: 21px;
    }

}


@media(max-width:767px){
.author-grp{
    min-height:270px;
    margin: 31px auto;
    padding: 20px;
}
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;
}

}