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

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

/*=== Inter Font Import ===*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap');*/
@import url('https://rsms.me/inter/inter.css');
/* 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    */
/*****************************************/

/* Font Family and Colors */
    /*  */
    /* {  Used on global 'Background Overlay Color '  |  Ex. "color: #030047;" #} */
    /* {  Used on global 'Background gradient Color '  |  Ex. "color: #030047;" #} */
 /* { DarkBlue  | EX "color: ;" } */



                          /*  */
                         /*  */
                          /*  */
            /*  */






/* Wrappers */
                          /*  */
                          /*  */
                          /*  */


body{
	padding:0;
	font-size: 17px;
	line-height:1.5;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
	font-family:'Inter', sans-serif;;;
	width:100%;
	background:#ffffff;
	margin:0 auto;
	max-width:100%;
	color: #030047
}

.row-fluid [class*="span"] .wrapper{
	width: 100%;
	max-width: 1144px;
	margin: 0 auto;
	float: none;
	padding: 0 20px;    
}


/*======Heading,Para & List Items Styling=======*/

h1,h2,h3,h4,h5,h6{
	font-family:'Inter', sans-serif;;;
	color: #000000
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
}h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
	text-transform:initial;
	margin:0;
	padding:0;
	text-decoration:none;
	margin-bottom:15px;
}

a{
	margin-bottom:0;

}

h1{
	font-size: 55px;
	line-height: 68px;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing:-1.1px;
}

h2{
	font-size: 45px;
	line-height: 54px;
	margin-bottom:10px;
	font-weight: 700;
	letter-spacing:-0.9px;
}

h3{
	font-size:36px;   
	line-height:44px;
	font-weight:700;
	letter-spacing:-0.72px;
}

h4{
	font-size:28px;   
	line-height:38px;
	margin-bottom: 10px;
	font-weight:700;
	letter-spacing:-0.56px;
}

h5{
	font-size: 24px;
	line-height:32px;
	margin-bottom: 10px;
	font-weight:bold;
}

h6{
	font-size: 16px;
	line-height: 29px;
}

p{
	font-size: 17px;
	line-height:30px;
	margin-bottom: 15px;
	font-weight:500;
}

.letter-spacing-zero h1,
.letter-spacing-zero h2,
.letter-spacing-zero h3,
.letter-spacing-zero h4,
.letter-spacing-zero h5,
.letter-spacing-zero h6 {
	letter-spacing:0px;
}

h4+p{
	margin-top:15px;
}

body img{
	vertical-align: middle;
}

.base-fontFamily h1,
.base-fontFamily h2,
.base-fontFamily h3,
.base-fontFamily h4,
.base-fontFamily h5,
.base-fontFamily h6,
.base-fontFamily p,
.base-fontFamily a,
.base-fontFamily li {
	font-family: 'Inter', sans-serif;;;
}

.base-color h1,
.base-color h2,
.base-color h3,
.base-color h4,
.base-color h5,
.base-color h6,
.base-color p,
.base-color li,
.base-color a {
	color: #030047;
}
.font-weight-medium h1,
.font-weight-medium h2,
.font-weight-medium h3,
.font-weight-medium h4,
.font-weight-medium h5,
.font-weight-medium h6,
.font-weight-medium p,
.font-weight-medium a,
.font-weight-medium li {
	font-weight: 500;
}
.font-weight-four h1,
.font-weight-four h2,
.font-weight-four h3,
.font-weight-four h4,
.font-weight-four h5,
.font-weight-four h6,
.font-weight-four p,
.font-weight-four a,
.font-weight-four li {
	font-weight: 400;
}
.font-weight-three h1,
.font-weight-three h2,
.font-weight-three h3,
.font-weight-three h4,
.font-weight-three h5,
.font-weight-three h6,
.font-weight-three p,
.font-weight-three a,
.font-weight-three li {
	font-weight: 300;
}
.font-weight-bold h1,
.font-weight-bold h2,
.font-weight-bold h3,
.font-weight-bold h4,
.font-weight-bold h5,
.font-weight-bold h6,
.font-weight-bold p,
.font-weight-bold a,
.font-weight-bold li {
	font-weight: 700;
}

* {
	-webkit-tap-highlight-color: transparent;
}

.header-container-wrapper{
	/*   border-bottom: 2px solid rgb(3, 0, 71); */
}

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

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

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

.body-container-wrapper li{
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing:.2px;
	margin-bottom: 8px;
	position: relative;
	margin-left: 30px;
}

.body-container-wrapper .all-text-white li:before{
	background:#fff;
}

a{
	color: #030047;    
}

.fa{
	color:#333;
}

.blog-section .post-body p a span {
	border-bottom: 1px solid #ffcc3e;
	box-shadow: inset 0 -7px 0 #ffcc3e;
	transition: all .25s ease-in-out;
	padding: 2px 2px 0 2px;
}

.blog-section .post-body p a span:hover {
	/*background-color: #ffcc3e;*/
	box-shadow: inset 0 0 0 rgba(255, 204, 62, .5);
	border-bottom: 1px solid rgba(255, 204, 62, .75);
}

.blog-section .post-body p a.cta_button span {
	box-shadow: none;
	border-bottom: none;
}
.banner.announcement {
	padding-top: 6px;
	padding-bottom: 6px;
	max-width: 100%;
}

.banner.announcement p, .banner.announcement div, .banner.announcement .heading {
	max-width: 100%;
}

body .row-fluid a.cta_button.announcement-cta {
	font-size: 17px;
	line-height: 20px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	box-shadow: none;
	color: #ffffff;
	font-weight: 500;
	background: transparent;
	border: 0;
	border-bottom: 3px solid #ffcc3e;
	text-transform: none;
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-ms-transition: .3s all ease-in-out;
	outline: 0;
}

body .row-fluid a.cta_button.announcement-cta:hover {
	background: transparent;
}

/*======Blockquote Styling======*/

blockquote{
	margin: 0;
	font-size: 18px;
	font-style: italic;
	color:#b2b2b2;
	font-weight: 300;
	padding-left: 18px;
	border-left: 2px solid #030047;
	margin-left: 4px;
	margin-top:25px
}

/*========CTA Styling========*/

.widget-type-cta{
	margin-top:15px;
}
body .row-fluid .header-section .menu-cta .widget-type-cta {
	margin-top:0px;
}

/*========CTA Styling========*/

body .row-fluid a.cta_button,
body .row-fluid .cta_button a,
body .row-fluid form .hs-button,
input.hs-button {
	font-size: 13px;
	letter-spacing:1.17px;
	line-height: 17px;
	padding: 16px 32px;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-transform:uppercase;
	box-shadow: none;
	color: #030047;
	background: transparent;
	border:2px solid #ffcc3e;
	font-weight: 700;
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out;
	-ms-transition:.3s all ease-in-out;
	outline:none;
}


.shadow-cta .btn-span {
	display:block;
	box-sizing:border-box;
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	border-radius: 0.05rem;
	background-color: #ffcc3e;
	box-shadow: 0 0 0 1px #ffcc3e;
	-webkit-transform: translate(5px,-10px);
	-ms-transform:translate(5px,-10px);
	transform: translate(5px,-10px);
	-webkit-transition: -webkit-transform 150ms ease-out;
	transition: -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out;
	transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
	z-index:-1;
	border: 2px solid #030047;
}
.shadow-cta .button-txt {
	display:block;
	position: relative;
	border-radius: 0.05rem;
	-webkit-transform: translate(10px, -10px);
	-ms-transform:  translate(10px, -10px);
	transform:  translate(10px, -10px);
	-webkit-transition: -webkit-transform 150ms ease-out;
	transition: -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out;
	transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
body .row-fluid .shadow-cta a.cta_button:hover span.btn-span {
	transform: translate(-2px,-4px);
	-webkit-transform: translate(-2px,-4px);
	-moz-transform: translate(-2px,-4px);
	-webkit-transition: -webkit-transform 150ms ease-out;
	transition: -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out;
	transition: transform 150ms ease-out,-webkit-transform 150ms ease-out;
}
body .row-fluid .shadow-cta a.cta_button:hover span.button-txt {
	-webkit-transform: translate(0px,-4px);
	-ms-transform:  translate(0px,-4px);
	transform:  translate(0px,-4px);
	-webkit-transition: -webkit-transform 150ms ease-out;
	transition: -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out;
	transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
body .hero-cta.shadow-cta a.cta_button,
body .hero-cta.shadow-cta .cta_button a,
body .hero-cta.shadow-cta form .hs-button,
.hero-cta input.hs-button {
	background-color: transparent;
	border:2px solid #030047;
}
body .yellow-cta a.cta_button,
body .yellow-cta .cta_button a,
body .yellow-cta form .hs-button,
.yellow-cta input.hs-button {
	background-color: #ffcc3e;
	border:2px solid transparent;
}

body .row-fluid .yellow-cta a.cta_button:hover,
body .row-fluid .yellow-cta .cta_button a:hover,
body .row-fluid .yellow-cta form .hs-button:hover,
.row-fluid .yellow-cta input.hs-button:hover {
	border-color: #ffcc3e;
	background-color:transparent;
	color: #ffffff;
}

body .white-cta a.cta_button,
body .white-cta .cta_button a,
body .white-cta form .hs-button,
.white-cta input.hs-button {
	color: #ffffff;
}
body .white-cta a.cta_button:hover,
body .white-cta .cta_button a:hover,
body .white-cta form .hs-button:hover,
.white-cta input.hs-button:hover {
	background-color: #ffcc3e;
	color: #030047;
}

body .hero-cta a.cta_button:after,
body .hero-cta .cta_button a:after,
body .hero-cta form .hs-button:after,
.hero-cta input.hs-button:after {
	content: '';
	position: absolute;
	z-index:-1;
	top:10px;
	left:-10px;
	width:100%;
	height:100%;
	border:2px solid #030047;
	transition:.3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	display:none;
}
body .hero-cta a.cta_button:hover:after,
body .hero-cta .cta_button a:hover:after,
body .hero-cta form .hs-button:hover:after,
body .hero-cta input.hs-button:hover:after {
	top:-1px;
	left:-1px;
	transition:.3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
}
body .row-fluid-wrapper .row-fluid .hero-cta a.cta_button:hover,
body .row-fluid-wrapper .row-fluid .hero-cta .cta_button a:hover,
body .row-fluid-wrapper .row-fluid .hero-cta form .hs-button:hover,
body .row-fluid-wrapper .row-fluid .hero-cta input.hs-button:hover {
	/*background-color:transparent;*/
	transition:.3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
}
body .row-fluid a.cta_button:hover,
body .row-fluid .cta_button a:hover,
body .row-fluid form .hs-button:hover,
input.hs-button:hover {
	background-color: #ffcc3e;
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out;
	-ms-transition:.3s all ease-in-out;
}

/*======Text Alignment ========*/

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

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

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

.float-left{
	float:left;
}

.float-right{
	float:right;
}

/*=======End of Text Alignment=======*/


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

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

body .container-fluid .row-fluid .center-heading{
	margin: 0 auto;
	width: 100%;
	max-width: 660px;
	float: none;
	margin-bottom: 30px;
	text-align:center;
}

/*=====Background Color========*/


.white-bg{
	background:#fff;
}

.gray-bg{
	background: #e9eff4;
}

.black-bg{
	background:#333;
}

.base-color-bg .fa{
	color:#4a4a4a;
}

.dark-green-bg{
	background: #0d1b09;
}

.light-grey-bg{
	background: #e6edec;
}

.dark-green-bg{
	background: #40908c;
}

.light-green-bg{
	background: #47a09c;
}

/*======End of Background Color======*/


/*======List Style Styling========*/

.no-list-style ul{
	list-style: none;
}

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

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


/*========Text Color with Spacing 0px Styling=====*/

.body-container-wrapper .all-text-white li:before{
	background:#fff;
}

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

.all-text-uppercase,
.all-text-uppercase h1,
.all-text-uppercase h2,
.all-text-uppercase h3,
.all-text-uppercase p,
.all-text-uppercase h4,
.all-text-uppercase h5,
.all-text-uppercase h6,
.all-text-uppercase li,
.all-text-uppercase a{
	text-transform:uppercase;
}
.body-container-wrapper .all-text-white .fa{
	-webkit-text-fill-color: #fff;
}

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

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

/*========End==================*/

/*========Wrapper Size============*/

body .container-fluid .row-fluid .small-wrap{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	display: block;
	float: none;
}



/*========Basic Section Styling=========*/

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

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


.slick-slide:focus{
	outline: 0px;
}



/*=======End of Basic Section Styling=======*/
/*======Boast Submit a Review Stylin========*/
#kudos_submit {
	width: 100%;
	max-width: 1144px;
	margin: 2rem auto;
	float: none;
	padding: 0 20px;
}

#kudos_submit h3 {
	text-align: center;
}

#kudos_submit form {
	display: block;
	margin: .8rem auto;
	max-width: 360px;
	width: 100%;
}
.kudos-site-credit {
	display: none !important;
}
/*======End Boast Submit a Review Stylin========*/
/*======Start Greenhouse Job Board Stylin========*/
#grnhse_iframe html body #wrapper #main #wrapper #logo img {
	display: none;
}

#grnhse_iframe #wrapper h1 {
	display: none;
}


/*======End Greenhouse Job Board Stylin========*/
@media (min-width: 768px) {
	.equal-height-container > .row-fluid-wrapper > .row-fluid {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: stretch;
		-moz-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}


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


}

@media (max-width:1024px){


	h1 {
		font-size: 42px;
		line-height:50px;
	} 

	h2{
		font-size: 32px;
		line-height: 44px;
	}

	h4 {
		font-size: 24px;
		line-height: 30px;
	}

	a.cta_button, .hs-button {
		padding: 16px 34px;
	}

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

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

	p {
		font-size: 18px;
		line-height: 25px;
	}

}


@media(max-width: 767px) and (min-width: 500px){

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

}




@media (max-width:767px){

	h1 {
		font-size: 38px;
		line-height: 44px;
	} 

	h2{
		font-size: 38px;
		line-height: 44px;
	}

	h3 {
		font-size: 24px;
		line-height: 30px;
	}

	h4 {
		font-size: 24px;
		line-height: 30px;
	}

	a.cta_button, .hs-button {
		padding: 16px 34px;
		font-size: 18px;
	}

	.row-fluid .jumbo1-home-primary-banner p {
		font-size: 18px;
		line-height: 26px;
	}

	.section-pad{
		padding:45px 0;
	}

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

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

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


	.align_center .heading{
		padding-bottom:30px;
	}


	.pad-btm{
		padding-bottom:30px;
	}
	body .row-fluid a.cta_button,
	body .row-fluid .cta_button a,
	body .row-fluid form .hs-button,
	input.hs-button {
		padding: 18px 52px 18px 52px;

	}

}





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

::-webkit-input-placeholder {
	color: #ffffff;
	font-family: ;
	font-weight:normal
}

:-moz-placeholder {
	color: #D0D0D0;
	font-family: ;
	font-weight:normal
}

::-moz-placeholder {  
	color: #D0D0D0;
	font-family: ;
	font-weight:normal
}

:-ms-input-placeholder {  
	color: #D0D0D0;
	font-family: ;
	font-weight:normal
}

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

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

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



form li:before{
	display:none;
}


.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea, 
.row-fluid select#ws-login {
	height: 50px;
	border: 0;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	border: 2px solid #030047;
	padding: 0;
	margin-bottom: 8px;
	background: #ffffff;
	padding:10px 20px;
	color: #4a4a4a;
	font-weight: 400;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width: 100%;
	font-family: 'Inter', sans-serif;;;
	outline:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus, 
.row-fluid select#ws-login {
	outline:0;

}

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

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

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

.row-fluid form .field>label{
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0px;
	font-weight: 600;
	display:block;
	margin-bottom:5px;
	margin-top:12px;
	color: #030047;
}

.row-fluid form .hs-button.primary{
	height: auto;
	margin-top: 24px;
	cursor:pointer;
	width:auto;
}

form .hs-error-msgs{
	margin:0;
	padding:0;
}

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

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

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

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

.body-container-wrapper form ul,
.body-container-wrapper form li{
	margin:0;
	padding:0;
}

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

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

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

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

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

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

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

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

body .row-fluid select, 
.row-fluid select#ws-login {

	background-position: center right;
	-webkit-appearance: none;
}


form legend.hs-field-desc {
	font-size: .75rem;
}


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

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"],
body .row-fluid select,
body .row-fluid textarea{
	width:100%;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
	padding: 0;
	background: #fff;
	margin-left: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color:#030047;
	-webkit-appearance: none;
	border:1.5px solid #030047;
	margin-right: 8px;
	top: 2px;
	width: 15px;
	height: 15px;
}
body .hs-form-radio{
	font-weight:normal;
	font-size:12px;
}

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

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0px;
	background: #695FF7;
	left: 0px;
}


@media (max-width:480px){


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

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

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

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

	.row-fluid form .hs_submit .actions{
		text-align:left;
	}

}







/*===================================================
Two Col Adjust
===================================================*/    

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

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

@media(max-width: 767px){

	body .container-fluid .row-fluid .two-col-adjust>span {
		display: block;
		margin-right: 0;
	}

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


}






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

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

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

@media (max-width:767px){


	body .container-fluid .row-fluid .three-col-adjust>span {
		display: block;
		margin-right: 0;
	}

	body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
		display: block;
		width: 100%;
		margin: 0;
		margin-top: 20px;
		max-width: 400px;
		width: 100%;
		margin: 40px auto 0;
		float: none;
	}

	body .row-fluid .three-col-adjust span>.hs_cos_wrapper.three-col-text {
		display: block;
		width: 100%;
		margin: 0;
		margin-top: 20px;
		max-width: 400px;
		width: 100%;
		margin: 16px auto 0;
		float: none;
	}

}

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

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

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

@media (max-width:767px){

	body .container-fluid .row-fluid .four-col-adjust>span {
		display: block;
		margin-right: 0;
	}

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

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

.hardware-list {
	list-style: square;
}

.hardware-list li {
	font-weight: 700;
	font-size: 1.25rem;
	list-style: square;
}

p.hardware-sub {
	font-weight: 300;
	font-size: .9rem;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
	background:;
}
body .row-fluid .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:1025) {
	.custom-menu-primary .hs-menu-wrapper { 
		display:block !important;
		opacity: 1 !important;
		visibility:visible !important;
	}
}

body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	padding-top: 20px;
	background: white;
	border-top: 4px solid #ffcc3e;
	margin-top: 20px;
	padding-left: 20px;
	box-shadow: 0px 3px 6px #00000029;
	padding-right: 20px;
	padding-bottom: 20px;
	min-width: 160px;
}

.header-section .main-menu .hs-menu-wrapper ul li  {
	text-align:left;
	margin-bottom: 10px;
}

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

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

@media (max-width: 1024px){


	/* 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: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		color:#ffffff;
	}


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

	.mobile-trigger{
		display: inline-block !important; /* Show button on mobile */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute; /*******************************************/
		top: 10px;          /* Position Button at right of screen  */
		right: 10px;        /*******************************************/
		width: auto; /* Button width */
		height: auto; /* Button height */      
		padding: 15px 12px;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		color: #000000;
		z-index:6;
	}


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

	.mobile-trigger i{
		display: inline;
		position: relative;
		top: -4px;
	}
	.mobile-trigger i:before, .mobile-trigger i:after{
		position: absolute;
		content: '';
	}
	.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
		width: 23px; /* Icon line width */
		height: 3px; /* Icon line height */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		background-color: #695FF7; /* Icon color */
		display: inline-block;
		transition:.3s all ease-in-out;
		-webkit-transition:.3s all ease-in-out;
		-moz-transition:.3s all ease-in-out;
	}
	.mobile-trigger i:before{
		top: -8px; /* Position top line */
	}
	.mobile-trigger i:after{
		top: 8px; /* Position bottom line */
	}
	body.mobile-open .mobile-trigger i {
		background: transparent;
		transition:.3s all ease-in-out;
		-webkit-transition:.3s all ease-in-out;
		-moz-transition:.3s all ease-in-out;
	}
	body.mobile-open .mobile-trigger i:before {
		transition:.3s all ease-in-out;
		-webkit-transition:.3s all ease-in-out;
		-moz-transition:.3s all ease-in-out;
		top:0;
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
	}
	body.mobile-open .mobile-trigger i:after {
		transition:.3s all ease-in-out;
		-webkit-transition:.3s all ease-in-out;
		-moz-transition:.3s all ease-in-out;
		top:0;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
	}


	/* 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: 100% !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: absolute;
		top: 50%; /* Centers icon inside button */
		margin: 0 auto !important;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		right: 25px;
	}
	.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-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item:not(:last-child) {
		margin-right: 0 !important;
	}

	.header-section .main-menu .hs-menu-wrapper>ul>li.hs-item-has-children:after {
		content: unset !important;
	}

	.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item:last-child> a {
		color: #ffffff !important;
	}

	.header-section .main-menu .hs-menu-wrapper .demo-cta:nth-child(2) {
		margin-left: 20px;
	}


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

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

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

	/* Mobile Menu Styles */ 
	.custom-menu-primary .hs-menu-wrapper{
		width: 100%;
		position: absolute; 
		top: 75px;     
		bottom:0;
		left:0;
		max-width:100%;
		padding: 0;
		z-index:-1;
		transition:.3s all ease-in-out;
		-webkit-transition:.3s all ease-in-out;
		-moz-transition:.3s all ease-in-out;
		opacity:0;
		visibility:hidden;
		right:0;
		background: transparent linear-gradient(8deg, #030047 0%, #695FF7 100%) 0% 0%;
		padding:0px 0px;
		height:500vh;
	}
	body.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {

		transition:.3s all ease-in-out;
		-webkit-transition:.3s all ease-in-out;
		-moz-transition:.3s all ease-in-out; 
		opacity:1;
		visibility:visible;

	}

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



	/* Level 1 and Higher Menu List Styles */

	body .row-fluid .custom-menu-primary .hs-menu-wrapper >  ul li a{
		color:#ffffff; /* link color set by global mobile-aColor variable */
	}
	.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
		color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
	}

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

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

}


/*======== Transition-effect ==========*/

.footer-section a,
.header-section .main-menu ul li a,
.taber-cm .tabber-section .list-item ul li,
.taber-cm .tabber-section .taber-body .cta a,
.blog-body .post-listing .post-item,
.heading-dropdown .dropdown .hs-menu-wrapper>ul li.hs-menu-item a,
.featured-post .post-item{
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out;
	-o-transition:.3s all ease-in-out;
}
.footer-section a:hover,
.header-section .main-menu ul li a:hover,
.taber-cm .tabber-section .list-item ul li:hover,
.taber-cm .tabber-section .taber-body .cta a:hover,
.blog-body .post-listing .post-item:hover,
.heading-dropdown .dropdown .hs-menu-wrapper>ul li.hs-menu-item a:hover,
.featured-post .post-item:hover{
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out;
	-o-transition:.3s all ease-in-out;
}


/*======= Header Section Styling Start Here =========*/

.header-section .main-menu .hs-menu-wrapper>ul {
	margin:0px;
	position:relative;
	top:2px;
	left:36px;
	left:0px;
}
body .row-fluid .absolute-header .header-section{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:5;
}
body .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: 135px;
}
.header-section .main-menu .hs-menu-wrapper ul li {
	list-style-type:none;
	margin:0px;
}
body .row-fluid .header-section .menu-cta a.cta_button {
	padding: 16px 28.24px;
	border-width:3px;
}
body .row-fluid .header-section .menu-cta a.cta_button:before {
	display:none;
}
.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item {
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 1;
}
.header-section .main-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li a {
	padding: 0px 0px 8px 10px;
	text-transform:capitalize;
	font-weight:500;
	white-space:normal;
}
.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item>a {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.17px;
	font-weight: 700;
	color: #000000;
	padding:0px;
}
.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item:last-child> a {
	color: #695FF7;
}
.header-section .main-menu .hs_cos_wrapper_type_simple_menu>.hs-menu-wrapper>ul>li.hs-menu-item:last-child a {
	color:#030047;
}
.header-section .main-menu .hs_cos_wrapper_type_simple_menu>.hs-menu-wrapper>ul>li.hs-menu-item:last-child a:hover,
.header-section .main-menu .hs_cos_wrapper_type_simple_menu>.hs-menu-wrapper>ul>li.hs-menu-item.active a:hover{
	color:#695FF7;
}
.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item:before {
	content:'';
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	top:0;
	z-index:-1;
}

.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item:last-child {
	padding-left: 18px;
}
.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item:not(:last-child) {
	margin-right:35px;
}
.header-section .main-menu .hs-menu-wrapper>ul>li.hs-item-has-children:after {
	content: '';
	position: absolute;
	top: 7px;
	right: -15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(https://4705179.fs1.hubspotusercontent-na1.net/hubfs/4705179/growflow_website_2020/home_page/down-arrow.svg);
	width: 10px;
	height: 10px;
}
body .row-fluid .header-section {
	padding: 42px 0px 21px;
	position:relative;
	z-index:5;
}

/*=========== Footer Section Styling Start Here ============*/

.footer-section {
	background-color: #030047;
	padding:245px 0px 165px;
}
.footer-section .menu .menu-heading h4 {
	text-transform: uppercase;
	letter-spacing: 1.6px;
	font-size: 16px;
	line-height: 33px;
	margin-bottom: 15px;
}
.footer-section .menu .menu-list {
	padding-top: 19px;
}
.footer-section .menu .menu-list ul {
	margin: 0;
	list-style-type: none;
}
.footer-section .menu .menu-list ul li.hs-menu-item {
	margin: 0;
}
.footer-section .menu .menu-list ul li.hs-menu-item a {
	font-size: 16px;
	font-weight: 300;
	line-height: 33px;
	white-space:normal;
	padding:0px;
}
.footer-section .logo-social .social ul,
.footer-section .logo-social .address ul{
	list-style-type: none;
	margin:0px;
	text-align:right;
}
.footer-section .logo-social .social  ul li {
	margin: 0;
	display: inline-block;
}
.footer-section .logo-social .social  ul li a {
	font-size: 22px;
}
.footer-section .logo-social .social ul li:not(:last-child) {
	margin-right: 15px;
}
.footer-section .logo-social .social {
	margin-top: 80px;
}
.footer-section .logo-social .address p {
	font-size: 14px;
	text-align: right;
	font-weight: 300;
}
.footer-section .logo-social .address {
	padding: 20px 0px 0px;
}
.footer-section .logo-social .address ul li {
	margin: 0;
	display:inline-block;
}
.footer-section .logo-social .address ul li a {
	font-size: 14px;
	font-weight:300;
}
.footer-section .logo-social .address ul {
	padding-top: 55px;
}
.footer-section a:hover {
	color: #ffcc3e;
}

/*======= Footer Trusted Partner Global CM  ========*/

.trusted-partner {
	margin:100px 0px -125px;
}
.trusted-partner .gradient-color {
	background: transparent linear-gradient(8deg, #030047 0%, #695FF7 100%) 0% 0% ;
	border-radius: 10px;
	padding-top:137px;
	padding-bottom:104px;
	position:relative;
	overflow:hidden;
}

.trusted-partner .gradient-color .description {
	padding: 27px 0px 47px;
	max-width: 790px;
	margin: 0 auto;
	width: 100%;
}
.trusted-partner .icon{
	position:absolute;
	left: -80px;
	top: -70px;
}
.trusted-partner .gradient-color .cta a.cta_button {
	padding: 18px 53px;
}


/*======== Home Page Styling Start here ========*/

.hero-banner {
	padding: 66px 0px 120px;
}
.hero-padding .hero-banner {
	padding: 166px 0px 85px;
}
.hero-banner .description {
	max-width: 535px;
	display: inline-block;
	padding: 10px 0px 20px;
}
body .row-fluid-wrapper .row-fluid .hero-banner .image-col {
	min-height: 386px;
}
.hero-banner .text-col .cta a.cta_button {
	padding: 15px 28px;
}
.hero-banner .image-col.section-bg{
	background-size: contain!important;
}
.counter-cm {
	padding: 102px 0px 114px;
}
.counter-cm .heading {
	margin: 0 auto;
	width: 100%;
	max-width: 570px;
}
.counter-cm .three-col-adjust h2.counter-number {
	font-size: 55px;
	color: #695FF7;
	letter-spacing: -1.1px;
	line-height: 54px;
}
.counter-cm .three-col-adjust .text {
	max-width: 190px;
	margin: 0 auto;
	width: 100%;
	padding-top:10px;
}
.counter-cm .three-col-adjust .text p {
	font-size: 15px;
	line-height: 27px;
}
.counter-cm .three-col-adjust {
	padding: 29px 0px 58px;
}
.counter-cm .three-col-adjust .hs_cos_wrapper:not(:last-child) {
	border-right: 1px solid #ccc;
}
.counter-cm .three-col-adjust .counter-body {
	padding: 20px 0 0;
	overflow-wrap: anywhere;
	max-width: 300px;
}

.step-counter-number {
	font-size: 8em;
	font-weight: bold;
	text-align: center;
	line-height: .8em;
}

.grow-business {
	position:relative;
	z-index:1;
	padding:105px 0 95px;
}
.grow-business:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:75.55%;
	z-index:-1;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.grow-business .heading {
	max-width: 485px;
	display: inline-block;
}
.grow-business .description {
	max-width: 592px;
	padding:13px 0px 22px;
}
.grow-business .cta a.cta_button {
	//padding: 15px 46px;
}

.grow-business p a span {
	border-bottom: 1px solid #ffcc3e;
	box-shadow: inset 0 -7px 0 #ffcc3e;
	transition: all .25s ease-in-out;
	padding: 2px 2px 0 2px;
}

.state-faq .company-details .content p a span {
	border-bottom: 1px solid #ffcc3e !important;
	box-shadow: inset 0 -7px 0 #ffcc3e !important;
	transition: all .25s ease-in-out !important;
	padding: 2px 2px 0 2px !important;
}


.home-happy-cm .gradient-color {
	background: transparent linear-gradient(8deg, #030047 0%, #695FF7 100%) 0% 0% ;
	border-radius: 10px;
	padding:110px 0px 110px;
	position:relative;
	z-index:1;
}
.home-happy-cm .gradient-color:before {
	content: '';
	position: absolute;
	bottom: -90px;
	right: 90px;
	background-image: url(https://4705179.fs1.hubspotusercontent-na1.net/hubfs/4705179/growflow_website_2020/home_page/Happy%20Golden.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 161px;
	height: 186px;
}

.taber-cm {
	position: relative;
	padding: 102px 0px 50px;
	z-index: 1;
}
.taber-cm .image {
	margin-bottom: 41px;
}

.taber-cm .image.screen {
	box-shadow: 0 1.8px 1.2px rgba(0, 0, 0, 0.034),
		0 5.7px 4.3px rgba(0, 0, 0, 0.048),
		0 10.5px 8px rgba(0, 0, 0, 0.06),
		0 18.3px 13.9px rgba(0, 0, 0, 0.072)/*,
		0 35.8px 27.4px rgba(0, 0, 0, 0.086),
		0 88px 68px rgba(0, 0, 0, 0.12)*/;
}
.taber-cm .tabber-section .taber-top h6 {
	letter-spacing: 1.14px;
	text-transform: uppercase;
	line-height: 17px;
	border-bottom:3px solid #ffcc3e;
	display:inline-block;
	margin-left:85px;
}
.taber-cm .tabber-section .list-item {
	padding-top: 23px;
}
.taber-cm .tabber-section .list-item ul li,
.taber-cm .taber-left .mobile span{
	color: #000000;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.56px;
	line-height: 34px;
	margin-bottom: 20px;
	cursor:pointer;
	position:relative;
	z-index:1;
	padding-left:85px;
}
.taber-cm .tabber-section .list-item ul li:hover,
.taber-cm .tabber-section .list-item ul li.active,
.taber-cm .taber-left .mobile span.active{
	color:#695FF7 !important;
}
.taber-cm .tabber-section .list-item ul li.active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 15px;
	height: 49px;
	background: #695FF7;
}
.taber-cm .image img{
	display:none;
}
.taber-cm .image img:first-child{
	display:block;
}

.taber-cm .tabber-section .taber-body .cta i {
	color: #ffcc3e;
	font-size: 20px;
	margin-left: 16px;
}
.taber-cm .tabber-section .taber-body .cta a:hover {
	color: #ffcc3e;
}
.taber-cm .tabber-section .taber-body .taber-content {
	max-width: 540px;
	margin: 0 auto;
	padding-top: 18px;
}
.taber-cm .tabber-section .taber-body .description {
	padding: 25px 0px 16px;
}
.taber-cm .tabber-section .taber-body .taber-content:not(:first-child) {
	display:none;
}
.taber-cm .tabber-section .list-item ul li.active {
	padding-bottom: 38px;
	margin-bottom: 37px;
}
.taber-cm .tabber-section .list-item ul li.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 85px;
	height: 2px;
	background: #ccc;
	width: 90%;
	opacity: .5;
}
.taber-cm .tabber-section .taber-body .cta a {
	font-size: 13px;
	letter-spacing: 1.17px;
}
.home-happy-cm {
	padding: 75px 0px 62px;
}
.home-happy-cm .description {
	max-width: 780px;
	margin: 0 auto;
	width: 100%;
	padding: 25px 0px 22px;
}
.home-happy-cm .cta a.cta_button {
	padding: 18px 35px;
}
body.homepage .Publications-image-cm {
	padding-bottom: 88px;
}
/*===========================================================*/
/*======= Wholesale Product-page Styling Start Here ======*/
/*===========================================================*/


/*======= wholesale-product .hero-banner Styling Start Here ======*/

.wholesale-product .hero-padding .hero-banner {
	padding: 166px 0px 130px;
}

/*======= Video-Section Styling Start Here ======*/

.Video-Section {
	padding-top: 120px;
	padding-bottom: 174px;
}
.Video-Section .left-col {
	padding-top: 35px;
}
.Video-Section .left-col p{
	padding-top: 6px;
}
.Video-Section .right-col{
	position:relative;
}
.Video-Section .right-col .bg-image{
	min-height: 276px;
	max-width:100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow: 10px 10px 26px #00000021;
}

.video-shadow {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow: 10px 10px 26px #00000021;
}

.video-overlap-bg {
	background: rgb(247,248,252) !important;
	background: linear-gradient(180deg, rgba(247,248,252,1) 60%, rgba(255,255,255,1) 60%) !important;
}

.Video-Section.video-overlap-bg {
	padding-top: 2em;
	padding-bottom: 1em;
}

.video-sub-cta {
	padding-top: 2em;
}

.video-sub-cta img {
	margin-top: -1.5em;
}

.video-form {
	padding-top: 2em;
}

.Video-Section .right-col .video-button{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.Video-Section .right-col .youtube-video a i {
	color: #ffcc3e;
	padding: 19.5px 20.2px;
	border-radius: 50%;
	border: 1px solid #ffcc32;
	font-size: 16px;
}
.Video-Section .right-col .youtube-video a:hover i {
	background-color: #ffcc3e;
	padding: 19.5px 20.2px;
	border-radius: 50%;
	border: 1px solid #ffcc32;
	font-size: 16px;
	color:#fff;
	transition: transform 1s ease;
}
.Video-Section .left-col h2{
	margin-bottom:20px;
}
.Video-Section .Row-Reverse >.row-fluid-wrapper >.row-fluid {
	display: flex;
	flex-direction: row-reverse;
}
.Video-Section .Row-Reverse .right-col{
	margin-left:0;
	margin-right:2.564102564%;
}

.landing-head {
	font-size: 2.25em;
}

.drop-shadow-image img {
	box-shadow: 0 1.8px 1.2px rgb(0 0 0 / 3%), 0 5.7px 4.3px rgb(0 0 0 / 5%), 0 10.5px 8px rgb(0 0 0 / 6%), 0 18.3px 13.9px rgb(0 0 0 / 7%);
}

.drop-shadow-image img:hover {
	box-shadow: 0 1.8px 1.2px rgb(0 0 0 / 0.5%), 0 5.7px 4.3px rgb(0 0 0 / 2.5%), 0 10.5px 8px rgb(0 0 0 / 3%), 0 18.3px 13.9px rgb(0 0 0 / 4.5%);
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
}

@media (max-width:767px){
	.landing-subhead + p span {
		font-size: 16px !important;
		line-height: 18px !important;
	}

	body .landing-head {
		font-size: 1.1em;
		line-height: 1.28em;
	}

	.video-sub-cta {
		padding-top: 1em;
	}

	.video-sub-cta .span8 p span {
		font-size: 14px !important;
		line-height: 16px !important;
		font-weight: bold;
	}

	.Video-Section.video-overlap-bg {
		padding-top: 0em;
		padding-bottom: .5em;
	}

}

/*======== .product-two-col-cm Styling =========*/
.product-two-col-cm{
	padding: 330px 0 180px;
}
.product-two-col-cm .cta-one{
	margin-bottom:17px;
}
.product-two-col-cm .cta-one .cta_button{
	padding: 18px 76px;
}
.product-two-col-cm .description{
	padding-bottom: 30px;
	padding-top: 13px;
}
.product-two-col-cm .section-bg{
	border-radius: 50%;
	max-width: 452px;
	min-height: 452px;
}

/*==== service-tabber Styling =====*/

.service-tabber {
	padding-top: 138px;
}
.service-tabber .section-subtitle{
	margin-bottom: 58px;
	letter-spacing: 1.14px;
	text-transform: uppercase;
	line-height: 17px;
	border-bottom: 3px solid #ffcc3e;
	display: inline-block;
	font-weight: bold;
}
.service-tabber .tabs .tab-link.current{
	position:relative;
}
.service-tabber .tabs .tab-link.current:before {
	content: '';
	position: absolute;
	top: 0;
	left: -18px;
	bottom: 0;
	width: 12px;
	height: 30px;
	background: #695ff7;
}
.service-tabber .tabs .tab-link.current:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0px;
	height: 2px;
	background: #ccc;
	width: 100%;
	opacity: .5;
}

.service-tabber .tab-content .two-col{
	padding: 66px 0px 44px;
}
.service-tabber .tab-content .two-col .heading{
	max-width: 400px;
}
.service-tabber .tab-content .two-col .description {
	max-width: 535px;
	display: inline-block;
	padding: 23px 0px 30px;
}

.service-tabber .tab-content .image-col img[alt$="-Screen"]{
	box-shadow: 0 1.8px 1.2px rgba(0, 0, 0, 0.034),
		0 5.7px 4.3px rgba(0, 0, 0, 0.048),
		0 10.5px 8px rgba(0, 0, 0, 0.06),
		0 18.3px 13.9px rgba(0, 0, 0, 0.072)/*,
		0 35.8px 27.4px rgba(0, 0, 0, 0.086),
		0 88px 68px rgba(0, 0, 0, 0.12)*/;
}


.service-tabber .tabs{
	display:inline;
	position:relative;
}
.service-tabber ul li{
	list-style-type: none; 
	margin-left:0;
}
body .row-fluid .service-tabber .outer-layer{
	display: none;
}
body .row-fluid .service-tabber .outer-layer.current{
	display: inherit;
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
}

.service-tabber .tabs .tab-link{
	margin-right:62px; 
	cursor: pointer;
	font-weight: bold;
	font-size: 28px;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 4px;
}
.service-tabber .tabs .tab-link.current{
	display: table;
	color: #695FF7 !important;
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
}
.service-tabber .tabs .tab-link:first-child{

	margin-bottom:0;
}
.service-tabber .tabs .tab-link.current li{
	color:#030047;
}
.service-tabber .tab-content{
	padding-bottom: 51px;
	clear: both
}
.service-tabber .tab-content .three-col-adjust .content-body{
	max-width: 234px;
}
.service-tabber .tab-content .three-col-adjust .content-body h6{
	color: #695FF7;
	text-transform: uppercase;
}
.service-tabber .tab-content .three-col-adjust .content-body .three-col-desc{
	font-size:15px;
}
body .row-fluid .service-tabber .tab-content .three-col-adjust{
	clear: both;
	padding-top: 52px;
}
body .row-fluid .service-tabber .tab-content .three-col-adjust span>.hs_cos_wrapper {
	margin-bottom:40px;
}
.service-tabber .tab-content .three-col-adjust span>.hs_cos_wrapper:not(:last-child):before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	right:28px;
	top: 0;
	bottom: -40px;
	border: 1px solid;
	border-width: 0 0 0 1px;
	opacity:0.3;
	height: 100%;
}
.service-tabber .tab-content .three-col-adjust span>.hs_cos_wrapper:nth-child(3n):before {
	display:none;
}
.service-tabber .video-sec .bg-image {
	min-height: 412px;
	max-width: 757px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow: 10px 10px 26px #00000021;
	position: relative;
	z-index: 1;
}
.service-tabber .video-sec{
	margin-bottom: -110px;
}
.service-tabber .video-sec .bg-image a i {
	color: #ffcc3e;
	padding: 28px 29px;
	border-radius: 50%;
	border: 1px solid #ffcc32;
	font-size: 26px;
}
.service-tabber .video-sec .bg-image a:hover i {
	background-color: #ffcc3e;
	padding: 28px 29px;
	border-radius: 50%;
	border: 1px solid #ffcc32;
	font-size: 26px;
	color:#fff;
	transition: transform 0s ease;
}

/*====why-go-with-growflow Styling =====*/
.why-go-with-growflow{
	padding: 110px 0 80px;
}
.why-go-with-growflow .right-col .border{
	border-top: 4px solid #FFCC3E;
	box-shadow: 0px 3px 6px #00000029;
}
.why-go-with-growflow .top-content {
	padding: 45px 30px 35px;
	background:#fff;
}
.why-go-with-growflow p{
	font-size:15px;
}
.why-go-with-growflow .top-content .heading {
	padding-bottom: 20px;
}
.why-go-with-growflow .top-content .heading span{
	font-size:65px;
	line-height:68px;
	color: #695FF7;
	font-weight:700;
}
.why-go-with-growflow .bottom-content-two-col .bottom-heading h3{
	color: #695FF7;
}
.why-go-with-growflow .bottom-content {
	padding: 25px 30px 15px;
	background:#fff;
}
body .row-fluid .why-go-with-growflow .two-col-adjust span>.hs_cos_wrapper {  
	margin-top: 17px;
}
.why-go-with-growflow .heading{
	padding-bottom: 33px;
}
.why-go-with-growflow .left-col .arrow-image {
	width: 75px;
	height: 5px;
	background: #695ff7;
	position: relative;
	z-index: 1;
}
.why-go-with-growflow .left-col .arrow-image:before {
	content: '';
	position: absolute;
	top: -5px;
	right: -3px;
	width: 17px;
	height: 5px;
	background: #695ff7;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.why-go-with-growflow .left-col .arrow-image:after {
	content: '';
	position: absolute;
	bottom: -4px;
	right: -3px;
	width: 17px;
	height: 5px;
	background: #695ff7;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

/*==== Publications-image-cm Styling =====*/

.Publications-image-cm .heading {
	padding-bottom: 6px;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
.Publications-image-cm .cta a.cta_button {
	//padding: 15px 65px;
}
.Publications-image-cm{
	padding-top: 100px;
	padding-bottom: 36px;
}
body .container-fluid .row-fluid .Publications-image-cm .five-col-adjust>span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	-wevkit-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	margin-right: -2.565%;
}
body .row-fluid .Publications-image-cm .five-col-adjust span>.hs_cos_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 17%;
	-webkit-flex-basis: 17%;
	float: left;
	margin-right: 2.5%;
	margin-top: 30px;
	box-sizing:border-box;
	position:relative;
}
body .container-fluid .row-fluid .Publications-image-cm .five-col-adjust>span {
	justify-content:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
}
body .row-fluid .Publications-image-cm .five-col-adjust span>.hs_cos_wrapper {
	margin-right:0px;
}
.Publications-image-cm .image-sec .image {
	position: relative;
	z-index: 1;
}
.Publications-image-cm .section-bg:before {
	content: '';
	position: absolute;
	background: #695FF7;
	width: inherit;
	right: -8px;
	top: 10px;
	min-height: 197px;
	z-index: -1;
}
.Publications-image-cm .section-bg {
	max-width:149px;
	width: 100%;
	min-height: 199px;
	height: auto;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	display: inline-block;
	float: left;
	position: relative;
}
.Publications-image-cm .cta{
	padding-top: 74px;
}

/*===========================================================*/
/*======= integration Page Styling Start Here ======*/
/*===========================================================*/

/*======= .integration hero Styling Start Here ======*/
.Integration .hero-padding .hero-banner {
	padding: 166px 0px 125px;
}

/*======= .integration-tabber Styling Start Here ======*/
.integration-tabber {
	padding:88px 0 98px;
}
.integration-tabber .image{
	width: 106px;
	height: 45px;
	padding-bottom: 27px;
}
.integration-tabber .right-col .border {
	border-top: 4px solid #FFCC3E;
	box-shadow: 0px 3px 6px #00000029;
	padding: 47px 41px 71px 66px;
}
.integration-tabber .fixed{
	position: fixed;
	top: 0  
}
.integration-tabber .left-col.sidebar{
	float: left!imporatnt;
	padding-top: 30px;
}
.integration-tabber .right-col{
	float: right!important;
}
.integration-tabber .subheading p{
	text-transform: uppercase;
}
.integration-tabber .right-col .border .heading h4{
	margin-bottom:2px;
}

.integration-tabber .right-col .border .description{
	padding-bottom: 44px;
	padding-top: 5px;

}
.integration-tabber .right-col .border .learn-more a {
	color: #030047;
	font-size: 13px;
	text-transform: uppercase;
	font-weight:bold;
}
.integration-tabber .right-col .border .learn-more a span i{
	font-weight: 600;
	color: #FFCC3E;
	margin-left: 15px;
}
.integration-tabber .left-col .menu-item {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px; 
	font-weight:bold;
	cursor: pointer;
}
.integration-tabber .left-col .left-col-heading {
	margin-bottom: 37px;
	letter-spacing: 1.14px;
	text-transform: uppercase;
	line-height: 17px;
	border-bottom: 3px solid #ffcc3e;
	display: inline-block;
	font-weight: bold;
}
.integration-tabber .left-col .left-col-heading h6{   
	margin-bottom: 0;
	line-height: 17px;
	padding-bottom: 3px;
}
body .row-fluid .integration-tabber .right-col .outer-layerr{
	display: none;

}
body .row-fluid .integration-tabber .right-col .outer-layerr.current{
	display: inherit;

}
.integration-tabber .left-col .menu-item.current {
	color: #695ff7 !important;
}
body .row-fluid .integration-tabber .two-col-adjust span>.hs_cos_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 47.5%;
	-webkit-flex-basis: 48.77%;
	float: left;
	margin-right: 2.43%;
	margin-top: 20px;
	box-sizing: border-box;
	position: relative;
}

body .container-fluid .row-fluid .integration-tabber .two-col-adjust>span {
	margin-right: 0;
}
body .row-fluid .integration-tabber .two-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
	margin-right: 0;
}
.integration-tabber .tabber-content{
	width: 100%;
	position: relative
}
.integration-tabber .right-col .learn-more span{
	margin-left: 13px;
}
.integration-tabber .right-col .arrow-image {
	width: 16px;
	height:2px;
	background: #FFCC3E;
	position: relative;
	z-index: 1;
	display: inline-block;
	top: 7px;
}
.integration-tabber .right-col .arrow-image:before {
	content: '';
	position: absolute;
	top: -2px;
	right: -2px;
	width: 9px;
	height: 2px;
	background: #FFCC3E;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.integration-tabber .right-col .arrow-image:after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 10px;
	height: 2px;
	background: #FFCC3E;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
/*===========================================================*/
/*======= Pricing Page Styling Start Here ======*/
/*===========================================================*/

.pricing .blog-why-go-with-growflow {
	padding: 136px 0 117px;
	margin-top: 0;
	position: relative;
}
.pricing .gf-demo-form .heading h1 {
	margin-bottom: 16px;
}
.pricing .gf-demo-form {
	padding: 100px 0 214px;
}
/*======= Pricing Publications-image-cm Styling Start Here ======*/
.pricing .Publications-image-cm {
	padding-top: 233px;
	padding-bottom: 124px;
}
.pricing .Publications-image-cm .cta {
	padding-top: 78px;
}


/*=========blog why go with growflow cm ========*/
.blog-why-go-with-growflow{
	padding: 340px 0 160px;
	margin-top:-260px;
}
.blog-why-go-with-growflow .row-fluid {
	max-width: 915px;
	margin: 0 auto;
	width: 100%;
}
.blog-why-go-with-growflow .top-content {
	padding: 0px 15px 15px;
	border-bottom: 1px solid rgb(3 0 71 / 0.15);
}
.blog-why-go-with-growflow p{
	font-size:15px;
}
.blog-why-go-with-growflow .top-content .heading {
	padding-bottom: 20px;
}
.blog-why-go-with-growflow .top-content .heading span{
	font-size:65px;
	line-height:68px;
	color: #695FF7;
	font-weight:700;
	letter-spacing:-1.3px;
}
.blog-why-go-with-growflow .bottom-content-two-col .bottom-heading h3{
	color: #695FF7;
}
.blog-why-go-with-growflow .bottom-description {
	max-width: 203px;
}
.blog-why-go-with-growflow .bottom-content {
	padding: 35px 15px 15px;
}
body .row-fluid .blog-why-go-with-growflow .two-col-adjust span>.hs_cos_wrapper {
	margin-top: 0px;
}
body .row-fluid .blog-why-go-with-growflow .two-col-adjust span>.hs_cos_wrapper:not(:last-child),
body .row-fluid .blog-why-go-with-growflow .two-col-adjust span>.hs_cos_wrapper:not(:nth-child(2n+2)){
	border-right: 1px solid rgb(3 0 71 / 0.15);
}

.blog-why-go-with-growflow .heading{
	padding-bottom: 33px;
	max-width:406px;
}
.blog-why-go-with-growflow .left-col .arrow-image {
	width: 75px;
	height: 5px;
	background: #695ff7;
	position: relative;
	z-index: 1;
	margin-top:10px;
}
.blog-why-go-with-growflow .left-col .arrow-image:before {
	content: '';
	position: absolute;
	top: -5px;
	right: -3px;
	width: 17px;
	height: 5px;
	background: #695ff7;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.blog-why-go-with-growflow .left-col .arrow-image:after {
	content: '';
	position: absolute;
	bottom: -4px;
	right: -3px;
	width: 17px;
	height: 5px;
	background: #695ff7;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}


@media (min-width:768px) {
	.home-happy-cm .gradient-color .bottom-time {
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
	}
}
.home-happy-cm .bottom-time .right-time ul {
	border-left: 1px solid rgb(255 255 255 / .5);
}
.home-happy-cm .bottom-time .right-time ul li:not(:last-child) {
	border-bottom: 1px solid rgb(255 255 255 / .5);
}
.home-happy-cm .bottom-time .left-time h2 {
	font-size: 65px;
	color: #ffcc3e;
	letter-spacing: -1.3px;
}
.home-happy-cm .bottom-time .left-time p {
	font-weight:300;
	padding-top: 18px;
}
.home-happy-cm .bottom-time .right-time li {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -0.72px;
	line-height: 44px;
	padding:8px 0px 8px 30px;
}
.home-happy-cm .bottom-time .right-time li span {
	letter-spacing: 0;
	font-size: 15px;
	font-weight: 300;
	line-height: 27px;
	margin-left: 30px;
	position: relative;
	top: -7px;
}
.home-happy-cm .gradient-color .bottom-time {
	margin-top: 73px;
}
.home-happy-cm .bottom-time .left-time {
	margin-right: 43px;
}
.home-testimonial {
	padding: 97px 0px 50px;
}
.home-testimonial .testimonial-content {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	padding-left:100px;
}
.home-testimonial .testimonial-content .quote-image {
	width: 60px;
	position: relative;
	top: -7px;
}
.home-testimonial .testimonial-content .quote-image img {
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
}
.home-testimonial .testimonial-content .content {
	margin-left: 37px;
}
.home-testimonial .testimonial-content .content h6 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1.44px;
	line-height: 17px;
}
.home-testimonial .testimonial-content .content .text {
	max-width: 664px;
	padding-bottom:23px;
}
.home-testimonial button {
	opacity: 0;
	visibility: hidden;
}
.hero-banner.two-col {
	padding: 50px 0px 60px;
}
.hero-banner.two-col .text-col .heading {
	max-width: 467px;
}
.hero-banner.two-col .text-col .description {
	max-width: 468px;
	padding: 24px 0px 26px;
}
body .row-fluid-wrapper .row-fluid .hero-banner.two-col .image-col {
	min-height: 429px;
	max-width: 467px;
	margin-left: 9%;
}
.hero-banner.two-col .text-col .cta a.cta_button {
	//padding: 18px 52px;
}

/*======== Book A Demo Page Styling =========*/

/*========== banner style ==========*/
.demo-banner {
	position:relative;
	z-index:1;
	padding:66px 0px 215px;
}
.demo-banner .heading {
	max-width: 780px;
	margin: 0 auto;
	width: 100%;
}
.demo-banner .sub-heading {
	max-width: 520px;
	margin: 0 auto;
	width: 100%;
	padding:37px 0px 0px;
}
/*==========calendar-form style==========*/
.calendar-form {
	padding:50px 0px 50px;
	margin-top: -195px;
	position: relative;
	z-index: 1;
}
.calendar-form .form-section .form-body {
	padding: 32px 62px 32px;
}
.calendar-form .form-section form .hs-button.primary{
	padding:18px 74px;
}
body.book-demo .Publications-image-cm {
	padding: 170px 0px 132px;
}
.calendar-form .form-section {
	box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	background: #ffffff;
	border-top:4px solid #ffcc3e;
	max-width:753px;
	width:100%;
	margin:0 auto;
}
body.book-demo .why-go-with-growflow {
	margin-top: -167px;
	padding: 263px 0 156px;
}
body .row-fluid-wrapper .row-fluid .step-form-body .calendly-inline-widget {
	height: 1050px !important;
}

/*============step form progress-bar================*/

.progress-bar .widget-span.widget-type-cell.wrapper {
	max-width:100%;
	padding:0px;
}
.progress-bar ul li {
	margin-left: 0;
	margin-bottom: 0;
	text-align:center;
}
.progress-bar ul li span {
	display: block;
	margin-bottom:5px;
}
.progress-bar ul li span i {
	font-size: 40px;
	background:#fff;
}
.progress-bar.step-two-complete ul li:first-child i:before {
	color: #fff;
	background: #030047;
	border-radius: 20px;
}
.progress-bar ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	position:relative;
	z-index:1;
}
.progress-bar ul:before {
	position: absolute;
	content: '';
	margin: 0 auto;
	width: 80%;
	left: 0px;
	right: 0px;
	top: 25%;
	border-bottom: 2px dashed #030047;
	z-index: -1;
	opacity: 1;
}
.progress-bar.step-one-complete ul li:first-child i,
.progress-bar.step-two-complete ul li:first-child i,
.progress-bar.step-two-complete ul li:nth-child(2) i,
.progress-bar.step-three-complete ul li:first-child i,
.progress-bar.step-three-complete ul li:nth-child(2) i,
.progress-bar.step-three-complete ul li:nth-child(3) i{
	color: #030047;
}
.progress-bar.step-one-complete ul li:first-child i:before,
.progress-bar.step-two-complete ul li:first-child i:before,
.progress-bar.step-two-complete ul li:nth-child(2) i:before,
.progress-bar.step-three-complete ul li:first-child i:before,
.progress-bar.step-three-complete ul li:nth-child(2) i:before,
.progress-bar.step-three-complete ul li:nth-child(3) i:before{
	color: #fff;
	background: #030047;
	border-radius: 20px;
}

.progress-bar.step-one ul li:nth-child(1) span.text,
.progress-bar.step-two ul li:nth-child(2) span.text,
.progress-bar.step-three ul li:nth-child(3) span.text,
.progress-bar.step-two-complete ul li:first-child span.text,
.progress-bar.step-three-complete ul li:first-child span.text,
.progress-bar.step-three-complete ul li:nth-child(2)ld span.text
{
	font-weight: 500;
}
.progress-bar.step-one ul li:first-child span.text,
.progress-bar.step-two ul li:nth-child(2) span.text,
.progress-bar.step-three ul li:nth-child(3) span.text,
.progress-bar.step-two-complete ul li:nth-child(1) span.text,
.progress-bar.step-two-complete ul li:nth-child(2) span.text,
.progress-bar.step-three-complete ul li:nth-child(1) span.text,
.progress-bar.step-three-complete ul li:nth-child(2) span.text,
.progress-bar.step-three-complete ul li:nth-child(3) span.text{
	font-weight: 500;
}


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

body .row-fluid .header-section .logo-image img {
	width: 100%;
	height: auto;
}

@media (max-width:1024px) {

	.header-section .main-menu .hs-menu-wrapper>ul {
		top:0px;
		left:0px;
	}
	.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item:last-child {
		padding-left: 0;
	}
	body .row-fluid .header-section a.cta_button {
		color: #ffffff;
		background-color: #ffcc3e;
	}
	body .row-fluid .header-section .logo-image {
		max-width: 150px;
		display: inline-block;
	}
	.header-section .main-menu .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a {
		padding: 0px 0px 0px 10px;
		color: #695FF7;
	}

	.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item a {
		color: #ffffff;
		padding-left:20px;
	}
	body .row-fluid .header-section {
		padding: 20px 0px;
		box-shadow: 0px 0px 20px rgba(0,0,0,.2);
		-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);
	}
	.header-section .main-menu .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
		box-shadow: none;
		padding: 0px 0px;
		border-top: 2px solid #ffffff;
	}
	.header-section .main-menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper{
		box-shadow: none;
		padding: 0px 0px;
		border-top: 2px solid #ffffff;
		margin-top:0;
	}
	.header-section .demo-cta{
		text-align:center;
	}
	.header-section .main-menu .hs-menu-depth-2 .child-trigger i{
		background-color:#695ff7; 
	}
	.header-section .main-menu .hs-menu-depth-2 .child-trigger i:after{
		background-color:#695ff7; 
	}
	.footer-section .menu .menu-heading h4{
		font-size:15px;
	}
}
@media (min-width:1025px) and (max-width:1120px) {
	.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item:not(:last-child) {
		margin-right: 26px;
	}
	body .row-fluid .header-section .menu-cta a.cta_button {
		padding: 16px 20px;
	}
	.taber-cm .tabber-section .list-item ul li.active:after {
		width:80%;
	}
}
@media (max-width:767px) {
	body .footer-section .logo-social .social ul, 
	body .footer-section .logo-social .address ul,
	body .footer-section .logo-social .address p{
		text-align:center;
	}
	.footer-section {
		padding: 175px 0px 30px;
	}
	.footer-section .menu .menu-list {
		padding-top: 0;
		padding-bottom: 25px;
	}
	.footer-section .menu .menu-heading h4 {
		margin-bottom:5px;
	}
	.footer-section .logo-social .social {
		margin-top: 30px;
	}
	body .footer-section .logo-social .address ul {
		padding-top: 10px;
	}
	body .trusted-partner .gradient-color .cta a.cta_button {
		padding: 18px 14px;
	}
	.trusted-partner .gradient-color {
		padding-top:60px;
		padding-bottom:60px;
	}
	.trusted-partner .gradient-color .description {
		max-width:100%;
	}
	.trusted-partner .gradient-color .description p {
		padding:0px 20px;
	}
	.trusted-partner {
		margin: 30px 0px -125px;
	}
	.integration-tabber .fixed {
		position: relative;
	}

	.integration-tabber .left-col.sidebar {
		padding-top:0;
	}
	body .row-fluid-wrapper .row-fluid .step-form-body .calendly-inline-widget {
		height: 900px !important;
	}
}


/*====== Customer Success Product Hero CM Styling ========*/

.csp-hero-banner{
	padding:103px 0 111px;
	position:relative;
}
.csp-hero-banner .heading h2{
	margin-bottom:20px;
}
.csp-hero-banner .description{
	max-width:450px;
}
.csp-hero-banner .right-col .right-img{
	/*   max-width:423px; */
	min-height:523px;
}
.csp-hero-banner .bottom-body{
	margin-bottom:-236px;
}
.csp-hero-banner .bottom-body  .left-card{
	padding:30px 25px;
	border-top:4px solid #ffcc3e;
	box-shadow: 0px 3px 6px #00000029;
	background:#ffffff;
}
.csp-hero-banner .bottom-body  .left-card h2{
	font-size:55px;
	color: #695FF7;
	font-weight:400;
	margin-bottom:5px;
	margin-bottom:20px;
}
.csp-hero-banner .bottom-body  .left-card h2 span{
	font-size:18px;
	color: #695FF7;
	font-weight:bold;
	padding-left:10px;
	line-height:0;
	letter-spacing: 1.62px;
}
.csp-hero-banner .bottom-body  .left-card p{
	font-size:15px;
	margin:0;
}
.csp-hero-banner .bottom-body .quote-box{
	padding:54px 50px 50px 50px;
	box-shadow: 0px 3px 6px #00000029;
	background:#ffffff;
	margin-left:64px;
	position:relative;
	margin-top:-12px;
}
.csp-hero-banner .bottom-body .quote-image{
	position:absolute;
	left: -18px;
	top: -39px;
	width: 88px;
}
.csp-hero-banner .bottom-body .quote-image img{
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
}

.csp-hero-banner .bottom-body .quote-box p{
	font-size:15px;
}
.csp-hero-banner .bottom-body .quote-box h6{
	margin:0;
	letter-spacing:1.44px;
}
.csp-hero-banner .bottom-body .two-col-adjust{
	max-width:482px;
	margin-top:-63px;
}
@media (max-width:1130px){
	.csp-hero-banner .bottom-body .quote-box{
		padding:54px 30px 50px 30px;
	}
	.csp-hero-banner .bottom-body .left-card{
		padding:30px 20px;
	}
}

@media (max-width:960px){
	.csp-hero-banner .bottom-body .left-card{
		padding:30px 15px;
	}
	.csp-hero-banner .bottom-body .quote-box{
		padding:20px;
	}
	.csp-hero-banner .right-col .right-img{
		background-position: right center !important;
	}
}


/*====== GrowFlow Process CM Styling ========*/

.gf-process{
	padding:45px 0 50px;
}
.gf-process .quote h6 {
	letter-spacing: 1.14px;
	text-transform: uppercase;
	line-height: 17px;
	border-bottom: 3px solid #ffcc3e;
	display: inline-block;
	margin-bottom:52px;
	font-weight:500;
}
.gf-process .heading{
	max-width:420px;
	margin:0 auto;
}
.gf-process .heading h2{
	margin-bottom:20px;
}
.gf-process  .process-card{
	max-width:227px;
	margin:0 auto;
	width:100%;
}
.gf-process  .process-card .logo{
	margin-bottom:25px;
}
.gf-process  .process-card .logo img{
	max-width:143px;
}
.gf-process  .process-card h5{
	color:#695FF7;
	margin:0;
}
.gf-process .tick-mark{
	text-align:right;
	margin-bottom:-10px;
}
.gf-process .tick-mark i{
	background:#ffffff;
	border-radius:100%;
	font-size:38px;
}
.gf-process .tick-mark.tick i{
	background:#ffcc3e;
}
.gf-process .cta{
	margin-top:100px;
}
/* .gf-process .cta a.cta_button {
padding: 15px 46px;
} */
.gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:first-child .logo:after{
	position:absolute;
	content:'';
	background-image:url(https://4705179.fs1.hubspotusercontent-na1.net/hubfs/4705179/growflow_website_2020/Customer%20Success%20Product%20Page/Flow%20Arrow.svg);
	width: 297px;
	height: 150px;
	background-repeat: no-repeat;
	left: 199px;
	top: -57px;
	background-size: contain;
}
@media (min-width:849px) and (max-width:1024px){
	.gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:first-child .logo:after{
		width: 244px;
		left: 194px;
		top: -43px;
	}
}
@media (min-width:769px) and (max-width:850px){
	.gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:first-child .logo:after{
		width: 175px;
		left: 194px;
	}
}
@media (max-width:768px){
	.gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:first-child .logo:after{
		left:185px;
		top: -32px;
		width:185px;
	}
}

@media (min-width:768px){
	.gf-process .three-col-adjust>span{
		justify-content:center;
	}
	.gf-process .row-fluid .three-col-adjust span>.hs_cos_wrapper{
		margin-top:25px;
	}
}

/*====== Two COl Image Text Reverse CM Styling ========*/
.csp-two-col-reverse{
	padding:228px 0 156px;
}
.csp-two-col-reverse .description{
	margin-top:40px;
}
.csp-two-col-reverse .image-body{
	max-width:443px;
}
.csp-two-col-reverse img{
	width:100%;
}

.csp-two-col-reverse img[alt$="-Screen"]{
	box-shadow: 0 1.8px 1.2px rgba(0, 0, 0, 0.034),
		0 5.7px 4.3px rgba(0, 0, 0, 0.048),
		0 10.5px 8px rgba(0, 0, 0, 0.06),
		0 18.3px 13.9px rgba(0, 0, 0, 0.072)/*,
		0 35.8px 27.4px rgba(0, 0, 0, 0.086),
		0 88px 68px rgba(0, 0, 0, 0.12)*/;
}

.csp-two-col-reverse .cta{
	margin-top:48px;
}
/* .csp-two-col-reverse .cta a.cta_button {
padding: 15px 46px;
} */
@media (min-width: 768px){
	.csp-two-col-reverse .reverse{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.csp-two-col-reverse .reverse .right{
		margin-left: 0;
	}
	.csp-two-col-reverse .reverse .left{
		margin-left: 2.5% !important;
	}
	.csp-two-col-reverse .reverse .left .image-body{
		margin-left:auto;
	}
	.csp-two-col-reverse .reverse .text-body{
		max-width:440px;
		margin-left:auto;
	}
	.csp-two-col-reverse .reverse .description{
		margin-top:20px;
	}
}

/*====== Two Col Image Text With Counter CM Styling ========*/

.csp-two-col-counter{
	/*padding:273px 0 71px;*/
	padding:85px 0 71px;
	position:relative;
}
.csp-two-col-counter .description{
	margin-top:28px;
}
.csp-two-col-counter .image-body{
	max-width:443px;
}
.csp-two-col-counter img{
	width:100%;
}
.csp-two-col-counter .cta{
	margin-top:35px;
}

.csp-two-col-counter .counter-box{
	padding: 30px 20px;
	border-top: 4px solid #ffcc3e;
	box-shadow: 0px 3px 6px #00000029;
	background: #ffffff;
	width:100%;
	text-align:center;
}
.csp-two-col-counter .counter-box .counter{
	font-size: 52px;
	color: #695FF7;
	font-weight: 400;
	margin-bottom: 20px;
}
.csp-two-col-counter .counter-box .counter-number{
	min-height:78px;
}
.csp-two-col-counter .counter-box .suffix{
	font-size: 15px;
	color: #695FF7;
	font-weight: bold;
	padding-left: 10px;
	line-height: 0;
	display:block;
	margin-top:20px;
	letter-spacing: 1.35px;
}
.csp-two-col-counter .counter-box .text p{
	margin:0;
	margin-top:20px;
	font-size:15px;
}
@media (min-width:1025px){
	.csp-two-col-counter .counter-list{
		max-width: 940px;
		margin: 0 auto;
		position: absolute;
		width: 100%;
		top: -105px;
		left: 50%;
		transform: translate(-50%);
	}
	.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item a:hover,
	.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item.active a{
		color: #695FF7;
	}
}
@media (min-width:768px){
	.csp-two-col-counter .four-col-adjust>span{
		margin-right:-3.5% !important;
		justify-content:center;
	}
	.csp-two-col-counter .row-fluid .four-col-adjust span>.hs_cos_wrapper{
		flex-basis: 21.5%;
		-webkit-flex-basis: 21.5%;
	}
}



/*====== Two Col Two Col Video CM Styling ========*/

.two-col-video{
	padding:150px 0 146px;
}

.video-margin .two-col-video {
	margin-top:126px;
}
.two-col-video .inner-content{
	max-width:1030px;
	margin:0 auto;
}
.two-col-video .video-box{
	width:100%;
}
.two-col-video .video-box p{
	margin:0;
	margin-top:30px;
	max-width:445px;
}
.two-col-video .video-box span{
	color:#695FF7;
	font-weight:bold;
}
.two-col-video .video-box .image{
	position:relative;
	min-height:306px;
	box-shadow: 0px 3px 6px #00000029;
}
.two-col-video .video-box .video-button{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.two-col-video .video-box .video-button i{
	color:#ffcc3e;
	border-radius:100%;
	border: 1px solid #ffcc3e;
	padding:14px 15px;
	transition: transform 1s ease;
}
.two-col-video .video-box .video-button i:hover{
	background:#ffcc3e;
	color:#ffffff;
}
.two-col-video .client-logo{
	padding-top:68px;
}
.two-col-video .logo-list{
	max-width:930px;
}
.two-col-video .client-logo h6{
	margin:0;
}

.two-col-video .logo-list  img{
	width:auto;
	margin:0 auto
}
.two-col-video .slick-track {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.two-col-video  .slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}
@media (min-width:1025px){
	.two-col-video .row-fluid .two-col-adjust span>.hs_cos_wrapper{
		flex-basis: 39.7%;
		-webkit-flex-basis: 39.7%;
		margin-right:9.5%;
	}
}
@media (min-width:767px){
	.ft-video .two-col-video  .two-col-adjust>span{
		margin-right: -12.5% !important;
	}
}



/*====== GrowFlow Demo Form  CM Styling ========*/
.gf-demo-form{
	padding:100px 0 173px;
}
.gf-demo-form .heading h1{
	margin-bottom:25px;
}
.gf-demo-form .heading p{
	max-width:650px;
	margin:0 auto;
}
.gf-demo-form .form-body,
.step-form-body{
	max-width:652px;
	margin:65px auto 0;
	box-shadow: 0px 3px 6px #00000029;
	background:#ffffff;
	padding:60px 82px 46px 70px;
	border-top: 4px solid #ffcc3e;
}
body .row-fluid-wrapper .row-fluid .step-form-body {
	margin:0 auto;
	float:none;
	display:inline-block;
	overflow:hidden;
	max-width:840px;
}
body .row-fluid-wrapper .row-fluid .step-form-body .hs-form-checkbox{
	text-align:left;
}

.gf-demo-form .form-body .actions,
.step-form-body .actions{
	text-align:center !important;
}
.gf-demo-form .form-body  form .hs-button.primary,
.step-form-body  form .hs-button.primary{
	margin:0;
	margin-top:40px;
	padding: 18px 74px;
	font-weight:900;
}
.gf-demo-form .form-heading h3{
	margin-bottom:30px;
}


/*====== Insight Two COl   CM Styling ========*/

.insights-two-col{
	padding:135px 0 163px;
}
.insights-two-col .inner-wrapper{
	max-width: 925px;
	margin: 0 auto;
	width: 100%;
}
.insights-two-col .text-col .heading {
	max-width: 350px;
}
.insights-two-col .text-col .description {
	max-width: 510px;
	padding: 13px 0px 41px;
}

body .row-fluid .insights-two-col .image-col {
	border-radius: 100%;
	max-width: 354px;
	min-height: 354px;
	max-height: 354px;
	width:100%;
}
.insights-two-col  .inner-content{
	max-width:502px;
	margin-left:auto;
}
.insights-two-col .wrapper{
	position:relative;
}
.insights-two-col .section-logo{
	position:absolute;
	top: -222px;
	right: 109px;
}
@media (min-width:768px){
	.insights-two-col .reverse {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.insights-two-col .reverse .img-col{
		margin-left: 2.564102564% !important;
	}
	.insights-two-col .reverse .text-col{
		margin-left:0;
	}

	.insights-two-col .reverse .text-col .heading{
		max-width:100%;
	}
	.insights-two-col .reverse .text-col .description{
		max-width:100%;
	}
	.insights-two-col .reverse .inner-content{
		max-width:609px;
		margin:0 auto;
	}
	body .row-fluid .insights-two-col .reverse .image-col{
		max-width:301px;
		max-height:301px;
		min-height:301px;
		margin-left:auto;
	}
}



/*====== Insight Product Bottom Banner  CM Styling ========*/

.insights-bottom-banner{
	background:#F7F8FC;
}
.insights-bottom-banner .gradient-color{
	background: transparent linear-gradient(8deg,#030047 0%,#695FF7 100%) 0% 0%;
	border-radius: 10px;
	padding:128px 92px 118px;
}
.insights-bottom-banner .description{
	max-width: 730px;
	margin: 25px 0 40px;
}
.insights-bottom-banner .cta a.cta_button{
	font-weight:800;
	/*   padding: 15px 50px; */
}

/*====== Customer Success Product Page Styling ========*/
@media (min-width:1025px){
	.csp-rev .csp-two-col-reverse{
		padding: 128px 0 200px;
	}
}

/*====== Free Trial Page Styling ========*/
.free-trial .gf-process .tick-mark i{
	display:none;
}
.free-trial .gf-process .heading{
	max-width:100%;
}
.free-trial .gf-process .process-card .logo{
	margin-bottom:0;
}
.free-trial .gf-process .process-card{
	max-width:267px;
}
.ft-video .two-col-video .inner-content{
	max-width:985px;
}
.free-trial .gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:nth-child(3) .logo img  {
	margin-bottom:15px;
}
.free-trial .gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:nth-child(4) .logo {
	position:relative;
}
.free-trial .gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:nth-child(4) .logo:before {
	position:absolute;
	content:'1';
	top: 48px;
	right: 98px;
	display: inline-block;
	background: #695FF7;
	width: 30px;
	height: 30px;
	color: #ffffff;
	border-radius: 100%;
	font-size: 12px;
	line-height: 30px;
}
.gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:first-child .logo{
	position:relative;
}
.free-trial .gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:first-child .logo:after{
	position:absolute;
	content:'';
	background-image:url(https://4705179.fs1.hubspotusercontent-na1.net/hubfs/4705179/growflow_website_2020/Customer%20Success%20Product%20Page/Flow%20Arrow.svg);
	width: 297px;
	height: 150px;
	background-repeat: no-repeat;
	left: 199px;
	top: -45px;
	background-size: contain;
}
@media (max-width: 1024px) and (min-width:849px){
	.free-trial .gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:first-child .logo:after {
		width: 244px;
		left: 194px;
		top: -24px;
	}
}
@media (max-width:850px) and (min-width:769px){
	.free-trial  .gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:first-child .logo:after{
		width: 175px;
		left: 194px;
		top: -24px;
	}
}
@media (max-width:768px){
	.free-trial  .gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:first-child .logo:after{
		left:185px;
		top: -15px;
		width: 175px;
	}
}
@media (min-width:1025px){
	.ft-video .two-col-video {
		padding: 102px 0 146px;
	}
	.free-trial .why-go-with-growflow {
		padding: 65px 0 175px;
	}
	.free-trial .gf-process {
		margin-top: 83px;
	}
}
@media (min-width: 768px){
	.free-trial .gf-process .row-fluid .three-col-adjust span>.hs_cos_wrapper {
		margin-top: 10px;
	}
	.free-trial   .gf-process .heading h2{
		margin-bottom:105px;
	}
	.gf-process .quote h6{
		margin-bottom: 40px;
	}
	.ft-video .two-col-video .row-fluid .two-col-adjust span>.hs_cos_wrapper {
		flex-basis: 41.5%;
		-webkit-flex-basis: 41.5%;
		margin-right: 6.2%;
	}
	.gf-process .cta {
		margin-top: 105px;
	}
	.Publications-image-cm {
		padding-top: 185px;
		padding-bottom: 105px;
	}
}

/*====== Insight Product  Page Styling ========*/
.ins-pro .blog-why-go-with-growflow{
	margin-top:0;
}
.ins-pro .hero-banner .text-col .cta a.cta_button{
	font-weight:800;
}
.ins-pro .hero-banner .description{
	max-width:580px;
}
.ins-pro .Video-Section .inner-content{
	max-width:446px;
	margin-left:auto;
} 
.ins-pro .Video-Section .right-col .bg-image{
	max-width:507px;
	margin:inherit;
	margin-left:auto;
}
@media (min-width:768px){
	.ins-pro .blog-why-go-with-growflow{
		padding: 220px 0 95px;
	}
	.ins-pro .Publications-image-cm {
		padding-top: 165px;
		padding-bottom: 43px;
	}
}
@media (min-width:1025px){
	.ins-pro .hero-banner .heading h1{
		font-size:45px;
		line-height:54px;
	}
	.ins-pro  .hero-banner {
		padding: 76px 0px 98px;
	}
	.ins-pro .insights-two-col {
		padding: 22px 0 210px;
	}
}

@media(max-width:1023px){
	.service-tabber .tabs .tab-link:first-child {
		margin-bottom: 30px;
	} 
}
@media(max-width:900px){
	.service-tabber .tab-content .three-col-adjust span>.hs_cos_wrapper:not(:last-child):before {
		right: 0;
	}
}

/*====== Demo Selector Styling ========*/
.demo-selector {
	margin-top: -226px;
	background: transparent;
}
.demo-card {
	background: transparent linear-gradient(8deg,#030047 0%,#695ff7 100%) 0% 0%;
	border-radius: 10px;
	padding-top: 137px;
	padding-bottom: 104px;
	padding-left: 28px;
	padding-right: 28px;
	position: relative;
	overflow: hidden;
	color: rgb(255,255,255);
}

.demo-card .heading h3, .demo-card .description p {
	color: rgb(255,255,255);
}

/*====== Mobile Responsive ========*/


@media (max-width:767px) {
	body .row-fluid-wrapper .row-fluid .hero-banner .image-col,
	body .row-fluid-wrapper .row-fluid .hero-banner.two-col .image-col{
		min-height: 300px;
		max-width: 350px;
		margin: 0 auto;
		width: 100%;
	}
	body .row-fluid input[type="checkbox"] {
		width: 15px !important;
	}
	body .row-fluid a.cta_button:before {
		display:none;
	}
	.header-section .demo-cta a.cta_button{
		width:initial;
	}
	.hero-banner .text-col {
		margin-bottom: 40px;
	}
	.hero-padding .hero-banner {
		padding: 100px 0px 50px;
	}
	.counter-cm {
		padding: 50px 0px 50px;
	}
	.counter-cm .three-col-adjust .hs_cos_wrapper:not(:last-child) {
		border-bottom: 1px solid #ccc;
		border-right: none;
		padding-bottom:40px;
	}

	.counter-cm .three-col-adjust .hs_cos_wrapper.three-col-text:not(:last-child) {
		border-bottom: 1px solid #ccc;
		border-right: none;
		padding-bottom:16px;
	}

	.counter-cm .three-col-adjust h2.counter-number {
		font-size: 42px;
	}
	.grow-business:before {
		width:1005;
	}
	.grow-business {
		padding: 50px 0 80px;
	}
	.taber-cm,
	.home-testimonial,
	.hero-banner.two-col{
		padding: 50px 0px 50px;
	}
	.taber-cm .taber-left .desktop,
	.taber-cm .tabber-section .list-item ul li.active:before,
	.taber-cm .tabber-section .list-item ul li.active:after{
		display: none;
	}
	.taber-cm .taber-left .mobile {
		display: block !important;
		position:relative;
		z-index:1;
	}
	.taber-cm .taber-left .mobile ul li,
	.taber-cm .taber-left .mobile span{
		padding-left: 0;
		font-size: 15px;
		margin-bottom: 5px;
		text-align: center;
		display:block;
	}
	.taber-cm .tabber-section .list-item ul li.active,
	.taber-cm .taber-left .mobile span.active{
		padding-bottom: 0;
		margin-bottom: 5px;
	}
	body .row-fluid .taber-cm .taber-left .mobile span {
		border: 2px solid #695FF7;
		padding:5px 20px 5px;
		margin-bottom:0px;
		position:relative;
		z-index:1;
	}
	body .row-fluid .taber-cm .taber-left .mobile span:after {
		content:'\f0d7';
		position:absolute;
		top:5px;
		right:10px;
		font-family:"Font Awesome 5 Free";
		font-weight:900;
		font-size:15px;
	}
	.taber-cm .taber-left .mobile ul {
		border: 2px solid #695FF7;
		border-top: none;
		background: #ffffff;
		z-index: 5;
		position: absolute;
		left: 0;
		right: 0;
		top: 71px;
		display:none;
		padding:10px 10px;
	}
	.taber-cm .tabber-section .list-item ul li.active {
		color: #000000;
	}
	.taber-cm .tabber-section .taber-body .taber-content {
		padding-top:30px;
	}
	.home-happy-cm {
		padding: 10px 0px 22px;
	}
	.home-happy-cm .gradient-color {
		padding:50px 0px 50px;
	}
	.home-happy-cm .bottom-time .left-time {
		margin-right: 0;
		padding-bottom:30px;
	}
	.home-happy-cm .bottom-time .left-time h2 {
		font-size: 50px;
		display: block;
		text-align: center;
	}
	.home-happy-cm .bottom-time .left-time p {
		text-align:center;
	}
	.home-happy-cm .bottom-time .right-time li {
		padding: 8px 0px 8px 0px;
		text-align: center;
	}
	.home-happy-cm .bottom-time .right-time ul {
		border:none;
	}
	.home-happy-cm .description p,
	.home-happy-cm .heading h2,
	.trusted-partner .gradient-color .heading h2{
		padding:0px 20px;
	}
	.home-testimonial .testimonial-content {
		padding:0px;
	}
	.csp-hero-banner{
		padding:60px 0;  
	}
	.csp-hero-banner .bottom-body .two-col-adjust{
		margin-top:30px;
		max-width:100%;
	}
	.csp-hero-banner .bottom-body .row-fluid {
		margin-bottom:0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction:column-reverse;
	}
	.csp-hero-banner .bottom-body .quote-box{
		margin:60px 0 0;
		display:inline-block;
		padding:50px 30px; 
	}
	.csp-hero-banner .description{
		max-width:100%;
	}
	.csp-hero-banner .right-col .right-img{
		margin:30px auto 0;
		min-height:400px;
	}
	.csp-hero-banner .bottom-body .quote-image{
		left:0;
		width:65px;
	}
	.csp-two-col-reverse .image-body{
		margin:0 auto 30px;
	}
	.csp-two-col-counter .counter-list {
		display: block;
	}
	.csp-two-col-counter .counter-box{
		box-sizing:border-box;
	}
	.csp-two-col-counter .image-body{
		margin:0 auto;
	}
	.two-col-video .video-box{
		margin-bottom:30px;
	}
	.insights-two-col .text-col .heading{
		max-width:100%;
	}
	.insights-two-col .text-col .description{
		max-width:100%;
	}
	.insights-two-col .inner-content{
		padding-top:30px;
	}
	.ins-pro .Video-Section .inner-content{
		max-width:100%;
	}
	.ins-pro .Video-Section .right-col .bg-image{
		margin:0 auto;
	}
	.ins-pro .blog-why-go-with-growflow{
		padding:60px 0;
	}
	.ins-pro .hero-banner{
		padding:60px 0;
	}
	.wholesale-product .hero-padding .hero-banner {
		padding: 100px 0px 50px;
	}
	.Video-Section {
		padding-top: 50px;
		padding-bottom: 50px;
		text-align:center;
	}
	.Video-Section .left-col {
		padding-top:0;
	}
	.Video-Section .Row-Reverse >.row-fluid-wrapper >.row-fluid {
		display: block;
		flex-direction: row-reverse;
	}
	.Video-Section .Change-On-Mobile{
		display:flex;
		flex-direction:column-reverse;
	}
	.Video-Section .right-col{
		padding-top:30px;
	}
	.Video-Section .Row-Reverse .row-fluid .span6{
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
	}
	.Video-Section .Row-Reverse .row-fluid [class*="span"] {
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
	}
	.service-tabber .video-sec {
		padding: 0 20px;
	}
	.service-tabber {
		padding-top: 50px;
	}
	.service-tabber .tab-content .three-col-adjust span>.hs_cos_wrapper:not(:last-child):before {
		display:none;
	}
	.service-tabber .tab-content .three-col-adjust .content-body {
		max-width: 100%;
	}
	.service-tabber .tabs .tab-link {
		font-size: 18px;
		float: none;
		display: block;
		margin-bottom: 15px;
		margin-right:0;
		text-transform:uppercase;
	}
	.service-tabber .tabs .tab-link:first-child {
		margin-bottom: 15px;
	}
	body .row-fluid .service-tabber .tab-content .three-col-adjust {
		padding-top: 0;
	}
	.service-tabber .tab-content .two-col .description {
		max-width: 100%;
		padding: 10px 0px 30px;
	}
	.service-tabber .tab-content .two-col .heading {
		max-width: 100%;
	}

	body .row-fluid-wrapper .row-fluid .service-tabber .text-col{
		padding-bottom: 50px;
	}

	body .row-fluid-wrapper .row-fluid .service-tabber .image-col[alt$="-Screen"]{
		box-shadow: 0 1.8px 1.2px rgba(0, 0, 0, 0.034),
			0 5.7px 4.3px rgba(0, 0, 0, 0.048),
			0 10.5px 8px rgba(0, 0, 0, 0.06),
			0 18.3px 13.9px rgba(0, 0, 0, 0.072)/*,
			0 35.8px 27.4px rgba(0, 0, 0, 0.086),
			0 88px 68px rgba(0, 0, 0, 0.12)*/;
	}

	.product-two-col-cm {
		padding: 180px 0 50px;
	}
	.why-go-with-growflow h1:before {
		top: 71px;
	}
	.why-go-with-growflow .heading {
		padding-bottom: 20px;
	}
	.why-go-with-growflow .top-content .heading span {
		font-size: 40px;
	}
	.why-go-with-growflow {
		padding: 50px 0 50px;
	}
	.why-go-with-growflow .left-col{
		padding-bottom: 50px;
	}
	.pricing .gf-demo-form,
	.pricing .blog-why-go-with-growflow,
	.pricing .Publications-image-cm{
		padding: 50px 0;
	}
	.gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:first-child .logo:after{
		display:none;
	}
	.free-trial .gf-process .row-fluid .three-col-adjust .hs_cos_wrapper:first-child .logo:after{
		display:none;
	}
	.home-happy-cm .gradient-color:before{
		bottom: -63px;
		right: 18px;
		width: 125px;
		height: 125px;
	}
	.insights-two-col .section-logo {
		display:none;
	}
	.trusted-partner .icon{
		width:240px;
	}
	body .row-fluid .Publications-image-cm .five-col-adjust span>.hs_cos_wrapper {
		display: block;
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		float: none;
		text-align: center;
	}
	.Publications-image-cm .section-bg {
		float: none;
	}
	body .row-fluid .Publications-image-cm .five-col-adjust span>.hs_cos_wrapper {
		display: block;
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		float: none;
		text-align: center;
	}
	.Publications-image-cm .section-bg {
		float: none;
	}
	.blog-why-go-with-growflow h1:before {
		top: 71px;
	}
	.blog-why-go-with-growflow .heading {
		padding-bottom: 20px;
	}
	.blog-why-go-with-growflow .top-content .heading span {
		font-size: 40px;
	}
	.blog-why-go-with-growflow .left-col{
		padding-bottom: 50px;
	}
	body .row-fluid .blog-why-go-with-growflow .two-col-adjust span>.hs_cos_wrapper:not(:last-child),
	body .row-fluid .blog-why-go-with-growflow .two-col-adjust span>.hs_cos_wrapper:not(:nth-child(2n+2)){
		border-bottom: 1px solid rgb(3 0 71 / 0.15);
		border-right: none;
	}
	.Integration .hero-padding .hero-banner {
		padding: 100px 0px 125px;
	}
	.calendar-form .form-section .form-body {
		padding: 30px;
	}
	.counter-cm .three-col-adjust .counter-body{
		max-width:100%;
	}

	.banner.announcement .wrapper {
		width: 90%;
	}
}

/*====== Tab Responsive ========*/

@media (min-width:768px) and (max-width:1024px) {
	.hero-padding .hero-banner {
		padding: 100px 0px 50px;
	}
	body .row-fluid-wrapper .row-fluid .hero-banner .image-col {
		min-height: 300px;
	}
	.counter-cm .three-col-adjust h2.counter-number {
		font-size: 36px;
	}
	.grow-business:before {
		width: 85.55%;
	}
	.taber-cm .tabber-section .list-item ul li {
		padding-left:45px;
		font-size:20px;
	}
	.taber-cm .tabber-section .taber-top h6 {
		margin-left:45px;
	}
	.taber-cm .tabber-section .list-item ul li.active:after {
		left:45px;
		width: 75%;
	}
	.taber-cm .tabber-section .list-item ul li.active {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	body .row-fluid-wrapper .row-fluid .hero-banner.two-col .image-col {
		min-height: 300px;
		max-width: 400px;
		width:100%;
		margin:0 auto;
	}
	.product-two-col-cm {
		padding: 220px 0 180px;
	}
}
@media (max-width:1024px){
	.csp-hero-banner .bottom-body .quote-box{
		padding:30px;
	}
	.gf-process {
		padding: 60px 0;
	}
	.gf-process .cta{
		margin-top:50px;
	}
	.csp-two-col-reverse {
		padding: 60px 0 !important;
	}
	.csp-hero-banner .bottom-body{
		margin-bottom: 0;
	}
	.csp-two-col-counter {
		padding: 60px 0;
	}
	.csp-two-col-counter .counter-list{
		margin-bottom:30px;
	}
	.two-col-video {
		padding: 60px 0;
	}
	.gf-demo-form{
		padding:60px 0;
	}
	.gf-demo-form .form-body,
	.step-form-body{
		padding:20px;
	}
	.insights-two-col{
		padding:60px 0;
	}
	body .row-fluid .insights-two-col .image-col {
		max-width:301px;
		max-height:301px;
		min-height:301px;
		margin:0 auto;
	}
	.insights-two-col .inner-content{
		max-width:100%;
	}
	.insights-bottom-banner .gradient-color{
		padding:40px 30px;
	}
	.pricing .gf-demo-form,
	.pricing .blog-why-go-with-growflow,
	.pricing .Publications-image-cm{
		padding: 100px 0;
	}

	.insights-two-col .section-logo {
		top: -119px;
		right: 20px;
		width: 120px;
	}
	.integration-tabber .right-col .border {
		padding: 30px;
	}
	.csp-hero-banner .bottom-body .left-card h2 span{
		display:block;
		padding-left:0;
		padding-top:15px;
	}
}


@media(max-width:568px){
	script{
		display:none !important;
	}
}


/*==== Cross Browser Styling Styling =====*/
.ie .why-go-with-growflow .right-col .border{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.ie .Video-Section .right-col .bg-image{
	box-shadow: 10px 10px 26px rgba(0,0,0,0.13);
}
.ie .service-tabber .video-sec .bg-image{
	box-shadow: 10px 10px 26px rgba(0,0,0,0.13);
}
.ie .csp-hero-banner .bottom-body .left-card{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.ie .csp-hero-banner .bottom-body .quote-box{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.ie .csp-two-col-counter .counter-box{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.ie .integration-tabber .right-col .border{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.ie .blog-banner-cm .right-col .bg-image{
	box-shadow: 10px 10px 26px rgba(0,0,0,0.13);
}
.ie .blog-body .post-listing .post-item,.ie .featured-post .post-item{
	box-shadow: 0px 4px 6px rgba(0,0,0,0.16);
}
.ie .blog-post-banner-cm .video-sec .bg-image{
	box-shadow: 10px 10px 26px rgba(0,0,0,0.13);
}
.ie .calendar-form .form-section{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.ie .gf-demo-form .form-body{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.ie .two-col-video .video-box .image{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
@media (min-width:768px){
	.ie .counter-cm .three-col-adjust .hs_cos_wrapper{
		flex-basis: 30.6%;
		-webkit-flex-basis: 30.6%;
	}
	.ie .four-col-counter-cm .four-col-adjust .hs_cos_wrapper{
		flex-basis: 22.4%;
		-webkit-flex-basis: 22.4%;
	}
	.ie  .three-col-counter-cm .three-col-adjust .hs_cos_wrapper{
		flex-basis: 30.6%;
		-webkit-flex-basis: 30.6%;
	}
}


.row-fluid .step-form-body .step-form-container .hs-form .field .input input[type="checkbox"]:checked:after,
body .row-fluid .step-form-body .step-form-container .checkbox-row input:checked:after,
body .row-fluid .step-form-body .step-form-container  input[type="checkbox"]:checked:after{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	top: -4px;
	background: #695ff7;
	left: 0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(180deg);
}
/*====-- Step Form style--===*/

.submitted-message {
	text-align: center;
	padding-top: 30px;
	font-size: 25px;
	font-weight: 600;
}
.header-section .main-menu .hs-menu-wrapper>.demo-cta {
	display: none;
}
.header-section .main-menu .hs-menu-wrapper .demo-cta:nth-child(2) {
	display:block;
}
.menu-cta>.row-fluid-wrapper>.row-fluid .demo-cta:not(:first-child) {
	display: none;
}
body .widget_form .hs-button.large.primary, body .widget_form input.hs-button.primary.large, body .widget_form form input[type=submit] {
	border:none;
}
body .widget_form .hs-button.large.primary:hover, body .widget_form input.hs-button.primary.large:hover, body .widget_form form input[type=submit]:hover {
	color: #695ff7;
}


.taber-cm .image img{
	display:none;
}
.taber-cm .image img:first-child{
	display:block;
}
.taber-cm .tabber-section .taber-top h3 {
	border-bottom: 3px solid #ffcc3e;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1.14px;
	line-height: 17px;
	margin-left: 85px;
	text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.taber-cm .tabber-section .taber-top h3 {
		margin-left: 45px;
	}
}
font-size: 28px;
line-height: 38px;
margin-bottom: 10px;
letter-spacing: -0.56px;
}
@media (max-width: 1024px) {
	body .service-tabber .tab-content .two-col .heading h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.service-tabber .list-item ul li,  .service-tabber .mobile span {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.56px;
	line-height: 34px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	padding-left: 85px;
}
@media (max-width:767px){
	.home-testimonial .quote-image img {
		min-width: 40px;
	}
	.service-tabber .desktop,.service-tabber .list-item ul li.active:before,.service-tabber .list-item ul li.active:after {
		display: none
	}

	.service-tabber .mobile {
		display: block !important;
		position: relative;
		z-index: 1
	}

	.service-tabber .mobile ul li,.taber-cm .taber-left .mobile span {
		padding-left: 0;
		font-size: 15px;
		margin-bottom: 5px;
		text-align: center;
		display: block
	}

	.service-tabber .list-item ul li.active,.taber-cm .taber-left .mobile span.active {
		padding-bottom: 0;
		margin-bottom: 5px
	}

	body .row-fluid .service-tabber .mobile span {
		border: 2px solid #695ff7;
		padding: 5px 20px 5px;
		margin-bottom: 0px;
		position: relative;
		z-index: 1
	}

	body .row-fluid .service-tabber .mobile span:after {
		content: '\f0d7';
		position: absolute;
		top: 5px;
		right: 10px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 15px
	}

	.service-tabber .mobile ul {
		border: 2px solid #695ff7;
		border-top: 0;
		background: #fff;
		z-index: 5;
		position: absolute;
		left: 0;
		right: 0;
		top: 47px;
		display: none;
		padding: 10px 10px
	}
	.service-tabber .mobile ul li,.service-tabber .mobile span {
		padding-left: 0;
		font-size: 15px !important;
		margin-bottom: 5px;
		text-align: center;
		display: block;
	}
	.service-tabber .tabs .tab-link{
		margin:0;
		padding:0;
		display:block !important;
	}
	.service-tabber .list-item ul li:hover,  .service-tabber .list-item ul li.active,  .service-tabber .mobile span.active {
		color: #695ff7 !important;
	}
}

.landing-head {
    line-height: 54px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -0.9px;
}