/* @import url('http://example.com/example_style.css'); */
@import url('http://fancyapps.com/fancybox/source/jquery.fancybox.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: 'GothamRoundedBold';
    src: url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedBold.eot?t=1516601684950');
    src: url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedBold.eot?t=1516601684950') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedBold.woff2?t=1516601684950') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedBold.woff?t=1516601684950') format('woff'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedBold.ttf?t=1516601684950') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedBold.svg?t=1516601684950#GothamRoundedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GothamRoundedBook';
    src: url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedBook.eot?t=1516601684950');
    src: url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedBook.eot?t=1516601684950') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedBook.woff2?t=1516601684950') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedBook.woff?t=1516601684950') format('woff'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedBook.ttf?t=1516601684950') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedBook.svg?t=1516601684950#GothamRoundedBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedMedium.eot?t=1516601684950');
    src: url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedMedium.eot?t=1516601684950') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedMedium.woff2?t=1516601684950') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedMedium.woff?t=1516601684950') format('woff'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedMedium.ttf?t=1516601684950') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedMedium.svg?t=1516601684950#GothamRoundedMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamRoundedLight';
    src: url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedLight.eot?t=1516601684950');
    src: url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedLight.eot?t=1516601684950') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedLight.woff2?t=1516601684950') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedLight.woff?t=1516601684950') format('woff'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedLight.ttf?t=1516601684950') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/fonts/GothamRoundedLight.svg?t=1516601684950#GothamRoundedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}



* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family:'GothamRoundedBook', Arial, Helvetica, sans-serif; font-size:16px; line-height:26px; color:#324149; 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 { color:#333c4e; font-family:'GothamRoundedBook', Arial, Helvetica, sans-serif; font-size:30px; margin:0; padding:15px 0 25px; line-height:40px; font-weight:normal; clear:both }
h2 { font-weight:normal; color:#333; font-family:'GothamRoundedBook', Arial, Helvetica, sans-serif; font-size:32px; line-height:40px; margin:0; padding:10px 0 10px; clear:both }
h3 { font-weight:500; color:#333; font-family:'GothamRoundedBook', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; margin:0; padding:10px 0 10px; clear:both }
h4 { font-weight:normal; color:#333; font-family:'GothamRoundedBook', Arial, Helvetica, sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h5 { font-weight:normal; color:#333; font-family:'GothamRoundedBook', Arial, Helvetica, sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:400; color:#333; font-family:'GothamRoundedBook', Arial, Helvetica, sans-serif; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both }

a { text-decoration:none; outline:none; color:#00658b; -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:#333; }

body > iframe { display:none; }

input , button , textarea, select { border:none; outline:none; font-size:16px; color:#324149; font-family:'GothamRoundedBook', Arial, Helvetica, sans-serif; }
input[type=submit] , button { cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/1763546/2016_Zrilo_LP/images/blank.png?t=1516601684950) 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%; }

.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:1px; }
 
.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.row-fluid .freedemo-btn { margin:0; padding-left:30px; width:auto; }
.row-fluid .freedemo-btn a { font-family:'GothamRoundedBook', Arial, Helvetica, sans-serif; min-width:85px; border:#FFF solid 2px; padding:3px 7px; color:#FFF; margin-top:12px; border-radius:5px; font-size:14px; text-transform:uppercase; }
.row-fluid .freedemo-btn a:hover { background:#FFF; color:#324149; }

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat; background-position:center top !important; }
.row-fluid .bg-img { display:none; }

.row-fluid .title-style1 { position:relative; text-align:center; }
.row-fluid .title-style1:before { position:absolute; left:50%; content:''; width:52px; height:2px; background:#324149; margin:0 0 0 -26px; bottom:10px; }
.row-fluid .title-style1 h2 { padding:0 0 25px; color:#324149; font-size:35px; line-height:40px; font-family: 'GothamRoundedLight', Arial, Helvetica, sans-serif; }
.row-fluid .title-style1 h4 { padding:0 0 20px; color:#324149; font-size:22px; line-height:30px; font-family: 'GothamRoundedLight', Arial, Helvetica, sans-serif; }

.row-fluid .text-style1 { padding:0 15% 20px; text-align:center; }
.row-fluid .text-style2 { padding:0 0 20px; text-align:center; font-size:24px; line-height:30px; }

 
.row-fluid .wrapper { margin:0 auto !important; width:1140px; float:none !important; } 
.row-fluid .top-bar { background:#324149; padding:20px 0; color:#fff; text-align:right; font-size:22px; line-height:34px; }
.row-fluid .top-bar a { color:#fff; }
.row-fluid .top-bar a:before { content: "\f098"; display:inline-block; margin:0 10px 0 0; font-family:'FontAwesome'; vertical-align: top; font-size: 30px; }
.row-fluid .top-main { position:relative; z-index:9; }

.row-fluid .top { position:relative; top:0; padding:10px 0; width:100%; background:#324149; }
.row-fluid .top-call { padding:0 0 5px; color:#fff; text-align:right; font-size:22px; line-height:34px; }
.row-fluid .top-call a { color:#fff; }
/*.row-fluid .top-call a:before { content: "\f098"; display:inline-block; margin:0 10px 0 0; font-family:'FontAwesome'; vertical-align: top; font-size: 30px; }*/
.row-fluid .mainmenu { width:auto; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { color:#FFF; line-height:40px; position:relative; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li a { color:#DADADB; font-family:'GothamRoundedBook', Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; letter-spacing:1px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li a:hover { color:#DDD; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#FFF; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a:before { opacity:1; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { width:450px; padding:10px 0; background:#324149; border-radius:0 0 5px 5px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children { position:relative; padding-right:5px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li { float:left; width:50%; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li a { color:#A8A9AC; font-size:12px; padding:2px 20px; white-space:normal !important; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { left: 100% !important; background: #324149; border-radius:0 5px 5px 0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { width:220px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li { float:left; width:100%; border-right:none; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul { width:225px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul.open-submenu { width:450px; padding-right:225px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li { position:static !important; } 
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul.open-submenu > li { border-right:#A8A9AC solid 1px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li > ul { display:none; left:225px !important; top: 10px !important; opacity:1; visibility:visible; font-size: 13px; line-height: 16px; }  
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li.active > ul { display:block; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li> ul > li.hs-item-has-children > a { position:relative; display:inline-block; }
 
/*.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { content:'_'; }*/
.row-fluid .logo { padding:16px 0 0; }


.row-fluid .header { padding:150px 0 80px; color:#fff; position:relative; }
.row-fluid .header:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#00c1de; }
.row-fluid .header > div { position:relative; }
.row-fluid .header h2 { font-size:50px; line-height:54px; color:#fff; padding:0; font-family: 'GothamRoundedLight', Arial, Helvetica, sans-serif; }
.row-fluid .header h2 strong { font-family:'GothamRoundedBook', Arial, Helvetica, sans-serif; font-weight:normal; }
.row-fluid .header-content { max-width:785px; font-family: 'GothamRoundedLight', Arial, Helvetica, sans-serif; font-size:25px; line-height:32px; }
.row-fluid .header-text { padding:20px 0 25px; }

.row-fluid .bookademo-link a , .row-fluid .TryZriloforFree-link a { min-width:220px; display:inline-block; color:#fff; border:2px solid #fff; padding:12px 25px; line-height:24px; border-radius:4px; font-size:16px; font-family: 'GothamRoundedMedium', Arial, Helvetica, sans-serif; text-align:center; }
.row-fluid .bookademo-link a:hover , .row-fluid .TryZriloforFree-link a:hover { background:#fff; color:#324149; }

.row-fluid .btn-style1 a, .row-fluid .btn-style1 input[type=submit] { min-width:220px; display:inline-block; color:#fff; border:2px solid #00c1de; background-color:#00c1de; padding:12px 25px; line-height:24px; border-radius:4px; font-size:16px; font-family: 'GothamRoundedMedium', Arial, Helvetica, sans-serif; text-align:center; }
.row-fluid .btn-style1 a:hover, .row-fluid .btn-style1 input[type=submit]:hover { background-color:#454545; border-color:#454545; }

.row-fluid .startyourjourney-link  { text-align:right; }
.row-fluid .startyourjourney-link a { min-width:232px; }

.row-fluid .startyourjourney-link a { min-width:220px; display:inline-block; color:#c97303; border:2px solid #c97303; padding:12px 25px; line-height:24px; border-radius:4px; font-size:16px; font-family: 'GothamRoundedMedium', Arial, Helvetica, sans-serif; text-align:center; }
.row-fluid .startyourjourney-link a:hover { background:#c97303; color:#fff; }


.row-fluid .links-section { padding:18px 0; background:#fefefe; color:#333;  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08); z-index:99; }
.row-fluid .text-link { padding:18px 0 0; }
.row-fluid .text-link ul { list-style: none; margin: 0; padding: 0; }
.row-fluid .text-link ul > li { float:left; } 
.row-fluid .text-link ul > li > a:link , .row-fluid .text-link ul > li > a:visited { color:#333; padding:0 15px; line-height:20px; position:relative; border-left:1px solid #333; }
.row-fluid .text-link ul > li:first-child > a:link , .row-fluid .text-link ul > li:first-child > a:visited { padding-left:0; border-left:none; color:#324149; }

.row-fluid .cashflow-section { padding:85px 0 60px; }
.row-fluid .cashflow-img { text-align:center; padding:10px 0 25px 0; }

.row-fluid .cashflow-box { padding:0 15px; font-size:14px; }
.row-fluid .cashflow-btitle { position:relative; margin:0; width:100%; }
.row-fluid .cashflow-btitle:before { position:absolute; left:0; content:''; width:52px; height:2px; background:#324149; bottom:10px; }
.row-fluid .cashflow-btitle h4 { padding:0 0 20px; color:#324149; font-size:20px; line-height:22px; font-family: 'GothamRoundedLight', Arial, Helvetica, sans-serif; }
.row-fluid .cashflow-btitlemain { padding:15px 0 15px 98px; position:relative; min-height: 94px; }
.row-fluid .cashflow-bicon { position:absolute; left:0; top:0; width:auto; }
.row-fluid .cashflow-bicon span { display:inline-block; width:82px; height:82px; background:#1fc2de; border-radius:100%; text-align:center; }
.row-fluid .cashflow-bicon img { position:relative; top:50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);max-width: 45px; }
.row-fluid .cashflow-box p { padding:0 0 20px; }

.row-fluid .rightsolution-main { background:#ececec; padding:80px 0 65px; }
.row-fluid .rightsolution-img { padding:15px 0 0; float:right; }
.row-fluid .rightsolution-text { float:left; margin:0; }

.row-fluid .benefits-main { padding:90px 0 95px; color:#fff; position:relative; }
.row-fluid .benefits-main:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.5); }
.row-fluid .benefits-main > div { position:relative; }
.row-fluid .benefits-main h2 { color:#fff; }
.row-fluid .benefits-main h2:before { background:#fff; }
.row-fluid .benefits-img { padding:15px 0 0; }

.row-fluid .benefits-main ul { margin:0; padding:10px 0 20px; list-style:none; }
.row-fluid .benefits-main ul li { font-size:15px; position:relative; padding:0 0 15px 30px; }
.row-fluid .benefits-main ul li:before { position:absolute; left:0; top:2px; font-size:20px; content: "\f00c"; font-family:'FontAwesome'; color:#27c229; }
.row-fluid .benefits-main ul li span { display:block; font-size:18px; }

.row-fluid .yourbusiness-main { padding:90px 0 110px; }
.row-fluid .yourbusiness-main2 { background:#ececec; }
.row-fluid .yourbusiness-main select { appearance:none; -moz-appearance:none; -webkit-appearance:none; background:url(//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/images/arrow-icon.png?t=1516601684950) no-repeat right center; height:40px; border:1px solid #d3d3d3; border-radius:4px; padding:0 15px; }
.row-fluid .industry-select { text-align:center; padding:25px 0 0; }
.row-fluid .industry-select > div { display:inline-block; width:100%; max-width:366px; }
.row-fluid .industry-select label { text-align:left; display:block; padding:0 0 2px; }
.row-fluid .yourbusiness-main2  select { border-color:#ececec; }

.row-fluid .security-main { padding:90px 0 110px; color:#fff; position:relative; }
.row-fluid .security-main:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.8); }
.row-fluid .security-main > div { position:relative; }
.row-fluid .security-main h2 { color:#fff; }
.row-fluid .security-main .title-style1:before { background:#fff; }
.row-fluid .security-main ul { margin:0; padding:10px 0; list-style:none; }
.row-fluid .security-main ul li { font-size:18px; position:relative; padding:0 0 25px 30px; line-height:28px;  }
.row-fluid .security-main ul li:before { position:absolute; left:0; top:2px; font-size:20px; content: "\f00c"; font-family:'FontAwesome'; color:#27c229;  } 
.row-fluid .security-main .title-style1 { margin:0 0 30px; }
.row-fluid .security-text { padding:0 60px 0 0; }
.row-fluid .security-img { text-align:center; }

.row-fluid .support-main { padding:110px 0 90px; text-align:center; }
.row-fluid .support-box { padding:15px 1%; font-size:14px; }
.row-fluid .support-bimg { padding:0 0 20px; }
.row-fluid .findoutmore-link a { display:inline-block; color:#fff; background:#c97303; padding:15px 25px; border-radius:4px; min-width:180px; }
.row-fluid .findoutmore-link a:hover { background:#00c1de; color:#fff; }

.links-sectionmain { min-height:88px !important; width:100%; }

.row-fluid .links-section.fixed { position:fixed; top:0; width:100%; left:0; }


.row-fluid .footer-main { color:#fff; }
.row-fluid .footer-main a { color:#fff; }
.row-fluid .footer-main a:hover { color:#00c1de; }
.row-fluid .footer { background:#324048; padding:70px 0; }/* url(//cdn2.hubspot.net/hubfs/1763546/ZriloV2Theme/images/footer-bg.png?t=1516601684950) repeat-x center bottom */
.row-fluid .footer h4 { font-size:18px; padding:0 0 20px; color:#fff; }
.row-fluid .footer-links li a:link , .row-fluid .footer-links li a:visited { padding:5px 0; font-family: 'GothamRoundedLight', Arial, Helvetica, sans-serif; font-size:12px; line-height: 19px; }
.row-fluid .footer-social a { display:inline-block; margin:0 5px 5px 0; }
.row-fluid .footer-social a i { display:inline-block;  width:30px; height:30px; line-height:30px; text-align:center; background:#507cbe; color:#fff; }
.row-fluid .footer-social a:hover i { background:#fff; color:#507cbe; }
.row-fluid .footer-social a i.fa-twitter { background:#00abef; }
.row-fluid .footer-social a:hover i.fa-twitter { background:#fff; color:#00abef; }
.row-fluid .footer-social a i.fa-google-plus { background:#cb4437; }
.row-fluid .footer-social a:hover i.fa-google-plus { background:#fff; color:#cb4437; }
.row-fluid .footer-social a i.fa-linkedin { background:#00649b; }
.row-fluid .footer-social a:hover i.fa-linkedin { background:#fff; color:#00649b; }

.row-fluid .footer-boxes .hs_cos_wrapper_type_custom_widget { float:left; display:inline-block; width:25%; padding:0 10px; }

.row-fluid .footer-copyrights { padding:25px 0; text-align:center; background:#28343b; font-size:14px; }



/* Landing Page */
body.zrilo-lp { font-size:14px; line-height:1.43; } 
body.zrilo-lp .row-fluid p { padding:10px 0; }
.row-fluid .fl100 { float:left; width:100%; }
.row-fluid .text-center { text-align:center; }
.row-fluid .wrapper2 { max-width:100%; width:1020px; margin:0 auto !important; float:none; }

.row-fluid .top-section { background:#324149; padding:10px; }
.row-fluid .top-section .toplogo img { max-width:90px; width:100% !important; }
.row-fluid .freetrial-cta a { float:right; color:#FFF; border:#FFF solid 1px; margin-top:7px; padding:5px 10px; font-size:13px; }
.row-fluid .freetrial-cta a:hover { background:#FFF; color:#324149; }
.row-fluid .hero-section { float:left; width:100%; background:#f4f4f4; padding:50px 0; }
.row-fluid .hero-section img { width:100% !important; height:auto; }
.row-fluid .hero-section .hero-title { padding-top:40px; }
.row-fluid .hero-section .hero-title h1 { font-size:40px; line-height:50px; padding-bottom:0; }
.row-fluid .video-box { background:url(//cdn2.hubspot.net/hubfs/1763546/2016_Zrilo_LP/images/mac.png?t=1516601684950)no-repeat center top; background-size:100% auto; padding:25px 45px 150px; }
.row-fluid .video-box .videoinner-box { position: relative; padding-top: 56%; width: 100% !important; }
.row-fluid .video-box .videoinner-box > span { position:absolute; left:0; top:0; width:100% !important; height:100% !important; }
.row-fluid .hero-section .play-btn { position: absolute; left: 50%; top: 50%; font-size: 70px; width: 100px; height: 100px; line-height: 70px; margin: -90px 0 0 -25px; color:#e71e26; }
.row-fluid .hero-section .video-popup { position:relative; padding-left:40px; }
.row-fluid .hero-section #openvideo > span > span > div { width:600px; position:relative; }

.row-fluid .studio-cosy { border-bottom:1px solid #dce0e0; max-height:220px;}
.row-fluid .studio-cosy .wrapper2 { position:relative; }
.row-fluid .studio-left { padding:24px 0; }
.row-fluid .studio-imagebox { text-align:center; } 
.row-fluid .studio-image img { border-radius:50%; max-width:90px; margin-bottom:10px; }
.row-fluid .studio-left h5 { padding:0; line-height:1; }
.row-fluid .studio-left a { color:#333; }
.row-fluid .studio-left a:hover { color:#00c1de; }
.row-fluid .studio-icon { font-size:26px; }
.row-fluid .studio-form { margin-top: 0; margin-left: 2.564102564% !important; width:322px !important; }
.row-fluid .studio-form .form-title { padding:0; }
.row-fluid .studio-form form { border:1px solid #ccc !important; }
.row-fluid .studio-form form > .form-columns-3 > .hs-richtext { background: rgba(0,0,0,0.5); float:left; width:100%; }
.row-fluid .studio-form h4 { padding: 5px 15px; font-size: 26px; color: #FFF; float:left; }
.row-fluid .studio-form h6 { float: right; clear: none; color: #FFF; padding: 5px 15px; font-size: 14px; line-height: 34px; }
.row-fluid .studio-form input[type=text], .row-fluid .studio-form input[type=email], .row-fluid .studio-form input[type=tel], .row-fluid .studio-form select, .row-fluid .studio-form textarea { border:#CCC solid 1px; height:36px; width:100% !important; }
.row-fluid .studio-form textarea { resize:none; height:120px; }
.row-fluid .hs-form fieldset.form-columns-2 .hs-form-field { width:90%; }
.row-fluid .hs-form fieldset.form-columns-2 .hs-form-field .input { margin:0; }
.row-fluid .studio-form .hs-form fieldset.form-columns-3 .input { margin-right:0; }
.row-fluid .studio-form form { border:rgba(0,0,0,0.5) solid 1px; float:left; width:100%; background:#FFF; }
.row-fluid .studio-form .hs-form fieldset.form-columns-2 .hs-form-field { width:42%; margin:0 5% 0 3%; }
.row-fluid .studio-form .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) { margin:0 3% 0 5%; }
.row-fluid .studio-form form > div:first-child .hs-richtext { background:rgba(0,0,0,0.5); float:left; width:100%; } 
.row-fluid .studio-form form > fieldset:first-child .hs-richtext { background: #00c1de; color: #FFF; padding: 0 5% 10px; }
.row-fluid .studio-form form h3 { font-size: 18px; line-height: 24px; font-weight: 700; color: #FFF; }
.row-fluid .studio-form form .hs-form-field { width:90%; margin:0 5% ; float:left; padding-top:10px; }
.row-fluid .studio-form form > .form-columns-3 > div:nth-child(2) { margin-left:2.5%; }
.row-fluid .studio-form form > .form-columns-1  { background:#FFF; padding:0; }
.row-fluid .studio-form form > .form-columns-1 .input { margin:0; }
.row-fluid .studio-form form .hs-richtext ul { list-style:none; padding:10px 5% 0; margin:0; float:left; width:100%; background:#FFF; }
.row-fluid .studio-form form .hs-richtext ul li { float:left; width:100%; padding: 10px 0; border-bottom:#ccc solid 1px; }
.row-fluid .studio-form .hs_submit { background:#FFF; padding:15px 5%; float:left; width:100%; background:#FFF; }
.row-fluid .studio-form input[type=submit] { display: block; width: 100%; padding:10px; background-color:#00c1de; color:#FFF; font-family: 'GothamRoundedBold'; border-bottom:#019fb7 solid 1px; line-height:24px; }
.row-fluid .is-sticky .studio-form { width:322px !important; margin-top:0; }
.row-fluid .is-sticky .studio-form form > .form-columns-3 { background:#FFF; }
.row-fluid .support-box2 { margin-top:30px; background:#FFF; border:rgba(0,0,0,0.5) solid 1px; float:left; width:100%; padding:10px 5% 15px; }
.row-fluid .support-box2 h4 { color:#00c1de; padding: 0 0 5px; width: 100%; border-bottom:rgba(0,0,0,0.5) solid 1px; margin-bottom:10px; }
.row-fluid .support-box2 a { display: block; font-size:16px; text-align:center; width: 100%; padding:10px; background-color:#00c1de; color:#FFF; font-family: 'GothamRoundedBold'; border-bottom:#019fb7 solid 1px; line-height:24px; margin-top:10px; }
.row-fluid .mobile-request a { display: none; text-align:center; width: 100%; padding:10px; background-color:#00c1de; color:#FFF; font-family: 'GothamRoundedBold'; border-bottom:#019fb7 solid 1px; line-height:24px; }
.row-fluid a.close-btn { display:none; }

.row-fluid .sticky-menu { position:fixed; left:0; top:0; width:100%; opacity:0; z-index:-1; background:#444; transition:ease all 0.3s; -webkit-transition:ease all 0.3s; -ms-transition:ease all 0.3s; -moz-transition:ease all 0.3s; }
.row-fluid .is-sticky .sticky-menu { opacity:1; z-index:1; }
.row-fluid .is-sticky .stickyform-box { position:relative; z-index:9; }
.row-fluid .sticky-menu a { color:#FFF; }
.row-fluid .sticky-menu ul { list-style: none; margin: 0; padding:13px 0; float:left; width:100%; }
.row-fluid .sticky-menu ul li { float:left; padding-right:20px; }
.row-fluid .amenities-rows .hs_cos_wrapper_type_custom_widget { float:left; width:50%; padding-right:10px; }
.row-fluid .amenities-icon { float: left; padding-right: 10px; }
.row-fluid .amenities-title { float:left; }
 
.row-fluid .lp-video { position:relative; padding-top:29%; margin:50px 0; }
.row-fluid .lp-video iframe { position:absolute; width:100% !important; height:100% !important; left:0; top:0; }
.row-fluid .about-listing { padding:50px 0; background:#f5f5f5; border-bottom:1px solid #dce0e0; }
.row-fluid .about-listing h4 { font-size:18px; line-height:22px; font-family: 'GothamRoundedBold'; padding-top: 0; }
.row-fluid .contacthost-title a, .row-fluid .host-row a { font-family: 'GothamRoundedBold'; color:#00c1de; margin:10px 0; display:inline-block; }
.row-fluid .contacthost-title a:hover, .row-fluid .host-row a:hover { text-decoration:underline; }
.row-fluid .about-listing strong { font-family: 'GothamRoundedBold'; }
.row-fluid .host-row { float:left; width:100%; padding:10px 0; border-top:1px solid #dce0e0; }
.row-fluid .aboutlisting-left > span > .hs_cos_wrapper_type_custom_widget { float:left; width:100%; border-top:1px solid #dce0e0; }
.row-fluid .hostrow-title { margin-top:10px; float:left; width:23%; word-wrap:break-word; }
.row-fluid .hostrow-right { float:left; width:77%; padding-left:10px; }
.row-fluid .hostrow-colspan { float:left; margin-left:0; }
.row-fluid .hostrow-column1 { float:left; width:50%; }
.row-fluid .hostrow-column2 { float:left; width:50%; }
.row-fluid .host-row a { margin:0; }

.row-fluid .footer-section { background:#324048; color:#FFF; padding:48px 0; }
.row-fluid .footer-section h3 { padding:0; }
.row-fluid .footer-section .footer-form { padding-right:70px; }
.row-fluid .footer-section select { background:#484848; color:#FFF; border-radius:3px; margin-bottom:10px; height:40px; }
.row-fluid .footer-section input[type=submit] { display:none; }
.row-fluid .footer-section a { color:#FFF; }
.row-fluid .footer-section a:hover { color:#bbb; }
.row-fluid .footer-section h4 { font-size: 14px; font-weight: 700; color: #FFF; line-height: 20px; padding-top:0; }
.row-fluid .footer-section ul { margin: 0; padding: 0; list-style: none; }
.row-fluid .footer-section .footer-links { font-size:13px; }
.row-fluid .footer-section .footer-bottom { border-top:rgba(255,255,255,0.2) solid 1px; padding-top:15px; margin-top:35px; }
.row-fluid .footer-section .footer-bottom ul li { float:none; display:inline-block; }
.row-fluid .footer-social2 ul li { margin:0 7px 5px; }
.row-fluid .footer-social2 ul li a { border:rgba(255,255,255,0.2) solid 1px; width:36px; height:36px; display:block; text-align:center; line-height:34px; border-radius:50%; }
.row-fluid .copyright-text { color:#757575; margin-top:10px; display:block; }

.row-fluid .host-info1 { float:left; width:100%; }
.row-fluid .host-info1 .hostrow-right p { padding:5px 0 7px; }  
.row-fluid .host-info1 .hostrow-right { max-height:80px; overflow:hidden; line-height:23px; }
.row-fluid .host-info1 .hostrow-right + .viewmore-content { float:right; color:#00c1de; cursor:pointer; }
.row-fluid .hostrow-right2, .row-fluid .hostrow-title2 { float:left; width:100%; }
.row-fluid .hostrow-title2 { margin:10px 0 0; font-size:18px; line-height:22px; }

/* Ad On LP */
.adon-lp .row-fluid .mainmenu { display:none; }
.adon-lp .row-fluid .top-call { padding-top:25px; }

.row-fluid .adon-hero { padding:100px 0; color:#FFF; background:#00c1de; }
.row-fluid .adon-hero h2 { font-weight:700; color:#FFF; }
.row-fluid .adon-hero .bookademo-link { padding-top:30px; }

.row-fluid .adon-help { padding:50px 0; }
.row-fluid .adon-help .adonhelp-text { padding:0 250px; }
.row-fluid .adon-help .helpbox { padding-top:40px; }
.row-fluid .adon-help h4 { font-size:24px; line-height:28px; }

.row-fluid .connectxero-account { padding:50px 0; background:#f4f4f4; }
.row-fluid .video-code { position:relative; padding-top:56%; }
.row-fluid .video-code iframe, .row-fluid .video-code embed, .row-fluid .video-code object, .row-fluid .video-code video { position:absolute; left:0; top:0; width:100% !important; height:100% !important; }
.row-fluid .xero-account { margin-top: 50px; padding: 20px; background: #FFF; box-shadow: #CCC 0 0 5px; transition:ease all 0.5s; -webkit-transition:ease all 0.5s; -ms-transition:ease all 0.5s; -moz-transition:ease all 0.5s; }
.row-fluid .xero-account:hover { box-shadow:#BBB 0 0 10px; -moz-transform: scale(1.02); -webkit-transform: scale(1.02); -o-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); }

.row-fluid .addon-helper { padding:50px 0; }

.row-fluid .consultation-form { padding:50px 0; background:#00c1de; position:relative; }
.row-fluid .consultation-form:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(0,193,222,0.9); }
.row-fluid .consultation-form .wrapper { position:relative; padding:0 320px; }
.row-fluid .consultation-form select, .row-fluid .consultation-form input[type=text], .row-fluid .consultation-form input[type=email], .row-fluid .consultation-form input[type=tel], .row-fluid .consultation-form textarea { border:#dadada solid 1px; height:42px; margin-bottom:15px; padding:10px; }
.row-fluid .consultation-form textarea { height:120px; resize:none; }
.row-fluid .consultation-form .hs-form-required { display:none } 
.row-fluid .consultation-form .hs-button, .row-fluid .consultation-form input[type=submit] { background-color:#27c229; border-color:#27c229; margin-top:35px; }
.row-fluid .consultation-form .hs-button:hover, , .row-fluid .consultation-form input[type=submit]:hover { background-color:#000; border-color:#000; }
.row-fluid .formbox-inner { padding: 30px; background: #FFF; border-radius: 5px; margin-top: 0; font-size:14px; }
.row-fluid .formbox-inner label, .row-fluid .formbox-inner label span { font-size:14px; text-align:left; float:left; }
.row-fluid .formbox-inner .form-text { padding-bottom:30px; }
.row-fluid .request-now a { -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); position: fixed; right: -136px; top: 45%; transition:ease all 0.5s; -webkit-transition:ease all 0.5s; -ms-transition:ease all 0.5s; -moz-transition:ease all 0.5s; }
.row-fluid .request-now a.cta-active { right:-84px; }

.row-fluid .growing-business { padding-right: 50px;}



@media (min-width: 768px) and (max-width: 1200px){
    
    .row-fluid .header { padding: 245px 0 65px; }
    .row-fluid .header h2 { font-size:36px; line-height:41px; }
    .row-fluid .text-link ul > li > a:link, .row-fluid .text-link ul > li > a:visited { font-size: 15px; padding: 0 10px; line-height: 13px; }
    .row-fluid .text-link { padding: 19px 0 0; }
    
    .row-fluid .cashflow-box { padding: 0; }
    .row-fluid .cashflow-bicon span { height: 62px; padding: 0 10px; width: 62px; }
    .row-fluid .cashflow-btitlemain { min-height: 104px; padding: 3px 0 15px 68px; }
    .row-fluid .support-main { padding: 60px 0 70px; }
    .row-fluid .text-style2 { font-size: 20px; line-height: 27px; }

    
}


@media (min-width: 992px) and (max-width: 1200px){
    
    .row-fluid .wrapper, .row-fluid .wrapper2  { width:940px; }
    .row-fluid .freetrial-cta a { margin-top:5px; }
    .is-sticky .row-fluid .freetrial-cta a { margin-top:8px; }
 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:10px; letter-spacing:0; }
    .row-fluid .studio-form, .row-fluid .is-sticky .studio-form { width:294px !important; }
    .row-fluid .consultation-form .wrapper { padding: 0 250px; }
    .row-fluid .video-box { padding:22px 40px 130px; }
}

@media (min-width: 768px) and (max-width: 1124px){
    .is-sticky .row-fluid .mobile-request a { display:block; position: absolute; right: 150px; top: 0; width: auto; cursor: pointer; line-height:26px; }
    .row-fluid .stickyform-box { display:none; }
    .form-open { overflow:hidden; }
    .form-open .row-fluid .stickyform-box { display:block; position:fixed; left:0; top:0; width:100%; height:100%; border-top:22px solid #FFF; background:#FFF; overflow:auto; }
    .form-open .row-fluid .mobile-request a { display:none; }
    .form-open .row-fluid a.close-btn { position:fixed; right:10px; top:0; display:block; z-index:999; cursor:pointer; }
    .form-open .row-fluid .studio-form form { padding-bottom:50px; }
    .form-open .row-fluid .is-sticky .sticky-menu { display:none; }
}


@media (min-width: 767px) and (max-width: 991px){
    
    .row-fluid .wrapper, .row-fluid .wrapper2 { width:700px; }
    
     .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:10px 5px; letter-spacing:0; font-size:10px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children { padding-right:9px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:after { font-size:11px !important; top:23px !important; right:0 !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li a { font-size:10px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { left:auto !important; right:0; }
    .row-fluid .adon-help h4 { font-size:20px; line-height:24px; }
    .row-fluid .adon-help h4 br { display:none; }
    
    .row-fluid .consultation-form .wrapper { padding:0 150px; }
    .row-fluid .video-box { padding:15px 28px 100px; } 
    .row-fluid .hero-section .hero-title h1 { font-size: 26px; line-height: 36px; }
    
    .row-fluid .hero-section .play-btn { width:70px; height:70px; margin:-60px 0 0 -30px; }
}

@media (max-width: 991px){
    .row-fluid .studio-cosy { height:auto; max-height:none; }
    .row-fluid .studio-left, .row-fluid .studio-form { float:left; width:100% !important; position:static !important; margin:10px 0 30px !important; }
    .row-fluid .studio-form .hs-form fieldset { max-width:100%; }
    .row-fluid .is-sticky .studio-form, .row-fluid .aboutlisting-left { width:100% !important; }
    .row-fluid .lp-video { width:100%; padding-top:45%; }
    .row-fluid .freetrial-cta a { margin-top:5px; }
    .is-sticky .freetrial-cta a { margin-top:8px; }
    .row-fluid .footer-section .footer-form { padding-right:0; }
    .row-fluid .adon-help .adonhelp-text { padding:0; }
    
    .row-fluid .footer-boxes .hs_cos_wrapper_type_custom_widget { width:50%; }
    
    .row-fluid .growing-business { padding-right:0px; } 
    .row-fluid .hero-section .video-popup { padding-left:0; }
}


@media (min-width: 30px) and (max-width: 767px){
    
    .row-fluid .wrapper, .row-fluid .wrapper2 { width:100%; padding:0 20px; float:left !important; }
  
    .row-fluid .top-section .toplogo { float:left; }
    .row-fluid .top-section .topright { float:right; padding-top:3px; }
    .row-fluid .top-bar { font-size: 18px; line-height: 34px; padding: 10px 0; }
    .row-fluid .header { padding: 55px 0 55px; text-align:center; }
    .row-fluid .header h2 { font-size:30px; line-height:38px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { float:left; width:100%; padding:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li { width:100%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { line-height:45px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:nth-child(2n+1) { border-right:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { float:left !important; width:100%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > ul { width:100%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul { width: 100%; padding-right: 0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li { position:relative !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child > ul > li { border-right:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children { padding-right:0; }
    .row-fluid .top { text-align:center; }
    .row-fluid .top-call { float:left; width:auto;  font-size:0;  position: absolute; top:24px; left:15px; } 
    .row-fluid .top-call a {  font-size:0; }
    .row-fluid .top-call a:before { content: "\f098"; display:inline-block; margin:0; font-family:'FontAwesome'; vertical-align: top; font-size: 39px; }
    .row-fluid .logo { padding:0; width:150px; float:none; display:inline-block; }
    .row-fluid .top-call { padding:0; text-align:center; }
    .row-fluid .hero-section .play-btn { width:70px; height:70px; margin:-80px 0 0 -40px; }
    
    .row-fluid .header-content { font-size: 20px; line-height: 29px; }
    .row-fluid .startyourjourney-link { padding: 15px 0 0; text-align: center; }
    .row-fluid .text-link ul > li  { display:inline-block; width: auto; }
    .row-fluid .text-link { text-align:center; display:none; }
    .row-fluid .startyourjourney-link { padding:0; }
    
    .row-fluid .cashflow-section { padding: 45px 0 30px; }
    .row-fluid .text-style1 { padding: 0 0 20px; }
    .row-fluid .title-style1 h2 { font-size: 31px; line-height: 34px; }
    .row-fluid .cashflow-box { padding: 10px 0; }
    
    .row-fluid .rightsolution-main { padding: 50px 0 45px; }
    .row-fluid .benefits-main { padding: 50px 0 55px; }
    .row-fluid .benefits-img { padding: 10px 0 15px; text-align:center; }
    .row-fluid .yourbusiness-main { padding: 60px 0 50px; }
    .row-fluid .security-main { padding: 60px 0; }
    
    .row-fluid .security-main ul li { font-size: 16px; line-height: 27px; }
    
    .row-fluid .security-text { padding: 0; }
    .row-fluid .support-main { padding: 50px 0; }
    .row-fluid .text-style2 { font-size: 18px; line-height: 27px; }
    
    .row-fluid .cashflow-bicon span { height: 62px; padding: 0 10px; width: 62px; }
    .row-fluid .cashflow-btitlemain { min-height: 94px; padding: 3px 0 15px 78px; }
    
    .row-fluid .rightsolution-img { width:100%; padding:0 0 10px; }
    .row-fluid .rightsolution-text { width:100%; }
    .row-fluid .benefits-img { display:none; }
    
    .row-fluid .footer { padding: 40px 0; }
    .row-fluid .footer-links { padding:0 0 10px; }
    
    .row-fluid .top-section { text-align:center; padding:0 10px 5px; }
    .row-fluid .freetrial-cta a { float:none; display:inline-block; }
    .row-fluid .footer-section, .row-fluid .studio-cosy { text-align:center; }
    .row-fluid .studio-icon { margin-top:20px; }
    .row-fluid .studio-form form { text-align:left; }
    .row-fluid .footer-section .footer-links { padding-top:30px; }
    
    .row-fluid .amenities-rows .hs_cos_wrapper_type_custom_widget:first-child { padding-top:10px; }
    .row-fluid .amenities-rows .hs_cos_wrapper_type_custom_widget { width:100%; padding:5px 0; }
    
    .adon-lp .row-fluid .top-call { position:relative; padding:10px 0 0; float:left; width:100%; top:0; left:0; }
    .adon-lp .row-fluid .top-call a { font-size:20px; }
    .adon-lp .row-fluid .top-call a:before { display:none; }
    .row-fluid .adon-hero { padding:50px 0; }
    .row-fluid .consultation-form .wrapper { padding:0 20px; }
    
    .row-fluid .request-now { float:left; width:100%; text-align:center; }
    .row-fluid .request-now a { position:static; -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); float:none; display:inline-block; margin:20px; }
    .row-fluid .video-box { padding: 21px 38px 27%; }
    .row-fluid .hero-section .hero-title h1 { font-size: 26px; line-height: 32px; } 
    .row-fluid .studio-form .hs-form fieldset.form-columns-2 .hs-form-field { float:left; }
    
    .row-fluid .is-sticky .mobile-request { display:block; position:fixed; left:0; bottom:70px; padding:0 10px; z-index:999; width:100%; cursor:pointer; }
    .row-fluid .is-sticky .mobile-request a { display:block; }
    .row-fluid .studio-form { margin-top:0; }
    .row-fluid #sticky-wrapper { height:auto !important; }
    .row-fluid .stickyform-box { display:none; }
    .form-open { overflow:hidden; }
    .form-open .row-fluid .stickyform-box { display:block; position:fixed; left:0; top:0; width:100%; height:100%; border-top:22px solid #FFF; background:#FFF; overflow:auto; }
    .form-open .row-fluid .mobile-request a { display:none; }
    .form-open .row-fluid a.close-btn { position:fixed; right:10px; top:0; display:block; z-index:999; cursor:pointer; }
    .form-open .row-fluid .studio-form form { padding-bottom:50px; }
    .row-fluid .hostrow-column1, .row-fluid .hostrow-column2 { width:100%; }
    
    .row-fluid .hostrow-title, .row-fluid .hostrow-right { width:100%; }
    .row-fluid .host-info1 .hostrow-right { line-height:20px; }
    
     .row-fluid .sticky-menu .sticky-menufixed, .row-fluid .sticky-menu .freetrial-cta a { display:none; }
}

@media (max-width: 500px) {
    .row-fluid .video-box { padding:13px 23px 27%; }
    .row-fluid .footer-boxes .hs_cos_wrapper_type_custom_widget { width:100%; }
    .row-fluid .hero-section .play-btn { margin-top:0; top:20%; }
}
/*
@media (min-width: 768px){

  a.mobile-trigger, a.child-trigger {
      display: none !important; 
  }
  


}



@media (max-width: 767px){

 
  
        
   


  .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: #fff;
    }


  

  a.mobile-trigger {
      display: inline-block !important; 
      cursor: pointer;
      position: absolute; 
      top: 18px;          
      right: 15px;        
      width: 44px; 
      height: 44px;    
      padding: 12px 10px;
      background: #455560; 
      z-index: 99999999999; 
      -webkit-transition: background-color 0.2s linear; 
      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;
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu';
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close';
      background-color: #455560;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; 
      -moz-transition:background-color 0.2s linear; 
      transition:background-color 0.2s linear; 
      background: transparent; 
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }

  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: 24px; 
      height: 3px; 
      background-color: #fff; 
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; 
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; 
      -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);
  }


  a.child-trigger {
      display: block !important; 
      cursor: pointer; 
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; 
      min-width: 55px !important;
      height: 45px !important; 
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  a.child-trigger span {
      position: relative;
      top: 50%;
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; 
      height: 1px; 
      background-color: #fff; 
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-trigger span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-trigger span:after { background-color: #fff; }
  
  a.child-trigger 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-trigger.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-trigger.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;
  }



  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  .mainmenu ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute;
      top: 18px;         
      left: 0px;                                                   
      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); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; 
      background-color: #455560; 
      width: 100%; 
      z-index: 8888;
  }

  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; 
      line-height: 45px;
      overflow: visible;
  }

  
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); 
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; 
  }

  
  .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; 
      font-size: 16px; 
  }

  
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; 
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; 
  }
}
*/
@media (max-width: 1124px){
    .row-fluid .studio-left, .row-fluid .studio-form {float: left;width: 100% !important;position: static !important;margin: 10px 0 30px !important;}
    .row-fluid .is-sticky .studio-form, .row-fluid .aboutlisting-left { width:100% !important;margin: 0 auto; }
    .row-fluid .studio-cosy {height: auto;max-height: none;}
    .row-fluid .stickyform-box form.hs-form fieldset{max-width:100%;}
    .row-fluid .is-sticky .stickyform-box{z-index:9;}
}