/* @import url('http://example.com/example_style.css'); */
    
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

/* These includes are optional, but helpful. */
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('https://cdn2.hubspot.net/hubfs/572187/fonts/proxima_nova_regular-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/572187/fonts/proxima_nova_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('https://cdn2.hubspot.net/hubfs/572187/fonts/proxima_nova_light-webfont.wof2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/572187/fonts/proxima_nova_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('https://cdn2.hubspot.net/hubfs/572187/fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/572187/fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('https://cdn2.hubspot.net/hubfs/572187/fonts/proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/572187/fonts/proxima_nova_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* 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    */
/*****************************************/
/*--Pricing-Page-Css---*/
.price-heading h2{
color: #333333;
font-family: "Open Sans";
font-size: 50px;
font-weight: 300;
line-height: 44px;
}
.year-box {
  border: 1px solid #9b9b9b;
  height: 268px;
  width: 220px;
  text-align:center;
  padding-top: 27px;
}
.year-box-home {
  border: 1px solid #9b9b9b;
  height: 183px;
  width: 220px;
  text-align:center;
  padding-top: 27px;
}
.franchise-box {
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/572187/Pricing%20images/Suggested-Pricing-Box.png") no-repeat scroll center top;
  text-align:center;
  padding: 104px 0 40px;
  background-size:cover;
}
.box-margin {
  margin-top: 106px;
}

.contact_us{padding-top:34px;}

ul.price-box1 {
  padding-left: 8px;
}
ul.price-box1 li::before {
  display: none;
  text-align: left;
}
ul.price-box1 li {
  text-align: left;
  font-size: 13px;
font-weight: 400;
line-height: 35px;
color: #333333;
font-family: 'proxima_nova_rgregular';
}
ul.price-box1 li i {
  color: #00cc99;
  font-size: 18px;
  margin-right: 8px;
}
/*--switch-css---*/
	.onoffswitch {
    -moz-user-select: none;
    margin: 0 auto;
    position: relative;
    width: 73px;
}
.pr-package {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  color: #333333;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.5;
  position: absolute;
  text-transform: uppercase;
  top: 3px;
}
.pr-package.pr-month {
  left: -95px;
}
.pr-annual.pr-package {
  display: table-cell;
  vertical-align: top;
}
.onoffswitch-checkbox {
    display: none;
}
.pr-package.pr-annual {
  right: -188px;
}
.pr-package.active {
  color: #31aee9;
}
.pr-package.pr-annual .pr-offer {
  background-color: #333333;
  color: #fff;
  display: inline-block;
  font-family: "Merriweather",serif;
  font-size: 10px;
  font-weight: 300;
  height: 28px;
  line-height: 12px;
  margin-left: 10px;
  padding: 7px 10px;
  position: relative;
  text-transform: uppercase;
  top: -2px;
}
.pr-package.pr-annual .pr-offer::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #333333 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 8px;
  content: "";
  display: block;
  height: 0;
  left: -14px;
  position: absolute;
  top: 6px;
  width: 0;
}
.onoffswitch-label {
    background-color: #c8ebfc !important;
    border-radius: 41px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 29px;
    position: relative;
    width: 77px;
}
.onoffswitch-label::before {
    background-color: #ffffff !important;
    border-radius: 35px;
    content: "";
    display: block;
    height: 23px;
    left: 5px;
    position: absolute;
    top: 3px;
    transition: all 0.2s ease 0s;
    width: 23px;
    z-index: 1;
}
.onoffswitch-label::after {
    content: "";
    position: absolute;
}
.onoffswitch-checkbox:checked + .onoffswitch-label::before {
    left: 50px;
}
/*--end-switch-css---*/

/* ---preferred pricing---*/
#preferred-pricing {
  background: rgba(0, 0, 0, 0) url("https://www.advisorwebsites.com/hubfs/Pricing%20images/CTA-Preferred-Pricing-Box.png") no-repeat scroll center top;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  height: 120px;
  padding: 30px 0;
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
  cursor:pointer;
  font-family: 'proxima_nova_ltlight';
}

/* ---demo header---*/
#demo-header {
    padding-bottom: 50px;
    padding-top: 50px;
    background: rgb(0, 145, 174);
    text-align: center;
}

/* ---demo discount---*/
#demo-discount {
  background: rgba(0, 0, 0, 0) url("https://www.advisorwebsites.com/hubfs/Pricing%20images/CTA-Preferred-Pricing-Box.png") no-repeat scroll center top;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  height: 100px;
  padding: 20px 0;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
  cursor:pointer;
  font-family: 'proxima_nova_ltlight';
}

/* ---trial header---*/
#trial-header {
    padding-bottom: 50px;
    padding-top: 50px;
    background: rgb(0, 145, 174);
    text-align: center;
}

/* ---trial sub-header---*/
#trial-subheader {
  background: rgba(0, 0, 0, 0) url("https://www.advisorwebsites.com/hubfs/Pricing%20images/CTA-Preferred-Pricing-Box.png") no-repeat scroll center top;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  height: 70px;
  padding: 20px 0;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
  cursor:pointer;
  font-family: 'proxima_nova_ltlight';
}

/*---pricing-show-hide---*/
#show-cta {
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/572187/Pricing%20images/CTA-Compare-Plans-Box.png") no-repeat scroll center top;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  height: 120px;
  padding: 30px 0;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
  cursor:pointer;
  font-family: 'proxima_nova_ltlight';
}
.table-main table td {
  text-align: center;
  font-family: "Merriweather",serif;
  font-weight:300;
  font-style:italic;
  padding: 7px 0;
  border-right: 1px solid #ccc;
}
.table-main table td:first-child {
  text-align: left;
  color:#417505;
  font-size:14px;
  font-weight:600;
  font-family: "proxima_nova_rgregular";
  font-style: normal;
  border-right: none;
}
.table-main table td:last-child {border-right: none;}
.table-main th {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgregular';
}
.table-main {
  padding-top: 43px;
}
.container-center{float: none !important; }
.faq-content h2{
font-size: 28px;
line-height: 28px;
text-transform: uppercase;
color: #000000;
font-family: 'proxima_nova_ltlight';
}
.faq-content h3 {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  padding: 40px 0 0;
  text-transform: uppercase;
  font-family: 'proxima_nova_ltlight';
}
.faq-content p {
  color: #717171;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  padding: 0;
  font-family: 'proxima_nova_ltlight';
}
.pricing-form h3{
color: #333333;
font-size: 20px;
font-weight: 400;
line-height: 28px;
text-transform: uppercase;
text-align:center;
padding: 0 0 50px;
font-family: 'proxima_nova_rgregular';
}
.pricing-form {
  background: #d2e2e8 none repeat scroll 0 0;
  padding: 48px 60px;
}
.pricing-form label {
 color: #333333;
font-size: 20px;
font-weight: 300;
line-height: 28px;
font-family: 'proxima_nova_ltlight';
}
.pricing-form .hs-input {
  background: #fff none repeat scroll 0 0;
  height: 60px;
}
.pricing-form .hs-button.primary.large {
  background: #00cc99 none repeat scroll 0 0;
  font-size: 18px !important;
  letter-spacing: 0;
  width: 70%;
}
.pricing-form .actions {
  text-align: center;
}
/*--tooltip--*/
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
  background-color: black;
  color: #fff;
  left: 202%;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  top: -5px;
  visibility: hidden;
  width: 79px;
  z-index: 1;
}

.tooltip .tooltiptext_large {
  background-color: black;
  color: #fff;
  left: 125%;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: -5px;
  visibility: hidden;
  width: 175px;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip:hover .tooltiptext_large {
    visibility: visible;
}

.tooltip .tooltiptext::after {
  border-bottom: 10px solid transparent;
  border-right: 10px solid black;
  border-top: 10px solid transparent;
  content: "";
  float: left;
  height: 0;
  left: -10px;
  position: absolute;
  width: 0;
  top:7px;
}

.tooltip .tooltiptext_large::after {
  border-bottom: 10px solid transparent;
  border-right: 10px solid black;
  border-top: 10px solid transparent;
  content: "";
  float: left;
  height: 0;
  left: -10px;
  position: absolute;
  width: 0;
  top:7px;
}
/*--end-tooltip--*/
/*--End-Pricing-Page-Css---*/
/*--Home-Page-Css---*/
.banner-text p{font-size: 15px;}
a#cta_button_572187_22e4d211-9760-40c3-b38b-f3900873100b{font-family: 'proxima_nova_rgregular';}
a#cta_button_572187_740c9976-b556-4627-8e48-c08de25eb81a{font-family: 'proxima_nova_rgregular';}
.custom-menu-secondary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{padding:10px 0;}
.responsive-adjust {
    background:url("https://cdn2.hubspot.net/hubfs/572187/product%20page%20images/Advisor%20Websites-Website-Builder.jpg") no-repeat;
    background-position:left 50px;
    background-size:777px;
    padding:90px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul li a{font-size:14px; font-family:open sans;color: #515151; padding:13px 15px; font-weight:400; line-height: normal;}
.custom-menu-primary .hs-menu-wrapper > ul li a.cta_button.nav_cta_end{padding:10px 15px; background:#0c9;color:#ffffff !important;font-size:16px;font-weight:300;text-align:center; font-family:helvetica; cursor:pointer;}
.custom-menu-primary .hs-menu-wrapper > ul li a.cta_button.nav_cta_end:hover{color:#fff;border-color:#212835;background-color:#212835;}

.custom-menu-primary .hs-menu-wrapper > ul > li { padding: 0 0 0 15px;}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover{color:#000; background:#fff; box-shadow: 0 0 2px #ccc; -moz-box-shadow: 0 0 2px #ccc; -webkit-box-shadow: 0 0 2px #ccc;}
.custom-menu-primary .hs-menu-wrapper > ul ul li p.menu-text { padding-left: 0;}
h4.submenu-head span.menu-head:last-child { padding-left: 0;  width: 100%;}
h4.submenu-head > span {
  color: #31aee9;
  display: table-cell;
  vertical-align: middle;
}
h4.submenu-head {
  display: table;
  width: 100%;
  font-size:23px;
}
h4.submenu-head span  img{
    width:40px;
    margin-right: 22px;
}
ul.submenu-list li {
  display: block;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li p a {
  color: #31aee9;
  font-family: "proxima_nova_ltlight";
  font-size: 16px;
  margin-top: -13px;
  padding-bottom: 10px;
  padding-top: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li p a:hover{color:#333; font-family: 'proxima_nova_ltlight'; box-shadow:none;}
.custom-menu-primary .hs-menu-wrapper > ul ul li p {
  color: #333;
  font-family: "proxima_nova_ltlight";
  line-height: normal;
  padding-left: 60px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{white-space: pre-line !important;}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{box-shadow:none;}
.custom-menu-primary .hs-menu-wrapper > ul ul{background:#fff; box-shadow: 0 0 4px -2px rgba(1, 1, 1, 0.6);}
.custom-menu-primary .hs-menu-wrapper > ul ul li {vertical-align: top;  width: 249px;}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper { left: -54px; margin-top: 0px;}
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) a:hover {box-shadow:none; background:none; color:#31aae9;}
h4.submenu-head > span:first-child{width:20%;}
h4.submenu-head > span:last-child{width:80%; padding-left: 15px;}
.company-logos{position:absolute; bottom:0;}
.benefit-box h2 { color: #fff; font-size: 23px; line-height: normal; font-family: 'proxima_nova_rgregular'; min-height: 84px;}
.benefit-box p{color:#fff; font-family: 'proxima_nova_ltlight'; font-size: 15px; padding-top:20px;}
.mid-title h1 {
  font-family: "proxima_nova_ltlight";
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  padding-left: 53px;
  width: 100%;
}
.span6.widget-span.widget-type-cell.w-adjust { width: 34%;}
p.p1{
    font-size:15px;
    font-family: "proxima_nova_ltlight";
    font-weight:300;
    width: 95%;
    padding-bottom: 0;
    padding-top: 0;
}
.start-sec h4 a{ font-size: 15px;  padding-top: 15px; color: rgba(25, 26, 26, 0.7);}
.start-sec p a{ color: #000; font-family: "proxima_nova_rgregular";  font-size: 13px;}
.header-container .hs_cos_wrapper_type_logo a img { max-width: 200px;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(173, 216, 230, 0.9); /* Blue w/ opacity */ 
}

/* Modal Content */
.modal-content {
    position: fixed;
    text-align: center;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    
}
.modal-body .span6 {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(42, 44, 53, 0.5);
  -moz-box-shadow: 0 0 10px rgba(42, 44, 53, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(42, 44, 53, 0.5);
  padding: 40px 20px;
  text-align:center;
}
.modal-body .span6 > img {
  display: inline-block;
  height: 130px;
}
.modal-body .span6 a{
background:#00cc99;
color:#fff;
font-size:17px;
text-transform:uppercase;
font-family:"proxima_nova_rgregular";
border-radius:0;
width:190px;
padding:7px;
line-height:normal;
display:inline-block;
text-align:center;
margin-top:20px;
}
.modal-body .span6 a span{
display:block;
margin-top:6px;
}
.modal-body .span6 a:hover{
background:#fff;
color:#00cc99;
}
.modal-body .span6 a:active,.modal-body .span6 a:active:hover{
background:#fff;
color:#00cc99;
}
.modal-body .span6 p{font-family:"proxima_nova_rgregular"; color:#000; font-size:14px;}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-family: "proxima_nova_ltlight";
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  right: -314px;
  top: -121px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 2px 16px;
    color: white;
    text-align:center;
}
.modal-header > h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.modal-header > p{font-family: 'proxima_nova_rgregular';}
.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
}
/* End The Modal (background) */
.home.franchise-box {
  padding-bottom: 43px;
}
.tab_section .tab_section_heading h2{
  color: #fff;
  font-size:50px;
  line-height: 61px;
  font-weight: 300;
  font-family:open sans;
  
}
.tab_section h2 {
  color: #5a5b62;
  font-family: "proxima_nova_rgregular";
  font-size: 18px;
  line-height: normal;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.tab_section p {
  color: #5a5b62;
  font-family: "proxima_nova_ltlight";
  font-size: 16px;
  line-height: normal;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.tab_one {
  background:url("https://cdn2.hubspot.net/hubfs/572187/homepage%20images/Dashboard-Icons-01.png") no-repeat scroll 9px center / 61px auto;
  padding: 16px 0 16px 80px;
  margin-bottom: 12px;
  cursor:pointer;
 -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.tab_one.active {
  background: #3a3b44 url("https://cdn2.hubspot.net/hubfs/572187/homepage%20images/Dashboard-Icons-Blue-01.png") no-repeat scroll 9px center / 61px auto;
  padding: 16px 0 16px 80px;
  color:#fff;
  box-shadow: 0 0 0 1px #fff;
}
.tab_one.active h2, .tab_one.active p {
    color:#fff;
    margin-right: 5px;
}
.tab_two {
  background:url("https://cdn2.hubspot.net/hubfs/572187/homepage%20images/Dashboard-Icons-02.png") no-repeat scroll 9px center / 61px auto;
  padding: 16px 5px 16px 80px;
  margin-bottom: 12px;
  cursor:pointer;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.tab_two.active {
  background: #3a3b44 url("https://cdn2.hubspot.net/hubfs/572187/homepage%20images/Dashboard-Icons-Blue-02.png") no-repeat scroll 9px center / 61px auto;
  padding: 16px 5px 16px 80px;
  color:#fff;
  box-shadow: 0 0 0 1px #fff;
}
.tab_two.active h2, .tab_two.active p {
    color:#fff;
    margin-right: 5px;
}
.tab_three {
  background:url("https://cdn2.hubspot.net/hubfs/572187/homepage%20images/Dashboard-Icons-03.png") no-repeat scroll 9px center / 61px auto;
  padding: 16px 0 16px 80px;
  cursor:pointer;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.tab_three.active {
  background: #3a3b44 url("https://cdn2.hubspot.net/hubfs/572187/homepage%20images/Dashboard-Icons-Blue-03.png") no-repeat scroll 9px center / 61px auto;
  padding: 16px 0 16px 80px;
  color:#fff;
  box-shadow: 0 0 0 1px #fff;
}
.tab_three.active h2, .tab_three.active p {
    color:#fff;
    margin-right: 5px;
}
.active_one img.hs-image-widget {
  height: 337px;
}
.active_two img.hs-image-widget {
  height: 337px;
}
.active_three img.hs-image-widget {
  height: 337px;
}
.footer-link a {
  color: #cccccc;
  font-family: "proxima_nova_rgregular";
}
.footer-email .hs_email.field.hs-form-field {
  float: left;
  width: 70%;
}
.footer-email .hs_submit {
  float: left;
  width: 30%;
}
body .footer-email .hs_submit .hs-button.primary{
  -moz-user-select: none;
  background-color: #9b9a9b;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 10px !important;
  letter-spacing: 2px;
  margin-top: 6px;
  padding: 14px 30px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}
.view {
   width: 300px;
   height: auto;
   margin: 0;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
  color: #fff;
  font-family: "proxima_nova_rgregular";
  font-size: 14px;
  padding: 0 20px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 0;
   color: #fff;
   margin-top: 31px;
}
.view a.info img {
  width: 60px;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-eighth .mask {
   background-color: rgba(49, 170, 233, 0.9);
   top: -200px;
   cursor:pointer;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out 0.5s;
   -moz-transition: all 0.3s ease-out 0.5s;
   -o-transition: all 0.3s ease-out 0.5s;
   -ms-transition: all 0.3s ease-out 0.5s;
   transition: all 0.3s ease-out 0.5s;
}
.view-eighth h2 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.1s;
   -moz-transition: all 0.2s ease-in-out 0.1s;
   -o-transition: all 0.2s ease-in-out 0.1s;
   -ms-transition: all 0.2s ease-in-out 0.1s;
   transition: all 0.2s ease-in-out 0.1s;
}
.view-eighth p {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.2s;
   -moz-transition: all 0.2s ease-in-out 0.2s;
   -o-transition: all 0.2s ease-in-out 0.2s;
   -ms-transition: all 0.2s ease-in-out 0.2s;
   transition: all 0.2s ease-in-out 0.2s;
}
.view-eighth a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.3s;
   -moz-transition: all 0.2s ease-in-out 0.3s;
   -o-transition: all 0.2s ease-in-out 0.3s;
   -ms-transition: all 0.2s ease-in-out 0.3s;
   transition: all 0.2s ease-in-out 0.3s;
}
.view-eighth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   top: 0px;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-animation: fadeIn;
   -moz-animation: fadeIn;
   -ms-animation: fadeIn;
   animation:fadeIn;
}
.view-eighth:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-eighth:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-eighth:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
@-webkit-keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         @keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         .fadeIn {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
         }

/*--End-Home-Page-Css---*/
/*--Product-Page-Css---*/
.product-full-bg{ background:url(https://cdn2.hubspot.net/hubfs/572187/product%20page%20images/Advisor%20Websites-Website-Builder.jpg) no-repeat; background-position: left top; background-size: 792px auto; margin-top: 108px;}
.product-width-left h3 {color: #31aee9; display: block; font-size: 20px; font-weight: 400; line-height: normal; width: 85%;padding: 30px 0 20px;}
.product-width-left p{ font-weight: 300;}
.m1 {
    width: 100%;
    height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
    background-color:#36b0e7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: table;
    vertical-align:middle;
    box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.1);
}
.light-menu {
    width: 100%;
    height: 75px;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    background-color:rgba(4, 180, 49, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fixed {z-index: 999; width:100% !important;}
.menu ul {
  display: table;
  margin: 0;
  width: 100%;
}
.menu ul li {
  display: table-cell;
  list-style: outside none none;
  margin: 0;
  vertical-align: middle;
  width: 14.5299%;
}
.menu ul li a {
  color: #fff;
  display: table-cell;
  font-size: 15px;
  line-height: 15px;
  opacity: 0.3;
  padding-bottom: 15px;
  padding-top: 15px;
}
.menu ul li:nth-child(1) a{
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/572187/product%20page%20images/Toolkit-Icons-17.png") no-repeat scroll left center / 50px auto;
  padding-left: 56px;
}
.menu ul li:nth-child(2) a{
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/572187/product%20page%20images/Toolkit-Icons-14.png") no-repeat scroll left center / 50px auto;
  padding-left: 56px;
}
.menu ul li:nth-child(3) a{
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/572187/product%20page%20images/Toolkit-Icons-16.png") no-repeat scroll left center / 50px auto;
  padding-left: 56px;
}
.menu ul li:nth-child(4) a{
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/572187/product%20page%20images/Toolkit-Icons-15.png") no-repeat scroll left center / 50px auto;
  padding-left: 56px;
}
.menu ul li:nth-child(5) a{
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/572187/product%20page%20images/Toolkit-Icons-18.png") no-repeat scroll left center / 50px auto;
  padding-left: 56px;
}
.menu ul li:nth-child(6) a{
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/572187/product%20page%20images/Toolkit-Icons-19.png") no-repeat scroll left center / 50px auto;
  padding-left: 56px;
}
.active {
    color: #fff;
    text-decoration: none;
    line-height: normal;
    opacity:1 !important;
    //text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
} 
#pro-sec1 h2 { margin: 0; padding: 0; width: 73%;}
#pro-sec1 p { font-weight: 300; width: 90%;margin-bottom: 40px;}
#pro-sec2 h2 { margin: 0; padding: 0; width: 73%; color: #333;}
#pro-sec2 p { font-weight: 300;}
#pro-sec3 h1 { margin: 0; padding: 0; font-weight:300; color:#333;}
#pro-sec3 p {width: 83%;font-weight: 300; display: inline-block;}
#pro-sec3-2 h2 { margin: 0; padding: 0; font-weight:300; color:#333;}
#pro-sec3-2 p {font-weight: 300; width: 72%;}
#pro-sec3-2 img{box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc;}
#pro-sec4 h2 { margin: 0; padding: 0; font-weight:300; color:#333;}
#pro-sec4 p { display: inline-block;  font-weight: 300;  width: 84%;}
#pro-sec4 img{box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc;}
#pro-sec5 h1 { margin: 0; padding: 0; font-weight:300; color:#333;}
#pro-sec5 p { display: inline-block;  font-weight: 300;  width: 84%;}
#pro-sec5 img{box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc;}
#pro-sec6 h1 { margin: 0; padding: 0; font-weight:300;  color:#fff;}
#pro-sec6 p {  font-weight: 300; color:#fff;}
#pro-sec6 .span7 {margin-left: 0;}
#pro-sec6 .span5 {margin-left: 0;width:40%; padding: 44px 50px; height: 640px;}
#pro-sec6 .span7 {height: 640px; margin-left: 0; overflow: hidden; position: relative; width: 60%;}
#pro-sec6 .span7 img.hs-image-widget {height: 100%; position: absolute;  width: 100% !important; object-fit: cover;}
.pro-sec7 h1 { margin: 0; padding: 0; font-weight:300;  color:#333; display: inline-block; width: 74%;}
.pro-box .row-depth-1 { background: white;padding: 16px;margin-bottom: 30px;box-shadow: 2px 2px 2px rgba(0,0,0,0.1);}
.pro-box h2 { color: #333; font-size: 25px; line-height: normal;}
.pro-box p { font-weight: 300;}
.get-started-sec{
    background:url(https://cdn2.hubspot.net/hubfs/572187/product%20page%20images/Product-Page-CTA-Banner.png) no-repeat;
    background-size:cover;
    background-position:center;
    padding:65px 0;
}
.get-started-sec h1 { margin: 0; padding: 0; font-size:50px; line-height:61px; font-weight:300;  color:#fff; text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);}
.get-started-sec p{font-family: "Merriweather",serif; color:#fff; font-weight:300; font-style:italic; text-align:center; text-shadow: 0 0 2px rgba(0, 0, 0, 0.7); font-size: 20px;}
.want-text p { position: relative;}
.want-text p::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 360px;
}
.want-text p::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  top: 18px;
  width: 360px;
}
.row-fluid .container-center2[class*="span"]{max-width:940px; margin:0 auto; float:none;}
.menu .icon {
  display: none;
  color:#fff;
  font-size:24px !important;
}
/*--End-Product-Page-Css---*/
/*---responsive css---*/
@media(max-width:1024px){
.responsive-adjust{background-size:454px;}
}
@media(max-width:768px){
  .menu a:not(:first-child) {display: none;}
  .menu a.icon {
    float: right;
    display: block;
  }
  .menu .icon {
  display: block;
  padding-right:20px;
}
.menu.responsive {position: relative;}
  .menu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
.menu.responsive li {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
  }
    .menu ul li{display:none;}
   .fixed {
  width: 100%;
}
}
@media(max-width:640px){
    .modal-content { width: 100%;}
.benefit-box { text-align: center;}
.active_one img.hs-image-widget { height: auto; margin-top:15px;}
.active_two img.hs-image-widget { height: auto; margin-top:15px;}
.active_three img.hs-image-widget { height: auto; margin-top:15px;}
.tab_section h2 { font-size: 14px;}
.tab_section p { font-size: 12px;}
.responsive-adjust { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;}
.span6.widget-span.widget-type-cell.w-adjust { width: 100%;}
.mid-title h1 { width: 100%;}
.responsive-adjust2 p { padding: 0 15px;}
a#cta_button_572187_4444135e-efbe-417f-98d8-6cb3933bcc93 {margin-top: 15px;}
body .footer-email .hs_submit .hs-button.primary {padding: 15px 12px;}
.span4.widget-span.widget-type-cell.start-sec { margin-bottom: 20px;}
.franchise-box { margin-top: 82px; padding: 214px 0 40px;}
.modal-body .span6 {margin-bottom: 20px;}
#show-cta{height:auto; background-size:cover;}
.table-main {overflow:auto;}
.pricing-form { margin-top: 40px;  padding: 48px 15px;}
.pricing-form .hs-button.primary.large {width: 92%;}
#pro-sec6 .span5{width:100%; height:auto;}
#pro-sec6 .span7{width:100%; height:auto;}
#pro-sec6 .span7 img.hs-image-widget { position: static;}
}

/*--LP-Page-Css---*/
.lp-hero-banner {
    background: url(https://cdn2.hubspot.net/hubfs/572187/Website%20Images/hero-Banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 935px !important;
}
.lp2-hero-banner {
    background-color: #912629;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 935px !important;
}
.lp-header h4 {
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    word-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.lp-header h1 {
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.18;
    color: #fff;
    margin-bottom: 54px;
}

.lp-header h2 {
    font-family: 'Hind', sans-serif;
    font-size: 42px;
    line-height: 1.18;
    color: #233c48;
    font-weight: 700;
    margin-bottom: 51px;
    max-width: 820px;
    text-align: center;
    margin: 0 auto;
}
.white h2 {
    color: #fff; 
}

.lp-header p {
    font-family: 'Hind', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    max-width: 475px;
    margin-bottom: 34px;
}

.lp-host h3 {
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    opacity: 0.8;
    padding-top: 22px;
    margin-bottom: 2px;
    padding-bottom:0px;
}

.lp-host h6 {
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    word-spacing: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;            
}

.lp-form h2{
    font-size: 35px;
    color: #20323c;
    line-height: 1.18;
    font-weight: 700;
    margin-bottom: 25px;
}

.second-section h4 {
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #233c48;
    word-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.second-section h2 {
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.18;
    color: #233c48;
    margin-bottom: 55px;
}

.3-col {
    display: flex !important; align-items: center;
}

.3-col ul {
    padding: 0;
    font-size: 16px;
    color: #20323c;
    max-width: 316px;
    padding: 0 0;
    padding-left: 40px;
    margin-top: 122px;
}

.3-col ul li {
    list-style: none;
    position: relative;
    padding: 0 34px;
    margin-bottom: 40px;
    line-height: 1.38;
}

.3-col ul li strong {
    text-transform: uppercase;
}

.3-col ul li:after {
    background: url(https://cdn2.hubspot.net/hubfs/120299/Price%20Intelligently%20Landing%20Page%20Development%20May%202017/right.png?t=1496298300367);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 7px;
    background-repeat: no-repeat;
}

.form-title h3 {
    padding-bottom: 0;
}

/*--Resources-Gallery-Css---*/
.resources-featured h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #5c6163; 
    font-weight: 700; 
    padding-bottom: 1px;
}
.resources-featured img {
    box-shadow: 6px 3px 25px 4px rgba(0,0,0,0.1), 1px 0px 3px 0px rgba(0,0,0,0.1);
}
.resource-navigation {
    color: #fff;
    font-size: 21px;
}
.resource-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
.resource-navigation ul li {
    margin: 0 25px;
    display: inline-block;
}
.resource-navigation ul li.first-item {
    border-right: 1px solid #e1e1e1;
    padding-right: 40px;
    margin-right: 25px;
}
.resource-navigation ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 20px 0;
    position: relative;
}
.resource-navigation ul li:before {
    display: none;
}
.resource-navigation ul li a:hover,
.resource-navigation ul li a.active {
  color: #bce2f9;
}
.resource-navigation ul li a:hover:after,
 .resource-navigation ul li a.active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 14px 12px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
  }
.team-member-card-container {
    padding: 15px;
    background: transparent;
    float: left;
    width: 100%;
}
.team-member-card-container.half {
    width: 50%;
}
.team-member-card-container.third {
    width: 33.33%;
}
.team-member-card-container.quarter {
    width: 25%;
}
.team-member-card-container.half:nth-of-type(2n+1), .team-member-card-container.third:nth-of-type(3n+1), .team-member-card-container.quarter:nth-of-type(4n+1) {
    clear: left;   
}
.team-member-card {
    background-color: #fff;
    border: 1px solid #eee;
}
.team-member-card-container.rounded .team-member-card {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}
.team-member-card img.landscape {
    /* height: 100%; */
    /* width: auto; */
}
.team-member-card:hover img {
    opacity: .8;
}
.team-member-info h3 {
    display: block;
    text-align: center;
    background-color: #eee;
    margin: 0 0 10px;
    padding: 20px 0;
}
.team-member-info h4 {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
}
.team-member-info p {
    padding: 0 20px;
    font-size: 14px;
}
@media (max-width: 767px) {
    .team-member-card-container {
        width: 100% !important;
    }
}


/*--Blog-Css---*/
.blog .hs_email.field.hs-form-field { 
    width: 50%;
}
.blog .hs_submit {
    float: left;
    width: 30%;
}

/* make blog same height */
@media screen and (min-width: 570px){
	.hs-blog-listing .blog-section .postItem {
		min-height: 760px;
	}
}

/*--home page mobile slider hide css start---*/
.build-online-section .mobile-slider {
  display: none;
}

/*--home page mobile slider hide css End---*/
/*--responsive page new design change css start---*/
.responsive-page-center {
  float: none !important;
  margin: 0 auto !important;
  max-width: 97%;
  width: 100%;
}  
.three-image-box {
  border-right: 1px solid #979797;
  margin-bottom: 50px;
  margin-top: 30px;
  padding: 0 49px;
  text-align: center;
  width: 33.3% !important;
}   
.three-image-box h4 a {
  color: #515151;
  display: inline-block;
  margin: 25px 0;
}      
.three-image-box ul li::before {
  content: ""; 
}
.three-image-box ul li {
  font-size: 13px;
  list-style-type: disc;    
  list-style-position: outside;
  list-style-image: none;
}
.get-started-section {
  color: #fff;    
  padding: 40px 0;
  margin-top: 90px;
  text-align: center;
background: rgb(77,184,230); /* Old browsers */
background: -moz-linear-gradient(left, rgba(77,184,230,1) 0%, rgba(127,202,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(77,184,230,1) 0%,rgba(127,202,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(77,184,230,1) 0%,rgba(127,202,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db8e6', endColorstr='#7fcae0',GradientType=1 ); /* IE6-9 */
}  
.take-tour-link {
  background: #00cc99 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin: 68px 0 62px;
  padding: 8px 34px;
  text-transform: uppercase;
}
.free-try-text {
  border: 1px solid #333333;
  margin: 50px 0 21px;      
  padding: 6px 11px;
}  
.free-link {
  font-size: 18px;
  font-weight: 600;
}
.take-tour-link:hover {
  color: #fff;
}
.get-started-section h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
}
.get-started-section h4 {
  font-weight: 500;
  font-size: 35px;
}
.free-try-text > p {
  color: #5c5c5c;
  font-weight: 600;
}
.three-image-box #hs_cos_wrapper_module_1492031862638851 {
  border: 0 none !important;
}
.three-image-box #hs_cos_wrapper_module_1492031835258844 {
  border: 0 none !important;
}
.three-image-box #hs_cos_wrapper_module_1492031904252865 {
  border: 0 none !important;
}
.image-box-2 {
  margin-left: 0 !important;
}
.image-box-3 {
  margin-left: 0 !important;
}
.three-image-box:last-child {
  border-right: 0 none;
}
/*--responsive page new design change css End---*/
/*--Take the Tour page new design css start---*/

.you-qualify-section {
  background-image: url("https://cdn2.hubspot.net/hubfs/572187/Take-The-Tour%20Images/Take-The-Tour-CTA-Banner.png?t=1512714095920");
  background-position: left center;
  color: #fff;
  padding: 39px 0;
  text-align: center;
}
.take-the-tour-video p {
  font-size: 24px;
}
.you-qualify-section h4 {
  font-size: 38px;
  font-weight: 500;
}
.you-qualify-section p {
  font-size: 30px;
  margin: 5px 0;
  padding-bottom: 24px;
}
.process-section {
  padding: 56px 0 97px;
} 
.process-section h2 {
  margin-bottom: 45px;
}  
.process-page-center{
 margin: 0 auto !important;
 max-width: 90% !important;
}
.consultation-form {
  background: #d2e2e8 none repeat scroll 0 0;
  padding: 48px 60px;
}
.consultation-form h3 {
  color: #333333;
  font-family: "proxima_nova_rgregular";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.consultation-form label {
  color: #333333;
  font-family: "proxima_nova_ltlight";
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.consultation-form .hs-input {
  background: #fff none repeat scroll 0 0;
  height: 60px;
}
.consultation-form #hs_cos_wrapper_module_1492119818405853 input[type="submit"]{
  background: #00cc99 none repeat scroll 0 0;
  font-size: 18px !important;
  letter-spacing: 0;
  width: 70%;
}
.consultation-form .footer-form #hs_cos_wrapper_module_1492119818405853 .actions {
  text-align: center;
}
.consultation-form .footer-form #hs_cos_wrapper_module_1492119818405853 input[type="submit"] {
  background: #00cc99 none repeat scroll 0 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  letter-spacing: 0;
  width: 235px !important;
  margin-top: 25px;
}
.form-left-section h2 {
  display: inline-block;
  max-width: 400px;
  text-align: left;
  width: 100%;
}
.form-left-section p {
  max-width: 400px;
  text-align: left;
  width: 100%;
}
.form-page-center{
 margin: 0 auto !important;
 max-width: 84% !important;
}  
a#cta_button_572187_98340737-ebf6-41c3-a346-b3896948b6a9 {
  background: #00cc99 none repeat scroll 0 0;
}
a#cta_button_572187_98340737-ebf6-41c3-a346-b3896948b6a9:hover {
  background: rgb(167, 227, 101) none repeat scroll 0 0;
}

/* FAQ page for step 2 process */

.header-faq-process {
  background: url(https://cdn2.hubspot.net/hubfs/572187/support%20page/blob-large2.png) no-repeat top right;
    background-size: 360px;
}

.faq-process {
  padding-top: 0;
  background-color: #fff;
  background: #fff url(https://cdn2.hubspot.net/hubfs/572187/support%20page/blob-large.svg) no-repeat bottom left;
    padding-bottom: 50px;
    padding-top: 0;
    background-size: 2300px 1800px;
    background-position: -499px -194px;
}

.faq-process h1 {
 color: #f7f7f7;
 font-size: 100px;
 margin-top: 100px; 
}

.faq-process h4 {
 color: #35ade2;
}

.faq-process p {
  margin-top: 0;
}

.faq-process .faq {
  background: #fff;
  padding: 30px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 50px rgba(0,0,0,0.2);
  border-radius: 10px;
}

.calendly-process .calendly-inline-widget iframe {
  box-shadow: 0 0 50px rgba(0,0,0,0.2);
  border-radius: 10px;
}
  
/* import revamp stylesheet for 2018 dec */

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

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

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


/****************************************/
/* Variables                            */
/****************************************/





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

/*=========================
General Styles
=========================*/

/* LAYOUT STYLES */
.wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.caption-wrapper {
	padding: 30px;
	background: rgba(255,255,255,0.8);
}

.tab-spec-padding {
  padding: 100px 15px;
}

.dropshadow img {
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

/* BACKGROUND STYLES */
.bg-color-primary-light {
  background-color: #92d9f7;
}

.bg-color-primary {
  background-color: #39a9df;
}

.bg-color-grey {
  background-color: #F7F7F7;
}

/* buttons */
.cta_button  {
  box-shadow: none!important;
}

/* home . sections */
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* TYPOGRAPHY STYLES */
h1.white,
h2.white,
h3.white,
h4.white {
  color: white;
}

.dark-text h1, .dark-text h2, .dark-text h3, .dark-text h4, .dark-text h5, .dark-text p, .dark-text li {
  color: #333;
}

/* BUTTON STYLES */
.hs-button.short {
  width: auto !important;
}

.hs-button.small {
  transform: scale(0.8);
}
   
/* CTA Styles */
.cta-standard {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #39a9df;
}

.cta-standard .cta-txt h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 300!important;
}

.cta-standard .cta-txt p {
  color: #fff;
  margin-top: 0;
}

.cta-standard .cta-btn a.cta_button {
  background: none;
  border: 1px solid #fff!important;
  line-height: 1.5em!important;
  padding: 10px 31px!important;
  color: #fff;
  font-size: 15px!important;
}

@media (min-width: 769px) {
  .cta-standard .cta-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
  }
}

/*=========================
Template Specific Styles 
=========================*/


/* navigation */
.cbp-af-header {
  position: relative;
  height: auto;
}

.cbp-af-header.cbp-af-header-shrink {
  position: fixed;
  height: 66px;
  padding: 6px 15px!important;
}
    
.menu-secondary-wrapper {
	background: #f7f7f7;
}

.menu-primary-wrapper {
	background: #fff;
  padding: 10px 15px 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 0 0 10px;
}



@media screen and (min-width: 930px){
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child {
    background-color: #39a9df;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:last-child:hover {
    background-color: #000;
  }


  .custom-menu-primary .hs-menu-wrapper > ul li:last-child a {
    color: #fff;
    text-transform: uppercase;
  }
}

.custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    background: none;
    box-shadow: none; 
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

@media screen and (max-width: 1085px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px!important;
  }
}

@media screen and (max-width: 929px){
  .custom-menu-primary .hs-menu-wrapper > ul li {
    padding: 0!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #fff!important;
    text-transform: uppercase;
    display: block!important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li:hover {
    background: rgba(255,255,255,0.2);
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child a {
    font-weight: 600;
  }
  
  .custom-menu-primary ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 {
    display: block!important;
      width: 100%!important;
    border-bottom: 1px solid #ccc;
  }

  .custom-menu-primary ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 h4.submenu-head {
    font-size: 14px!important;
    width: 100%!important;
  }
  
  .custom-menu-primary ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 p {
    padding-left: 0!important;
  }

  .custom-menu-primary ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 a,
  .custom-menu-primary ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 p{
    color: #39a9df!important;
    font-size: 14px!important;
    width: 100%!important;
  }
  
  .custom-menu-primary ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 h4.submenu-head > span {
    display:inline-block!important;
    width: auto!important;
  }

  .custom-menu-primary ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 h4.submenu-head span img {
    width: 30px!important;
      margin-right: 0!important;
  }
}
/* HOME PAGE TEMPLATE */

/* main banner */
.banner {
  background-image: url(https://cdn2.hubspot.net/hubfs/572187/REVAMP2018/banner201811-bluec.jpg) !important;
}

/* how it works section */
.home-how-work {
    background: url(https://cdn2.hubspot.net/hubfs/572187/product%20page%20images/Advisor%20Websites-Website-Builder.jpg?t=1538690907545) no-repeat;
    background-position: left 50px;
    background-size: 550px;
  	padding: 100px;
  	min-height: 710px!important;
}

/* DEMO TEMPLATE */

/* Display flex */
.two-col-container .row-fluid {
	display: flex;
  flex-wrap: wrap;
}

.two-col-container .col {
  padding: 100px 20px;
  margin: 0 !important;
  width: 100% !important;
}

.two-col-container .col:first-of-type {
  padding-top: 200px;
}

.two-col-container .row-fluid [class*="span"]:first-child {
  margin: 0 auto;
}

@media screen and (min-width: 48em){
  .two-col-container .col {
     width: 50% !important;
     padding: 200px 20px 100px;
  }
  
  .two-col-container .row-fluid {
	  display: flex;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 64em){
	.two-col-container .col {
    padding: 200px 100px 100px;
  }
}

.bg-img-demo {
  /*background: url(https://cdn2.hubspot.net/hubfs/572187/REVAMP2018/demo-bg-nopaper.jpg);*/
  background: url(https://cdn2.hubspot.net/hubfs/572187/REVAMP2018/demo-bg-notebook2.jpg);
  background-size: contain;
  background-color: #c4ebff;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}

.bg-img-demo:before {
  content: "";
	position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.75);
}

@media screen and (min-width: 768px){
  .bg-img-demo { 
  	background-size: cover;
  }
  
  .bg-img-demo:before {
    display: none;
  }
}

.bg-img-demo .row-fluid-wrapper {
  position: relative;
}

/* product Template */
.get-started-sec {
    background: #39a9df;
}

.get-started-sec h1, .get-started-sec p {
 	text-shadow: none; 
}

/* EXPRESS UPGRADE TEMPLATE */

.express-upgrade h1 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 300;
}

@media screen and (min-width: 48em){
  .express-upgrade h1 {
    font-size: 48px;
  }
}

.express-upgrade h1 strong {
  color: #39a9df;
}

.express-upgrade .custom-grid {
  margin-top: 50px !important;
}

@media screen and (max-width: 40em){
  .express-upgrade .custom-grid .row-fluid {
    flex-direction: column;
  }
}

.express-upgrade .custom-grid .card {
  text-align: center;
  float: none !important;
}

@media screen and (min-width: 40em) and (max-width: 80em){
  .express-upgrade .custom-grid .row-fluid {
    flex-wrap: wrap;
  }
  
  .express-upgrade .custom-grid .card {
    width: 50% !important;
    margin: 0 !important;
  }
}

.express-upgrade .custom-grid .card img {
  padding: 20px;
  max-width: 150px;
}

.express-upgrade .custom-grid .card p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
}

.express-upgrade form {
  background: white;
  padding: 60px 40px;
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* pricing Template */
.franchise-box {
  padding: 20px 0 20px;
  box-shadow: 0 0 40px 1px rgba(0,0,0,0.3);
  background: #39a9df;
    /*  background: linear-gradient(
      rgba(61, 168, 221, 0.8), 
      rgba(61, 168, 221, 0.8)
    ),url(https://cdn2.hubspot.net/hubfs/572187/REVAMP2018/topography.png);*/
}

.year-box {
    background: #f7f7f7;
    border: none;
    height: auto;
    text-align: center;
    padding: 20px 0 20px;
}

.pricing-included {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align:center;
  margin-top: 40px;
}

.pricing-included h1 {
  padding-left: 0;
}

.pricing-included h4 {
	font-size: 20px;
}

/* table compare */
.table-compare th {
  text-transform: uppercase;
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: 600;
  padding: 20px 10px;
}
.table-compare tr td {
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #eee;
  border-right: none;
}

.table-compare tr td:last-child {
  border-right: 1px solid #eee;
}

.table-compare tr.sep td {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 20px;
  font-size: 20px;
}

.table-compare tr td:first-child {
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.table-compare tr td:nth-child(3),
.table-compare tr th:nth-child(3) {
  background: #39a9df;
  color: #fff;
}

.table-compare tr.last-child td {
  border-bottom: 1px solid #999;
}

/* walkthrough cta */

@media screen and (max-width: 768px){
  .pricing-walk-through-cta {
    text-align: center;
  }
}

@media (min-width: 769px){
  .cta-standard.pricing-walk-through-cta .cta-btn {
    position: static !important;
    transform: none !important;
  }
  
  .pricing-walk-through-cta .widget-type-cta {
    text-align: left !important;
  }
}

/* book a demo form */
.book-demo-form {
  background-color: #2B3E51;
  padding: 75px 0;
}

.book-demo-form form {
  background: white; 
  padding: 37px 10.263%;
}

.book-demo-form h2, 
.book-demo-form .description h3, 
.book-demo-form .description h4, 
.book-demo-form .description p {
  color: white;
}

.book-demo-form h2 {
  font-size: 30px;
  margin-bottom: 50px;
}

.book-demo-form h3 {
  font-size: 22px;
  padding-bottom: 0;
  line-height: 1.5;
}

.book-demo-form h4 {
  font-size: 20px;
}

.book-demo-form .description p {
  font-weight: 500;
  font-size: 18px;
  color: #F7F7F7
}

.book-demo-form form input[type="submit"] {
  margin-top: 30px;
}

.book-demo-form .description {
  padding-left: 5%;
}

@media screen and (max-width: 768px){
  .book-demo-form .description {
    margin-top: 50px;
  }
}

/* add-ons page template */

/* Add Ons Summary Section */
.add-on-summary {
  margin-bottom: 40px;
}

.add-on-summary,
.add-on-summary h4,
.add-on-summary p {
  text-align: center !important;
}

@media screen and (min-width: 768px){
  .add-on-summary h4,
  .add-on-summary p {
    text-align: left !important;
  }
}
  
/* Add Ons Pricing Section */

.add-ons-pricing .add-on {
  box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

/* when there's only three columns but don't want each column to stretch */

@media screen and (min-width: 992px){
  .add-ons-pricing.three-col .row-fluid {
    display: flex;
    justify-content: center;
  }
  
  .add-ons-pricing.three-col .add-on {
    max-width: 22.928176794% !important;
  }
}

@media screen and (min-width: 1140px){
  .add-ons-pricing.three-col .add-on {
    max-width: 23.404255317% !important;
  }
}

@media (max-width: 1139px) and (min-width: 768px){
  .add-ons-pricing.three-col .add-on {
    margin-left: 1% !important;
  }
}

@media screen and (max-width: 768px){
  .add-ons-pricing .add-on {
    max-width: 250px !important;
  }
}

/* add ons pricing content styling  */
.add-ons-pricing .add-on h3 {
  font-size: 20px !important;
  font-weight: bold !important;
}

.add-ons-pricing .add-on ul {
  margin-top: 0;
}

.add-ons-pricing .add-on li:before {
  content: "\f00c";
  color: grey;
} 
 
/* addon-form */
.addon-form {
  background-color: #2B3E51;
  padding: 75px 0;
}
 
.addon-form h2, 
.addon-form h3, 
.addon-form h4, 
.addon-form p,
.addon-form label {
  color: white;
}
  
.addon-form input[type="submit"] {
  margin-top: 30px !important;
  width: auto !important;
}
  
/* mobile fixes */

@media screen and (max-width: 929px){
  
  /* navigation issue */
  
  .cbp-af-header {
    position: fixed;
    height: 66px;
    padding: 6px 15px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.1); 
    -moz-box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.1); 
  }
  
  .header-container-wrapper .span12.widget-span.widget-type-cell {
    height: 70px!important;
    position: fixed;
  }
  
  /* home banner issues */
  .banner {
    position: relative;
  }
  
  .banner div {
    position: relative;
    z-index: 1;
  }
  
  .banner div p {
    color: #000!important;
  }
  
  .banner h1 {
    font-size: 40px!important;
  }
  
  .banner:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
    content: "";
  }
  
  /* home benefit box */
  .benefit-box .span3 {
    text-align:center!important;
    margin-left: 0!important;
    width: 25%!important;
  }

  .benefit-box .span3 .span6{
    width: 90%!important;
  }

}


@media screen and (max-width: 768px){
  
  
  /* home headlines */
  .company-logos-below .widget-type-linked_image {
    text-align: center;
    padding: 0 30px;
    float: left!important;
    width: 50%;
  }
  
  .company-logos-below .widget-type-linked_image img {
    max-width: 200px;
    width: 100%!important;
  }
  
  
  /* home benefit box */ 
  .benefit-box .span3 {
    width: 50%!important;
    float: left;
    margin-bottom: 40px;
  }
  
  /* home online section */
  .build-online-section .widget-type-linked_image {
    margin-top: 20px;
    text-align: center;
  }
  
  /* titles */
  .tab_section .tab_section_heading h2 {
	  font-size: 30px!important;
    line-height: 40px!important;
  }
  
  .mid-title h1,
  .industry-section h2 {
    font-size: 30px!important;
    text-align: center;
    padding-left: 0!important;
  }
  
  a#cta_button_572187_22e4d211-9760-40c3-b38b-f3900873100b {
    margin-bottom: 20px;
  }
  
  .home.franchise-box {
    margin-top: 20px!important;
    margin-bottom: 20px;
  }
  
  .financial-advisors-section p,
  .industry-section p {
      text-align: center!important;
  }
  
  .home-how-work {
    padding: 15px!important;
  }
  
  .tab-spec-padding {
    padding: 40px 15px;
  }
  
  /* visibility classes */
  .hidden-xs {
    display: none!important;
  }
  
  .want-text p::before, .want-text p::after {
    display: none;
  }

}

/* home add-on cta */

.add-on-cta {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url('https://cdn2.hubspot.net/hubfs/572187/REVAMP2018/addoncta-bg.png'); 
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center right;
  position: relative;
}

.add-on-cta:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}

.add-on-cta .row-fluid-wrapper {
  position: relative;
}

@media screen and (min-width: 64em){
  .add-on-cta:before {
    display: none;
  }
}

.add-on-cta h2 {
  margin-bottom: 30px;
  text-align: center;
}

.add-on-cta h3 {
  font-size: 22px !important;
  color: white !important;
  margin-bottom: 30px;
  text-align: center;
}

.add-on-cta strong {
  font-weight: 600 !important;
}

.add-on-cta .hs-button {
  font-size: 15px !important;
}

@media screen and (min-width: 930px){
  .add-on-cta h2, .add-on-cta h3 {
    text-align: left;
  }
} 

/*-- support portal ----*/
.support-cta,
.add-ons-pricing .add-on {
   transition: transform .5s;
}
.support-cta:hover,
.add-ons-pricing .add-on:hover {
  transform: scale(1.1);
} 

/*--Take the Tour page new design css End---*/

/* QA bd pages 2019 jan 28 */

#bd-banner {
  position:relative; 
  padding-top: 170px; 
  min-height: 540px; 
  max-height: 540px; 
  background-image: url(https://cdn2.hubspot.net/hubfs/572187/Website%20Images/Advisor-Websites_Main-Page-Background-Image.png?t=1500499181265)!important;
}

#preferred-pricing {
  width: 100%!important;
  margin-left: 0!important;
  margin-right: 0!important; 
  height: auto!important;
  background: #2b2b2b!important;
}

.bd-pillar-benefit .bd-benefit-col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0!important;
}
.bd-pillar-benefit .bd-benefit-col img {
  width: 89px!important;
}

.bd-pricing {
  max-width: 900px!important;
  margin: 20px auto!important;
  float: none!important;
}

.bd-pricing .bd-pricing-col {
  width:50%!important; 
  text-align: center; 
  margin: 0!important;
  box-sizing: border-box;
}

@media screen and (min-width: 48em){
  .bd-pricing.three-col .bd-pricing-col {
    width:33%!important; 
  }
}

.bd-pricing.three-col .bd-pricing-col h3.heading,
.bd-pricing.three-col .bd-pricing-col ul li {
  color: white !important
}

@media screen and (max-width: 1100px) {
  .padding-small-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
 
@media screen and (max-width: 990px) {
  .padding-small-container .row-fluid .span3.widget-type-cell {
    width:48%!important;
    margin-left: 1%!important;
    margin-right: 1%!important;
  }
}


@media screen and (max-width: 944px){
  .bd-pillar-benefit .benefit-box p {
    padding-top: 0!important;
  }
}

@media screen and (max-width: 920px){
  .header-faq-process #hs_cos_wrapper_module_1500311083788315 {
    margin-top: 50px!important; 
  }
  
  .header-faq-process #hs_cos_wrapper_module_1500311083788315 h1 {
    margin-top: 50px!important;
    font-size: 130px!important;
  }
}

@media screen and (max-width: 768px){
  #bd-banner {
    min-height: 370px!important;
    max-height: 370px!important;
  }
  #bd-banner h1 {
    font-size: 30px!important;
  }
  .bd-pillar-benefit .bd-benefit-col {
     min-height: 380px!important;
  }
  
  .bd-pricing .bd-pricing-col {
    width:100%!important; 
  }
  
  .padding-small-container .row-fluid .span3.widget-type-cell {
    width:100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  
  .header-faq-process #hs_cos_wrapper_module_1500311083788315 h1 {
    text-align: center!important;
    margin-bottom: 50px!important;
  }
  
  .faq-illustration {
    text-align:center!important;
  }
  
  .faq-illustration img {
    max-width: 400px;
    width: 100%!important;
  }
}

@media screen and (max-width: 420px){
  .bd-pillar-benefit .bd-benefit-col {
     min-height: 420px!important;
  }
  
  .header-faq-process #hs_cos_wrapper_module_1500311083788315 h1 {
    font-size:80px!important;
  }
}


/* REVAMP CSS */

/* webinar form */ 
.legal-consent-container {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px){
  /* ADD ON PAGE */
  .add-ons-pricing .add-on.widget-span,
  .add-ons-pricing .add-on.span3.widget-span.widget-type-cell.add-on{
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 260px;
  } 
  
  /*career page */
  #career-banner {
    padding-top: 70px!important;
  }
}

/*========================
July 30, 2019   
=======================*/

/* PDF embeds */

.pdf-wrapper {
  position: relative;
  padding-bottom: 82%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 50px;
}  

.pdf-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

