/* @import url('http://example.com/example_style.css'); */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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. */
/* 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    */
/*****************************************/

/* ++++++++++   START THEME CONFIGURATION   ++++++++++ */



/* ++++++++++   END THEME CONFIGURATION   ++++++++++ */
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//cdn2.hubspot.net/hubfs/445465/Nexa%20Website/Website-Font/Mark Simonson - Proxima Nova Regular.eot');
  /* IE9 Compat Modes */
  src: url('//cdn2.hubspot.net/hubfs/445465/Nexa%20Website/Website-Font/Mark Simonson - Proxima Nova Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//cdn2.hubspot.net/hubfs/445465/Nexa%20Website/Website-Font/Mark Simonson - Proxima Nova Regular.woff') format('woff'), /* Modern Browsers */
    url('//cdn2.hubspot.net/hubfs/445465/Nexa%20Website/Website-Font/Mark Simonson - Proxima Nova Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//cdn2.hubspot.net/hubfs/445465/Nexa%20Website/Website-Font/Mark Simonson - Proxima Nova Regular.svg#2c1459d58560f08b4b0586fbe80aa4cd') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Black.eot');
  /* IE9 Compat Modes */
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Black.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Black.woff') format('woff'), /* Modern Browsers */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Black.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Black.svg#5216c1cacb478b35a513d81c80dc8ad7') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Bold.eot');
  /* IE9 Compat Modes */
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Bold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Bold.woff') format('woff'), /* Modern Browsers */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Bold.svg#d1e00a8fb1fd9b428ab6b90409479fde') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-BoldIt.eot');
  /* IE9 Compat Modes */
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-BoldIt.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-BoldIt.woff') format('woff'), /* Modern Browsers */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-BoldIt.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-BoldIt.svg#79a8a351bd63dc8113108df914d9fe32') format('svg');
  /* Legacy iOS */
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../../ui/fonts/ProximaNova-Extrabold.eot');
  /* IE9 Compat Modes */
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Extrabold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Extrabold.woff') format('woff'), /* Modern Browsers */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Extrabold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Extrabold.svg#131ef5652291f8dc4bd914210809df02') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Light.eot');
  /* IE9 Compat Modes */
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Light.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Light.woff') format('woff'), /* Modern Browsers */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Light.svg#da6ddaf3cf69afbba47bd74b5010b98d') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-LightItalic.eot');
  /* IE9 Compat Modes */
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-LightItalic.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-LightItalic.woff') format('woff'), /* Modern Browsers */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-LightItalic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-LightItalic.svg#1a04ccc617b24808e8115891ca97cce8') format('svg');
  /* Legacy iOS */
  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-RegularItalic.eot');
  /* IE9 Compat Modes */
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-RegularItalic.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-RegularItalic.woff') format('woff'), /* Modern Browsers */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-RegularItalic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-RegularItalic.svg#77f1c682604b6b0472d490a8e6c22d18') format('svg');
  /* Legacy iOS */
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Semibold.eot');
  /* IE9 Compat Modes */
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Semibold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Semibold.woff') format('woff'), /* Modern Browsers */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-Semibold.svg#67a6c9f6d7dc8f35ecb08de766ea56f0') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-SemiboldItalic.eot');
  /* IE9 Compat Modes */
  src: url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-SemiboldItalic.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-SemiboldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('//445465.fs1.hubspotusercontent-na1.net/hubfs/445465/Nexa%20Website/Website-Font/ProximaNova-SemiboldItalic.svg#507561f3ade737ab57270dba6021e34c') format('svg');
  /* Legacy iOS */
  font-style: italic;
  font-weight: 600;
}



@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/Font/HelveticaNeueRegular.woff2') format('woff2'),
    url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/Font/HelveticaNeueRegular.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/Font/HelveticaNeueBold.woff2') format('woff2'),
    url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/Font/HelveticaNeueBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/Font/HelveticaNeueLight.woff2') format('woff2'),
    url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/Font/HelveticaNeueLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/Font/HelveticaNeueMedium.woff2') format('woff2'),
    url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/Font/HelveticaNeueMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'HelveticaNeueLT Std Med';
  src: url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/Font/HelveticaNeueLTStd-Md.woff2') format('woff2'),
    url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/Font/HelveticaNeueLTStd-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica CE 55 Roman';
  src: url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/Font/HelveticaNeueCE-Roman.woff2') format('woff2'),
    url('https://445465.fs1.hubspotusercontent-na1.net/hubfs/445465/2019%20Ebooks/Font/HelveticaNeueCE-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}




[dir='rtl'] .row-fluid .hero-section .hero-caption h1 {
    text-align: right;
}

[dir='rtl'] .landing-page-content-section .content-part ul li:before {
  left: auto;    right: 0;
}

[dir='rtl'] .landing-page-content-section .content-part ul li {
    padding-left: 0;
    padding-right: 30px;
}

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family: 'Proxima Nova Rg'; font-size:16px; line-height:24px; color:#6b6b6b; background:#fff; overflow-x:hidden; }

img { border:0;  }
hr { border-color:#ccc; clear:both; margin-top:30px }
.img-responsive2 { max-width:100%; height:auto }

.clear { clear:both }

p { padding:15px 0; margin:0; }

h1 { font-weight:normal; color:#1f202a; font-family: 'Proxima Nova Rg'; font-size:50px; line-height:60px; margin:0; padding:10px 0 10px; clear:both }
h2 { font-weight:normal; color:#1f202a; font-family: 'Proxima Nova Rg'; font-size:34px; line-height:42px; margin:0; padding:10px 0 10px; clear:both }
h3 { font-weight:normal; color:#1f202a; font-family: 'Proxima Nova Rg'; font-size:32px; line-height:38px; margin:0; padding:10px 0 10px; clear:both }
h4 { font-weight:normal; color:#1f202a; font-family: 'Proxima Nova Rg'; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h5 { font-weight:normal; color:#1f202a; font-family: 'Proxima Nova Rg'; font-size:24px; line-height:28px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:normal; color:#1f202a; font-family: 'Proxima Nova Rg'; font-size:20px; line-height:26px; margin:0; padding:10px 0; clear:both }

a { text-decoration:none; outline:none; color:#000000; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#016eab; }

.row-fluid .bgimg-main { background-attachment:fixed; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }

input , button , textarea { border:none; outline:none; }
input[type=submit] , button { cursor:pointer; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Esparkbiz-LP-2016/Image/blank.png) no-repeat left top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }

.row-fluid .hs-form fieldset{max-width:none}
.row-fluid input[type=text],
.row-fluid input[type=email],
.row-fluid input[type=tel]{font-size:16px;font-weight:400;border:1px solid #9354ff;background:#fff;height:46px;padding:0 20px; -webkit-border-radius: 3px;
  -moz-border-radius: 3px; border-radius: 3px; font-family: 'Proxima Nova Rg';  width:100% !important; color:#333; }
.row-fluid select{ border:1px solid #fff; color:#333;  -webkit-appearance: none; -moz-appearance: none; appearance: none;  background-image: url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/esparkbiz_website2/images/arrow-down.png'); background-repeat:no-repeat; background-position: 96% center; background-size:15px;  background-color:#fff;height:46px;padding:0 20px;font-size:16px; -webkit-border-radius:3px;
  -moz-border-radius: 3px; border-radius: 3px; font-family: 'Proxima Nova Rg'; width:100% !important; }
.row-fluid select option { color:#555; }
.row-fluid textarea{border:1px solid #fff; background:#fff;padding:20px;font-size:16px;font-weight:400; font-family: 'Proxima Nova Rg';  width:100% !important; height:100px; -webkit-border-radius: 3px;
  -moz-border-radius: 3px; border-radius: 3px; color:#333;  }
.row-fluid .hs-form .input{margin-right:0}
.row-fluid .hs-form .field{padding:0 0 15px 0}
.row-fluid .hs-form .form-columns-2 .field:first-child{padding:0 15px 15px 0}
.row-fluid .hs-form .form-columns-2 .field:first-child+.field{padding:0 0 15px 15px }
.row-fluid .hs-form .input{margin-right:0}
.row-fluid .hs-form fieldset.form-columns-1 .input,.row-fluid .hs-form fieldset.form-columns-2 .input { margin-right:0 !important; }

[type="checkbox"]:not(:checked),[type="checkbox"]:checked {  position: absolute;  left: -9999px;}
[type="checkbox"]:not(:checked) + span,[type="checkbox"]:checked + span {  position: relative;  padding-left: 25px;  cursor: pointer;  padding-top:3px;  }
[type="checkbox"]:not(:checked) + span:before,[type="checkbox"]:checked + span:before {  border:1px solid #1df9e2; content: '';  position: absolute;  left:0; top: 2px;  width: 20px; height: 20px;  background: #fff;}
[type="checkbox"]:not(:checked) + span:after,[type="checkbox"]:checked + span:after {  border:1px solid #1df9e2; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Esparkbiz-LP-2016/Image/lightfill-checkbox.png) no-repeat;
  content:"";  width:20px;  height:20px;  position: absolute;  top: 2px;  left: 0px;  font-size: 20px;  line-height: 0.8;  color: #09ad7e;  transition: all .2s;}
[type="checkbox"]:not(:checked) + span:after {  opacity: 0;  transform: scale(0);}
[type="checkbox"]:checked + span:after {  opacity: 1;  transform: scale(1);}

[type="radio"]:not(:checked),[type="radio"]:checked {  position: absolute;  left: -9999px;}
[type="radio"]:not(:checked) + span,[type="radio"]:checked + span {  position: relative;  padding-left: 25px;  cursor: pointer; padding-top:3px; }
[type="radio"]:not(:checked) + span:before,[type="radio"]:checked + span:before { border:1px solid #1df9e2; content: '';  position: absolute;  left:0; top: 2px;  width: 20px; height: 20px;  background: #fff; border-radius:100%; }
[type="radio"]:not(:checked) + span:after,[type="radio"]:checked + span:after {  border:1px solid #1df9e2;  background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Esparkbiz-LP-2016/Image/lightfill-radio.png) no-repeat; border-radius:100%;
  content:"";  width:20px;  height:20px;  position: absolute;  top: 2px;  left: 0px;  font-size: 18px;  line-height: 0.8;  color: #09ad7e;  transition: all .2s;}
[type="radio"]:not(:checked) + span:after {  opacity: 0;  transform: scale(0);}
[type="radio"]:checked + span:after {  opacity: 1;  transform: scale(1);}
.row-fluid input[type=submit] { width:100%; -webkit-border-radius: 5px;  -moz-border-radius: 5px; border-radius: 5px; font-size:20px; margin-top:15px; font-weight:600; box-shadow:0 5px 0 #006056; display:inline-block;background-color:#1df9e2; color:#006056; padding:12px 25px; font-family: 'Source Sans Pro', sans-serif;margin:10px 0 0;text-align:center}
.row-fluid input[type=submit]:hover {background-color:#333; color:#fff; }
.row-fluid .actions {text-align:right;}
.row-fluid .hs-form-required {color:#fff}
.row-fluid label { font-size:18px;font-weight:400;color:#fff; text-transform:capitalize; }
.row-fluid ul {margin:0;padding:0;list-style:none}
.row-fluid ul label {font-size:12px;  }

.hs-menu-wrapper ul li a:link , .hs-menu-wrapper ul li a:visited { max-width: none !important; text-overflow: inherit !important; overflow: inherit !important; vertical-align:top; width:auto !important; }
.hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper ul { vertical-align:top; }

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

.row-fluid .wrapper { margin:0 auto !important; float:none !important; }


.row-fluid .white-text h1, .row-fluid .white-text h2, .row-fluid .white-text h3, .row-fluid .white-text h4, .row-fluid .white-text h5, .row-fluid .white-text h6 { color: #ffffff; }

.row-fluid .cta-btn a { display:inline-block; padding:10px 25px; border-radius:3px; background: #ff8300; color: #fff; font-size:20px; padding:10px 40px;    }
.row-fluid .cta-btn a:hover { background:#333; color:#fff;   box-shadow:none; }

.row-fluid .cta-btn2 a { display:inline-block; padding:10px 25px; border-radius:3px; background: transparent; color: #ffffff; font-size:25px; padding:15px 40px; border:3px solid #fff;  }
.row-fluid .cta-btn2 a:hover { background:#016eab; color:#fff;  border:3px solid #fff;  }

.row-fluid .center-text { text-align:center; }
.row-fluid .left-text { text-align:left; }
.row-fluid .right-text { text-align:right; }

/*Landing Page Header*/

.row-fluid .lp-header { padding:10px 0; position:absolute; z-index:100;  left:0; right:0; border-bottom:1px solid rgba(255,255,255,0.3);  }
.row-fluid .lp-header .logo img { max-width:180px; }
.row-fluid .cmy-tagline { color:#fff; }



/*Landing Page Hero Section */
.row-fluid .hero-section {  position:relative; color: #ffffff; overflow:hidden }
.row-fluid .hero-section:before { content:""; left:0; top:285px;  position:absolute; background-color:rgb(204,204,204); width:100%; bottom:0; z-index:1 } 


.row-fluid .hero-section .wrapper { position:relative; z-index:9; padding-top:120px; padding-bottom:60px;}
.row-fluid .hero-section .cta-btn,.row-fluid .hero-section .cta-btn2 { width:auto; float:none; display:inline-block;   }
.row-fluid .hero-section .btn-group { width:auto; margin:0 auto; float:none; }

.row-fluid .hero-section .hero-caption { border-bottom:1px solid rgba(255,255,255,0.3);  padding-bottom:60px;     }
.row-fluid .hero-section .hero-caption .cta-btn2 { margin:20px 0 5px; }
.row-fluid .hero-section .hero-caption h1 { color:#fff; }
.row-fluid .note-info { font-size:12px; line-height:16px;  }

.row-fluid .hero-subtext { padding:15px 20% 35px 20%; }

.row-fluid .threecolumn-section { background:rgba(0,0,0,0.2); padding:0 25px;}
.row-fluid .threecolumn-section .subcribe-formwrap  h3 { color:#1df9e2; margin-bottom:10px; }
.row-fluid .threecolumn-section h3 span { color:#fff; display:block; font-size:20px; line-height:22px; }

.row-fluid .ebookinfo-wrap h3 { color:#1df9e2; margin-bottom:5px; }


.row-fluid .logo-section { padding-right:0; text-align:center; border-left:1px solid rgba(255,255,255,0.2);}
.row-fluid .logo-section span.hs_cos_wrapper > div  { display:inline-block; padding:15px; }
.row-fluid .logo-section .logo-note { font-size:13px; line-height:16px; margin-top:15px; }
.row-fluid .subcribe-formwrap,.row-fluid .ebookinfo-wrap  {padding:25px 0; }

.row-fluid .subcribe-formwrap  form .field { padding-bottom:15px; float:left; width:100%;} 
.row-fluid .subcribe-formwrap  form .field > label { display:block; text-align:left; }
.row-fluid .subcribe-formwrap  form .field .input { width:100%; float:right; }
.row-fluid .subcribe-formwrap  form .hs_submit input[type=submit] { margin-top:0; height:46px; display:inline-block;  }

.row-fluid .subcribe-formwrap label { color:#fff; padding-top:5px;   }

#hs_cos_wrapper_module_1469450060577248720 input[type="submit"]:hover{background-color:#000!important; color:#9354ff!important;}


/*Landing Page Services Section */
.row-fluid .orange-form {
  background-color: #9354ff;
  padding: 10px 15px;
}  

.row-fluid .orange-form  input {   color:#fff !important;  border: 1px solid #fff; }
.row-fluid .orange-form #hs_cos_wrapper_module_1469450060577248720 input[type="submit"]{  color:#fff !important;    height: auto;  background:#000 !important; }

.row-fluid .inside-section { background:#f3f8fa; padding:60px 0; color:#808080; border-bottom:1px solid #67bfe7; }


@media (min-width:1600px) {

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


}

@media (min-width:2800px) {

  h1{     font-size: 22px;
    line-height: 28px; }


}


.row-fluid .inside-section  h2 { padding-bottom:25px; color:#2982b2; text-align:center;  }

.row-fluid .benefit-boxes { padding:25px 0 0; float:left; width:100%;}
.row-fluid .benefit-boxes span.hs_cos_wrapper { margin-left:-15px; margin-right:-15px;}
.row-fluid .benefit-boxes span.hs_cos_wrapper > div  { width:50%; float:left; padding-left:25px; padding-right:25px; margin-bottom:35px;  }
.row-fluid .benefit-boxes span.hs_cos_wrapper > div h5 { color:#6831bf; margin:0 padding-top:0; font-size:22px; line-height:24px;  }
.row-fluid .benefit-boxes span.hs_cos_wrapper > div:nth-child(2n) { clear:right; }
.row-fluid .benefit-boxes span.hs_cos_wrapper > div:nth-child(2n+1) { clear:left; }
.row-fluid .benefit-boxes span.hs_cos_wrapper > div .service-icon { display:inline-block; margin-bottom:10px; }
.row-fluid .benefit-boxes span.hs_cos_wrapper > div .service-icon img { max-width:100px; max-height:100px; }
.row-fluid .benefit-boxes span.hs_cos_wrapper > div .service-col .sub-title { color:#f6a60a; font-size:16px; font-weight:600;}



.row-fluid .testimonial-section { padding:60px 0; border-top:1px solid #d1d3d4; border-bottom:1px solid #d1d3d4; color:#fff; position:relative;  }
.row-fluid .testimonial-section:before { content:""; width:100%; height:100%; position:absolute; left:0; top:0;  background:rgb(204,204,204); }
.row-fluid .testimonial-section .wrapper { position:relative;  z-index:2;}
.row-fluid .testimonial-wrap { padding:15px 0; position:relative; }



.row-fluid .request-form { border:1px solid #d1d3d4; padding:40px 50px; }

.row-fluid .testimonial-section h3 { color:#fff; text-align:center; margin-bottom:15px; }
.row-fluid .testimonial-section .client-testimonial { position:relative;}
.row-fluid .testimonial-section .client-img { left:0; border-radius:100%; width:80px; height:80px; line-height:80px;  overflow:hidden; position:absolute;   margin-right:5px; z-index:1;  }
.row-fluid .testimonial-section .client-img img { position:absolute; top:50%; left:50%; transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); display:inline-block; }
.row-fluid .testimonial-section .client-img, .row-fluid .testimonial-section .client-email {  float:none; display:inline-block; vertical-align:middle; text-align:left; }

.row-fluid .testimonial-section .client-info { padding-left:90px; text-align:left; float:none !important; margin:0 auto !important;  padding-top:0px; line-height:22px;  width:auto;  }
.row-fluid .testimonial-section .client-info p { padding-bottom:0; padding-top:0; }
.row-fluid .testimonial-section .client-email { font-size:15px; padding-top:0px; width:auto; }
.row-fluid .testimonial-section .client-email strong { font-size:20px; line-height:22px; }

.row-fluid .testimonial-section .cta-btn { text-align:center; width:100%; margin-top:25px; display:inline-block; }

.row-fluid .letus-ctasection { padding:120px 0; position:relative;}
.row-fluid .letus-ctasection:before { content:""; width:100%; height:100%; position:absolute; left:0; top:0;  background:rgb(204,204,204); }
.row-fluid .letus-ctasection .wrapper { position:relative; z-index:9;}
.row-fluid .letus-ctasection h2 { color:#fff; margin-bottom:20px; font-size:50px; line-height:65px;  }
.row-fluid .letus-ctasection .note-info { color:#fff; padding-top:10px;  }

.row-fluid .author-section { padding:60px 0; background:#fff; color:#484848; text-align:center;}
.row-fluid .author-section .wrapper { position:relative;}
.row-fluid .author-section h3 { color:#484848; letter-spacing:1.5; margin-bottom:15px;  }
.row-fluid .author-section .client-info { border:5px solid #1df9e2; left:15px; border-radius:100%; display:inline-block; width:150px; height:150px; position:absolute;  overflow:hidden;  padding:0; }
.row-fluid .author-section .client-info img { max-width:150px; max-height:150px; }
.row-fluid .author-section .client-testimonial { padding-left:170px;  width:100%; text-align:left;  display:inline-block; font-size:22px; line-height:26px; }

.row-fluid .footer { padding:15px 0; font-size:14px; }
.row-fluid .footer .footer-logo { line-height:0px; }
.row-fluid .footer .footer-logo img { max-width:100px;}
.row-fluid .footer .copyrighttext { padding-top:2px; }

.row-fluid .form-social { padding:10px 0 0; text-align:right;}
.row-fluid .form-social ul { padding:0; }
.row-fluid .form-social ul li { display:inline-block; vertical-align:middle; }
.row-fluid .form-social ul li.facebook a:hover { background:#3b5999; color:#fff; }
.row-fluid .form-social ul li.linkedin a:hover { background:#006699; color:#fff; }
.row-fluid .form-social ul li.twitter a:hover { background:#55acee; color:#fff; }
.row-fluid .form-social ul li.email a:hover { background:#1df9e2; color:#fff; }
.row-fluid .form-social ul li a { font-size:0; line-height:0; display:inline-block; width:35px; height:35px; line-height:35px; padding:0 5px; color:#fff; text-align:center;border-radius:100%; border:1px solid #fff; }
.row-fluid .form-social ul li a i { font-size:20px; display:inline-block; vertical-align:middle; }

.row-fluid .landing-author-section{width:100%;float:left;padding:50px 0px;}
.row-fluid .landing-author-section .author-img{text-align:center;padding-top: 18px;}
.row-fluid .landing-author-section .author-img img{border-radius:50%;height:180px;max-width:180px;}
.row-fluid .landing-author-section .title{text-align:center;}
.row-fluid .landing-author-section .title h1{font-size: 32px; font-weight: 600;color: #ffffff;}
.row-fluid .landing-author-section p{color:#fff;}
.row-fluid .threecolumn-section .landing-form input[type=submit]{ box-shadow:none; }
.row-fluid .hero-section .hero-caption h1{color:#9354ff !important; }

.row-fluid .bg-img{display:none;}
.row-fluid .bgimg-main{background-size:cover;background-position:center;}
.simple-banner{width: 100%;float: left;padding: 140px 0px;background-attachment: scroll;background-position: center center;}
.simple-banner .simple-bnner-btn a{display: inline-block;  border-radius: 3px;  background: #ff8300;  color: #fff;  font-size: 20px;  padding: 10px 40px;}
.simple-banner .simple-bnner-btn{text-align: center;}
.simple-banner .simple-bnner-btn a:hover{background: #333;  color: #fff;  box-shadow: none;}

.hero-section  .new-three .wrapper{padding-top:60px!important;}
.hero-section .hero-caption .wrapper{padding-bottom:0px!important;}
.row-fluid .hero-section .hero-caption{background-color:#000;}
.row-fluid .hero-section .hero-caption .wrapper .widget-type-rich_text span{color:#fff!important;}


/* 14-05-2019 */
.black-bg {background: #000;} 
.row-fluid .hero-section .hero-caption > div{background:#000;}

.landing-page .row-fluid .hero-section .hero-caption {background-color:transparent;border-bottom: 0; text-align:left;}
.landing-page .row-fluid .hero-section .hero-caption > div {background:transparent;}
.landing-page .lp-header {background:transparent !important;}
.landing-page .logo {margin-top:7px;}
.landing-page .hero-section { background-size: cover !important; background-position: center !important; min-height:500px;}
.landing-page .hero-section:before {content:''; width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.5);}
.landing-page .row-fluid .hero-section .wrapper {padding-left:0; padding-right:0;}
.landing-page .row-fluid .hero-section .hero-caption .wrapper {position: absolute; left: 50%;top: 75%; transform: translate(-50%,-50%);padding:0;}

.hero-caption-content { max-width:700px;}
.landing-page-content-section {margin-top:-200px;position:relative;z-index:9;padding-bottom: 0px;}
.landing-page-content-section .landing-form { background:#f1f1f1;padding:30px;}
.landing-page-content-section .landing-form h3 {text-align: center; text-transform: none; font-size: 26px; line-height: 34px;  color: #9354ff; padding: 0;  margin-bottom: 20px;}
.landing-page-content-section .landing-form h3 span {font-weight: 700;}
.landing-page-content-section .content-part {padding:250px 40px 50px 0;}
.landing-page-content-section .content-part ul li {position:relative;padding-left:30px;margin: 0 0 10px;}
.landing-page-content-section .content-part ul li:before {content:"\f058"; font-size:15px; font-family:FontAwesome;position:absolute;left:0; top:0;color:#9354ff;}
.landing-page-content-section .landing-form form textarea {border: 1px solid #9354ff;resize:none;}
.landing-page-content-section .landing-form form .hs-form-booleancheckbox-display > span {margin-left:0}
.landing-page-content-section .landing-form form .hs-form-booleancheckbox-display p {display: inline-block; padding: 0; margin-left: 10px;}
.landing-page-content-section .landing-form form [type="checkbox"]:not(:checked)+span:before, .landing-page-content-section .landing-form form [type="checkbox"]:checked+span:before {border-color: #9354ff;}
.landing-page-content-section .landing-form form [type="checkbox"]:not(:checked)+span:after, .landing-page-content-section .landing-form form [type="checkbox"]:checked+span:after {border: 0;color:#9354ff;content: "\f00c";
  font-family: FontAwesome; top: 7px; left:4px; font-size: 15px;background-image: none;width: auto;height: auto;}
.landing-page-content-section input[type=submit] {box-shadow: 0 5px 0 #9354ff;background-color: #9354ff;color: #ffffff;}
.landing-page-content-section label.hs-error-msg {color:#f00;}
.landing-page-content-section ul.hs-error-msgs li label {color:#f00;}
.landing-page-content-section .ebook-col {margin-top:30px;}


/* media Query    */

.landing-page-header {position:absolute;z-index:2;padding: 30px 100px;}
.landing-page-header .header-logo {max-width:160px;}
.landing-page .footer-container-wrapper {padding: 30px 0;}
.landing-page .footer-container-wrapper .social-icon {text-align:right;}
.landing-page .footer-container-wrapper .social-icon a {}

.customer-logo-section {padding:60px 0; background:#f1f1f1;}
.customer-logo-slider .slick-arrow {font-size:0; position: absolute;  margin: 0;top: -8px;}
.customer-logo-slider .slick-arrow:before {content:""; font-family:FontAwesome; font-size:40px; color:#9354ff;}
.customer-logo-slider .slick-arrow.slick-prev {left:-50px;}
.customer-logo-slider .slick-arrow.slick-next {right:-50px;}
.customer-logo-slider .slick-arrow.slick-prev:before {content:"\f104";}
.customer-logo-slider .slick-arrow.slick-next:before {content:"\f105";}
.customer-logo-section .customer-logo-slider .single-slide {text-align:center;}
.customer-logo-section .customer-logo-slider .single-slide img {margin:0 auto;}



/* ==== Header Section ==== */

.row-fluid .header-wrapper{max-width: 100%; width: 1200px;float:none;margin:auto !important;padding:0px 15px;}
.row-fluid .header-section *{ font-family: 'HelveticaNeueLT Std Med';}
.row-fluid .header-section{ width:100%;float:left;height: 115px;position:fixed;top:0;z-index:9999999;background: rgba(255,255,255,0.93);  border-top: 2px solid #101124;  -webkit-transition: all 500ms ease;  -moz-transition: all 500ms ease;  -o-transition: all 500ms ease;  transition: all 500ms ease;    padding: 12px 0px;}
.row-fluid .header-section.sticky {height: 50px; background: rgba(16,17,36,0.8); border-top: 2px solid transparent;}

.row-fluid .header-section .header-wrapper > div > div{display:flex;align-items:center;}
.row-fluid .header-section .header-logo svg{max-width:175px;width:100%!important;  -webkit-transition: all 500ms ease;  -moz-transition: all 500ms ease;  -o-transition: all 500ms ease;  transition: all 500ms ease; }
.row-fluid .header-section .header-btn a{display:inline-block;text-align:center;background:#101124;font-weight:500;color:#fff;padding:7px 18px 5px;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;text-transform:uppercase;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:14px;}
.row-fluid .header-section .mainmenu{text-align:right;padding-right:2px;}
.row-fluid .header-section .mainmenu .hs-menu-wrapper > ul li a{font-size:13px;font-weight:500;color:#101124;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;text-transform:uppercase;float:left;}
.row-fluid .header-section .mainmenu .hs-menu-wrapper > ul li a:hover{color:#00aded;}
.row-fluid .header-section .header-btn a:hover{background:#00aded;}
.row-fluid .header-section.sticky .header-logo svg path{fill:#fff;}
.row-fluid .header-section.sticky .header-logo svg g:nth-child(2), .row-fluid .header-section.sticky .header-logo svg g:last-child{ opacity:0;visibility:hidden; -webkit-transition: all 500ms ease;  -moz-transition: all 500ms ease;  -o-transition: all 500ms ease;  transition: all 500ms ease;}
.row-fluid .header-section.sticky{padding: 5px 0px;}
.row-fluid .header-section.sticky .header-logo svg { max-width: 120px; width: 100% !important;}
.row-fluid .header-section.sticky .mainmenu .hs-menu-wrapper>ul li a{color:#fff;padding-top:0;}
.row-fluid .header-section.sticky .mainmenu .hs-menu-wrapper>ul{line-height: 0;}
.row-fluid .header-section.sticky .header-btn a{padding: 5px 18px 4px;}
.row-fluid .header-section.sticky .header-btn {transform: translateY(-14px);}


/* === Footer ==== */

.row-fluid .footer-section{float: left; width: 100%; padding: 40px 0;background: #101124;}
.row-fluid .footer-section .footer-logo img {  max-width: 140px;}
.row-fluid .footer-section .footer-content {  padding-right: 60px;}
.row-fluid .footer-section .footer-content p {  font-size: 13px;  line-height: 20px;  color: #fff;  width: 100%;padding:0;}
.row-fluid .footer-section .footer-menu .hs-menu-wrapper  a {  padding-bottom: 0;  color: #fff;  font-size: 13px;  margin-top: 3px;  padding-top: 0;  transition: all 0.5s;}
.row-fluid .footer-section .footer-menu .hs-menu-wrapper ul {  column-count: 2;}
.row-fluid .footer-section .footer-menu .hs-menu-wrapper a:hover {  color: #00aded;}
.row-fluid .footer-section .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul{margin-bottom: 0;}
.landing-page .footer-container-wrapper{padding:0;}
.row-fluid .footer-bottom {  width: 100%;  float: left;  padding: 6px 0px 5px;}
.row-fluid .footer-bottom span {  line-height: 15px;  font-size: 13px;  color: #101124;  margin-top: 0;}
.row-fluid .footer-bottom .privacy li {  display: inline-block;  padding: 0px 15px;}
.row-fluid .footer-bottom .privacy li a {  line-height: 15px;  font-size: 13px;  color: #101124;  -webkit-transition: all 300ms ease;  -moz-transition: all 300ms ease;  -o-transition: all 300ms ease;  transition: all 300ms ease;}


.row-fluid .footer-bottom .footer-social li {  display: inline-block;  padding: 0px 3px;}
.row-fluid .footer-bottom .footer-social li a {  width: 23px;  height: 23px;  background: rgba(16,17,36,0.3);  -webkit-border-radius: 50%; -moz-border-radius: 50%;  border-radius: 50%;  float: left;  color: #fff;  font-size: 12px;  line-height: 23px;  -webkit-transition: all 300ms ease;  -moz-transition: all 300ms ease; -o-transition: all 300ms ease;  transition: all 300ms ease;  text-align: center;}
.row-fluid .footer-bottom .footer-social li a:hover {  background: #101124;}
.row-fluid .footer-bottom .footer-social ul {  text-align: right;}
.row-fluid .footer-bottom .wrapper > div > div{display: flex;align-items: center;}
/* .row-fluid .footer-bottom .same-raw{display: flex;  align-items: center;  flex-direction: row-reverse;} */
.row-fluid .footer-bottom .privacy  ul{margin-right: 20px;}
.row-fluid .footer-bottom .privacy  {width: calc(100% - 100px);  float: left;  text-align: right;  transform: translate(10px, 20px);}
.row-fluid .footer-bottom .footer-social {width: 100%;  float: right;  text-align: right;}
.row-fluid .footer-bottom .same-raw{transform: translateY(-4px);}
.row-fluid .banner-section .hero-caption-content .title-one h1{font-size: 40px; color: #ffffff !important; font-weight: bold;}
.harrison-lp .row-fluid .hero-section .hero-caption .title-two h1{color:#00aded !important;}
.harrison-lp .landing-page-content-section .landing-form h3{color:#101124;}
.harrison-lp .row-fluid input[type=text], .harrison-lp .row-fluid input[type=email], .harrison-lp .row-fluid input[type=tel]{border: 1px solid #101124;}
.harrison-lp .landing-page-content-section .landing-form form textarea{border: 1px solid #101124;}
.harrison-lp .landing-page-content-section .landing-form form [type="checkbox"]:not(:checked)+span:before, .harrison-lp .landing-page-content-section .landing-form form [type="checkbox"]:checked+span:before{    border-color: #101124;}
.harrison-lp .landing-page-content-section .landing-form form [type="checkbox"]:not(:checked)+span:after, .harrison-lp .landing-page-content-section .landing-form form [type="checkbox"]:checked+span:after{color:#101124;}
.harrison-lp .landing-page-content-section input[type=submit]{box-shadow: 0 5px 0 #474854; background-color: #101124;}
.harrison-lp .landing-page-content-section input[type=submit]:hover{background:#00aded;box-shadow: 0 5px 0 #087ca7;}
.harrison-lp .landing-page-content-section .content-part ul li:before{color: #00aded;}
.harrison-lp * {font-family: 'Helvetica CE 55 Roman';}
.submitted-message{text-align:center;}
.harrison-lp .row-fluid .footer-bottom .footer-social * {font-family: FontAwesome;}
.harrison-lp .landing-page-content-section .content-part ul li{list-style-type: disc;padding-left:0;}
.harrison-lp .landing-page-content-section .content-part ul{padding-left:20px;}
.harrison-lp .landing-page-content-section .content-part ul li:before{display:none;}

/* 18-10-2019 */

.nexa-ebookpage .logo-wrap { text-align:center; position: absolute; top:100px; left: 0; z-index: 2; }
.nexa-ebookpage .row-fluid .logo { width:210px; float:none; display:inline-block; }

.nexa-ebookpage .row-fluid .ebook-section-intro { width:100%; float:left;  background-color:#fff; position:relative; padding:150px 0 0; }
.row-fluid .ebook-block-wrap { padding-top: 30px; }
.row-fluid .ebook-ipad-cont { width: 45%; max-width: 411px; position: absolute; padding-top:76px; }
.row-fluid .ebook-ipad-cont.sticky-ebook { position: fixed;  top: 0; }
.row-fluid .ebook-info { width: 55%; margin-left: 0; float: right; padding-left: 83px; padding-top:76px; }
.row-fluid .ebook-ipad { width: 100%; position:relative;  }
.row-fluid .ebook-ipad img {  border:0; position: relative; z-index: 2; float: left; width: 100%; }
.row-fluid .ifream-ipad  {  position:absolute; top:0;   padding: 46px 22px 0 54px;  }
.row-fluid .ifream-ipad img { border:1px solid rgba(0, 0, 0, 0.59); border-radius:2px; }
.row-fluid .ipad-border img { border:0; }
.row-fluid .ebook-pre-heading h4 { color: #000; font-size: 28px; line-height: 38px; font-weight: 400; /*font-style: italic;*/ font-family: 'Proxima Nova Rg'; padding: 0 0; }
.row-fluid .ebook-heading h1 { color: #9354ff; font-size: 44px; line-height: 50px; padding: 2px 0 3px; font-weight: 400; }
.row-fluid .ebook-content { font-size: 18px; line-height: 28px; color: #000; padding-right:50px; }
.row-fluid .ebook-info-btn { text-align: left; margin-top: 33px; margin-bottom:80px; }
.row-fluid .ebook-info-btn a {  display: inline-block; background-color: #9354ff; color: #fff; text-transform: uppercase; font-size: 20px; line-height: 76px; padding: 0 52px; border-radius: 100px; }
.simple-sticky-ebook { position: absolute; }

/* chapter section */
.nexa-ebookpage .row-fluid .ebook-section-chapter { width: 100%; float: left; padding:71px 0 117px ; }
.nexa-ebookpage .row-fluid .chapter-block-side { width: 55%; float: right; text-align: left; padding-left: 83px; }
.nexa-ebookpage .row-fluid .chapter-heading h2 { font-size: 34px; line-height: 40px; color: #9354ff; }
.nexa-ebookpage .row-fluid .chapter-content  {  color: #000; font-size: 18px; margin-top:5px; }
.nexa-ebookpage .row-fluid .chapter-content p { padding: 0 0; }

/* author-section */
.nexa-ebookpage .row-fluid .author-section-ebook { background-color: #9354ff;  padding: 83px 0 50px; }
.nexa-ebookpage .row-fluid .author-heading { width:60%; float:right; text-align:left; }
.nexa-ebookpage .row-fluid .author-heading h4 { font-size:28px; line-height:38px; color:#fff; }
.row-fluid .author-block-wrap { width:60%; float:right;  margin-top: 47px; }
.row-fluid .author-img-block {  width:30%; text-align:center; padding-top:8px; }
.row-fluid .author-img { width:224px; height:224px; border-radius:100%; overflow:hidden; display:inline-block; float:none; }
.row-fluid .author-img img { max-width:100%; display:inline-block; }
.row-fluid .author-data-block {  width:70%;  margin-left:0; padding-left:30px;}
.row-fluid .author-data { color:#fff; }

/* footer section */
.row-fluid .ebook-footer-section { background: #212121; padding:170px 0 80px }
.row-fluid .footer-wrap { width:55%; float:right; text-align:left; padding-left:81px; }
.row-fluid .footer-heading h1 { font-size:44px; line-height:50px;  color: #9354ff; }
.row-fluid .footer-pre-heading { color:#fff; font-size:18px; font-style:italic;  position:relative; padding-bottom: 49px; }
.row-fluid .footer-pre-heading:before {content: '';width: 227px;height: 2px;background: #fff;position: absolute;bottom: 0; left:0; }
.row-fluid .email-form { width:100%; max-width:500px; float:none; display:inline-block; padding-top:55px; margin-bottom:84px; }
/* .row-fluid .email-form form .hs-email label { display: none; } */
.row-fluid .email-form form .input input { border: none; color: #5d5e5e; font-size: 18px; line-height: 48px; height:auto; }
.row-fluid .email-form form .actions input {   margin-top:18px;  box-shadow: none; background-color: #9354ff; color: #fff; text-transform: uppercase; font-size: 20px; line-height: 76px; padding: 0 52px; border-radius: 100px; }
.row-fluid .email-form form .input input::-webkit-input-placeholder { color:#7d7d7d;}
.row-fluid .email-form form .input input:-ms-input-placeholder { color: #7d7d7d;}
.row-fluid .email-form form .input input::placeholder { color: #7d7d7d;}
.row-fluid .email-form form .hs_error_rollup .inputs-list li >label { font-size:12px; color:#fff; }
.row-fluid .footer-logo { margin-bottom: 26px; }
.row-fluid .footer-logo { width:177px; float:none; display:inline-block;  }
.row-fluid .ebook-footer-link a { display: inline-block; font-size: 18px; color: #f47921; }
.row-fluid .footer-center-text { text-align:center; }

/* 04-11-2019 */
.row-fluid .ifream-ipad.ipad-border { padding-right:0; padding-top:0; }
.row-fluid .ebook-info-2 { padding-left:0; }
.row-fluid .footer-wrap-2 {     padding-left: 0px; }

/* 12-11-2019 */
.row-fluid .form-label-color form fieldset .hs-form-field label, 
.row-fluid .form-label-color form .hs-form-field label { color:#000; }

/* 13-11-2019 */


.landing-page-content-section .lp-img_section{ margin-bottom:80px; }
.landing-page-content-section .lp-img_section > div > div { display: flex; align-items: center; justify-content: center; }
.landing-page-content-section .lp-img_section img{ width: 200px; max-height: 100px; object-fit: cover; }





@media (min-width:768px){
  .row-fluid .email-form form .actions input:hover { background: #fff; color: #9354ff; }
  .row-fluid .ebook-info-btn a:hover { background-color: #d86a18; }
}
@media(max-width:1200px){
  .landing-page-header {padding:30px 15px;}
  .hero-caption-content { max-width: 100%;}
  .landing-page .row-fluid .hero-section:before {top:0;}
  .landing-page .hero-section {min-height:370px;}
  .landing-page-content-section {margin-top:0;padding:60px 0;}
  .landing-page-content-section .content-part { padding: 0 40px 50px 0;} 

  .landing-page .row-fluid .hero-section .hero-caption .wrapper{top: 65%;}
  .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul li a{padding: 10px 15px;}

  .row-fluid .ebook-info { padding-left:50px; }
  .nexa-ebookpage .row-fluid .chapter-block-side { width:50%; padding-left:0; padding-right:15px; }
  .row-fluid .author-data-block { width: 100%; padding-left: 100px; padding-top: 15px; }
  .row-fluid .author-img-block { width: 100%; }
  .nexa-ebookpage .row-fluid .author-heading { padding-left:100px; }

}

@media (min-width: 1200px) {

  .row-fluid .wrapper { width: 1170px; }

  .row-fluid .hero-section .wrapper { padding-left:5%; Padding-right:5%; }
  .row-fluid .letus-ctasection .wrapper{ padding-left:15%; padding-right:15%;}
  .row-fluid .author-section .wrapper,.row-fluid .testimonial-section .wrapper { width:760px; }
  .row-fluid .subcribe-formwrap .wrapper { padding-left:12%; padding-right:12%;}


}

@media(max-width:992px){
  .landing-page-content-section {padding:40px 0;}
  .landing-page-content-section .content-part {padding:0 0 50px;width: 100%;}
  .landing-page-content-section .form-col-wrap { width: 100%; margin: 0;}
  .customer-logo-slider .slick-arrow.slick-prev { left: -10px;}
  .customer-logo-slider .slick-arrow.slick-next { right: -10px;}
  .row-fluid .footer-bottom .privacy li{    padding: 0px 6px;}
  .row-fluid .footer-section .footer-content{    padding-right: 20px;}

  .nexa-ebookpage .logo-wrap { top: 50px; }
  .nexa-ebookpage .row-fluid .ebook-section-intro { padding-top: 100px; }
  .row-fluid .ebook-ipad-cont { padding-top: 50px; }
  .row-fluid .ebook-info { padding-top: 50px; }
  .row-fluid .ebook-heading h1 { font-size: 36px; line-height: 42px; }
  .row-fluid .ebook-pre-heading h4 { font-size: 24px; line-height: 34px; }
  .row-fluid .ebook-content { padding-right: 10px; font-size: 16px; line-height: 23px; }
  .row-fluid .ebook-info-btn a { padding: 0 40px; line-height: 56px; font-size: 18px; }
  .row-fluid .ebook-info-btn { margin-top: 20px; margin-bottom: 60px; }
  .nexa-ebookpage .row-fluid .chapter-heading h2 { font-size: 28px; line-height: 36px; }
  .nexa-ebookpage .row-fluid .chapter-content { font-size: 16px; line-height: 22px; }
  .nexa-ebookpage .row-fluid .ebook-section-chapter { padding: 60px 0 100px; }
  .nexa-ebookpage .row-fluid .author-section-ebook { padding: 60px 0 50px; }
  .row-fluid .author-block-wrap { margin-top: 30px; }
  .nexa-ebookpage .row-fluid .author-heading h4 { font-size: 26px; }
  .row-fluid .ebook-footer-section { padding: 100px 0 50px; }
  .row-fluid .footer-heading h1 { padding-top: 0; font-size: 36px; line-height: 44px; }
  .row-fluid .footer-pre-heading { padding-bottom: 30px; }
  .row-fluid .email-form { padding-top: 35px; margin-bottom: 40px; }
  .row-fluid .email-form form .actions input { font-size: 16px; line-height: 60px; }



  

  /*   
  .Mobile-open a.mobile-trigger{top: 4px;}
  .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul li a{padding: 0;padding-left: 20px;width: 100% !important;color:#fff;}

  .row-fluid .header-section .header-logo svg{    max-width: 151px;}

  .row-fluid .header-section .header-btn script{display:none;}
  .row-fluid .header-section .header-btn a{margin-top: 0;    margin-bottom: 20px;    text-align: left;    width: 100%;    border-top: 1px dotted rgba(255, 255, 255, 0.4);    padding-left: 20px;    padding-top: 12px;}
  .row-fluid .header-section .header-btn { margin-left: 0; width: 100%;}
  .row-fluid .header-section .header-btn a:hover{background:transparent;color:#00aded;}

  */

  .row-fluid .header-section .header-logo svg{max-width: 165px;}
  .row-fluid .header-section {height: 107px;}
  /* --- Mobile Menu Button  ---- */
  .mobile-menubtn {    position: fixed;    right: 40px;    bottom: 40px;    width: 65px;    height: 65px;    background: #fff;    box-shadow: 3px 5px 10px rgba(16,17,36,0.3);    z-index: 9999999999;    -webkit-border-radius: 50%;    -moz-border-radius: 50%;    border-radius: 50%;    cursor: pointer;  }
  .mobile-menubtn .spans-wrap {height: 34px;    width: 21px;    position: absolute;    left: 50%;    top: 49%;    -webkit-transform: translate(-50%, -50%);    -moz-transform: translate(-50%, -50%);    -o-transform: translate(-50%, -50%);    -ms-transform: translate(-50%, -50%);    transform: translate(-50%, -50%); } 
  .mobile-menubtn .spans-wrap .inner-span{position: absolute;    bottom: 0;    height: 70%;    width: 2px;    background: #101124;    -webkit-transition: all 300ms ease;    -moz-transition: all 300ms ease;    -o-transition: all 300ms ease;    transition: all 300ms ease;}  
  .mobile-menubtn span:first-child {    left: 0;  }
  .mobile-menubtn span:nth-child(2) {    height: 100% !important;    left: 49%;  }
  .mobile-menubtn span:last-child {right: 0;  }
  .mobile-menubtn.active .spans-wrap span:first-child {left: 10px;    height: 98%;    -webkit-transform: rotate(45deg);    -moz-transform: rotate(45deg);    -o-transform: rotate(45deg);    -ms-transform: rotate(45deg);    transform: rotate(45deg);}  
  .mobile-menubtn.active .spans-wrap span:nth-child(2){opacity: 0;width: 0;}
  .mobile-menubtn.active .spans-wrap span:last-child {right: 10px;    height: 98%;    -webkit-transform: rotate(-45deg);    -moz-transform: rotate(-45deg);    -o-transform: rotate(-45deg);    -ms-transform: rotate(-45deg);    transform: rotate(-45deg);}  

  /* --- Mobile Menu FullScreen --- */

  .row-fluid .header-section .header-btn{display:none;}
  .row-fluid .header-section .mainmenu .hs-menu-wrapper {position: fixed; top: 0; left: 0; background: #101124; height: 100%; width: 100%; margin: 0;    display: flex;    align-items: center;    overflow: auto;transition:all 0.5s;opacity:0;visibility:hidden;}
  .row-fluid .header-section .mainmenu .hs-menu-wrapper{}
  .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul li a{color:#fff;font-size: 26px; text-transform: uppercase; color: #fff; padding-bottom: 20px;padding-top: 20px;}
  .row-fluid .header-section .mainmenu .hs-menu-wrapper > ul li{float:none;}
  .row-fluid .header-section .mainmenu .hs-menu-wrapper > ul{padding-left: 15%;max-height: 100vh;padding-top: 120px;}
  .menu-open .row-fluid .header-section .mainmenu .hs-menu-wrapper{opacity:1;visibility:visible;}
  .menu-open .row-fluid .header-section{z-index: 99999999999999999999;}


  .mobile-logo {    width: 100%;    float: left;    height: 115px;    z-index: 999999999;    top: 0;    position: absolute;    left: 0;    right: 0;    margin: auto;    text-align: left;    background: rgba(255,255,255,0.93);      opacity: 0;    visibility: hidden;}
  .menu-open .mobile-logo {opacity:1;visibility:visible;}
  .mobile-logo img {    max-width: 195px;    padding: 15px;  }

  .row-fluid .landing-page-content-section .right-part{width:100%;margin:0px;}
  .row-fluid .landing-page-content-section .right-part .book-img img{max-width: 250px; margin-bottom: 20px;}
  .row-fluid .landing-page-content-section .right-part .book-img {text-align:center;}
  
  
  .landing-page-content-section .content-part-right { width: 100%; float: left; margin: 0; text-align:center;}
  .landing-page-content-section .content-part-right img { max-width: 400px;}
  .author-sections{ text-align:center;padding: 0 15px; }
  .author-sections .author-text { margin: 0; width: 100%; float: left;padding:0 15px; }
  


}

@media (min-width: 992px) and (max-width:1200px) {

  .row-fluid .wrapper { width: 970px; }  
  .row-fluid .hero-section:before{top:344px;}
  .row-fluid .footer-wrap-2 { padding-left:50px; }

}


@media (max-width:568px){
  .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{float:left;}
}


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

  .row-fluid .wrapper { width: 740px; }

  body {  font-size:16px; line-height:22px; }

  h1 { font-size:50px; line-height:54px; }
  h2,.row-fluid .letus-ctasection h2  { font-size:26px; line-height:32px; }
  h3 { font-size:24px; line-height:28px; }
  h4 { font-size:22px; line-height:26px; }
  h5 { font-size:20px; line-height:24px; }
  h6 { font-size:18px; line-height:22px; }

  .row-fluid .benefit-boxes span.hs_cos_wrapper > div { width:50%; margin-bottom:15px;  }
  .row-fluid .benefit-boxes span.hs_cos_wrapper > div:nth-child(2n) { clear:right;}
  .row-fluid .benefit-boxes span.hs_cos_wrapper > div:nth-child(2n+1) { clear:left;}

  .row-fluid .hero-section:before{top:330px;}
  .hero-section .new-three .wrapper{padding-top:35px!important;}
  .row-fluid .hero-section .wrapper{padding-top: 80px;}
  .row-fluid .ebook-ipad-cont { max-width:350px;  }
  .row-fluid .ifream-ipad { padding: 38px 18px 0px 46px; }
  .row-fluid .footer-wrap-2 { padding-left:50px; }

}

@media (max-width: 767px) {

  .row-fluid .wrapper { padding-left:15px; padding-right:15px; }

  body {  font-size:14px; line-height:20px; }

  h1 { font-size:38px; line-height:42px; }
  h2,.row-fluid .letus-ctasection h2  { font-size:28px; line-height:34px; }
  h3 { font-size:26px; line-height:30px; }
  h4 { font-size:24px; line-height:26px; }
  h5 { font-size:20px; line-height:22px; }
  h6 { font-size:16px; line-height:20px; }

  .row-fluid .hero-subtext { padding:0; }
  .row-fluid .services-contentwrap { padding:15px 0 0 0;}

  .row-fluid .benefit-boxes { padding:0;}
  .row-fluid .benefit-boxes span.hs_cos_wrapper > div { width:100%; margin-bottom:25px; padding-left:0; padding-right:0;}    
  .row-fluid .benefit-boxes span.hs_cos_wrapper > div h5 { margin-bottom:5px;}
  .row-fluid .benefit-boxes span.hs_cos_wrapper > div .service-icon img { max-width:70px; height:auto; }

  .row-fluid .client-testimonial { font-size:16px; line-height:20px; padding-bottom:20px;  }

  .row-fluid .client-info { padding-top:0; display:inline-block; vertical-align:middle; width:100%; }
  .row-fluid .client-img { display:inline-block; vertical-align:middle; }
  .row-fluid .lp-header .logo,.row-fluid .right-text { text-align:center;}
  .row-fluid .testimonial-wrap .client-testimonial { font-size:18px; line-height:24px; padding:15px 0;}
  .row-fluid .hero-section .hero-caption { padding:0 0 30px 0 ; margin-bottom:30px; }

  .row-fluid .hero-section .btn-group { margin-top:15px; }
  .row-fluid .hero-section .wrapper { padding-bottom:20px !important;}
  .row-fluid .hero-section  { overflow:inherit; text-align:center; }

  .row-fluid .testimonial-section,.row-fluid .inside-section,.row-fluid .author-section { padding:20px 0;}

  .row-fluid .author-section .client-testimonial { font-size:18px; line-height:22px;}

  .row-fluid input[type=text],.row-fluid input[type=email],.row-fluid input[type=tel],.row-fluid select { height:40px; }

  .row-fluid textarea{border:1px solid #2196f3; background:#fff;padding:20px;font-size:18px;font-weight:400; font-family: 'Proxima Nova Rg';  width:100% !important; height:100px;  }

  .row-fluid .logo-section,.row-fluid .footer { padding:20px 0;}


  .row-fluid .footer { padding:20px 0;}
  .row-fluid .footer .footer-logo { text-align:center; }

  .row-fluid .testimonial-section .cta-btn { margin-top:15px; }

  .row-fluid .form-social  { text-align:center;}

  .hero-section .new-three .wrapper{padding-top:8px!important;}

  /* 14-05-2019 */
  .row-fluid .subcribe-formwrap label:last-child{padding-top:10px;display:inline-block;}
  .row-fluid .wrapper-txt {background: #000;}


  .row-fluid .footer-section .footer-menu{display:none;}
  .row-fluid .footer-section .footer-logo{text-align:left;}
  .row-fluid .footer-bottom .wrapper > div > div{display: flex; flex-direction: column-reverse; text-align: left;}
  /*   .row-fluid .footer-bottom .privacy{text-align: left;width: calc(100% - 200px) !important;}
  .row-fluid .footer-bottom .footer-social{width:200px; float:left;} */
  .row-fluid .footer-bottom .same-raw{width:100%;}
  .row-fluid .footer-bottom .privacy{width: 100%; float: left; text-align: left;}
  .row-fluid .footer-bottom .copyright-main{width:100%;text-align:center;}
  .row-fluid .header-section .mainmenu .hs-menu-wrapper>ul li a{color:#fff;font-size: 21px; text-transform: uppercase; color: #fff; padding-bottom: 16px;padding-top: 16px;}
  .harrison-lp .row-fluid .hero-section{min-height: 380px;    padding-top: 60px;}
  .nexa-ebookpage .row-fluid .ebook-section-intro { padding-top:80px; }
  .nexa-ebookpage .logo-wrap { width: 100%; top: 40px; }
  .nexa-ebookpage .row-fluid .logo { width: 140px; }
  .row-fluid .ebook-block-wrap { padding-top: 0; }
  .row-fluid .ebook-ipad-cont { width: 100%; text-align: center; position: relative; max-width: 100%; }
  .row-fluid .ebook-ipad { max-width: 300px; float: none; display: inline-block; -webkit-transform: translateX(-10px); transform: translateX(-10px); }
  .row-fluid .ifream-ipad { padding: 33px 13px 0 39px; }
  .row-fluid .ebook-info { width: 100%; padding-left: 0; text-align: left; padding: 30px 30px 40px; }
  .row-fluid .ebook-info-btn { text-align: center; margin-top: 10px; margin-bottom: 50px; }
  .nexa-ebookpage .row-fluid .chapter-block-side { width: 80%; text-align: center; margin: 0 auto; float: none; }
  .nexa-ebookpage .row-fluid .ebook-section-chapter { padding: 60px 0 70px; }
  .nexa-ebookpage .row-fluid .author-heading h4 { padding: 0 0; }
  .row-fluid .author-img-block { width: 100%; }
  .row-fluid .author-data-block { padding-left: 0; width: 100%; text-align: center; }
  .row-fluid .ebook-footer-section { padding: 80px 0 50px 0; text-align:center; }
  .row-fluid .author-block-wrap { width:100%; }
  .nexa-ebookpage .row-fluid .author-heading { width:100%; padding-left:0; text-align:center; }
  .row-fluid .footer-wrap { padding-left:0; width:73%; float:none; display:inline-block; }
  .row-fluid .email-form { width: 100%; }
  .row-fluid .ebook-info-btn.btn-fixed { position: fixed; bottom: 0; background: #fff; text-align: center; left: 0; z-index: 3; width: 100%; margin: 0 0; padding: 10px 0; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
  .row-fluid .ebook-info-btn.btn-fixed.bth-hide { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
  .row-fluid .ipad-border { position: static; padding-left: 0; }

  .landing-page-content-section .lp-img_section{ text-align:center; }
  .landing-page-content-section .lp-img_section > div > div { display: block; }
  .landing-page-content-section .lp-img_section img{ margin:15px 0; }
  .landing-page-content-section .content-part-right img { max-width: 250px; }
  
  .landing-page-content-section .content-part-right { width: 100%; float: left;}


}

@media (min-width: 767px) {



}


@media (max-width: 767px) {
  .landing-page .row-fluid .wrapper-txt {background: transparent !important;}
  .landing-page .row-fluid .hero-section .hero-caption .wrapper { padding: 100px 15px 20px; width: 100%; position: relative; top: inherit; left: inherit; transform: none;}
  .landing-page .hero-section { min-height: 300px;}


  .landing-page-header { padding: 30px 15px;  width: 100% !important;  text-align: center;}
  .landing-page-header .header-logo {    max-width: 160px; margin: 0 auto; display: inline-block;}

  .footer-container-wrapper .footer-logo {text-align:center;margin-bottom:20px;}
  .landing-page .footer-container-wrapper .social-icon { text-align: center;}
}

@media  (max-width: 640px) {

  .row-fluid .ultimate-section { margin-top:0;}

  .row-fluid .hero-section { padding:0; }

  .row-fluid .hero-section .cta-btn a,.row-fluid .hero-section .cta-btn2 a { font-size:18px; margin-bottom:10px; padding:5px 25px;  }

  .row-fluid .logos-list span.hs_cos_wrapper>div { width:48%;}

  .row-fluid .bg_container iframe,.row-fluid .bg_container .wistia_responsive_padding {  width:400px !important; height:240px !important; overflow:hidden; }

  .row-fluid .subcribe-formwrap form > div:first-child { width:100%; margin-bottom:0; }
  .row-fluid .subcribe-formwrap form .hs_submit { margin:.0 auto; display:table; min-width:140px; float:none; }

  .row-fluid .author-section .client-info { position:relative; left:0; margin-bottom:15px;  }

  .row-fluid .author-section .client-testimonial { padding-left:0px; }


}

@media  (max-width: 500px) {

  .row-fluid .hs-form .form-columns-2 .field:first-child{padding:0 0 15px 0}
  .row-fluid .hs-form .form-columns-2 .field:first-child+.field{padding:0 0 15px 0 }

  .row-fluid .benefit-boxes span.hs_cos_wrapper > div { width:100%;  padding:0px; }
  .simple-banner{padding: 80px 0px;}

  .row-fluid .hero-section:before{top:294px;}
  .row-fluid .hero-section:not(.banner-section){background:none!important;}

  .row-fluid .ebook-heading h1 { font-size: 30px; line-height: 36px; padding: 0 0; }
  .row-fluid .ebook-info { padding: 20px 0 40px; }
  .row-fluid .ebook-content { font-size: 15px; line-height: 22px; }
  .row-fluid .ebook-info-btn a { font-size: 16px; padding: 0 36px; line-height: 48px; }
  .nexa-ebookpage .row-fluid .ebook-section-chapter { padding: 50px 0 60px; }
  .nexa-ebookpage .row-fluid .chapter-heading h2 { font-size: 26px; line-height: 34px; }
  .nexa-ebookpage .row-fluid .chapter-block-side { width: 100%; float: left; }
  .nexa-ebookpage .row-fluid .chapter-content { font-size: 15px; }
  .nexa-ebookpage .row-fluid .author-heading h4 { font-size: 24px; }
  .row-fluid .author-img { width: 200px; height: 200px; }
  .nexa-ebookpage .row-fluid .author-section-ebook { padding: 50px 0 40px; }
  .row-fluid .ebook-footer-section { padding: 50px 0 40px; }
  .row-fluid .footer-heading h1 { font-size: 32px; line-height: 40px; }
  .row-fluid .footer-pre-heading { padding-bottom: 15px; font-size: 16px; }
  .row-fluid .email-form { width: 100%; padding-top: 30px; }
  .row-fluid .email-form form .actions input { margin-top: 8px; line-height: 46px; padding: 0 0; width: 100%; text-align: center; }
  .row-fluid .email-form { margin-bottom: 26px; }
  .footer-container-wrapper .footer-logo { margin-bottom: 15px; }
  .row-fluid .ebook-ipad { max-width: 250px; }
  .row-fluid .ifream-ipad { padding: 26px 11px 0 30px; }
  .row-fluid .footer-wrap { width:100%; }

}

@media  (max-width: 449px) {

  .row-fluid .hero-section:before{top:336px;}
  .row-fluid .banner-section .hero-caption-content .title-one h1{    font-size: 32px;} 
  .harrison-lp .row-fluid .hero-section .hero-caption h1{font-size: 32px;line-height: 38px;}
  .harrison-lp .row-fluid .hero-section .hero-caption {margin-bottom:0;} 


}


@media  (max-width: 420px) {
  .row-fluid .bg_container iframe,.row-fluid .bg_container .wistia_responsive_padding { width:100% !important; height:200px !important; overflow:hidden; }
  .row-fluid .hero-section:before{top:357px;}
}

@media  (max-width: 351px) {

  .row-fluid .hero-section:before{top:398px;}

}