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

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://use.typekit.net/gnc8syn.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    */
/*****************************************/

/*  @font-face {
    font-family: 'Proxima Nova'; 
    src: url('https://cdn2.hubspot.net/hubfs/235799/font/Mark%20Simonson%20-%20Proxima%20Nova%20Alt%20Regular-webfont.eot');
    src: url('https://cdn2.hubspot.net/hubfs/235799/font/Mark%20Simonson%20-%20Proxima%20Nova%20Alt%20Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdn2.hubspot.net/hubfs/235799/font/Mark%20Simonson%20-%20Proxima%20Nova%20Alt%20Regular-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/235799/font/Mark%20Simonson%20-%20Proxima%20Nova%20Alt%20Regular-webfont.woff') format('woff'),
         url('https://cdn2.hubspot.net/hubfs/235799/font/Mark%20Simonson%20-%20Proxima%20Nova%20Alt%20Regular-webfont.ttf') format('truetype'),
         url('https://cdn2.hubspot.net/hubfs/235799/font/Mark%20Simonson%20-%20Proxima%20Nova%20Alt%20Regular-webfont.svg#proxima_nova_altregular') format('svg');
    font-weight: normal;
    font-style: normal; 

}
 
@font-face {
    font-family: 'freight-pro';
    src: url('https://cdn2.hubspot.net/hubfs/235799/font/freighttextprobook.eot');
    src: url('https://cdn2.hubspot.net/hubfs/235799/font/freighttextprobook.eot') format('embedded-opentype'),
         url('https://cdn2.hubspot.net/hubfs/235799/font/freighttextprobook.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/235799/font/freighttextprobook.woff') format('woff'),
         url('https://cdn2.hubspot.net/hubfs/235799/font/freighttextprobook.ttf') format('truetype'),
         url('https://cdn2.hubspot.net/hubfs/235799/font/freighttextprobook.svg#freighttextprobook') format('svg'); 
} */



* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; list-style:none; outline:0; }  
html {  overflow-x: hidden; }
body { margin:0; padding:0; opacity:0;  font-family: 'proxima-nova'; font-size:14px; line-height:1.5em; font-weight: 400; letter-spacing: 0.05em; color:#231F20; background:#fff; overflow-x:hidden; -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; }
body.show { opacity:1;  }

.row-fluid .wrapper { margin:0 auto !important; width:850pt !important; float:none !important; }
img { border:0; }
hr { border-color:#ccc; clear:both; margin-top:30px }
.img-responsive2 { max-width:100%; height:auto }
.clear { clear:both }
h1 { font-size:55px; margin:0; line-height:normal; clear:both; font-family: 'freight-big-pro'; }
h2 { font-size:35px; margin:0; line-height:normal; clear:both; font-family: 'freight-big-pro'; }
h3 { font-size:23px; margin:0; line-height:normal; font-weight: 600; clear:both; font-family: 'freight-big-pro'; letter-spacing: 0.03em; }
h4 { font-size:18px; margin:0; line-height:normal; font-weight: 700; clear:both; letter-spacing: 0.2em; text-transform: uppercase; }
h5 { font-size:13px; margin-bottom:10px; line-height:normal; font-weight: 700; clear:both; letter-spacing: 0.2em; text-transform: uppercase; }
h6 { font-size:11px; margin:0; line-height:normal; font-weight: 700; clear:both; letter-spacing:0.15em; text-transform: uppercase; }
p { font-size:14px; margin-bottom:10px; line-height: 1.5em; font-weight: 400; letter-spacing: 0.05em; }


.blog-form #comments-listing { float:left; width:100%;  background:#ebebeb; }

.blog-form #comments-listing .comment { float:right; width:auto; background:#fff; padding:20px !important; position:relative; }
.blog-form #comments-listing .comment:after { width: 0; height: 0; border-left: 20px solid transparent;border-right: 20px solid transparent; border-top: 20px solid #fff; position:absolute; right:20px; top:100%; content:''; }
.blog-form #comments-listing .comment.depth-1:after { left:20px; right:auto; }
.blog-form #comments-listing .comment.depth-1 { float:left; width:auto; margin-top:20px; }
.blog-form #comment-form .hs-common-confirm-message { font-size:0 !important; }
.blog-form .new-comments { margin:20px 0 40px; }
.blog-form .comment-reply-to { float:right; width:auto }
.comment-from h4  { padding:0; font-size:18px; color:#558f76; line-height:normal;  }
.comment-from h4 a { color:#558f76; }
.comment-from, .comment-date { display: inline-block; line-height: normal; float: none; vertical-align: middle; font-size:18px; color:#558f76; margin-right:10px; position: relative;  top: -6px; }


.row-fluid .left-auto { float:left; width:auto; margin:0; }
.row-fluid .right-auto { float:right; width:auto; margin:0; }

.row-fluid .main-css { float:left; width:100%; }
@media screen and (max-width: 767px){
  .row-fluid .main-css:not(.slick-slide){ float: none; } 
}


.row-fluid .h-v-50 { position:absolute; top:50%; left:50%; -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); width:auto; }

form fieldset { max-width:100% !important; float:left; margin:5px 0; width:100%; }


form .form-columns-1 .input , form .form-columns-2 .input  { margin-right:0 !important; }


form .form-columns-1 .input textarea , form .form-columns-1 .input input , form .form-columns-1 .input select  { width:100% !important; }


form .form-columns-2 { width:100%; }

form .form-columns-2 .input input { width:100% !important; }


form .form-columns-2 .hs-form-field:first-child { padding-right:10px; padding-left:0;  }
form .form-columns-2 .hs-form-field:last-child { padding-left:10px; padding-right:0; }
form .form-columns-2 .hs-form-field { width: 50% !important; }
form .form-columns-1 .hs-form-field { padding-right:0 !important; }
form .hs_recaptcha { float:left; width:100%; }

form .input input.error {  background: rgba(0,0,0,.5) !important; }    
form .hs-form-required , form .hs-error-msgs  { display:none !important; }

.row-fluid .btn-effect a {  z-index: 5; overflow: hidden; position: relative; display: inline-block; }
.row-fluid .btn-effect a:after { content: ''; width: 0; transition: all .5s; height: 100%; top: 0; left: 0; background-color: #021222; position:absolute; z-index:-1; }
.row-fluid .btn-effect a:hover:after { width:120%; }

a { text-decoration:none; outline:none; -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;
}


#comment-form { width:93%; }
#comment-form form { padding-top:40px; float:left; width:100%; }
#comment-form form > div { margin:15px 0; }
#comment-form form input[type="text"], #comment-form form input[type="email"], textarea { border:1px solid #c7c7c7; height:38px; height:40px; }
textarea { border:1px solid #c7c7c7; }

.row-fluid a.cta_button {  z-index: 5; transition: all .3s; min-width:80px; text-align:center; overflow: hidden; padding: 10px 20px; letter-spacing: 0.15em; position: relative; transition: all .4s ease-in-out; display: inline-block; font-size:11px; text-transform:uppercase; color:#fff; font-weight:700; }


input[type="text"], input[type="email"], input[type="tel"], textarea, select { border:1px solid #dadadb; }
.hs-blog-post input[type="text"], .hs-blog-post input[type="email"], .hs-blog-post textarea, select { border:1px solid #dadadb; }
.hs-blog-post input[type=submit] { background:#86bd3b; color:#fff; padding: 8px 16px; margin:20px 0; } 
/* http://ianlunn.github.io/Hover/ */

form select { -webkit-appearance: none;  -moz-appearance:none; appearance:none; background:#fff url(https://cdn2.hubspot.net/hubfs/235799/images/select-icon.png) no-repeat !important;  background-size: 8px !important;
    background-position: top 5px right 10px !important; } 
input, button, textarea { border:none; outline:none; }
input[type=submit], button { cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/47398/paradise/image/blank-img.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; }
input[type="submit"]:hover { color:#fff; background:#1996ff; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link, .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; } 
.row-fluid [class*="span"] {
min-height:0;
}
.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; z-index:0; }
.row-fluid .bg-img { display:none; }
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px; }
.row-fluid .slick-slider1 button { position:absolute; top:50%; height:20px; width:20px; z-index:1; font-size:0; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .slick-slider1 .slick-prev { left:0px; background:url('//cdn2.hubspot.net/hubfs/2104682/JTurner-2016/Image/slick-left.png') center no-repeat; }
.row-fluid .slick-slider1 .slick-next { right:0px; background:url('//cdn2.hubspot.net/hubfs/2104682/JTurner-2016/Image/slick-right.png') center no-repeat; }

.row-fluid .classic-effect { width:auto; margin:0; float:none; display:inline-block;  }
.row-fluid .classic-effect a { overflow:hidden; position:relative; margin: 0; padding: 10px 20px; background: #f7b515; font-weight: 600; width:auto; display: inline-block; border-radius: 5px; color: #fff !important; font-size: 14px; line-height: 22px; }
.row-fluid  .classic-effect a:before { background: rgba(255,255,255,0.4); content: ''; width: 63%; height: 300%; position: absolute; top: -150px; transform: skew(-60deg);  -webkit-transform: skew(-60deg); transition: all ease .8s; -webkit-transition: all ease .8s;  }
.row-fluid  .classic-effect a:hover:before { left:0; top:30px; }
.row-fluid .w-100 { float:left; width:100%; }

.row-fluid .mainmenu .hs-menu-wrapper > ul > li  ul { background:#000; top:35px;   }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li  ul li a { padding:10px 15px; display:inline-block; color:#fff; } 
.row-fluid .mainmenu .hs-menu-wrapper > ul li a { text-transform:uppercase; font-weight:700; font-size:13px; color:#000000; } 


/*************header*************/
.header-container-wrapper {background: #f6f6f6;}  
.body-container-wrapper { letter-spacing:1px; background: #f6f6f6; }
.row-fluid .top-logo  img { max-width:180px; }  
.row-fluid .mainmenu .hs-menu-wrapper > ul li.top-social a , .row-fluid .bottom-social a { display:inline-block; border-radius:100%; position:relative;  border:1px solid transparent; text-indent: 1px; background:#9324F7; width:22px; height:22px; line-height:21px; color:#fff; padding:0; text-align:center; font-size: 11px; }
.row-fluid .bottom-social a:first-child { text-indent: 0px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a {   padding: 29pt 10pt; } 
.row-fluid .mainmenu .hs-menu-wrapper > ul li.top-logo { padding:0 28px; } 
.row-fluid .mainmenu .hs-menu-wrapper > ul li.top-social a .fa { display:inline-block; width:auto; }  
.row-fluid .mainmenu .hs-menu-wrapper > ul li.top-social { margin-left: 10px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover a , .row-fluid .footer-right a:hover { color:#9324F7 }
.row-fluid .mainmenu .hs-menu-wrapper > ul li.top-social:hover a ,  .row-fluid .bottom-social a:hover { color:#fff; }
.row-fluid .mainmenu .hs-menu-wrapper > ul li.top-social a { border:1px solid transparent; line-height:21px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul li.top-social a:hover , .row-fluid .bottom-social a:hover { background:transparent !important; color:#9324F7; border-color:#9324F7; } 

.row-fluid .hero-slider a.cta_button:hover { background:#fff !important; border-color:#fff !important; } 
.row-fluid .mainmenu .hs-menu-wrapper > ul li.top-social a .fa , .row-fluid .bottom-social a .fa { position:absolute; left:50%; top:50%; -moz-transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%); }

/*************container***********/


.row-fluid .skyblue-cta a { background:#4CC6EF; border:1px solid transparent; }
.row-fluid .skyblue-cta a:hover { background:transparent; color:#4CC6EF; border-color:#4CC6EF; }  

.row-fluid .purple-cta a { background:#9134F2; border:1px solid transparent; }
.row-fluid .purple-cta a:hover { background:transparent; color:#9134F2; border-color:#9134F2; } 

.row-fluid .blue-cta a { background:#6280F3; border:1px solid transparent; }
.row-fluid .blue-cta a:hover { background:transparent; color:#6280F3; border-color:#6280F3; } 


.row-fluid .actors-section { padding:150px 0px; } 
.row-fluid .actors-section h2 { font-size:55px; line-height:normal; font-family: 'freight-big-pro'; color:#231F20; margin-bottom:10px; float:left; width:100%; } 
.row-fluid .small-title { color:#9324F7; font-size:13px; line-height:normal; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom:15px; }
.row-fluid .small-title-link { color:#9324F7; margin-top: 20px; font-size:14px; line-height:normal; font-weight: 700; letter-spacing: 0.05em; }
.row-fluid .small-title-link a { display:inline-block; color:#9324F7; position:relative;  }
.row-fluid .small-title-link a:after { position:absolute; left:0; bottom:-7px; display:inline-block; height:1.5px; width:100%;  border-bottom: 1px solid; content:''; -webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease; }
.row-fluid .small-title-link a:hover:after { bottom:-12px; }   
.row-fluid .small-title.small-title-skyblue { color:#44C6F2; }

.row-fluid .skyblue-background.actors-section {  padding:0; }
.row-fluid .skyblue-background { background:#44C6F2; color:#fff; font-size:13pt; } 
.row-fluid .skyblue-background .wrapper{ padding:150px 0px 0; position:relative; }
.row-fluid .skyblue-background h2 , .row-fluid .surprice-section h2 { color:#fff; }
.row-fluid .skyblue-background .small-title , .row-fluid .surprice-section .small-title { color:#fff; }


.row-fluid .skill-box { padding-top:20px; }
.row-fluid .skill-left { padding-right:50px; }
.row-fluid .fears-text { padding:25px 0px; }
.row-fluid .surprice-section { position:relative; }
.row-fluid .surprice-section .small-title-link a { color:#fff; }

.row-fluid .surprice-image { position:absolute; right:0; bottom:-100px; width:auto; } 


/*************inner page*********/ 


.row-fluid .base_color_blue { background-color:#6280F3; color:#fff; }
.row-fluid .base_color_blue h2 , .row-fluid .base_color_blue .small-title , .row-fluid .base_color_skyblue h2 , .row-fluid .base_color_skyblue .small-title , .row-fluid .base_color_purple .small-title , .row-fluid .base_color_purple h2 { color:#fff; margin-bottom: 25px; } 
.row-fluid .base_color_gray { background-color:#F3F3F3;  } 
.row-fluid .base_color_skyblue {  background-color: #44C6F2; color:#fff; }
.row-fluid .base_color_purple { background-color: #9134F2; color:#fff; }


.row-fluid .hero_inner { position:relative; overflow:hidden; } 
.row-fluid .hero_inner .hero-image { position:absolute; top:50%; right:0; width:auto;  -moz-transform: translateY(-50%);
-webkit-transform:  translateY(-50%);
-o-transform:  translateY(-50%); 
-ms-transform:  translateY(-50%);
transform:  translateY(-50%); max-width: 430px; }      
.row-fluid .hero_inner .hero-title { float:left; width:100%; padding-right:100px; position:relative; z-index:11; } 
.row-fluid .common-padding { padding:100px 0; } 
.row-fluid .helps-section .small-title { margin:30px 0 5px; } 
.row-fluid .team-section.bgimg-main {   background-size: 400px;  background-position: top left !important; text-align:center;  }
.row-fluid .team-section h2 { color:#9134F2; padding-bottom:95px; }
.row-fluid .approach-pattern { position:absolute; left:0;  bottom: -160px; max-width:55px; }   

.row-fluid .hero_inner ul { padding:0; }

.row-fluid .defult-li-style ul li , .defult-li-style ul li { list-style-type:disc; float: left; width: 100%; margin: 5px 0; position:relative; } 
.row-fluid .defult-li-style.custom-li-style ul li:after {  position:absolute; left:0; top:7px; width:5px; height:5px; content:''; display:inline-block; background:#9324F7; border-radius:100%; } 
.row-fluid .defult-li-style.custom-li-style.skyblue-li-style ul li:after { background:#4CC6EF; }
.row-fluid .defult-li-style.custom-li-style ul { padding:0; }
.row-fluid .defult-li-style.custom-li-style ul li { list-style-type:none; padding-left:20px; } 
.row-fluid .defult-li-style ul , .defult-li-style ul { padding-left:20px; float:left; width:100%; }
.row-fluid .complimentary-section { position:relative;  }
.row-fluid .complimentary-image { position:absolute; right:0; top:0; width:auto; }
.row-fluid .complimentary-image.complimentary-image2 { top:auto; right:auto; bottom:0; left:0; }  
.row-fluid .consultation-section .form-title { display:none; }
.row-fluid .consultation-section .small-title { text-align:center; margin-bottom:35px; }
.row-fluid .consultation-section form { float:left; width:100%; font-size:11px; color:#fff; } 
.row-fluid .consultation-section form .input input , .row-fluid .consultation-section form .input select , .row-fluid .consultation-section form .input textarea , .row-fluid .blog-right form  .input input , .row-fluid .blog-right form  .input select {  font-family: 'proxima-nova'; font-size:11px; color:#999999; margin-bottom:17pt; float:left; width:100% !important; max-width:100% !important; background:#FFFFFF; height:22pt; padding-right:16px; padding-left:16px; border:0; }
.row-fluid .consultation-section form .input textarea { height:90px; } 
.row-fluid .consultation-section form .hs-form-checkbox input , .row-fluid .consultation-section form .hs-form-radio input { height:auto; width:auto !important; margin: 0 10px 0 0; position: relative; top: 2px;  border-radius: 0; }
.row-fluid .consultation-section form .hs-form-checkbox input + span , .row-fluid .consultation-section form .hs-form-radio input + span { float:left; width:90%; display:inline-block; }  
.row-fluid .consultation-section form .hs-form-checkbox { float:left; width:100%; padding-top:10px; cursor:pointer; }
.row-fluid .consultation-section form .hs-fieldtype-checkbox ul { float:left; width:100%; padding:0; margin:0; } 
.row-fluid .consultation-section form .hs-fieldtype-checkbox > label { font-weight:700; float:left; width:100%; padding:3px 0 10px; }
.row-fluid .consultation-section form .hs_submit { float:left; width:100%; text-align:center; padding-top:60px; }
.row-fluid .consultation-section form .hs_submit .actions , .row-fluid .blog-right form .hs_submit .actions { float:none; display:inline-block; width:auto; position:relative; }
.row-fluid .consultation-section form .hs_submit .actions:after , .row-fluid .blog-right form .hs_submit .actions:after {  position: absolute; left: 0; bottom: -7px; display: inline-block; height: 2px; width: 100%; background: #fff; content: '';  -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out; 
    transition: all .5s ease-in-out; } 
.row-fluid .consultation-section form .hs_submit input , .row-fluid .blog-right form .hs_submit input { display:inline-block; color:#fff; padding:0; letter-spacing:2px; } 
.row-fluid .consultation-section form .hs_submit input:hover , .row-fluid .blog-right form .hs_submit input:hover { background:transparent; }
.row-fluid .consultation-section form .hs_submit .actions:hover:after ,.row-fluid .blog-right form .hs_submit .actions:hover:after { bottom: -12px; }
.row-fluid .consultation-section.contact-section form .hs_submit { text-align:left; }  

.row-fluid .consultation-section.contact-section a { color:#fff; }
.row-fluid .consultation-section.contact-section p { margin-top:0; } 
.row-fluid .consultation-section.contact-section form .hs_submit { padding:0; }

.row-fluid .consultation-section form .input input::-webkit-input-placeholder , .row-fluid .consultation-section form .input textarea::-webkit-input-placeholder  , .row-fluid .consultation-section form .input select::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #999999; }
.row-fluid .consultation-section form .input input::-moz-placeholder , .row-fluid .consultation-section form .input textarea::-moz-placeholder , .row-fluid .consultation-section form .input select::-moz-placeholder  { /* Firefox 19+ */  color: #999999; }
.row-fluid .consultation-section form .input input:-ms-input-placeholder , .row-fluid .consultation-section form .input textarea:-ms-input-placeholder  , .row-fluid .consultation-section form .input select:-ms-input-placeholder  { /* IE 10+ */   color: #999999; }
.row-fluid .consultation-section form .input input:-moz-placeholder , .row-fluid .consultation-section form .input textarea:-moz-placeholder , .row-fluid .consultation-section form .input select:-moz-placeholder { /* Firefox 18- */   color: #999999; }

.row-fluid .blog-section .wrapper .row-fluid  { display:flex; }
.row-fluid .post-item-raw { color:#000000; border-bottom:1px solid #525252; padding-bottom:55px; margin-bottom:55px; }
.row-fluid .post-item-raw h2 { line-height: normal; }
.row-fluid .post-item-raw h2 a { color:#25222C; } 
.row-fluid .post-item-raw h2 a:hover { color:#9134F2; }
.row-fluid .post-item-raw .small-title { margin:30px 0 20px; color:#44C6F2; }  
.row-fluid .post-item-raw .small-title a { color:#9134F2; }
.row-fluid .post-body-raw { padding-bottom:20px; }
.row-fluid .post-item-raw .more-link { display:inline-block; text-transform:uppercase; font-size:13px; line-height:normal; font-weight: 700; letter-spacing: 0.2em; color:#44C6F2; } 
.row-fluid .post-item-raw .more-link .fa { display:inline-block; position:relative; font-size:20px; right:0; }
.row-fluid .post-item-raw .more-link:hover .fa { right:-5px; -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease; }

.row-fluid .common-padding.blog-right { padding:100px 60px; }   
.row-fluid .blog-right h3 { font-family: 'proxima-nova'; font-size:18px; line-height:normal; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; float:left; width:100%; padding-top:45px; margin-bottom:12px; }   
.row-fluid .blog-pagination a { display:inline-block; font-size:13px; line-height:normal; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color:#9134F2; border-right:2px solid #9134F2; padding-right:12px; margin-right:12px; }
.row-fluid .blog-pagination a:last-child { border:0; margin-right:0; padding-right:0; } 
.row-fluid .blog-pagination a:hover { color:#44C6F2; } 

.row-fluid .flex-div .row-fluid { display:flex;  } 
.row-fluid .flex-padding { padding:150px 100px; line-height:normal; }
.row-fluid .flex-div .left-box { font-weight:700; text-transform:uppercase; letter-spacing:2px; }
.row-fluid .base_color_skyblue.left-box .small-title {  color: #9324F7; }
.row-fluid .flex-div .right-box { color:#000000; } 
.row-fluid .training-section.bottom-touch.actors-section .hs_cos_wrapper_type_linked_image img { max-width:400px; margin-top: -65px; right:0; left:auto; }
.row-fluid .flex-div.learn-section .row-fluid , .row-fluid .interactive-section .flex-div .row-fluid {  align-items: center; }
.row-fluid .interactive-section h3 { margin-bottom:30px; }
.row-fluid .flex-div span span { color: #9324F7; }
.row-fluid .flex-div .blue-span span span { color: #44c6f2; } 

.row-fluid .feedback-section { font-weight:400; }
.row-fluid .feedback-section h3 { margin-bottom:60px; }
.row-fluid .customized-section { text-align:center; }
.row-fluid .customized-section h3 { margin-bottom:60px; } 

.row-fluid .steps-section h3 { text-align:center; margin-bottom:50px; }     
.row-fluid .steps-section ul li { margin: 10px 0; } 

.row-fluid .blog-right { position:relative; }
.row-fluid .blog-right form .hs-form-field > label { float:left; width:100%; font-size:11px; margin-bottom:5px; text-align:left; } 
.row-fluid .blog-right form .input input { margin-bottom: 7pt; }
.row-fluid .blog-right form .hs_submit { float:left; width:100%;  padding-top:0px; }



.row-fluid .blog-topic ul  { float:left; width:100%; margin:0; padding:0; }   
.row-fluid .blog-topic ul li { float:left; width:100%; margin:0; } 
.row-fluid .blog-topic ul li a { color:#fff; }
.row-fluid .blog-topic ul li a:hover { color:#44C6F2; }
.row-fluid .blog-topic h3  { color:#44C6F2; font-size:13px; line-height:normal; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.row-fluid .bottom-social.share-buttons { float:left; width:100%; margin-top:45px; }  
.row-fluid .bottom-social.share-buttons a { background:#fff; color:#9134F2; text-indent: 0px; }
.row-fluid .bottom-social.share-buttons a:nth-child(2), .row-fluid .bottom-social.share-buttons a:nth-child(3) { text-indent: 2px; }
.row-fluid .blog-right .filter-expand-link { display:inline-block; font-size:13pt; letter-spacing:2px; color:#fff; font-weight:700; text-transform:uppercase; margin-top:15px; } 
.row-fluid .blog-right .filter-expand-link:hover , .row-fluid .footer ul li a:hover { color:#000; } 
.row-fluid .mainmenu .hs-menu-wrapper > ul li.top-social a:hover, .row-fluid .bottom-social a:hover { background:#000; } 
.row-fluid .bottom-social.share-buttons  a:hover { color:#fff; }  

.row-fluid .blog_hero_inner a { color:#fff; }
.row-fluid .blog_hero_inner .small-title { margin:20px 0 0 0; }
.hs-blog-post .row-fluid .blog-topic h3 { padding-top:0; }
.hs-blog-post .row-fluid .blog-topic ul li a , .hs-blog-post .row-fluid .blog-right .filter-expand-link { color:#000000; }
.hs-blog-post .row-fluid .bottom-social.share-buttons a { background: #9324F7; color: #fff; } 
.hs-blog-post .row-fluid .blog-right.base_color_purple { background:transparent; }
.hs-blog-post .post-body h5 { margin:0; font-size:13px; line-height:normal; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color:#000000; }
.hs-blog-post .post-body { color:#000000; }
.hs-blog-post .row-fluid .blog-pagination a:last-child { float:right; }
.hs-blog-post .row-fluid .blog-pagination a:nth-child(2) { border:0; }
.hs-blog-post .row-fluid .blog-pagination { border-top: 1px solid #525252;  padding-top: 45px;  margin-top: 40px; }

.row-fluid .next-div { display:inline-block; font-size:50px; position: absolute; bottom: 25px; color:#fff; left:50%; z-index:111; -moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }

.row-fluid .blog-right .bottom-social a:last-child i { margin-left:1px; } 


/*************footer*************/
.footer-container-wrapper { background:#E6E6E6; }
.row-fluid .footer { background:#E6E6E6; padding:60px 0 35px; }   
.row-fluid .footer-right a { font-size:14px; line-height:normal; font-weight: 400; letter-spacing: 0.05em; color:#676767; display: inline-block; }  
.row-fluid .footer-right p { color:#676767; font-size:10px; line-height: normal; font-weight: 400; letter-spacing: 0.05em; margin-bottom: 10px; }   
.row-fluid .footer ul li a { font-size:11px; line-height:normal; font-weight: 700; letter-spacing:0.15em; text-transform: uppercase; padding:0; margin:0 0 0px 0; color:#9324F7;  }
.row-fluid .footer-logo img { max-width:122px; margin-bottom:15px; }
.row-fluid .footer-logo { margin:0; }  
.row-fluid .footer ul li:last-child a { margin-bottom:0; }  
.row-fluid .footer ul { margin-bottom:0; } 


/* Systempage */


.row-fluid .my-hero { padding: 300px 0 200px; text-align:center; position:relative; color:#fff; line-height:normal; font-size:20px; } 
.row-fluid .my-hero * { position:relative; z-index:1; }
.row-fluid .my-hero:after { background: linear-gradient(to right top, rgba(10,10,10,0.9), transparent); position: absolute; left: 0; top: 0; width: 100%; height: 100%;  content: '';  }
.row-fluid .my-hero h1 { line-height:normal; float:left; width:100%; font-size:60px; margin-bottom:20px; font-weight:700; color:#fff; }
.row-fluid .my-hero h2 { line-height:normal; float:left; width:100%; color:#fff; font-size:24px; } 
.row-fluid .my-hero h3 { line-height:normal; float:left; width:100%; margin-bottom:20px; }  
.row-fluid .my-hero p  { float:left; width:100%; margin:30px 0 40px; }

.row-fluid .my-hero form { float:none; display:inline-block; width:400px; position:relative; }      
.row-fluid .my-hero form input { float:left; width:100% !important; height:50px !important; padding:0 140px 0 20px !important; margin:0 !important; } 
.row-fluid .my-hero form input.hs-button { position:absolute;  cursor:pointer;  font-size: 15px; right:0; top:0; height:100%; width:120px !important; font-weight:600; text-align:center; background: rgb(215,34,57); padding:0 !important; color:#fff; line-height:50px; }   
.row-fluid .my-hero form h3 { display:none !important; }     
.row-fluid .my-hero form input.hs-button:hover {     background: rgb(30,178,130); }  

.row-fluid .header  { background:#f6f6f6; z-index: }
.row-fluid .my-hero.prefer {  background-position: center center !important; } 
.row-fluid .my-hero.prefer form { width:100%; color:#fff; } 
.row-fluid .my-hero.prefer form input.hs-button { position:relative; padding: 20px !important; height: auto !important; line-height: normal; margin-top:20px !important; width:auto !important; }   
.row-fluid .my-hero.prefer form .item-inner { background:transparent; border:0; padding:0; color:#fff; float:left; width:100%; }   
.row-fluid .my-hero.prefer form input { float:left; width:auto !important; height:auto !important;     position: relative; top: 6px; } 
.row-fluid .my-hero.prefer form span { color:#fff; }   
.row-fluid .my-hero.prefer form p { margin:0; color:#fff; text-align:left; position:relative; }  
.row-fluid .my-hero.prefer form .item { float:left; width:100%; } 
.row-fluid .my-hero.prefer .email-prefs { width:80%;  display: inline-block; float: none;  }  
.row-fluid .my-hero.prefer .page-header { float:left; width:100%; }  
.row-fluid .my-hero.prefer .page-header p { text-align:center; margin-top:20px; } 
.row-fluid .my-hero.prefer form .item-inner p { padding-left:20px; }     

body .row-fluid .blog-right .sticky { position:relative !important; top:auto !important; right:auto !important; bottom:auto !important; left:auto !important; } 
.hs-blog-listing .row-fluid .bottom-social.share-buttons a:hover { border-color:#fff !important; color:#fff !important; background:transparent !important; } 
.hs-blog-post .row-fluid .bottom-social.share-buttons a:hover {  color:#9324F7 !important; } 

.row-fluid .resource_text p { margin:0; } 
.row-fluid .resource_text { margin-top:10px; }

/* End */ 

.row-fluid .actors-section.hero_inner h1 { font-size: normal; color: #fff; line-height: normal; margin-bottom: 10px; }  
.row-fluid .video-cover a { margin-top: -2px !important; }
.row-fluid .contact-popup { display:none; }
.contact-popup h2 { font-size:35px; }
.contact-popup ul { margin:0; }
.contact-popup { float:left; padding: 10px 20px 15px; } 
.contact-popup a { color:#44C6F2; }

@media (min-width: 1241px) { 
  
  .row-fluid .mainmenu .hs-menu-wrapper > ul li.top-logo { padding: 0 27px; margin:0; position: relative; left: -25px; }   
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin-right:26px; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child { margin-right:0; } 
  body .row-fluid .hero-slider .wrapper { padding-right:250px; }
  .row-fluid .actors-section.hero_inner h1 , .row-fluid .actors-section h2 , h2 { line-height: normal; }
  h3 { line-height:normal; }
  .row-fluid .hero_inner .wrapper { padding-right: 260px; }
  .row-fluid .hero-slider {  height: 90vh;  display: flex; align-items: center; }   
  .custom--width > div { width: 650px; }
  .custom--title h2 { width: 600px; } 
  
  .row-fluid .blog-left { width:70%; }
  .row-fluid .blog-right { width:30%; margin:0; } 
  
}


@media (min-width: 992px) {
  

  .row-fluid .hero-slider .wrapper { padding-right:70px; }  
  .row-fluid .helps-section .wrapper { padding:0 190px; } 
  .row-fluid .consultation-section .wrapper { padding:0 220px; } 
  .row-fluid .consultation-section.contact-section .wrapper { padding:0 0px; } 
  .row-fluid .skill-left { padding-right:0 }
  .row-fluid .skill-right { padding-left:50px; }
   body .row-fluid .footer-logo { padding-left:32px; } 
  .row-fluid .conquer-main.bottom-touch.actors-section.update-css .hs_cos_wrapper_type_linked_image img {  max-width: 530px; }
  .row-fluid .conquer-main.bottom-touch.actors-section.update-css .animated { position:relative; z-index:1; }
  
  }
 

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

  h2 { font-size: 44.3pt; }  
  .row-fluid .wrapper { width:962px !important; } 
  .row-fluid .client-slider .slick-prev { left: -70px; }    
  .row-fluid .client-slider .slick-next { right: -70px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul li.top-logo { padding: 0 58px; }    
  .row-fluid .actors-section h2 { font-size:35px; }
  .row-fluid .actors-content { padding-left:50px; }
  .row-fluid .testimonial-slider .wrapper { padding-left:70px; padding-right:70px; } 
  .row-fluid .hero-slider h1 { font-size: 34pt; }
  .row-fluid .bottom-touch.actors-section .hs_cos_wrapper_type_linked_image img { max-width: 360px !important; } 
  .row-fluid .hero_inner .hero-image { max-width: 300px; }
  .row-fluid .hero_inner .hero-title { padding-right: 250px; }   
  .row-fluid .flex-padding { padding: 90px 20px; } 
  .row-fluid .training-section.bottom-touch.actors-section .hs_cos_wrapper_type_linked_image img { max-width: 400px !important; margin-top:0px; }
  .row-fluid .training-section .actors-content { padding-left:0; padding-right:50px; } 
  .row-fluid .common-padding.learn-section  { padding-bottom:20px; }
  .row-fluid .customized-section .wrapper { padding:0 50px; }
  body .row-fluid .blog-right .sticky { width: 265px; }
  .row-fluid .actors-section.hero_inner h1 { font-size: 40.3pt; } 
  
  .row-fluid .conquer-main.bottom-touch.actors-section.update-css .animated { top: 108px; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding: 29pt 12pt; } 
  .row-fluid .help-image { left:-120px }  

}


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

  h2 { font-size: 30.3pt; }  
  h3 { font-size: 24pt; }	
  h4 { font-size: 16.5pt; } 
 .row-fluid .wrapper { width:738px !important; padding-left:25px !important; padding-right:25px !important; }      
 .row-fluid .mainmenu .hs-menu-wrapper > ul li.top-logo { padding: 0 0px; }    
 .row-fluid .actors-section h2 { font-size:35px; }
 .row-fluid .actors-content { padding-left:50px; } 
 .row-fluid .testimonial-slider .wrapper { padding-left:70px; padding-right:70px; } 
 .row-fluid .hero-slider h1 { font-size: 34pt; line-height: normal; } 
 .row-fluid .top-logo img { max-width: 120px; }
 .row-fluid .mainmenu .hs-menu-wrapper > ul li a { font-size: 9.5pt; }   
 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding: 29pt 5pt; }  
 .row-fluid .hero-slider .wrapper { padding-right:0px; } 
 .row-fluid .hero-slider::after { width: 430px; }
 .row-fluid .actors-section { padding:100px 0; } 
 .row-fluid .skyblue-background .wrapper { padding: 110px 0px 0; } 
 .row-fluid .help-image { left:-170px }    
 .row-fluid .footer .span4 { width:33.3% !important; } 
 .row-fluid .surprice-image img { max-width:230px }
 .row-fluid .surprice-section .wrapper { padding-right:150px; }   
 .row-fluid .bottom-touch.actors-section .hs_cos_wrapper_type_linked_image img { max-width: 380px !important; } 
 .row-fluid .bottom-touch .actors-content { padding-bottom: 110px; } 
   
  .row-fluid .hero_inner .hero-image { max-width: 230px; }
  .row-fluid .hero_inner .hero-title { padding-right: 220px; } 
  .row-fluid .common-padding { padding: 60px 0; }
  .row-fluid .team-section.bgimg-main.common-padding { background-size: 250px; padding-bottom:20px; }
  .row-fluid .team-box { width:25%; }  
   
  .row-fluid .flex-padding { padding: 90px 20px; }    
  .row-fluid .training-section.bottom-touch.actors-section .hs_cos_wrapper_type_linked_image img { max-width: 360px !important; margin-top:0px; }  
  .row-fluid .training-section .actors-content { padding-left:0; padding-right:70px; } 
  .row-fluid .common-padding.learn-section  { padding-bottom:20px; }
  .row-fluid .training-section.bottom-touch .actors-content { padding-bottom: 10px; }
  .row-fluid .flex-div.learn-section  .right-box { padding-bottom:40px; } 
   body .row-fluid .common-padding.feedback-section { padding:100px 0; }
  .row-fluid .training-section.bottom-touch .actors-content { padding-bottom: 60px !important; }
  .row-fluid .customized-section .wrapper { padding:0 50px; }  
   
  .row-fluid .common-padding.blog-right { padding: 100px 20px; }  
  body .row-fluid .blog-right .sticky { width: 255px; } 
  .row-fluid .blog-pagination a { font-size: 13px; padding-right: 10px; margin-right: 10px; }
   
   .row-fluid .actors-section.hero_inner h1 { font-size: 30.3pt; } 

   .row-fluid .conquer-main.bottom-touch.actors-section.update-css .animated { top: 170px; position:relative; z-index: 1; }  
   .row-fluid .hero-slider h1 { margin-bottom:5px; } 
   .row-fluid .tablet-full-width .hero-title { padding-right:0; text-align:center; }
   .row-fluid .home-hero-slider button.slick-arrow { top:40px; -moz-transform:translateX(-50%) translateY(0%); left:50%;
-webkit-transform:translateX(-50%) translateY(0%);
-o-transform:translateX(-50%) translateY(0%);
-ms-transform:translateX(-50%) translateY(0%);
transform:translateX(-50%) translateY(0%); }  
   .row-fluid .hero-slider { padding: 93px 0 94px; text-align:center; }
   .hs-blog-listing .row-fluid .hero_inner .hero-image { max-width: 234px; }
   
}

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

   h2 { font-size: 24.3pt; }  
   h2 br { display:none; } 
   h3 { font-size: 22pt; }	 
   h4 { font-size: 16.5pt; }
   body { line-height:normal; } 
  .row-fluid .my-hero { padding: 60px 0; font-size: 16px; }  
   .row-fluid .my-hero h1 { font-size: 30px; }
   .row-fluid .my-hero form { width: 290px; }
   .row-fluid .my-hero form input.hs-button { width: 100px !important; }   
   .row-fluid .my-hero h1 + p { margin-top:0; } 
   .row-fluid .my-hero h2 { font-size: 24px; }
   .row-fluid .my-hero h2 + p { margin-top:10px; }  
   .row-fluid .my-hero.prefer form span { text-align:left; float: left; width: 100%; position: relative; top: -8px; left: 12px; }  
   .row-fluid .my-hero.prefer form .item-inner p { padding-left: 30px; line-height: 22px; }  
   .row-fluid .my-hero.prefer .email-prefs { width:100%; }
   .row-fluid .my-hero.prefer form input.hs-button { left:30px; } 

 .row-fluid .wrapper { width:100% !important; padding:0 15px; }

 form .form-columns-2 .hs-form-field { margin:0px 0 0 0 !important; width:100% !important; padding:0 !important;  }   
 .row-fluid .mainmenu .hs-menu-wrapper  ul  li { padding-left:0; padding-right:0; }
 .row-fluid .mainmenu .hs-menu-wrapper  ul  li a { padding:3px 40px 3px 20px; font-size:14px; }
 .row-fluid .h-v-50 { top:auto; left:auto; position:relative; -moz-transform: translateX(0%) translateY(0%);
-webkit-transform: translateX(0%) translateY(0%);
-o-transform: translateX(0%) translateY(0%);
-ms-transform: translateX(0%) translateY(0%);
transform: translateX(0%) translateY(0%); width:100%; }  
   

 .row-fluid .mainmenu .hs-menu-wrapper > ul li.top-logo { padding: 0 20px; }   
 .row-fluid .actors-section h2 { font-size: 35px; }  
 .row-fluid .actors-content { padding:60px 20px 10px!important; } 

 .row-fluid .hero-slider h1 { font-size: 22pt; line-height: normal; }   
 .row-fluid .top-logo img { max-width: 120px; }
 .row-fluid .mainmenu .hs-menu-wrapper > ul li a { font-size: 10pt; color: #25222C !important; font-weight: 700; } 
 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding: 3px 40px 3px 20px; width:auto; display:inline-block; }   
 .row-fluid .hero-slider .wrapper { padding-right:15px; text-align:center; }  
 .row-fluid .hero-slider::after { width: 430px; }
 .row-fluid .actors-section { padding:60px 0; overflow:hidden; }  
 .row-fluid .skyblue-background .wrapper { padding: 60px 20px 0; } 
 .row-fluid .help-image { left:-160px }    
 .row-fluid .footer .span4 { width:100% !important;  text-align:center !important; margin:20px 0; float:left; }  
 .row-fluid .surprice-image img { max-width:140px }
 .row-fluid .surprice-section .wrapper { padding-right:50px; padding-bottom: 100px; }     
 .row-fluid .hero-slider { font-size: 10pt; padding: 70px 0 50px; }  
 .row-fluid .hero-slider::after { width: 150px; background-position: bottom right !important; background-size: contain !important; }
 .row-fluid .mainmenu .hs-menu-wrapper > ul li.top-social { margin:0;  padding: 12px 20px; }  
 .row-fluid .skill-box { padding-top: 0px; }
 .row-fluid .skill-left  { padding-right: 0px;  } 
 .row-fluid .skill-right .finger-image { padding-top: 60px; float: left; width: 100%; text-align: left; } 
 .row-fluid .surprice-image { bottom: -30px; } 
 .row-fluid .help-image { position:relative } 
 .row-fluid .help-image + div { position:relative; margin-top:-50px; }
 .row-fluid .skyblue-background.help-section .wrapper { padding: 150px 20px 90px; display:inline-block; } 
 .right-auto { float:left; width:100%; }
 .row-fluid .footer { padding: 30px 0 15px; }
 .row-fluid .top-logo  { padding: 32px 30px 29px; }   
   
 .row-fluid .mainmenu .hs-menu-wrapper > ul li.top-social a { background-color: #fff; color:#9324F7 !important; } 
 .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { width:100%; min-width:100%; }
 .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a  { padding: 3px 15px; }  
   
  .row-fluid .hero_inner .hero-image { float:left;  max-width: 100%; text-align:center; position:relative; top:auto; right:auto; width:100%; -moz-transform: translateY(0%); 
-webkit-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%); }
   .row-fluid .hero_inner .hero-image img { max-width:240px; }   
  .row-fluid .hero_inner .hero-title { padding-right: 0px; padding-bottom:30px; } 
  .row-fluid .common-padding { padding: 60px 0; }
  .row-fluid .team-section.bgimg-main.common-padding { background-size: 140px; padding-bottom:20px; }

   
   .row-fluid .team-section h2 { padding-bottom: 55px; } 
   .row-fluid .consultation-section form .hs_submit { padding-top: 40px; }
   .row-fluid .common-padding.res_section { padding: 60px 40px; }
   .row-fluid .contact-right { padding-top:40px; }
   .row-fluid .consultation-section form .input input, .row-fluid .consultation-section form .input select, .row-fluid .consultation-section form .input textarea { margin-bottom: 10pt; }
   
  .row-fluid .flex-padding { padding: 50px 20px; }  
  .row-fluid .training-section.bottom-touch.actors-section .hs_cos_wrapper_type_linked_image img { max-width: 100% !important; margin-top:0px; }  
  .row-fluid .training-section .actors-content { padding-left:0; padding-right:0px; padding-bottom:30px; } 
  .row-fluid .common-padding.learn-section  { padding-bottom:20px; }
  .row-fluid .training-section.bottom-touch .actors-content { padding-bottom: 10px; }
  .row-fluid .flex-div.learn-section  .right-box { padding-bottom:40px; } 
   body .row-fluid .common-padding.feedback-section { padding:60px 0; }
  .row-fluid .flex-div .row-fluid { display:block; }
  .row-fluid .training-section .actors-content { padding:0 0 30px; } 
  .row-fluid .feedback-section h3 { margin-bottom: 40px; }  
   
   .row-fluid .small-title br { display:none; } 
   .row-fluid .hero_bottom_image.actors-section { padding-bottom:0; } 
   .row-fluid .customized-section .wrapper { padding:0 50px; }
   .row-fluid .approach-pattern { max-width: 35px; bottom: -100px; }
   .row-fluid .customized-section h3 { margin-bottom: 40px; } 
   .row-fluid .steps-section h3 { margin-bottom: 20px; }
   .row-fluid .steps-section.defult-li-style ul { margin:0 }     
   
   body .row-fluid .blog-right .sticky { position:relative !important; top:auto !important; right:auto !important; bottom:auto !important; left:auto !important; }   
   .row-fluid .blog-section .wrapper .row-fluid  { display:block; } 
   .row-fluid .common-padding.blog-right { padding: 50px 25px; }
   .row-fluid .blog-right h3  { padding-top: 35px; font-size: 13.5pt; }   
   .row-fluid .bottom-social.share-buttons {  margin-top: 25px; }
   
   .row-fluid .blog-pagination a { font-size: 12px; float:left !important; margin-top:4px;  margin-bottom:4px; }   
   .row-fluid .post-item-raw { padding-bottom: 40px; margin-bottom: 40px; }  
   .row-fluid .blog-section .wrapper { padding-left:0; padding-right:0;  }
   .row-fluid .blog-section .blog-left { padding-left:15px; padding-right:15px;  } 
   .hs-blog-post .row-fluid .blog-right.base_color_purple { padding-top:10px; }  
   .row-fluid .blog-section .blog-left.common-padding { padding-bottom:30px; }
   
   .row-fluid .surprice-section br , .row-fluid .common-padding br { display:none; }   
   .row-fluid .actors-section.hero_inner h1 { font-size: 35px; } 
   .row-fluid .actors-section.hero_inner h1 br { display:none; }   
   
   .contact-popup h2 { font-size:25px; }   
   .row-fluid .next-div { bottom:0; }    
   
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { background:#9134F2; }   
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a { color:#fff !important; }   
   .row-fluid .header.fix { position:fixed; width:100%; left:0; top:0; z-index:8000; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08); }   
   .row-fluid .consultation-section form .hs-form-checkbox input { margin-right:6px; float:left; }
   .row-fluid .consultation-section form .hs-form-checkbox input + span { width:85%; } 
   
   .row-fluid .mainmenu .hs-menu-wrapper > ul li.top-social a { background-color: #9324F7; color: #fff !important; }
   .row-fluid .mainmenu .hs-menu-wrapper > ul li.top-social a:hover { background-color: #fff; color: #9324F7 !important;  }
   .row-fluid .conquer-main.bottom-touch.actors-section.update-css .hs_cos_wrapper_type_linked_image img , .row-fluid .bottom-touch.actors-section .hs_cos_wrapper_type_linked_image img , .row-fluid .finger-image img {  max-width: 260px; }  
   .row-fluid .skill-right { padding-bottom:50px !important; } 
   .row-fluid .hero-slider { display: flex; align-items: center; }    
   .row-fluid .hero-slider h1 { margin-bottom:0; } 
   
   .row-fluid .hero_inner , .row-fluid .base_color_purple , .row-fluid .mobile-center , .row-fluid .consultation-section.contact-section form .hs_submit { text-align:center; } 
   .row-fluid .common-padding.mobile-center { padding:40px 0; }  
   .row-fluid .defult-li-style ul li, .defult-li-style ul li , .row-fluid .consultation-section form .hs-form-checkbox { text-align:left; } 
   .row-fluid .consultation-section.contact-section form .hs_submit { margin-top:30px; } 
   .row-fluid .home-hero-slider button.slick-arrow { top:20%; -moz-transform:translateX(-50%) translateY(0%); left:50%;
-webkit-transform:translateX(-50%) translateY(0%);
-o-transform:translateX(-50%) translateY(0%);
-ms-transform:translateX(-50%) translateY(0%); 
transform:translateX(-50%) translateY(0%); }  
   
   .row-fluid .hero_inner .hero-image { text-align: right; left: 15px; }     
   .row-fluid .mobile-wrapper { padding:0 15px; }  
   .row-fluid .post-item-raw .small-title br , .row-fluid .blog_hero_inner .small-title br { display:block; } 
   .row-fluid .blog-pagination { text-align:center; }
   .row-fluid .blog-pagination a { float:none !important; display:inline-block; }   
   .row-fluid .conquer-main.bottom-touch.actors-section.update-css .hs_cos_wrapper_type_linked_image img {  max-width: 300px; }
   .home-mobile-center .body-container-wrapper .main-css , .row-fluid .small-title { text-align:center; } 
   .row-fluid .client-slider-raw > .main-css { padding-right:0; } 
   .row-fluid .surprice-section .wrapper { padding-right:15px; } 
   .home-mobile-center .body-container-wrapper .main-css .animated , .home-mobile-center .body-container-wrapper .main-css.testimonial-slider , .home-mobile-center .body-container-wrapper .main-css.testimonial-slider .main-css   { text-align:left; }
   .row-fluid .consultation-section.contact-section p br { display:block; } 
   .row-fluid .consultation-section form .hs-form-checkbox { position:relative; }
   .row-fluid .consultation-section form .hs-form-checkbox input + span { position:absolute; left:22px; top:11px; }
   
}


 @media (min-width: 768px) {   
 
 a.mobile-trigger, a.child-triggerm { display: none !important; /* Hide button on Desktop */ }      
.row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul { right:0; left:auto; }
  
.row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul > li > ul { right:100%; left:auto !important; }  

   .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#44C6F2; } 
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a:after { backface-visibility: hidden; -ms-transform: scaleX(1); -webkit-transform: scaleX(1); transform: scaleX(1); }

   .row-fluid .mainmenu .hs-menu-wrapper > ul > li { float: none; display: inline-block; vertical-align: middle; }
   
   .row-fluid .header.fix { position:fixed; width:100%; left:0; top:0; z-index:8000; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08); } 
   .row-fluid .header.fix .mainmenu .hs-menu-wrapper > ul > li > a {  padding-top: 25pt; padding-bottom: 25pt; }  
   .row-fluid .header.fix .top-logo img { }
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { top: 94px; padding: 0; min-width:180px; width:auto; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08); }
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a { color:#fff !important; padding: 15px 15px; }
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li:hover a { background:#9324F7; }
   .row-fluid .header.fix .mainmenu .hs-menu-wrapper > ul > li ul { top:84px; } 
   
   .row-fluid .bottom-touch.actors-section { padding-bottom:0; }   
   .row-fluid .bottom-touch.actors-section .hs_cos_wrapper_type_linked_image { display: inline-block; position: relative; z-index: 1; width:100%; }
   .row-fluid .bottom-touch.actors-section .hs_cos_wrapper_type_linked_image img { top:auto; position:absolute; left:0;  max-width: 430px; /*width: auto !important;*/  }  
   .row-fluid .bottom-touch .actors-content { padding-bottom:150px;  } 
   .row-fluid .training-section.bottom-touch .actors-content { padding-bottom:100px;  }  
   
   .row-fluid .blog-left { padding-right:40px; }
   .row-fluid .common-padding.feedback-section { padding:140px 0; }  
   .row-fluid .actors-section.hero_inner h2 { margin-bottom:0; } 
   
   .row-fluid .hero_inner.hero_bottom_image .hero-image { top:auto; bottom:0; right:0 !important; -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%); 
    -ms-transform: translateY(0%);
    transform: translateY(0%); }  
   
   .row-fluid .blog-right .sticky { display: block; float: left; height: auto;  padding: 0; width:335px; position:absolute; } 
   .row-fluid .sticky.bottom { bottom:60px !important; top:auto !important; }
   .hs-blog-listing .row-fluid .blog-right:after  { position:absolute; left:100%; width:5000%; content:''; height:100%; background-color: #9134F2; top:0; }  

   
 
   .row-fluid .footer-logo { padding: 20px 0px; }
   .contact-popup { width:600px !important; }
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { background:#fff; }
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a { color:#000 !important; }
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a:hover { color:#fff !important; }
   
   .row-fluid .conquer-main.bottom-touch.actors-section .hs_cos_wrapper_type_linked_image img  { max-width: 430px; }
   .row-fluid .finger-image { text-align:right; }
   .row-fluid .resource_raw>a h2.main-css { display: flex; align-items: center; }
   

}


 @media (max-width: 767px) { /* Variables
     ========================================================================== */ {
% set menuColorMobile = "#455560" %
}   /* Set Mobile Menu Background Color */ { 
% set aColorMobile = "#fff" %
}      /* Set Link Color */ { 
% set aColorHoverMobile = "#fff" %
} /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu * {
 display: block;
 float: none;
 position: static;
 top: auto;
 right: auto;
 left: auto;
 bottom: auto;
 padding: 0px;
 margin: 0px;
 background-image: none;
 background-color: transparent;
 border: 0px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 -webkit-box-shadow: none;
 -moz-box-shadow:    none;
 box-shadow:         none;
 max-width: none;
 width: 100%;
 height: auto;
 line-height: 1;
 font-weight: normal;
 text-decoration: none;
 text-indent: 0px;
 text-align: left;
 color: { {
aColorMobile
}
};
}


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

  a.mobile-trigger { 
 display: inline-block !important; /* Hide button on Desktop */
 cursor: pointer; /* Mouse pointer type on hover */
 position: absolute; /*******************************************/
 top: 30px;          /* Position Button at top right of screen  */
 right: 15px;        /*******************************************/
 width: 37px; /* Button width */
 height: 34px; /* Button height */
 padding: 6px 4px 8px 8px;
 
 z-index: 99999999999; /* Z-index to keep button on top of other layers */
 -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
 font-size: 16px;
 font-weight: normal;
 text-align: left;
 text-transform: uppercase;
 border-radius: 6px;
 -webkit-transition:color .2s ease-in;
 -moz-transition:color .2s ease-in;
 transition:color .2s ease-in;
}
 a.mobile-trigger:hover {
 text-decoration: none; /* Removes link text underline on button */
 color: { {
aColorHoverMobile
}
};
}
 a.mobile-trigger span {
 display: inline;
}
 a.mobile-trigger span:before {
 position: absolute;
 content: 'Menu'; /* Change the text on the closed toggle button */
}
 a.mobile-trigger span:after {
 position: relative;
 right: 2px;
 content: 'Close'; /* Change the text on the open toggle button */
 background-color: { {
menuColorMobile
}
};
 opacity: 0;
 transition: opacity .4s ease-in-out;
 -moz-transition: opacity .4s ease-in-out;
 -webkit-transition: opacity .4s ease-in-out;
}

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger {
 -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
 -moz-transition:background-color 0.2s linear; /* Button color transition effect */
 transition:background-color 0.2s linear; /* Button color transition effect */

}
 .mobile-open a.mobile-trigger span:after {
 opacity: 1;
}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
 display: inline;
 position: relative;
 top: -2px;
 margin-left: 0;
 -webkit-transition-duration: 0s;
 -webkit-transition-delay: .2s;
 -moz-transition-duration: 0s;
 -moz-transition-delay: .2s;
 transition-duration: 0s;
 transition-delay: .2s;
}
 a.mobile-trigger i:before, a.mobile-trigger i:after {
 position: absolute;
 content: '';
}
 a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after {
 width: 22px; /* Icon line width */
 height: 3px; /* Icon line height */
 background-color:#25222C;
 display: inline-block; -webkit-transition: all .4s ease; 
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
 a.mobile-trigger i:before {
 margin-top: -6px; /* Position top line */
 -webkit-transition-property: margin, -webkit-transform;
 -webkit-transition-duration: .2s;
 -webkit-transition-delay: .2s, 0;
}
 a.mobile-trigger i:after {
 margin-top: 6px; /* Position bottom line */
 -webkit-transition-property: margin, -webkit-transform;
 -webkit-transition-duration: .2s;
 -webkit-transition-delay: .2s, 0;
}
 .mobile-open a.mobile-trigger i {
 background-color: rgba(0, 0, 0, 0.0);
 -webkit-transition-delay: .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}
 .mobile-open a.mobile-trigger i:before {
 margin-top: 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition-delay: 0, .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}
 .mobile-open a.mobile-trigger i:after {
 margin-top: 0;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-transition-delay: 0, .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}

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

  a.child-triggerm {
 display: block !important; /* Hide button on Desktop */ 
 cursor: pointer; /* Mouse pointer type on hover */
 position: absolute;
 top: 0px;
 right: 0px;
 width: 45px !important; /* Button width */
 min-width: 45px !important;
 height: 45px !important; /* Button height */
 padding: 0 !important;
 border-left: 1px dotted rgba(0, 0, 0, .20);
}
 a.child-triggerm:hover {
 text-decoration: none;
}


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-triggerm span {
 position: relative;
 top: 50%; /* Centers icon inside button */
 margin: 0 auto !important;
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}
 a.child-triggerm span:after {
 position: absolute;
 content: '';
}
 a.child-triggerm span, a.child-triggerm span:after { 
 width: 10px; /* Icon line width */
 height: 1px; /* Icon line height */
 background-color:#25222C; 
 display: block;
}
 .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after {
background-color: #25222C;
}
 a.child-triggerm span:after { 
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 transform: rotate(-90deg);
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}
 a.child-triggerm.child-open span:after {
 -webkit-transform: rotate(-180deg);
 -ms-transform: rotate(-180deg);
 transform: rotate(-180deg);
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}
 a.child-triggerm.child-open span {
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}

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


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal, .mainmenu.js-enabled .hs-menu-children-wrapper {
 display: none;
}

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal {  
 position: absolute; /**************************************************************/
 top: 93px;             /* Positions the menu to drop from the very top of the screen */
    
    left:0;/**************************************************************/
 width: 100%; 
 -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
 transition:all 700ms ease-in-out;
 
display:none;
}

.mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal {     
    top:93px;
  display:block;
    
}
 .mainmenu .hs-menu-flow-horizontal {  
 padding: 0px 0 0 0; /* Padding to add room for close button */
 background-color:#fff; /*;*/ /* Menu background color set off global mobile-menuColor variable */
 width: 100%; /* Full screen width */
 z-index: 8888;
}

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li { 
 position: relative;
}
 .mainmenu .hs-menu-flow-horizontal > ul > li a {
 font-size: 15px; /* Font size of top level list items */
 line-height: 38px;
 overflow: visible;
}

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li {
 border-top: 1px dotted rgba(0, 0, 0, .35); /* Adds transparent dark highlights to top of top level list items */
}
 .mainmenu .hs-menu-flow-horizontal ul li {
 padding: 0 10px 0 0;
}
 .mainmenu .hs-menu-flow-horizontal ul li a:hover {
 color: { {
aColorHoverMobile
}
}; /* link hover color set by global mobile-aColorHover variable */
}

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

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { 
 text-indent: 30px; /* Indent Child lists */
}
 .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a {
 text-indent: 50px; /* Indent Child lists */
}
}

@media (min-width: 1240px) and (max-width: 1440px) {  
  
    .row-fluid .client-slider .slick-prev { left: -70px; }   
    .row-fluid .client-slider .slick-next { right: -70px; }
    .row-fluid .testimonial-slider .wrapper {padding-left: 70px; padding-right: 70px; } 
}

  /* pb+j Additional CSS */

/* color: #9134F2; } */
.popup-content h5 span { color: #9134F2; }
/* .custom--width div { width: 650px; }
.custom--title h2 { width: 600px; } */

/* Custom CSS, post-pb+j by E. Bergeron, starting 06.25.19 */

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}