/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/*************************************************************************
/* @import url('http://example.com/example_style.css'); */

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


@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
/****************************************/
/* 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    */
/*****************************************/


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

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

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

/* These includes are optional, but helpful. */
/* 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    */
/*****************************************/


/* Table of Contents:
    1. Resets
    2. Baseline (Default) Styles
    3. Structure
    4. Media Queries
    7. Footer 
    8. Fonts

*/

/* 
************************************************
************************************************
************************************************
*/

/* 1. Resets */
* {
    margin: 0;
    padding: 0;
    border-box: box-sizing;
    list-style-type: none;
}

form,
input,
label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

img {
    border-radius: 0 !important;
}


/* 8. Fonts */

* {
    font-family: 'Fira Sans', sans-serif ;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #2a2a2a;
}

p {
    font-family: 'Fira Sans', sans-serif  !important;
}

p strong {
    font-family: 'Fira Sans', sans-serif  !important;
    font-size: 20px;
}


/* 2. Baseline (Default) Styles  */

.input {
    /*display: inline-block;*/
    margin: 0 20px 30px 0;
}

.hs-error-msgs {
    color: white;
}

div[class^="hs_"] {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

@media screen and (max-width: 1050px) {
    div[class^="hs_"]:first-child {
        display: inline;
    }
}
@media screen and (max-width: 768px) {
    div[class^="hs_"]:first-child {
        display: block;
    }
}

input[type='submit']:hover {
    color: white;
}


/* Errors at input form */

.hs-error-msgs>li>label {
    font-size: 11px;
    color: tomato;
    margin: 11px 0 0 24px;
}


/* 
************************************************
************************************************
************************************************
*/


/* 3. Structure */



.cell-wrapper {
    margin: 0 auto !important;
    /*margin-bottom: 20px !important;*/
    text-align: center;
}
.wedo-logo {
    z-index: 3;
}
.hs-image-widget {
    z-index: 3;
}
h1 {
    font-family: 'Fira Sans', sans-serif ;
    font-weight: 700;
    font-size: 40px;
    color: #2a2a2a !important;
    text-align: center !important;
    margin: 0 auto;
}

h3 {
    font-family:'Fira Sans', sans-serif !important;
    font-weight: 300;
    font-size: 24px;
    color: #2a2a2a !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}


h5 {
    font-family: 'Fira Sans', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    color: #353535;
    margin: 0 0 1em;
    line-height: 2em;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center !important;
}

h5:before,
h5:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-left: -80px;
    height: 2px;
    width: 50px;
    border-top: 1px solid #353535;
}

h5:after {
    left: auto;
    width: 50px;
    margin: 0 0 0 30px;
}


/*********************** FORM *********************/

.request-demo-form {
    width: 100% !important;
    margin: 0 auto;
}

form {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
label {
    margin-bottom: 0;
}

form label {
    font-family: 'Fira Sans', sans-serif !important;
}
input #hs_cos_wrapper_module_1490893724514739 select {
    font-family: 'Fira Sans', sans-serif  !important;
    font-size: 14px !important;
}
form.hs-form select {
    padding-left: 27px !important;
}

#hs_cos_wrapper_module_1490893724514739 select {
    font-family: 'Fira Sans', sans-serif  !important;
    font-size: 14px !important;
}

#hs_cos_wrapper_module_1490893724514739 select[id] {
    font-family: 'Fira Sans', sans-serif  !important;
}

.hs-form-booleancheckbox .hs-form-booleancheckbox-display span {
    position: relative;
    left: 10px;
    padding: 5px 0 0 0;
    display: inline;
    vertical-align: middle;
    font-size: 17px;
}

.rc-checkbox .checkbox {
    position: absolute;
    top: 1px;
    left: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.hs-form-required {
    padding-left: 0 !important;
    position: absolute;
    left: 17px;
    top: 20px;
    color: transparent;
}

.hs-form-required:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #fc7216;
}

html>body .hs-form select {
    /*  */
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding: 8px 10px 8px 20px;
    background: #efefef !important;
    border: none;
    box-shadow: none;
    color: #2a2a2a;
    display: block;
    min-height: 60px;
    height: 50px;
    outline: 0;
    /*width: 100%;*/
    transition: border-color .3s ease-out;
    border-radius: 2px;
    font-family: 'Fira Sans', sans-serif  !important;
    margin: 0 !important;
}

select, 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"], .uneditable-input {
    padding: 0;
}

.input {
    background: none !important;
    border: none !important;
    border-radius: 0;
    /*margin: 0 0 18px 0;*/
    margin: 0 0 0 0 !important;
    width: 100%;
}
.request-demo-form .form-columns-2 {
    margin: 0 auto;
    max-width: 810px !important;
}

.separador {
    margin: 30px auto;
    margin-bottom: 40px;
}
.request-demo-form .form-columns-3 {
    margin: 0 auto;
    max-width: 810px !important;
}

.form-columns-3, .form-columns-1 {
    max-width: 810px !important;
    margin: 0 auto !important;
}

.hs-input {
    margin: 0 auto;
}

.hs_phone .field .hs-form-field {
    width: 95% !important;
}


input,
.hs-form fieldset.form-columns-1 .hs-input,
input[type="text"],
input[type="tel"],
input[type="email"] {
    font-family: 'Fira Sans', sans-serif  !important;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 22px;
    color: #2a2a2a;
    height: 60px;
    background: #efefef;
    border: none;
    display: block;
    width: 100%;
    transition: border-color .3s ease-out;
    border-radius: 2px;
    padding-left: 30px;
    margin: 0;
}
.hs-form fieldset.form-columns-1 .hs-input {
    margin: 0 0 0 0;
}
form.hs-form .hs-form-field ul.inputs-list.multi-container {
    max-width: 810px !important;
}
form.hs-form .hs-form-field ul.inputs-list.multi-container li {
    width: 32.7%;
    float: left;
    margin: 0 0 40px 3px;
}
form.hs-form .hs-form-field ul.inputs-list.multi-container li input {
    font-family: 'Fira Sans', sans-serif !important;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 22px;
    color: #2a2a2a;
    height: 60px;
    background: #efefef;
    border: none;
    display: block;
    width: 100%;
    transition: border-color .3s ease-out;
    border-radius: 2px;
    padding-left: 30px;
    margin: 0;
}
form.hs-form .hs-form-field ul.inputs-list.multi-container li input[type="checkbox"] {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ababab;
    background: #ffffff;
    position: relative;
    padding: 0;
    vertical-align: middle;
}
form.hs-form .hs-form-field ul.inputs-list.multi-container li span {
    position: relative;
    left: 10px;
    padding: 5px 0 0 0;
    display: inline;
    vertical-align: middle;
    font-size: 17px;
}
form.hs-form .hs-form-field ul.inputs-list.multi-container li input[type=checkbox]:checked {
    background: #fc7216;
    border: none;
}
form.hs-form .hs-form-field ul.inputs-list.multi-container li input[type="checkbox"]:checked {
    background: #fc7216;
    border: none;
}

form.hs-form .hs-form-field ul.inputs-list.multi-container li input[type="checkbox"]:checked:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fc7216;
    border: none;
    top: 0;
    left: 0;
}
input:focus::-webkit-input-placeholder { 
    color: transparent !important;
    /*color: transparent !important; */
    opacity: 0;
}
input:focus:-moz-placeholder { /* FF 4-18 */
    color:transparent; 
    opacity: 0;
} 
input:focus::-moz-placeholder { /* FF 19+ */
    color:transparent; 
    opacity: 0;
} 
input:focus:-ms-input-placeholder { /* IE 10+ */
    color:transparent; 
    opacity: 0;
} 
.quote {
    width: 820px;
    height: 270px;
    margin: 80px auto;
    position: relative;
}
.quote .grey-block {
    width:  812px;
    height: 225px;
    background: #353535;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.quote .quote-list {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: -13px;
    right: 0;
    z-index: 2;
}
.quote .quote-list li {
    display: inline-block;
    vertical-align: middle;
}

.quote .quote-list .quote-img {
    width: 207px;
    margin-right: 60px;
}
.quote .quote-list .quote-2nd-list {
    width: 360px;
    margin: 0;
    vertical-align: middle;
}
.quote .quote-list .quote-2nd-list li{
    display: block;
}
.quote .quote-list .quote-2nd-list li:first-of-type {
    margin-bottom: 10px;
}
.quote .quote-list .quote-2nd-list li q {
    font-style: italic;
    font-size: 16px;
    color: #ababab;
}
.quote .quote-list .quote-2nd-list li p strong{
    color: #777777;
    font-size: 16px; 
    
}
.quote .quote-list .quote-2nd-list li p{
    color: #777777;
    font-size: 14px; 
    font-weight: 300;
    margin-bottom: 0 !important;
}
footer {
    margin-bottom: 0px;
}
footer .footer-bg {
    margin: 0 auto;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
footer .footer-bg .footer-social {
    display: inline-block;
    margin-right: 200px;
}
footer .footer-bg .footer-social h6{
    font-size: 30px;
    text-transform: none;
}
footer .footer-bg .footer-social .footer-social-list {
    margin: 0;
}
footer .footer-bg .footer-social .footer-social-list .footer-social-icon {
    display: inline-block;
    padding-right: 5px;
}
footer .footer-bg .footer-social .footer-social-list .footer-social-icon img {
    width: auto;
}
footer .footer-bg .footer-social .footer-social-list .footer-social-icon:nth-of-type(4) {
    padding-right: 10px;
}
footer .footer-bg .footer-social .footer-social-list .footer-social-icon:last-of-type {
    padding-right: 0;
}
footer .footer-bg .footer-copyright {
    display: inline-block;
}
footer .footer-bg .footer-copyright .footer-know-img {
    width: 267px;
    margin-bottom: 20px;
}
footer .footer-bg .footer-copyright p {
    font-size: 16px;
    font-weight: 300;
    color: #ababab;
}
form.hs-form .hs-form-field ul.inputs-list li input {
    display: inline-block;
    vertical-align: middle;
}

form.hs-form .hs-form-field ul.inputs-list {
    margin-left: 25px;
}
html>body .hs-form textarea {
    padding: 20px 30px !important;
    width: 100% !important;
    min-height: 175px;
}
.hs-form-required textarea {
    left: 24px !important;
    top: 38px !important;
}

input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus,
html>body textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
html>body .hs-form  .uneditable-input:focus {
    background: #efefef !important; 
    border: none;
    box-shadow: none;
    color: #ffffff;
}



input[type="checkbox"] {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width: 18px;
    height: 18px;
    border: 1px solid #ababab;
    background: #ffffff;
    position: relative;
    padding: 0;
    vertical-align: middle;
}

input[type=checkbox]:checked {
    background: #fc7216;
    border: none;
}
input[type="checkbox"]:checked {
    background: #fc7216;
    border: none;
}

input[type="checkbox"]:checked:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fc7216;
    border: none;
    top: 0;
    left: 0;
}

.actions {
    text-align: right;
    margin-right: 6px;
}
   
form .btn-primary,
.hs-button.primary,
.cta_button {
    background: rgba(0,0,245,1) !important;/* Old Browsers */
   /* background: -moz-linear-gradient(left, rgba(247,149,30,1) 0%, rgba(242,100,34,1) 100%) !important; /* FF3.6+ */
   /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,149,30,1)), color-stop(100%, rgba(242,100,34,1))) !important;/* Chrome, Safari4+ */
   /* background: -webkit-linear-gradient(left, rgba(247,149,30,1) 0%, rgba(242,100,34,1) 100%) !important; /* Chrome10+,Safari5.1+ */
   /* background: -o-linear-gradient(left, rgba(247,149,30,1) 0%, rgba(242,100,34,1) 100%) !important; /* Opera 11.10+ */
   /* background: -ms-linear-gradient(left, rgba(247,149,30,1) 0%, rgba(242,100,34,1) 100%) !important; /* IE 10+ */
   /* background: linear-gradient(to right, rgba(247,149,30,1) 0%, rgba(242,100,34,1) 100%) !important;/* W3C */
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7951e', endColorstr='#f26422', GradientType=1 ) !important;/* IE6-9 */
    padding: 10px 25px !important;
    font-family: 'Fira Mono', monospace !important;
    font-size: 16px !important;
    font-weight: 100 !important;
    line-height: 19px !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    margin: 0;
    border-radius: 93px !important;
}

.btn-primary:hover,
.hs-button.primary:hover,
.cta_button:hover {
    background: #0000ff !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


@media screen and (max-width: 1024px) {
    
    body {
        padding: 0 10px;
    }
    h1 {
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
        margin-bottom: 0 !important;
    }
    
    div[class^="hs_"] {
        margin-bottom: 0;
    }
    form .hs-input {
        /*width: 100% !important;*/
        margin-bottom: 20px !important;
    }
    input,
    .hs-form fieldset.form-columns-1 .hs-input,
    input[type="text"],
    input[type="tel"],
    input[type="email"] { 
        font-size: 16px !important;
        line-height: 20px;
        height: 50px;
    }
    html>body .hs-form select {
        font-size: 16px !important;
        line-height: 20px;
        min-height: 50px;
        margin-bottom: 20px !important;
    }
    .hs-form-required {
        top: 15px;
    }
    
    /*
    .widget-type-space {
        margin-top: 20px !important;
    }
    .actions {
        text-align: center;
        width: 300px;
    }
    .hs_phone .field .hs-form-field {
        width: 95% !important;
    }
    input .hs-input {
        width: 300px !important;
    }
    .btn-primary,
    .hs-button.primary,
    .cta_button {
        font-size: 16px !important;
    }
    .btn-primary:hover,
    .hs-button.primary:hover,
    .cta_button:hover {
        font-size: 16px !important;
    }
    
    }*/
    form.hs-form .hs-form-field ul.inputs-list {
        margin-left: 0;
    } 
    form.hs-form .hs-form-field ul.inputs-list li input[type="checkbox"] {
        width: 18px !important;
    }
    .quote .quote-list {
        width: 90%;
    }
    .quote .quote-list .quote-img {
        margin-right: 20px;
    }
    footer .footer-bg .footer-social .footer-social-list .footer-social-icon img {
        width: auto;
    }
}
@media screen and (max-width: 870px) {
    .quote {
        width: 100%;
    }
    .quote .grey-block {
        width: 100%;
    }
    
    footer .footer-bg .footer-social {
        margin-right: 14%;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding: 0 0 0 0;
    }
    form {
        width: 95% !important;
    }
    
    h5 {
        font-size: 15px;
    }
    h5:before {
        margin-left: -57px;
       display:none;
    }
    h5:after {
        margin: 0 0 0 6px;
        display:none;
    }
    form .hs-input {
        width: 95% !important;
        margin-bottom: 20px !important;
    }
    fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
        float: none !important;
    }
    form.hs-form .hs-form-field ul.inputs-list {
        min-width: 300px;
    }
    
    form.hs-form .hs-form-field ul.inputs-list.multi-container li {
        float: none;
        width: 100%;
        display: block;
    }
    .hs-form-booleancheckbox .hs-form-booleancheckbox-display span {
        padding: 0;
        vertical-align: super;
    }
    form.hs-form .hs-form-field ul.inputs-list li input[type="checkbox"] {
        margin-bottom: 0 !important;
    }
    
    html>body .hs-form textarea {
        padding: 20px !important;
    }
    .actions {
        margin-right: 0;
    }
    .quote {
        width: 100%;
        height: 430px;
        margin: 40px auto
    }
    .quote .grey-block {
        width: 100%;
        height: 430px;
    }
    .quote .quote-list {
        width: 90%;
    }
    .quote .quote-list li {
        display: block;
        margin-bottom: 10px;
    }
    .quote .quote-list .quote-img {
        width: 150px;
        height: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .quote .quote-list .quote-2nd-list {
        width: 100%;
        
    }
    .quote .quote-list .quote-2nd-list li q {
        font-size: 14px;
    }
    .quote .quote-list .quote-2nd-list li p {
        font-weight: 500;
    }
    /*.row-fluid [class*="span"] {
        margin-top: 20px !important;
    }*/
    .footer-container-wrapper .row-fluid [class*="span"]:first-child {
        margin-top: 20px !important;
    }
    footer .footer-bg .footer-social {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    footer .footer-bg .footer-social h6 {
        font-size: 20px;
    }
    footer .footer-bg .footer-social .footer-social-list {
        margin-bottom: 20px;
    }

    footer .footer-bg .footer-copyright {   
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    footer .footer-bg .footer-copyright p {
        font-size: 12px;
    }
    
}

/*@media screen and (max-width: 768px) {
    body {
        padding: 0 0 0 0;
    }
    form {
        width: 95% !important;
    }
    body .hs-form fieldset.form-columns-1 .hs-input {
        width: 300px !important;
    }
    .widget-type-space {
        margin-top: 20px !important;
    }
    .hs-form {
        width: 100%;
        max-width: 90%;
    }
    .hs-form fieldset.form-columns-1 .input {
        margin-right: 0;
    }
    .hs-form fieldset.form-columns-2 .hs-form-field:first-child,
    .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
        width: 100%;
    }
    .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
        margin-left: 0;
    }
}*/




/* 
************************************************************************************************************************************************
*/


/* 4. Media Queries */



@media screen and (max-width: 1218px) {
    margin: 0 auto;
    padding: 0 20px;
}

/* Tablet */
@media screen and (max-width: 1058px) {
    /* Resetting columns */
    
    .row-fluid .span6 {
        width: 100%;
        margin: 0 auto!important;
    }
}
body{
    background: #ffffff !important;
}
