/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Global Style Declaration
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

@font-face {
  font-family: 'Fira Sans Book';
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/FiraSans-Book.eot');
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/FiraSans-Book.eot') format('embedded-opentype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/FiraSans-Book.woff2') format('woff2'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/FiraSans-Book.woff') format('woff'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/FiraSans-Book.ttf') format('truetype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/FiraSans-Book.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
body { margin:0; padding:0; font-size:16px; line-height:24px; font-family: 'Fira Sans', sans-serif; font-weight:300; color:#999; }

h1 { margin:0 0 10px; padding:0; font-size:40px; line-height:1.2; font-family: 'Fira Sans', sans-serif; font-weight:700; color:#023266; }
h2 { margin:0 0 10px; padding:0; font-size:36px; line-height:1.2; font-family: 'Fira Sans', sans-serif; font-weight:700; color:#023266; }
h3 { margin:0 0 10px; padding:0; font-size:30px; line-height:1.2; font-family: 'Fira Sans', sans-serif; font-weight:700; color:#023266; }
h4 { margin:0 0 10px; padding:0; font-size:26px; line-height:1.2; font-family: 'Fira Sans', sans-serif; font-weight:700; color:#023266; }
h5 { margin:0 0 10px; padding:0; font-size:22px; line-height:1.2; font-family: 'Fira Sans', sans-serif; font-weight:700; color:#023266; }
h6 { margin:0 0 10px; padding:0; font-size:18px; line-height:1.2; font-family: 'Fira Sans', sans-serif; font-weight:700; color:#023266; }

img { max-width:100%; height:auto; border:none; }
a { text-decoration:none; color:#000; transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; -webkit-transition:all ease .3s; }
a:hover { color:#1996ff; }
p { margin:0 0 10px; }
input[type=submit] { cursor:pointer; background-image:url(Images/blank.png) !important;  }
.wrapper { box-sizing: border-box; width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1180px; padding-left: 15px; padding-right: 15px; }
.inner-padding { padding:0 30px; }
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }

.set-bg { background-size:cover; background-position:center; position:relative; }
/*.set-bg > * { position:relative; z-index:2; }
.set-bg:before { content:''; background:rgba(25,150,255,0.3); top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; } */
.get-bg { display:none !important; }

.font_white , .font_white h1 ,.font_white h2 ,.font_white h3 ,.font_white h4 ,.font_white h5 , .font_white h6 ,.font_white a { color:#fff; }
.font_white a:hover { color:#0dbd8d; }
.button a , a.button { padding:8px 25px; background:#1996ff; color:#fff; border:2px solid #1996ff; max-width:100%; display:inline-block;   }
.button a:hover , a.button:hover { background:#fff; color:#1996ff; }

strong { font-weight:700; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }

/*unique paddings*/
.p0-20 { padding-left:20px; padding-right:20px; }
.p10-0 { padding-top:10px; padding-bottom:10px; }
.p20-0 { padding-top:20px; padding-bottom:20px; }
.p30-0 { padding-top:30px; padding-bottom:30px; }
.p40-0 { padding-top:40px; padding-bottom:40px; }
.p50-0 { padding-top:50px; padding-bottom:50px; }
.p60-0 { padding-top:60px; padding-bottom:60px; }
.p70-0 { padding-top:70px; padding-bottom:70px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px  }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px  }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }

textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select { border:1px solid #ddd;  outline:none;
  background:#fff; font-size:16px;  line-height:24px;  font-family: 'Open Sans', sans-serif;  font-weight:300;  color:#000;
  min-height:46px; margin:8px 0;  padding:10px 20px; }
input[type="submit"] { padding:10px 30px; text-align:center; background:#1996ff; outline:none; font-size:16px;  line-height:24px; font-family: 'Open Sans', sans-serif;
  font-weight:300; color:#fff; border:2px solid #1996ff; min-height:46px; margin:5px 0; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s;
  transition:all ease 0.3s;  }
input[type="submit"]:hover { color:#1996ff; background:#fff; }
/*for Hubspot   >>>>>>*/
.hs-form-required { display:none; }
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px;  }
/*<<<<<<<<<<*/


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Page Wise CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.row-fluid .header-section { padding:15px 0px; }
.row-fluid .header-menu ul { width:100%; display:table;
  padding: 40px 0 0 0;
  padding-left: 30px; }
.row-fluid .header-menu ul li { display:table-cell; width:25%; text-align:center; 
  width: auto;
  margin-right: 10px;}
.row-fluid .header-menu ul li a { display:inline-block; max-width:100%; text-align: center; color:#999; font-size:21px; }
.row-fluid .header-menu ul li:last-child a { padding: 10px 25px; background: #80d088; border: 2px solid #a6a6a6; border-radius: 10px; color: #fff; }
.row-fluid .hero-header { text-align:center; padding:20px 0px 80px; }
.row-fluid .hero-header h1 { font-size:94px; line-height:1; }
.row-fluid .hero-header p.secondary-header { font-family: 'Fira Sans', sans-serif; font-weight: 700; color: #023266; font-size: 56px; letter-spacing: 9.2px; }
.row-fluid .hero-section { background-size:cover !important; text-align: center; height: 566px; background-position: center top !important; position: relative; }  
.row-fluid .hero-section:before{ position: absolute; content: ''; width: 100%; height: 860px; background: #fff; bottom: 0px; left: 0px; -webkit-clip-path: ellipse(50% 13% at 50% 100%); clip-path: ellipse(50% 13% at 50% 100%); }  
.row-fluid .hero-pc-img img { margin-top:-22px; }
.row-fluid .custom-header h2 { text-align: center; padding: 0px 100px; font-size: 55px; }
.row-fluid .plan-section { text-align:center;}
.row-fluid .plan-section .hs_cos_wrapper_widget {
  vertical-align: top;
  width: 47%;
  display: inline-block;
  margin: 0 1%;
  margin-bottom: 30px;
}
.row-fluid .plan-section .hs_cos_wrapper_widget:nth-child(3n) { margin-right:0;}
.row-fluid .plan-top-section { background:#34b629; text-align:center; border-radius: 30px; padding: 0px 20px; position: relative; z-index: 99; }
.row-fluid .plan-header h2 { color: #fff; font-size:48px; line-height: 1.2; padding-top: 20px; }
.row-fluid .plan-text { font-size: 20px; padding: 0px 40px; color: #fff; line-height: 1.2; }  
.row-fluid .plan-price { font-size: 36px; line-height: 1.2; color: #fff; padding-top: 30px; font-weight:600; padding-bottom: 30px;}
.row-fluid .plan-sign-up { padding:0 0 35px 0px; }
.row-fluid .plan-sign-up a { background: #ff9517; color: #fff; font-size: 22px; display: inline-block; line-height: 1.2; padding: 12px 40px; border-radius: 20px; box-shadow: 0px 3px #b16307; }
.row-fluid .plan-sign-up a:hover {  background: #5b5b5f; box-shadow: 0px 3px #2d2d31;}
.row-fluid .steup-text { font-size:20px; color:#fff; }   
.row-fluid .plan-features-section { padding: 80px 30px 30px 30px; border: 1px solid #999; border-radius: 30px; margin-top: -50px; position: relative; z-index: 9; color: #999999; font-size: 18px; line-height: 1.2; }  
.row-fluid .plan-features-section h6 { color: #999999; font-size:20px; }
.row-fluid .plan-features-section ul { padding-left: 30px; list-style: none; margin-bottom:0px; }  
.row-fluid .plan-features-section ul li { padding: 10px 0px; position: relative; text-align:left; }
.row-fluid .plan-features-section ul li:before { position: absolute; content: ''; left: -20px; top: 15px; width: 10px; height: 10px; background: #34b629; -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
.row-fluid .testimonial-section { background:#edeef0; padding:60px 0px 30px; margin-top:80px; }
.row-fluid .testimonial-section .hs_cos_wrapper_type_custom_widget { }
.row-fluid .testimonial-section .hs_cos_wrapper_type_custom_widget:nth-child(2n) { margin-right:0px; margin-left:2%; }
.row-fluid .testi-img  { width: 200px; float: left; padding: 0px 0 0 8px; text-align:center; font-size: 30px; line-height: 1.2; }
.row-fluid .testi-img  h6 { color:#00a170; font-size: 30px; line-height: 1.2; margin:0px; padding-top:20px; }
.row-fluid .testi-text { width: calc(100% - 240px); float: right; position:relative; font-size:30px; padding: 40px 20px; line-height: normal;}
.row-fluid .testi-text:before { position: absolute; content: ''; top: 35px; left: -8px; width: 23px; height: 26px; background: url(https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/start.png)no-repeat; background-size: contain; }
.row-fluid img.text-end{ width: 22px; margin-left: 5px; margin-top: 5px; } 
.video-section {
  clear: both;
  margin-bottom:20px;
}
.ss-page .row-fluid .plan-header h2 { color: #fff; }
.row-fluid .video-text { text-align:center; padding:50px 0px 40px;  clear: both; }
.row-fluid .video-text h2 { font-size:80px; }
.row-fluid .service-page-video .video-iframe { padding:0 50px; box-sizing:border-box; clear: both;}
.row-fluid .main-header { text-align:center; padding:50px 0px 70px; }
.row-fluid .main-header h2 { font-size:80px; }
.row-fluid .benefits-section { padding-bottom: 50px; width: 100%; float: left; }
.row-fluid .benefits-left { width:40%; float:left; }
.row-fluid .benefits-left  h4 { font-size:58px;}
.row-fluid .benefits-left  h4 span { color:#34b629; }
.row-fluid .benefits-left ul  { list-style:none; }
.row-fluid .benefits-left ul li { font-size:20px; color:#999; position:relative; padding:10px 0px; }
.row-fluid .benefits-left ul li:before { position: absolute; content: ''; left: -30px; top: 20px; width: 10px; height: 10px; background: #34b629; -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
.row-fluid .benefits-right { width:60%; float:left; position: relative; }
.row-fluid .benefits-right img { position: absolute; top: 20px; right: -100px; }
.row-fluid .faq-section { text-align:center; padding:50px 0px; }    
.row-fluid .faq-section h2 { font-size:58px; color: #34b629 !important;} 
.row-fluid .faq-module .hs_cos_wrapper_type_custom_widget { width:46%; margin-right:5%; float:left; text-align:left; padding:40px 0px; }
.row-fluid .faq-module .hs_cos_wrapper_type_custom_widget:nth-child(2n) { margin-right:0px; margin-left:0; text-align:right; }
.row-fluid .faq-module .hs_cos_wrapper_type_custom_widget:last-child { padding:40px 0 0 0;}  
.row-fluid .faq-header h6 { font-size:20px; color:#00a170; margin-bottom:20px; } 
.row-fluid .faq-text { font-family: 'Fira Sans Book'; color:#999; font-size:20px; }
.row-fluid .faq-text p { margin-bottom:20px; }
.row-fluid .blog-read-section { text-align:center;padding:40px 65px 50px;}   
.row-fluid .blog-read-section  h6 { font-size:25px; color:#999;  font-family: 'Fira Sans Book'; }
.row-fluid .blog-url a { padding: 10px 25px; background: #80d088; border: 2px solid #a6a6a6; border-radius: 10px; color: #fff; font-size: 30px; display: inline-block; line-height: 1.2; }
.row-fluid .blog-url a:hover { background:#023266; }
/*Simple Selling Home page CSs*/
.ss-page .row-fluid h2, .ss-page .row-fluid h1, .ss-page .row-fluid h3 ,.ss-page .row-fluid h4, .ss-page .row-fluid h5, .ss-page .row-fluid h6 {color: #5b5b5f;} 
.ss-page .benefits-section h2 {
  color: #34b629;
}
.ss-page .row-fluid .header-menu ul li {text-align: left;}
.row-fluid .header-menu ul li a,
.ss-page .row-fluid .header-menu ul li:last-child a, .new-blog .row-fluid .header-menu ul li a {
  padding: 10px 4px;
  background: none !important;
  border: 0;
  border-radius: 10px;
  color: #5b5b5f;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: bold;
  padding: 0px 15px !important;
}
.ss-page .row-fluid h1{
  color:#34b629;
}
.ss-page .row-fluid .header-menu ul {     padding: 10px 0 0 0;    padding-left: 30px;}
/* .ss-page .row-fluid .footer-menu ul li {    text-align: center;} */
.ss-page .row-fluid .footer-menu ul li a {color: #a6a6a6;font-size: 21px;    font-weight: normal;}
.new-blog .row-fluid .footer-menu ul li a {color: #a6a6a6;}
.row-fluid .simple-hero {    padding: 60px 0px;    text-align: center;}
.row-fluid .sm-title {
  text-align: center;
  max-width: 850px;
  margin: 0 auto !important;
  float: none;
}
.row-fluid .simple-testiminial {
  padding: 65px 0px;
  background: #eff0f1;
}
.row-fluid .simple-testiminial .wrapper {
  /*     max-width: 820px; */
}
.row-fluid .testi-right {    float: left;    width: 35%;    margin-top: -20px;}
.row-fluid .testi-left {
  float: left;
  width: 65%;
  padding: 0 70px 0 0;
}

.row-fluid .test-title h2 {
  font-size: 30px;
  color: #5b5b5f;

}
.row-fluid .testi-name h5 {
  font-size: 20px;margin-bottom: 3px;color: #5b5b5f;
}

.row-fluid .testi-position h6 {
  font-weight: 400;
  font-size: 20px;
  color: #5b5b5f;
}
.row-fluid .sale-header-main {text-align: center;}
.row-fluid .sale-header-main h2 {font-size: 33px;margin-bottom: 50px;}   
.row-fluid .sale-section {padding: 110px 0px;}
.row-fluid .sale-outer > span > div {
  float: left;
  width: 100%;
  padding: 0 !important;

}


.row-fluid .sale-box {
  background: #fff;
  text-align: center;
  padding: 35px 20px 40px 40px;
  float: left;
  width: 100%;
  border: 1px solid #d2d2d0;
  border-radius: 10px;
  box-shadow: 0px 3px 14px 2px #aaaaaa;
  min-height: 410px;
  overflow: auto;
}

.row-fluid .sale-inner {
  float: left;
  width: 100%;
  padding-bottom: 35px;
}
.row-fluid .sale-image {
  float: left;
  width: 30%;
}
.row-fluid .sale-text {
  float: left;
  width: 70%;

  font-weight: 700;
  color: #5b5b5f;
  font-size: 16px !important;
  /*     padding-top: 25px; */
}


/* .row-fluid .sale-image img {
max-width: 75px;
} */
.row-fluid .sale-bottom {
  float: left;
  width: 100%;
}
.row-fluid .sale-main-text {
  font-weight: 400;
  color: #5b5b5f;
  font-size: 18px;
  margin-bottom: 10px;
}
.row-fluid .sale-main-text strong {font-weight: 400;}

.sale-normal-text {
  font-size: 18px;
  color: #5b5b5f;
  font-style: italic;
  font-weight: 400;
}
.slick-active:nth-chid(2n) .sale-box {background: #f00;}
.row-fluid .slick-prev:before { background: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/leftarrow.png');background-size: contain;background-repeat: no-repeat;height: 90px; width: 90px; display: block; position: absolute; top: 100%; transform: translate(-50%,220%);}
.row-fluid .slick-next:before {background: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/rightarrow.png');background-size: contain;background-repeat: no-repeat;height: 90px; width: 90px; display: block; position: absolute; top: 100%; transform: translate(-50%,220%);}
.row-fluid .slick-prev {
  z-index: 99;left: 0;
}
.row-fluid .slick-next {
  right: -20px;
}
.row-fluid .business-title h5 {color : #5b5b5f;font-size: 20px;}
.row-fluid .business-text {color : #5b5b5f;font-size: 16px;}
.row-fluid .do-it-section .wrapper {
  max-width: 815px;
}
.row-fluid .do-title h2 {
  color: #edeef0;
  padding: 20px 0px;
  background: #393939;
  margin-bottom: 0;
  text-align: center;
  font-size: 33px;
  position: relative;
  z-index: 9999;
}

.row-fluid .business-left {
  float: left;
  width: 15%;
}
.row-fluid .business-right {
  float: left;
  width: 85%;
}
.row-fluid .main-business{max-width: 800px; margin: 0 auto !important; float: none; box-shadow: 0px -27px 30px 0px #aaa; padding: 0px 80px; }
.row-fluid .business-outer {
  float: left;
  padding: 60px 0px 70px 0px;
}
.row-fluid .business-box {float: left;width: 100%;}
.row-fluid .business-outer > span > div:nth-child(2) .business-box {
  margin-top: 70px;
  float: left;
}
.row-fluid .reading-header .section-header {
  text-align: center;
}
.row-fluid .reading-header {max-width: 500px;margin: 0 auto !important;float: none;}
.row-fluid .reading-header .section-header h1 {font-size: 33px;color: #5b5b5f;}
.row-fluid .reading-header .secondary-header {color: #5b5b5f;font-size: 16px;}
.row-fluid .reading-form form input, .row-fluid .reading-form form select, .row-fluid .reading-form textarea {
  border: 1px solid #34b629;
  border-radius: 8px;
  color: #969696 !important;
  height: 50px;
  box-shadow: 0px 0px 5px 0px #34b629;
  font-family: 'Fira Sans',sans-serif;

}
.row-fluid .reading-form ::placeholder {
  color: #969696;
}
.row-fluid .reading-form form select option {font-weight: 300;font-size: 14px !important;}
.row-fluid .reading-form form {max-width: 600px;margin: 0 auto !important;float: none;}
.row-fluid .reading-form form fieldset {
  width: 100%;
  max-width: 100% !important;
}
.row-fluid .reading-form input[type="submit"] {
  background: #34b629;
  color: #fff !important;
  padding: 12px 86px;
  font-size: 20px;
}

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

.row-fluid .reading-section {
  padding: 0 0 78px 0;
}
.row-fluid .reading-form {margin: 40px 0 0 0;}
.row-fluid .reading-form form .hs-form-field:nth-child(2n) {
  margin-left: 10%;
}

.row-fluid .reading-form form .hs-form-field {
  float: left;
  width: 45% !important; 
}


/* .hs_budget_for_sales_marketing.hs-budget_for_sales_marketing.hs-fieldtype-select.field.hs-form-field select {
font-size: 12px !important;
} */
.row-fluid .reading-form form option {
  background: #969696 !important;
  color: #fff !important;
  font-size: 16px !important;
}
.row-fluid .reading-form form .input {    margin-right: 0 !important;}
.row-fluid .testi-text--main {    font-weight: 400;    color: #5b5b5f;    font-size: 17px;    margin-bottom: 23px;}

.slick-center .sale-box{ transform: scale(1.2);}
.sale-outer .slick-track .slick-slide {	padding: 60px 0px;outline: none;margin: 0 25px;}
.ss-page .row-fluid .header-menu ul li:last-child a:hover {    color: #00a170;}
.hs_error_rollup ul.hs-error-msgs.inputs-list li label {display: none;}
.row-fluid .sale-outer .slick-slide img {vertical-align: top;    max-width: 82px;}
/* .row-fluid .reading-form .hs-firstname {    margin-top: 23px;} */
/* .row-fluid .reading-form .hs-email input {
margin-top: 33px;
} */
.row-fluid .reading-form .hs_budget_for_sales_marketing.hs-form-field {
  width: 100% !important;
}
.row-fluid .reading-form .hs_tell_us_about_your_msp.hs-form-field {
  width: 100% !important;
}

.ss-page .row-fluid .footer-menu ul li a {max-width: 100%;}
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 {    font-family: 'Fira Sans',sans-serif;}
span#hs_cos_wrapper_module_15398888878641275 {
  font-size: 0;
}
.ss-page .row-fluid .header-menu ul li:last-child a:hover, .new-blog .row-fluid .header-menu ul li a:hover, .row-fluid .footer-menu ul li a:hover {    color: #35b729 !important;}
.new-blog .row-fluid .blog-section {    float: left;   width: 100%;    max-width: 700px;  margin: 0 auto;   float: none;}
.new-blog .row-fluid .post-header {    width: 100%;    float: left;    padding: 0 0px;}
.new-blog .row-fluid .post-featured-images {width: 100%;    float: left;position: relative;}
.new-blog .row-fluid .post-featured-images .hs-featured-image-wrapper a { height: 370px;display: block;}
.row-fluid .section.post-body.listing {
  float: left;
  width: 100%;
  padding-top: 25px;
}
.row-fluid span.topics-list-bottom:before {
  content: "\00B7";
  font-size: 42px;
  vertical-align: -webkit-baseline-middle;
  color: #000;
}
.row-fluid span.topics-list-bottom {
  position: relative;
  padding-left: 7px;
}
span.post-date-inner {
  color: #333;
}
/* .slick-slide { overflow: visible !important; }
.slick-center .sale-box {transform: scale(1.2);background: red;z-index: 9999;} */
.row-fluid .slick-prev {left: 20px;}
.row-fluid .testi-main {    float: left;    width: 100%;}
.row-fluid .testi-text--main div {    text-align: left !important;}
.row-fluid .couple-testi {    text-align: center;   margin-top: 20px;}
.row-fluid .testi-image {text-align: center;}

.new-blog .row-fluid .more-link {   background: #a6a6a6;    color: #fff;    text-transform: uppercase;    padding: 10px 40px 10px 20px;    text-transform: uppercase;margin-top: 10px;}
.new-blog .row-fluid .more-link:after{    right: 20px;    top: 9px;    vertical-align: middle;}
.new-blog .row-fluid .more-link:hover {    background: #35b729;    color: #fff;}
.new-blog span.hs-author-avatar {    height: 50px;    width: 50px;    border-radius: 30px;display: inline-block;}
.new-blog span.hs-author-avatar img {display: none;}
.row-fluid span.authorname {    vertical-align: top;padding-left: 10px;    color: #023266;    font-weight: bold;}
.row-fluid .main-topic-section {   padding-left: 63px;    margin-top: -30px;    padding-bottom: 25px;}
.row-fluid a.main-author {    display: block;}
.row-fluid span.topics-list-bottom a.topics-link {color: #00a170;}
.new-blog .row-fluid .section.post-body {    padding: 0;}
.new-blog.hs-blog-post .row-fluid .hs-featured-image-wrapper {padding: 0;}
.row-fluid .section.post-body.post-main { float: left; width: 100%; padding: 25px 0 0 0 !important; display: inline-block; font-weight: 300; font-size: 18px; line-height: 1.5; text-align: justify; }
.row-fluid .section.post-body.listing {font-weight: 300;    font-size: 18px;padding-top: 25px;}
.new-blog.hs-blog-listing .row-fluid .post-item {margin-bottom: 125px;margin-top: 0;}
.row-fluid .recent-post-section {    float: left;    width: 100%;margin: 30px 0 0 0;}
.row-fluid .recent-title {    text-align: center;}
.row-fluid .recent-title h2 {padding: 0 0 24px 0;}
.row-fluid .fpost { float: left;   width: 48%;    margin-right: 4%;    padding: 12px 20px;    border: 1px solid #D5D5D5;    box-shadow: 0 0 20px 0 rgba(0,0,0,.05);    display: block;}
.row-fluid .fpost .post-title a {    font-size: 28px;font-weight: 700;color:#a6a6a6;line-height: 1.2;}  
.row-fluid .fpost .post-title a:hover {color: #00a170;text-decoration: underline;}
.row-fluid .post-bottom-text h1 {color:#a6a6a6;}
.row-fluid .fpost:last-child {    margin-right: 0;}
.row-fluid .fpost:hover {    box-shadow: 0 0 20px 0 rgba(0,0,0,.25);}
.hs-blog-listing .row-fluid .post-bottom {display: none;}
.row-fluid .post-bottom { max-width: 700px; margin: 0 auto !important; float: none; padding: 60px 3% 0; }
.row-fluid .post-bottom-cta {text-align: center;}
.row-fluid .post-bottom-cta a {  padding: 10px 50px;    background: #023266;    color: #fff;    font-weight: bold;    display: inline-block;    text-transform: uppercase;}
.row-fluid .post-bottom-cta a:hover { background: #00a170; }
.row-fluid .post-bottom-text h1 {font-size: 28px;}
.row-fluid .post-bottom-text p {font-size: 18px;font-weight: 300;}
.hs-blog-listing .row-fluid .left-side-bar {display: none;}
.new-blog.hs-blog-post .row-fluid .blog-section {    float: left;    width: 100%;    max-width: 100%;    margin: 0;}
.new-blog.hs-blog-post .row-fluid .post-header {padding: 0;}
.new-blog.hs-blog-post .row-fluid .main-blog-section {    max-width: 700px;    display: inline-block;}
.new-blog.hs-blog-post .row-fluid .listing-section {    padding: 60px 0 60px;}    
.new-blog.hs-blog-listing .row-fluid .main-blog-section {    margin-left: 0;    width: 100%;}
.new-blog.hs-blog-post .row-fluid .social-sharing-icons  { display: inline-block;    position: relative;    top: 0;}
.new-blog.hs-blog-post .row-fluid .social-sharing-icons ul li {display: inline-block;width: auto;vertical-align: top;}
.row-fluid .sybscribe-btn a, .row-fluid .get-btn a {   background: #a6a6a6;    padding: 10px 30px;    color: #fff;    font-weight: bold;    text-transform: uppercase;    display: inline-block;    min-width: 120px;    text-align: center;}
.row-fluid .get-btn a  {   background: #35b729;margin-top: 10px;margin-bottom: 20px;}
.new-blog .row-fluid .post-header h2 a, .new-blog .row-fluid .post-header h2 {color: #a6a6a6;}
div#sticky-wrapper {   top: 0;}
.row-fluid .post-form-main input[type="submit"] {background: #a6a6a6;border: none !important;padding: 8px 50px;}

.row-fluid .details a:hover, .row-fluid .follow-us-icon a:hover, .new-blog .row-fluid .post-header h2 a:hover, .row-fluid .fpost .post-title a:hover, .new-blog .row-fluid .post-header h2 a:hover, .new-blog .row-fluid .post-header h2:hover, .row-fluid span.topics-list-bottom a.topics-link, .row-fluid span.authorname {color: #35b729;}
.new-blog .row-fluid .latest-post-single {display: none;}
.row-fluid .post-form-main input[type="submit"]:hover {background: #35b729;border: none !important;color: #fff;}
.new-blog.hs-blog-post .row-fluid .social-sharing-icons ul li a {color: #35b729;} 
.row-fluid .details, .row-fluid .details a {color: #35b729;}
.new-blog .row-fluid span.authorname {color: #a6a6a6 !important;}
.new-blog .row-fluid span.authorname:hover {color: #35b729 !important;}
.row-fluid .social-media-main h6 {color: #a6a6a6 !important;} 
.new-blog.hs-blog-post .row-fluid .social-sharing-icons ul li { line-height: 0.4;}
.new-blog.hs-blog-post .row-fluid .social-sharing-icons ul li a {padding: 5px;}
.new-blog.hs-blog-post .sticky-wrapper.is-sticky .row-fluid .social-media-main {
  left: 140px;
}
.new-blog.hs-blog-post .row-fluid .social-media-main,.sticky-wrapper .blog-sidebar-module {
  padding-left: 80px;
}
.sticky-wrapper .blog-sidebar-module{padding-top:40px;}
.sticky-wrapper.is-sticky .blog-sidebar-module{padding-top:0px;}
/* .sticky-wrapper .blog-sidebar-module {
  position: relative;
  top: 40px !important;
} */
.new-blog.hs-blog-post .is-sticky .social-media-main {
  top: 40px !important;
}

/* changes */

.msps-page .row-fluid .header-menu ul li a:hover { color: #35b729 !important; }
.msps-page .row-fluid .footer-menu ul li a { font-family: 'Fira Sans Book';}
.msps-page .row-fluid .contact-details a, .msps-page .row-fluid .contact-details a:hover { color: #35b729; }
.msps-page .row-fluid .footer-section .follow-us-icon a:hover { color:#35b729;  }
.row-fluid .related-post-item {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  text-align: left;
}
.row-fluid .related-title {
  float: left;
  width: 68%;
  margin-right: 2%;
}
.row-fluid .related-title a {
  color: #5b5b5f;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.row-fluid .related-image {
  float: left;
  width: 30%;
  height: 70px;
}
.row-fluid .related-title a:hover{color: #35b729;}
.row-fluid .msp-section {padding: 55px 0;}
.row-fluid .inner-msp {display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;}
.row-fluid .msp-cta a {  font-size: 60px;  line-height: 1;  color: #fff;display: block;    font-weight: normal;    text-shadow: 2px 3px #648440;}
.row-fluid .msp-cta {  text-align: center;position: relative;}
.row-fluid .msp-cta strong { font-size: 100px; font-weight: normal;display: block;    line-height: 0.8;}
.row-fluid .msp-cta span { font-weight: normal;display: block;    letter-spacing: 18px;}
.row-fluid .msp-right { padding: 50px; position: relative; }
.row-fluid .msp-right:before { position: absolute; left: 0; height: 50px; width: 100%; background: transparent; content: ''; top: 0; left: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border: 8px solid #ff9517; border-bottom: 0; -webkit-animation: expand infinite 0.5s;animation: expand infinite 0.5s;}
.row-fluid .msp-right:after { position: absolute; left: 0; height: 50px; width: 100%; background: transparent; content: ''; top: auto; bottom: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 8px solid #ff9517; border-top: 0;-webkit-animation: expand infinite 0.5s; animation: expand infinite 0.5s;}
.row-fluid .msp-cta2 {text-align: center;}
.row-fluid .msp-cta2 a { text-align: center; background: #ff9517; color: #fff !important; padding: 12px 86px; font-size: 20px; display: inline-block; margin: 30px 0 0 0; border-radius: 8px; height: auto; }
.row-fluid .msp-cta2 a:hover { background: #5b5b5f;}
@-webkit-keyframes expand{
  0%{height:0px}
  100%{height:50px}
}
.row-fluid .msp-left {position: relative;}
.row-fluid .msp-video {  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);  width: 100%;}
.row-fluid .ck-banner-area {padding-bottom: 70px;}


.col-cta a {display: inline-block;font-size: 15px;font-weight: 600;letter-spacing: .01em;line-height: 1.4;text-align: center;transition: all .15s linear;white-space: normal;padding: 9px 14px;border-radius:5px;}
.blog-sidebar-module .slidebar-list ul {margin: 0;padding: 0;list-style: none;padding-bottom: 16px;}
.blog-sidebar-module .slidebar-list ul li a {border-left: 2px solid #ff9517;display: block;padding: 8px 0 8px 12px;font-weight: 400;}
.blog-sidebar-module .slidebar-list ul li a:hover,.blog-sidebar-module .slidebar-list ul li a:focus {border-color: #35b729;color: #35b729;}
.blog-sidebar-module .sidebar-heading h5 {color: #a6a6a6;}
.orange-button a {background: #ff9517;color: #fff;}
.orange-button a:hover{background: #35b729;}
.green-button a {background: #35b729;color: #fff;}
.green-button a:hover{background: #ff9517;}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Responsive Media Queries CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*-=-=- Only Desktop CSS -=-=-*/

@media all and (max-width: 4000px) and (min-width: 1500px){
  .row-fluid .ck-banner-area {
    padding-bottom: 300px;
  }
}

/*-=-=- Smaller Desktop Devices -=-=-*/
@media (max-width:1199px) {

  .wrapper { max-width:1000px; }
  .row-fluid .benefits-right img{ right:-30px;}
  .row-fluid .msp-cta a {  font-size: 40px}
  .row-fluid .msp-cta strong {  font-size: 80px;}
  .row-fluid .msp-cta2 a {    padding: 12px 50px;}
}

/*-=-=-  Tablet Landscape and Smaller Devices -=-=-*/
@media (max-width:1080px) {

  .wrapper { max-width:900px }
  .row-fluid .video-text h2, .row-fluid .main-header h2{ font-size:52px}

  .row-fluid .faq-section h2 { font-size: 48px; }
  .row-fluid .benefits-left h4 { font-size: 38px;}
  .row-fluid .plan-price { padding:30px 0;}
  .row-fluid .plan-text { font-size: 18px; padding: 0 20px;}
  .row-fluid .testi-img, .row-fluid .testi-img h6 { font-size:24px;}
  .row-fluid .benefits-left ul li { font-size: 19px;}
  .row-fluid .plan-sign-up { padding: 40px 0px;}
  .row-fluid .faq-text{ font-size:18px;}
  .row-fluid .blog-url a { font-size:20px;}
  .row-fluid .blog-read-section { padding:40px 42px 50px;}
}
@media (max-width:991px) {
  .wrapper { max-width:700px }
  .row-fluid .video-text h2, .row-fluid .main-header h2 { font-size: 48px;}
  .row-fluid .plan-header h2 { font-size:38px;}
  .row-fluid .plan-text { font-size: 18px;}
  .row-fluid .plan-price { font-size:32px; padding:30px 0;}
  .row-fluid .plan-features-section h6{ line-height:28px;}
  .row-fluid .plan-features-section { font-size:20px;}
  .row-fluid .testimonial-section { padding:50px 0 0; margin-top:50px;}
  .row-fluid .testi-img { width:100%; padding:0;}
  .row-fluid .testi-text{ width:100%; float:left; padding: 40px 20px 40px 50px; }
  .row-fluid .testi-text:before { left:22px;}
  .row-fluid .faq-section h2, .row-fluid .benefits-left h4 { font-size: 34px;}
  .row-fluid .benefits-left ul li { font-size:18px;}
  .row-fluid .faq-section{ padding:25px 0;}
  .row-fluid .benefits-section { padding:0 0 25px;}
  .row-fluid .main-header{ padding:50px 0 60px;}
  .row-fluid .steup-text { font-size: 18px;} 
  .row-fluid .testi-img, .row-fluid .testi-img h6 { font-size: 26px;}
  .row-fluid .faq-text{ font-size:19px;}
  .row-fluid .faq-module .hs_cos_wrapper_type_custom_widget{ padding:40px 0 20px;}
  .ss-page .row-fluid .header-menu ul {        padding-left: 70px !important;}
  .slick-center .sale-box {transform: scale(1);}
  .sale-outer .slick-track .slick-slide {padding: 0;}
  .row-fluid .slick-prev:before, .row-fluid .slick-next:before {transform: translate(-50%,170%);}
  .row-fluid .left-side-bar {    width: 100%;   text-align: center;}
  .new-blog.hs-blog-post .row-fluid .social-sharing-icons {width: auto;}
  .new-blog.hs-blog-post .is-sticky .social-media-main {    position: relative !important;    top: 0 !important;}
  .new-blog.hs-blog-post .row-fluid .social-media-main,.sticky-wrapper .blog-sidebar-module {    padding-left: 0px;    position: relative !important;    padding-bottom: 20px;}
  .sticky-wrapper .blog-sidebar-module{position: relative !important;padding-bottom: 60px;top:0 !important;}
  
}
/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:960px) {

  .wrapper { max-width:700px }
  h1 { font-size:32px; line-height:38px; }
  h2 { font-size:28px; line-height:34px; }
  h3 { font-size:26px; line-height:32px; }
  h4 { font-size:24px; line-height:28px; }
  h5 { font-size:20px; line-height:24px; }
  h6 { font-size:18px; line-height:22px; }
  .p40-0 { padding-top:30px; padding-bottom:30px; }
  .p50-0 { padding-top:35px; padding-bottom:35px; }
  .p60-0 { padding-top:40px; padding-bottom:40px; }
  .p70-0 { padding-top:45px; padding-bottom:45px; }
  .pb40 { padding-bottom:30px; }
  .pb50 { padding-bottom:35px; }
  .pb60 { padding-bottom:40px; }
  .pb70 { padding-bottom:45px; }
  .pt40 { padding-top:30px; }
  .pt50 { padding-top:35px; }
  .pt60 { padding-top:40px; }
  .pt70 { padding-top:45px; }
}

/*-=-=-  Mobile Devices -=-=-*/
@media ( max-width:767px ) {

  .wrapper { max-width:100%; padding-left:15px; padding-right:15px; }
  .mtop10 { margin-top:10px; } /* >>>>>>> Mmargin top 10px in mobile <<<<<<<< */
  .mtop20 { margin-top:20px; } /* >>>>>>> Mmargin top 20px in mobile <<<<<<<< */
  .mtop30 { margin-top:30px; } /* >>>>>>> Mmargin top 30px in mobile <<<<<<<< */
  .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
  .inner-padding { padding:0 15px; }
  .equal_height { min-height:0px !important; } /* >>>>>> Overcome min height given by JS to sections <<<<<<< */
  .text-right { text-align:center; }

  /*-=-=-=-= Mobile menu JS USE  MENU ICON as '<a class="expand_menu"><i></i><i></i><i></i></a>' -=-=-=*/
  a.expand_menu { width: 50px; height: 47px; display: block; cursor:pointer; position: absolute; top: 10px; right: 15px; padding: 5px;  }
  a.expand_menu i { position:relative; width: 40px; left:0; height: 4px; opacity:1; display: block; background: #7d8187; margin: 6px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  a.expand_menu.open i:first-child { transform: rotate(45deg); top: 10px; position: relative; }
  a.expand_menu.open i:nth-child(2) { position:relative; left:-46px; opacity:0; }
  a.expand_menu.open i:last-child { transform: rotate(-45deg); top: -10px; position: relative; }
  /*-=-=-=-= Mobile Submenu JS USE  SUBMENU ICON as '<a class="childExpand"><i></i><i></i></a>' -=-=-=*/
  .childExpand { position: absolute; top: 15px; right: 10px; width: 24px; text-align: center; height: 24px; margin: 0; padding:5px; cursor:pointer; }
  .childExpand i { position:relative; width: 15px; left:0; height: 1px; opacity:1; display: block; background: #fff; margin: 6px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -7px; }
  .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
  .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
  .row-fluid .hero-section {   padding-bottom: 186px; height: auto;}
  .row-fluid .plan-section .hs_cos_wrapper_widget { width:calc(100% - 20px); float:none; margin:0 auto 30px !important; }

  .row-fluid .plan-text { font-size: 18px;}
  .row-fluid .plan-price { font-size:28px;}

  .row-fluid .plan-sign-up a { font-size:18px; padding: 10px 35px;}
  .row-fluid .plan-sign-up { padding: 30px 0px;}
  .row-fluid .plan-features-section { font-size: 18px;}
  .row-fluid .plan-features-section { padding:70px 30px 30px;}
  .row-fluid .testimonial-section { padding: 30px 0 0;margin-top: 30px;}
  .row-fluid .video-text h2, .row-fluid .main-header h2 { font-size:34px;}
  .row-fluid .video-text { padding:30px 0;}
  .row-fluid .main-header { padding: 30px 0;}
  .row-fluid .faq-section h2, .row-fluid .benefits-left h4{ font-size:28px;}
  .row-fluid .benefits-left { width:100%;}
  .row-fluid .benefits-right { text-align:center; width:100%;}
  .row-fluid .benefits-right img { position:static;}
  .row-fluid .faq-module .hs_cos_wrapper_type_custom_widget { width:100%; float:left !important; padding:0 10px; margin:30px 0 0 !important;}
  .row-fluid .blog-read-section {padding: 40px 10px 30px;}
  .row-fluid .blog-url a { font-size:20px;}
  .row-fluid .testi-img, .row-fluid .testi-img h6{ font-size:24px;}
  .row-fluid .testimonial-section .hs_cos_wrapper_type_custom_widget { width:calc(100% - 1%); margin:0 !important; float:none;}
  .row-fluid .testi-text {padding: 30px; text-align:center;}
  .row-fluid .testi-text:before { left: 10px; top:27px;}
  .row-fluid .service-page-video .video-iframe { padding:0; }
  .row-fluid .simple-hero {    padding: 20px 0px;}
  .row-fluid .testi-left {
    float: left;
    width: 100%;
    padding: 0 0 30px 0px;
    text-align: center;
  }
  .row-fluid .testi-right {
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .row-fluid .simple-testiminial {padding: 0px 0px 40px 0px;}
  .row-fluid .sale-section {
    padding: 40px 0px;
  }
  .row-fluid .business-outer > span > div:nth-child(2) .business-box {margin-top: 30px;}
  .row-fluid .business-outer {
    float: left;
    padding: 40px 0px;
  }

  .row-fluid .reading-form form .hs-form-field {
    float: left;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .row-fluid .reading-form .actions {
    text-align: center;
    margin-top: 20px;
  }
  .row-fluid .reading-section {
    padding: 0 0 50px 0;
  }
  .row-fluid .reading-form form input, .row-fluid .reading-form form select {width: 100% !important;}
  .row-fluid .main-business {padding: 0px 30px;}
  .row-fluid .logo-section img {    max-width: 87px !important;}
  .row-fluid .custom-menu-primary .hs-menu-wrapper>ul li {    border-bottom: 1px dotted rgba(255,255,255,.35) !important;border-top: 0 !important;}
  .row-fluid .custom-menu-primary .hs-menu-wrapper>ul li:last-child {border-bottom: 0;}
  .row-fluid .testi-text--main {font-size: 15px;}
  .ss-page .row-fluid .header-menu ul li:last-child a:hover, .new-blog .row-fluid .header-menu ul li a:hover {    color: #fff !important;}
  .new-blog .row-fluid .wrapper2 {    padding: 0px 15px;}
  .row-fluid .inner-sidebar {    text-align: center;}
  .new-blog .row-fluid .post-featured-images .hs-featured-image-wrapper a {height: auto;}
  .row-fluid .fpost {    float: left;    width: 100%;    margin-right: 0;margin-bottom: 30px;}
  .row-fluid .post-bottom-text h1, .row-fluid .fpost .post-title a, .row-fluid .post-left-content h1, .row-fluid .post-header h2 {font-size: 20px;}
  .new-blog span.hs-author-avatar {    display: block;   margin: 0 auto;    margin-bottom: 20px;}
  .row-fluid .main-topic-section {  padding-left: 0;    margin-top: 0;    padding-bottom: 25px;}
  .new-blog.hs-blog-listing .row-fluid .post-item {    margin-bottom: 60px;}
  .new-blog.hs-blog-post .row-fluid .social-sharing-icons {    margin-left: 0;    margin-top: 0;}
  .row-fluid .inner-msp {  flex-flow: column;  -webkit-flex-flow: column; -moz-flex-flow: column; -o-flex-flow: column;}
  .row-fluid .msp-right{ margin-top: 40px;}
  .row-fluid .msp-right:before, .row-fluid .msp-right:after {width: 97.8%;}
  .row-fluid .msp-video { position: relative; top: 0; left: 0; transform: translate(0); -webkit-transform: translate(0); -moz-transform: translate(0); -o-transform: translate(0); width: 100%; }
}
@media (max-width: 580px){
  .ss-page .row-fluid h2, .ss-page .row-fluid h1 {font-size: 20px !important;}
  .row-fluid .business-left {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .row-fluid .business-right {
    float: left;
    width: 100%;
    text-align: center;
  }
  .row-fluid .business-title h5 {font-size: 18px;}
  .sale-normal-text, .row-fluid .sale-main-text {font-size: 15px;}
  .row-fluid .sale-box {padding: 25px;}
  .row-fluid .business-image img {
    max-width: 70px;
  }
}
@media(max-width: 480px){

  .row-fluid .msp-right:before, .row-fluid .msp-right:after {
    width: 96.2%;

  }
  @media (max-width: 360px){ 
    .row-fluid .hero-section {
      padding-bottom: 174px;
      height: auto;
    }
  }
  @media(max-width: 340px){
    .row-fluid .msp-cta strong {    font-size: 70px;}
    .row-fluid .msp-cta a {  font-size: 40px;}
  }
  /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Browser Specific CSS
  -=-=-=-=-=*/

  @media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, .classname { /*only for safari....CSS*/ }

  }


  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
  {
    width: 100% !important;
  }

  .msps-page .row-fluid .hero-text h1 {
    color: #34b629;
  }