/* @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    */
/*****************************************/

@import '//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese';
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800|Raleway:100,100i,400,700,700i,800,800i,900,900i');

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: interstate_light;
    src:url(//cdn2.hubspot.net/hubfs/2277117/Entiros_Aug2016/font/InterstateLight/Interstate-Light.ttf)format('truetype'),
    url(//cdn2.hubspot.net/hubfs/2277117/Entiros_Aug2016/font/InterstateLight/Interstate-Light.eot)format('eot'),
    url(//cdn2.hubspot.net/hubfs/2277117/Entiros_Aug2016/font/InterstateLight/Interstate-Light.woff)format('woff');
}





/* ==========================================================================
   HS COS Boilerplate v1.5.3                                
   ========================================================================== */

/* This responsive framework is required for all styles. */
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight{
    margin: 0 0 5px 15px;
}

img.alignLeft{
    margin: 0 15px 5px 0;
}

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
}
 
#caldays {
    margin-bottom: 4px;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    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: 56.25%;
}
.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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0;
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * 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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: 0 5% 0 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;
    }
}

.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;
}

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
#captcha_wrapper,
#recaptcha_area,
#recaptcha_area table#recaptcha_table,
#recaptcha_area table#recaptcha_table .recaptcha_r1_c1
{ width: auto !important; overflow: hidden; }
#recaptcha_area table#recaptcha_table .recaptcha_r4_c4
{ width: 67px !important; }
#recaptcha_area table#recaptcha_table #recaptcha_image
{ width:280px !important; }
}

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





/* ==========================================================================

   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANEOUS

  7. MOBILE MEDIA QUERIES

   ========================================================================== */








/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0; 
    -webkit-font-smoothing: antialiased;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #222222;
  font-family: interstate_light,Arial, Sans-Serif;
  font-size: 15px;
  line-height: 1.4;
  font-family: 'Raleway', sans-serif !important;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  padding:0 15px;
  max-width: 1170px;
  margin: 0 auto;
}

a {text-decoration: none; color: #008cba; }
a:hover, a:focus {
  outline: 0;
  color: #233B98;
}
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background:#3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:#3399ff;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}



/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
    margin: 0 0 10.5px;
  font-family: Raleway !important;
  line-height: 29px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}


h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}
h1, h2, h3{
    margin: 21px 0 10.5px;
    font-family: interstate_light;
}
h1 { 
    font-size: 30px;
}
h2 { 
    font-size: 27px;
} 
h3 { 
    font-size: 24px;
}
h4,  h5, h6 {
    margin: 10.5px 0 10.5px;
}

h4 { 
    font-size: 19px;
}

h5 {
    font-size: 15px;
}
h6 { 
    font-size: 13px;
}
/*entiros brand guidelines*/
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.1px;
}

h1, .h1{
    font-size: 30px;
}
h2, .h2{
    font-size: 27px;
}
h3, .h3{
    font-size: 24px;
}

.blog__top a {
  color: #434447;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #758e1f;
}
a:focus {
    outline: none;
}
@media only screen and (max-width: 768px) {
    h1, .h1{
        font-size: 24px;
    }
    h2, .h2{
        font-size: 18px;
    }
    h3, .h3{
        font-size: 18px;
    }
}
p{
font-family: 'Montserrat', sans-serif;
}
/*entiros brand guidelines*/
/* Lists */

ul, ol {
    margin-top: 0;
    margin-bottom: 10.5px;
}


ul li {
    /*list-style-image: url("//cdn2.hubspot.net/hubfs/2277117/Entiros_Aug2016/image/list_bullet.png");*/
    padding: 0px 0px 0px 5px;
    line-height: 26px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================


   2. COS STRUCTURE                                            


   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}




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


.header-container-wrapper {}
.header-container {
    padding: 0 !important;
    position: relative;
    z-index: 999;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

.custom-header-wrapper {
    padding: 49px 0 0 0;
}
.custom-header {
    background: rgba(0, 0, 0, 1);
    position: fixed;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 50px;
} 

.custom-logo {
    padding: 6px 0;
}
.custom-logo .hs_cos_wrapper.hs_cos_wrapper_widget a {
    display: block;
}
.custom-logo .hs_cos_wrapper.hs_cos_wrapper_widget img:nth-child(1) {
    display: inline-block;
    max-width: 35px;
    vertical-align: middle;
} 
.custom-logo .hs_cos_wrapper.hs_cos_wrapper_widget img:nth-child(2) {
    display: inline-block;
    max-width: 156px;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
/* ==========================================================================
   Content                                                 
   ========================================================================== */


.body-container-wrapper {}
.body-container {}

.body-container-wrapper {
    padding: 151px 0 0px 0;
}
.body-container .hs_cos_wrapper.hs_cos_wrapper_widget {
   display: block;
   margin-bottom: 20px;
   overflow: hidden;
}

a#cta_button_2277117_b328224a-64f0-448c-a69d-af1c0e75feb1{
    font-size: 17px;
    letter-spacing: .5px;
}
.body-container .hs_cos_wrapper_type_header h1{
    padding-bottom: 9.5px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dddddd;

}
/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */


.custom-2col-left-img .left-img{
    float: left;
    width: 153px;
    text-align: center;
    margin-right: 20px;
}
.custom-2col-left.custom-2col-left-img .left-img {
    width: 200px;
}
.custom-2col-left-img .content {
    overflow: hidden;
    font-size: 12px;
}
.custom-2col-left-img {
    display: flex;
    align-items: center;
}

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




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


.footer-container-wrapper {}
.footer-container {}

.custom-footer-top .page-center {
    background-color: #f0f0f0;
    max-width: 100% !important;
    padding: 0 !important;
    display:none;
}
.custom-footer-text {
    border: 1px solid #fff;
    min-height: 230px !important;
    margin: 0 !important;
    padding: 6px 33px 6px 20px;
    position: relative;
    width: 25% !important;
}
.custom-footer-text h2{
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    font-size: 24px;
    border-bottom: 1px solid #CCC;
    margin: 21px 0 9.5px 0;
    font-family: interstate_light;
}
.custom-footer-text h3 img{
    vertical-align: middle;
}
.custom-footer-text p{
    font-size: 14px;
    font-family: interstate_light;
    line-height: 1.4;
    color: #222222;
    margin: 0 0 10.5px;
}
.custom-footer-text p + a:not([class]) {
    position: absolute;
    padding: 5px 35px 5px 10px;
    line-height: 25px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    border: 1px solid #cccdce;
    border-radius: 4px;
    background-color: #f1f2f3;
    background-image: url("//cdn2.hubspot.net/hubfs/2277117/Entiros_Aug2016/image/button_arrow_grey.png?t=1471581535999");
    background-repeat: no-repeat;
    background-position: right;
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
    -o-transition: background 250ms;
    transition: background 250ms;
    margin: 30px 20px 0 0;
    display: inline-block;
    right: 0;
    bottom: 11px;
}
.custom-footer-text p + a:not([class]):hover{
    background-color: rgb(217,218,219);
    color: #000;
    text-decoration: none;
}
.hs-rss-byline {
    font-size: 14px;
    opacity: 1;
    margin: 0 0 10.5px;
}
.custom-footer-bottom { 
    background-color: rgb(240,240,240); 
    justify-content: center;
    margin: 1px 0 0;
    padding: 35px 0;
}  
.custom-footer-bottom .page-center {
    max-width: 1386px !important;
}  
.custom-footer-content.custom-footer-om-entiros {
    padding: 0 0 0 2px;
}
.custom-footer-content.custom-footer-knotakt {
    padding: 0 0 0 2px;
}
.custom-footer-content.custom-footer-social {
    padding: 0 0 0 3px;
}
.custom-footer-content h2 {
    border-bottom: 1px solid #4c4d4e;
    color: #87888a;
    font-size: 18px;
    font-family: interstate_light;
    font-weight: 300;
    line-height: 1.1;
    margin: 21px 0 10.5px 0;
    padding: 0 0 10px 0;
}  
.custom-footer-content.custom-footer-link ul {
    margin: 0 0 10.5px 0;
}  
.custom-footer-content.custom-footer-link ul li a {
    color: #8C8D8E;
    text-decoration: none;
}
.custom-footer-content.custom-footer-om-entiros p a:hover {
    color: #008cba;
    text-decoration: none;
}
.custom-footer-content.custom-footer-om-entiros blockquote {
    border-left: 1px solid #ddd;
    color: #6f6f6f;
    font-size: 18.75px;
    margin: 0 0 37px;
    padding: 10.5px 21px;
}
.custom-footer-content.custom-footer-om-entiros blockquote p{
    font-size: 80%;
    color: #8C8D8E; 
    word-wrap: normal;
} 
.custom-footer-content.custom-footer-om-entiros blockquote p img {
    display: inline-block;
    vertical-align: middle;
} 
.custom-footer-content.custom-footer-om-entiros p a {
    border-radius: 4px;
    background-color: #3c3d3e;
    color: #FFF;
    font-size: 17px;
    padding: 4px 7px 4px 10px;
    min-width: 170px;
    text-decoration: none;
}  
.custom-footer-content.custom-footer-knotakt p {
    font-size: 80%;
    color: #8C8D8E;
}
.custom-footer-content.custom-footer-knotakt p span {
    color: #87888a;
    font-size: 16px;
    font-weight: bold;
} 
.custom-footer-content.custom-footer-knotakt p a,
.custom-footer-content.custom-footer-knotakt p a:hover {
    text-decoration: none;
}
.custom-footer-content.custom-footer-social ul {
    display:block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
} 
.custom-footer-content.custom-footer-social ul li {
    display: block;
    padding: 0;
    line-height: 36px;
    margin: 0 0 19px 0;
}
.custom-footer-content.custom-footer-social ul li a{
    display:block;
    text-decoration: none;
} 
.custom-footer-content.custom-footer-social ul li a img,
.custom-footer-content.custom-footer-social ul li a p{
    display: inline-block;
    margin: 0 ;
    vertical-align: top;
}
.custom-footer-content.custom-footer-social ul li a p { 
    margin: 0 0 0 8px;
} 
.custom-footer-content.custom-footer-social ul li a span {
    color: #87888a;
    display: block;
    font-size: 13px;
    line-height: 16px;
} 
.custom-footer-content.custom-footer-social ul li a:hover span {
    color: #008cba;
}
.custom-footer-content.custom-footer-social .hs_cos_wrapper.hs_cos_wrapper_widget ul li a span:nth-child(2) {  
    color: #87888a;
    font-size: 16px;
    font-weight: bold;
}
.js-imports{
    min-height:0 !important;
}
.hs-responsive-embed{
    padding-bottom: 58.25%;
}

/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */





/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
   
.custom-menu-primary.js-enabled .hs-menu-wrapper li.open-menu.hs-item-has-children:not(.active-branch) > ul{
    display:none !important;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper li:nth-child(6).open-menu.hs-item-has-children > ul{
    display:block !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
   font-family: 'Montserrat', sans-serif;;
   font-size: 15px !important;
   font-weight: 300 !important;
} 
@media screen and (min-width:1001px) {
    .custom-header {
        max-height: 50px;
    }
    .custom-header .page-center .custom-logo {
        width: 26%;
    }    
    .custom-header .page-center .custom-desktop-menu {
        width: 71%;
    }
    .custom-header .page-center .row-number-5 {
        display: none;
    }
    .custom-desktop-menu{
        display:block !important;
    }
    .custom-mobile-menu{
        display:none !important;
    }
    .custom-menu-primary .hs-menu-wrapper { 
        display:block !important;
    }
    .mobile-trigger, .child-trigger{
        display: none; /* Hide button on Desktop */
    }
    
     /* Set ul background color */
     /* Set li background Color */
     /* Set link Color */
    /* Set link Hover Color */
     /* Set link Hover Color */
    
    /* Parent List */
    .custom-menu-primary .hs-menu-wrapper > ul{  
        display: block;
        /*margin: 0 0 0 -70px;*/
        margin: 0 !important;
        background:transparent;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{  
        list-style-image: none;
        line-height: normal;
        padding: 0 0 0 5px; 
        background:transparent;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{ 
        padding: 15px 15px 14px 15px;
        font-size: 16px;
        line-height: 21px;
        font-weight: 300;
        text-decoration: none;
        color:rgb(217,218,219);   
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        text-transform: uppercase;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
        text-decoration: none;
        color:rgb(169,199,66);
    } 
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1 {
       margin-top: 0px; 
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(6) {
        margin-top: 0px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(7) {
        margin-top: 0;
    }
    /*.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>a {
        /*background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_Aug2016/image/language-flags.png') no-repeat;*/
       /* background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/globe.png') no-repeat;
        color: transparent !important;
        /*height: 44px;*/
       /* height: 47px;
        margin: 3px 0 0 0;
        /*width: 64px;*/
       /* width: 30px;
        background-position: center 8px;
        padding: 0;
    }*/
  .custom-menu-primary .hs-menu-wrapper>ul>li.Language>a {
        /*background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_Aug2016/image/language-flags.png') no-repeat;*/
       background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/globe.png') no-repeat;
        color: transparent !important;
       /*  height: 44px;*/
       height: 47px;
        margin: 3px 0 0 0;
        /*width: 64px;*/
       width: 30px !important;
        background-position: center 8px;
        padding: 0 !important;
    }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Language>a:hover {
       background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/globe-white.png') no-repeat;
       background-position: center 8px;
    }
  .custom-menu-primary .hs-menu-wrapper>ul>li.kontakt>a {
        /*background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_Aug2016/image/language-flags.png') no-repeat;*/
       background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/contact-us.png') no-repeat;
        color: transparent !important;
       /*  height: 44px;*/
       height: 47px;
        margin: 3px 0 0 0;
        /*width: 64px;*/
       width: 30px !important;
        background-position: center 8px;
        padding: 0 !important;
    }
  .custom-menu-primary .hs-menu-wrapper>ul>li.kontakt>a:hover {
       background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/contact-us.png') no-repeat;
       background-position: center 8px;
    }
    /*.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>a:hover {
       background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/globe-white.png') no-repeat;
       background-position: center 8px;
    }*/
    body:not(.hs-blog-post) .custom-menu-primary .hs-menu-wrapper>ul>li.active > a {
        color: #a9c742;
        /*background-color: #272727;*/
    }
  .custom-menu-primary .hs-menu-wrapper>ul>li.book-meeting{
  		width: 190px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.book-meeting>a {
        line-height: 32px;
        padding: 0px 55px 0 10px !important;
        border: 1px solid #a9c742;
        color: #a9c742;
        margin-top: 8px;
        margin-left: 12px;
        text-align: left;
        background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/book-a-meeting.png') no-repeat;
        background-position: right 8px center;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.book-meeting>a:hover {
        color: white;
        border: 1px solid white;
        background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/book-a-meeting-white.png') no-repeat;
        background-position: right 8px center;
    }
   /* .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a {
        line-height: 32px;
        padding: 0px 55px 0 10px !important;
        border: 1px solid #a9c742;
        color: #a9c742;
        margin-top: 8px;
        margin-left: 12px;
        text-align: left;
        background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/icon-integrate.png') no-repeat;
        background-position: right 8px center;
    }*/
    /*.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a:hover {
        color: white;
        border: 1px solid white;
        background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/icon-integrate-white.png') no-repeat;
        background-position: right 8px center;
    }*/
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch.open-menu.hs-item-has-children:not(:nth-child(6))>a {
        color: #a9c742 !important;
        background-color: transparent !important;
    }
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul > li.open-menu ul {
        display: block!important;
        padding: 16px 16px 16px 16px;
        left: 5px;
    } 
    .custom-menu-primary.js-enabled .hs-menu-wrapper li:nth-child(6).open-menu.hs-item-has-children > ul {
        padding;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: rgba(0,0,0,.3);
        left: 0;
        position: absolute;  
        display: none !important;
    } 
    .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-menu-item { 
        display: inline-block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
        background:transparent;
    } 
    .custom-menu-primary .hs-menu-wrapper>ul>li.open-menu ul li a {
        padding: 0 30px 0 0;
        line-height: 26px;
        font-size: 16px;
        color: #fff;
        font-family: interstate_light;
        position: relative;
        text-transform: uppercase;
    } 
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
        text-decoration: none; 
        color:rgb(169,199,66);
    }  
    .custom-menu-primary .hs-menu-wrapper>ul ul li a:before {
        content: "";
        /*background-image: url("//cdn2.hubspot.net/hubfs/2277117/Entiros_Aug2016/image/list_bullet.png?t=1471581981757");*/
        position: absolute;
        left: -22px;
        top: 10px;
        height: 9px;
        width: 9px;
    }
    /* Override max width on menu links */
    .custom-menu-primary .hs-menu-wrapper > ul li a, 
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        overflow: visible !important;
        max-width: none !important;
        width: auto !important;
    } 

}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 15px 15px 14px 15px;
}
 


/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS                                         


   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================


   5. COS COMPONENTS                                        


   ========================================================================== */





/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {}
body.hs-blog-listing .custom-footer-top .page-center{
    display: block;
}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: none;
  margin: 0px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
 

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* -------------- Default Code for comment ------------ */

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
	margin-top: 30px;
}
.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}
.comment-body {
	border-bottom: medium none;
	color: #222222;
	display: block;
	font-family: interstate_light,Arial, Sans-Serif; 
	font-size: 15px; 
	line-height: 1.4;
	padding: 0;
}
.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}
.comment-date {
	color: #222222 !important;
	display: block !important;
	text-align: left;
}
.custom_listing_comments {
	border: 1px solid #e2e2e2;
	display: block;
	line-height: 165%;
	padding: 15px;
}

#comments-listing.no-comments {
   display: none;
}
/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
	max-width: 70px;
	padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
	height: auto !important;
	max-width: 100%;
}

.hs-blog-social-share {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: auto;
	margin-top: 10px;
	padding: 10px 0 0;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
	background: none;
	list-style-type: none;
	padding: 0;
}

.blog p#hubspot-topic_data {
	margin: 20px 0;
	display: block;
}

.blog .blog-sidebar span.filter-link-count {
	display: none;
} 
a.more-link { 
	display: inline-block;
} 
.blog-pagination a { 
    display: inline-block;
    padding: 10px 0; 
    vertical-align: middle;
} 
.blog .blog-sidebar ul {
	display:block;
	margin:0 0 10px 0;
	padding:0 0 0 20px; 
} 
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .hs_cos_wrapper_type_google_search form.hs-form label,
.blog.hs-blog-post .section.post-header h1 { 
    font-size: 22px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 15px;
    margin-top: 21px;
    margin-bottom: 10.5px;
    font-family: interstate_light;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}
.blog .post-item .post-header h2 a  {   
	text-decoration:none;
}
.blog .post-item .post-header h2 a:hover  {  
	text-decoration:none;
}

/* -------------------- Ends ----------- */

.post-item{
    border-bottom: 1px solid #CCCCCC;
    margin:0 0 5px; 
    padding: 10px 0px 20px 0px;
}
.blog .hs-blog-header h1,.blog.hs-blog-post .section.post-header h1{
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    padding-bottom: 9.5px;
    margin: 21px 0 21px;
    border-bottom: 1px solid #dddddd;
    font-size: 30px;
    font-family: interstate_light;
}
.custom-featured-image-wrapper {
    width: 171px;
    max-width: 171px;
    max-height: 138px;
    float: left;
    text-align: center;
    padding-right: 10px;
} 
.custom-post-inner-content-wrapper {
    overflow: hidden;
}
#hubspot-author_data {
    color: #222; 
}
.hs-blog-post #hubspot-author_data {
    color: #777;
    margin-bottom: .2em;
    font-style: italic;
}
.blog .post-item .post-header h2 {
    color: rgb(0, 140, 186);
    font-size: 27px;
    font-family: interstate_light;
    font-weight: 300;
    line-height: 29.7px;
    margin: 21px 0 10.5px 0;
}
.blog .post-item .post-header h2 a {
    color: #008cba;
    font-size: 27px;
    font-family: interstate_light;
    font-weight: 300;
    line-height: 29.7px;
    text-decoration: none;
} 
.blog .post-item .post-header h2 a:hover { 
    text-decoration: underline;
} 
.blog p#hubspot-topic_data {
    margin: 0;
    display: block;
}
.blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget { 
    margin-bottom: 0; 
}
.custom-social-arkiv-wrapper,
.custom-twitter-fream{
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 10px;
}
.blog .blog-sidebar .custom-sidebar-social ul,
.blog .blog-sidebar ul{
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.blog .blog-sidebar .custom-sidebar-social ul li,
.blog .blog-sidebar ul li{
    display: block; 
    list-style-image: none;
    padding: 0; 
}
.blog .blog-sidebar .custom-sidebar-social ul li a{
    display: block;
    text-decoration: none;
}
.blog .blog-sidebar .custom-sidebar-social ul li a img {
    display: inline-block;
    margin: 7px 0 0 0;
    vertical-align: top;
} 
.blog .blog-sidebar .custom-sidebar-social ul li:last-child a p {
    margin: 0 0 0px 7px;
}
.blog .blog-sidebar .custom-sidebar-social ul li a p {
    display: inline-block;
    margin: 0 0 10.3px 7px;
    vertical-align: middle;
}
.blog .blog-sidebar .custom-sidebar-social ul li a p strong{
    color: rgb(34, 34, 34);
    display: block;
    font-size: 15px;
    line-height: 21px;
} 
.blog .blog-sidebar .custom-sidebar-social ul li a p span {
    color: rgb(0, 140, 186);
    display: block;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
}
.blog .blog-sidebar .custom-sidebar-social ul li a p span:hover {
    text-decoration: underline;
}
.custom-twitter-fream{
    background-color: rgb(240,240,240); 
}
.blog-post div#hubspot-author_data {
    font-style: italic;
    font-weight: 400;
    color: #777;
    font-family: interstate_light;
}  

/********************************************************************** 
Numbered Pagination
************************************************************************/
.blog-pagination{
    display: block;
    padding: 21px 0;
    text-align: center;
}

.blog-pagination > div{
    display: inline-block;
}

.blog-pagination-left{
    text-align: right;
}

.blog-pagination-right{
    text-align: left;
}

.blog-pagination a {
    border: 1px solid transparent;
    border-radius: 3px;
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 0 4px;
    line-height: 1.4;
    padding: 8px 13.5px;
    text-decoration: none;
}

.blog-pagination a:hover,
.blog-pagination a:focus{ 
    background-color: #eeeeee;
    border-color: transparent;
    color: #008cba;
} 
.blog-pagination a.elipses{
    border: 0;
} 
.blog-pagination a.active{
    color: #ffffff;
    background-color: #008cba;
    border-color: transparent; 
}  
/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select { 
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 4px 6px;
    color: #555555;
    display: inline-block;
    margin: 0 0 15px 0 !important;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    width: 100%;
    font-family: interstate_light,Arial, Sans-Serif;
    font-size: 15px;
} 
body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {  
   border-color: rgba(82, 168, 236, 0.8);
   outline: 0;
   outline: thin dotted \9;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
} 
body .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0
}
/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { 
   opacity: 1;  
}
:-moz-placeholder {  
   opacity: 1;  
}
::-moz-placeholder { 
   opacity: 1; 
}
:-ms-input-placeholder {  
   opacity: 1;  
}

.one-column .body-container form {
   width: 50% !important;
}
#email-prefs-form .email-edit { 
    max-width: 100%  !important;
}

ul.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
}

ul.hs-error-msgs.inputs-list label,
span.hs-form-required{
    font-style: normal !important;
    color: #d31111;
}

/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {width: auto;margin: 0 10px 0 0;vertical-align: top;}
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] { 
    cursor: pointer;
    display: inline-block;
    line-height: 1.4; 
    padding: 4px 12px;
    margin: 20px 0 !important; 
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
    -webkit-appearance: none;
    font-family: interstate_light,Arial, Sans-Serif;
    font-size: 15px;
    text-decoration: none ;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover { 
   text-decoration: none;
   background-color: #e6e6e6;
   background-position: 0 -15px;
   -webkit-transition: background-position 0.1s linear;
   -moz-transition: background-position 0.1s linear;
   -o-transition: background-position 0.1s linear;
   transition: background-position 0.1s linear;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus { 
   text-decoration: none;
   background-color: #e6e6e6;
   background-position: 0 -15px;
   -webkit-transition: background-position 0.1s linear;
   -moz-transition: background-position 0.1s linear;
   -o-transition: background-position 0.1s linear;
   transition: background-position 0.1s linear;
}

/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================


6. MISCELLANEOUS                                      


========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 








/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */



@media (max-width: 1216px) { 

    .widget-span.custom-footer-text {
        width: 50% !IMPORTANT;
    }
    

}


   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1199px) { 
    
    .container-fluid .row-fluid .page-center {
        max-width:992px;
    } 
    .custom-logo {
        padding: 6px 0 7px 7px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul { 
        margin: 0 0 0 -67px; 
    } 
    .custom-footer-bottom { 
        padding: 35px 0 33px 0;
    }
    .custom-footer-bottom .page-center {
        max-width: 945px !important;
    }
    
}
@media (max-width: 1000px){  
    
    .custom-header .page-center {
        position:relative;
    }
    .custom-mobile-menu{
        display:block !important;
    }
    .custom-desktop-menu{
        display:none !important;
    } 
    .custom-logo {
        /*padding: 6px 0 2px 3px;*/
        padding-bottom: 2px;
    }
    /*.custom-logo .hs_cos_wrapper.hs_cos_wrapper_widget img:nth-child(1) {
        display: inline-block;
        max-width: 35px;
        vertical-align: middle;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: -webkit-filter 500ms linear;
        -webkit-transform: rotate(180deg);
    } */
    .custom-footer-bottom {
        padding: 37px 0 33px 0;
    }
    .custom-header .row-number-6 {
        position: relative;
    }   
    .custom-header .row-number-6 .custom-mobile-menu {
        position: absolute;
        top: 0;
        width: 100%;
    }
 

/* 
* Menu Reset Remove styling from desktop version of custom-menu-primary.
Place any  additional CSS you want removed from the mobile menu in this reset 
*/

/* Variables
 ========================================================================== */

   /* Set Mobile Menu Background Color */
      /* Set Link Color */
 /* Set Link Hover Color */

    
    .custom-menu-primary,
    .custom-menu-primary .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul li,
    .custom-menu-primary .hs-menu-wrapper > ul li a{
        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:rgb(217,218,219);
    } 
    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        position: static;
        float: right;
        width: auto;
        height: auto;
        padding: 7px 10px 8px 10px;
        background: transparent;
        border: 1px solid transparent;
        text-align: left;
        margin: -39px 15px 0 0;
    }
    .mobile-trigger:hover{
        text-decoration: none; 
        color:rgb(177,178,180);
        background-color: #000000; 
        border-color: transparent;
    } 
    .mobile-open .mobile-trigger{
        color:rgb(177,178,180);
        background-color: #000000; 
        border-color: transparent;
    }  
    .mobile-trigger i{
        display: inline;
        position: relative;
        top: -4px;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
        position: absolute;
        content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
        width: 22px;
        height: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color:rgb(217,218,219);
        display: inline-block;
    }
    .mobile-trigger i:before{
        top: -6px;
    }
    .mobile-trigger i:after{
        top: 6px; 
    } 
    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        background-color: #b3b3b3; /* Icon color */
    }  
    .child-trigger {
        display: inline-block;
        cursor: pointer;
        position: absolute; 
        min-width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        vertical-align: middle;  
        top: 20px;
        margin: 0;
        right: 0;
        width: 100% !important;
    }
    .child-trigger:hover{
        text-decoration: none;
    } 
    .child-trigger:after {
        content: "";
        height: 0;
        margin: 20px 0 0 6px; 
        vertical-align: middle;
        border-top: 4px ;
        border-top: 4px ;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        line-height: 21px;
        display: inline-block;
    }
    .custom-menu-primary.js-enabled{ 
        position: static; 
    }  
    .custom-menu-primary.js-enabled .hs-menu-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
        display: none;
    }  
    .custom-menu-primary ul.hs-menu-children-wrapper{
        visibility: visible !important;
        opacity: 1 !important;
        position: absolute !important;
        top: 48px;
        background-color: rgba(0,0,0,.3);
        padding: 16px 16px 16px 56px;
        left: 5px !important;
    } 
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        position: relative;
        top: auto;
        left: 0;
        padding: 0;
        overflow: visible !important; 
    }
    .custom-menu-primary .hs-menu-wrapper{
        background-color:#000000; 
        width: 100%; 
    } 
    .custom-menu-primary .hs-menu-wrapper>ul {
        border-top: 1px solid #222;
        max-width: 720px;
        margin: 1px auto 0 auto;
        padding: 7.5px 0 7.5px 0; 
    }
    .custom-menu-primary .hs-menu-wrapper>ul li {
        float: left !important; 
        padding: 0 1px 0 4px; 
        width: auto !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{  
        font-size: 16px;
        padding: 10px 15px;
        line-height: 21px;
        text-decoration: none; 
        display: inline-block;
        vertical-align: middle;
    }
    /*.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>a,
    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>a:hover{
        background: url('//cdn2.hubspot.net/hubfs/2277117/Entiros_Aug2016/image/language-flags.png') no-repeat;
        color: transparent !important;
        height: auto;
        margin: 3px 0 -3px 0px;
        width: 64px;
    } */
    .custom-menu-primary .hs-menu-wrapper > ul li{   
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a{ 
        color:rgb(217,218,219);  
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        color:rgb(177,178,180);  
    } 
    .custom-menu-primary .hs-menu-wrapper > ul ul li{ 
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{  
        padding: 0;
        line-height: 26px;
        font-size: 16px;
        color: #fff;
        font-family: interstate_light;
        position: relative;
    } 
    .custom-menu-primary .hs-menu-wrapper>ul ul li a:before {
        content: "";
        background-image: url("//cdn2.hubspot.net/hubfs/2277117/Entiros_Aug2016/image/list_bullet.png?t=1471581981757");
        position: absolute;
        left: -22px;
        top: 10px;
        height: 9px;
        width: 9px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{ 
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{ 
    }
    
}

@media (max-width: 992px) { 
    .container-fluid .row-fluid .page-center {
        max-width:750px;
    } 
    .custom-logo {
        padding: 6px 0 2px 0px;
    }
    .custom-logo .hs_cos_wrapper.hs_cos_wrapper_widget a{
        white-space: nowrap;
    }
    .custom-logo .hs_cos_wrapper.hs_cos_wrapper_widget img:nth-child(1) { 
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%); 
    }
    .custom-logo .hs_cos_wrapper.hs_cos_wrapper_widget img:nth-child(2) {
        /*display: none !important; */
        margin: 0 0 0 6px;
    }  
    .custom-menu-primary .hs-menu-wrapper>ul { 
        padding: 7.5px 0 8.5px 0;
    }
    
    .custom-menu-primary ul.hs-menu-children-wrapper { 
        padding: 18px 16px 15px 56px; 
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a,
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{  
        color:#fff; 
        /*font-size: 12px;*/
        line-height:28px;
    } 
    bod:not(.blog) .body-container-wrapper {
        padding: 30px 0 30px 0;
    }
    .custom-footer-bottom {
        padding: 37px 0 25px 0;
    } 
    .custom-footer-content.custom-footer-link ul li a { 
        font-size: 12px; 
    } 
}



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

    .child-trigger{
        display: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:not(:nth-child(6)){
        position: static;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:not(:nth-child(6)) > a{}
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.open-menu.hs-item-has-children:not(:nth-child(6))>a{
        background-color: #272727;
        color: #ffffff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.hs-item-has-children:not(:nth-child(6)) > a::after{
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 6px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.open-menu.hs-item-has-children:not(:nth-child(6)) > ul{
        text-align: center;
        left: 0 !important;
        right: 0;
        display: inline-flex !important;
        justify-content: center;
        background-color: rgb(240,240,240);
        padding: 0;
        top: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:not(:nth-child(6)) > ul > li{
        display: table-cell;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:not(:nth-child(6)) > ul > li > a{
        padding: 12px 15px;
        font-size: 13px;
        font-weight: 300;
        line-height: 18px;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        color: rgb(88,88,90);
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:not(:nth-child(6)) > ul > li.active > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:not(:nth-child(6)) > ul > li > a:hover{
        color: rgb(177,178,180);
    }
    .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:not(:nth-child(6)) ul li a:before{
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.open-menu ul {
        display: block!important;
        padding: 16px 16px 16px 16px;
        left: 5px;
    } 
    
}



@media (max-width: 1170px) {}

@media (max-width: 1000px) {
    .custom-header .row-number-3 {
        height: 50px;
    }
    .custom-header .page-center .row-number-4 {
        width: 81%;
    }
    .custom-header .page-center .row-number-5 {
        float: right;
        position: relative;
        top: -39px;
        width: 15%;
    }
    .custom-header .page-center .row-number-5 .mobile-trigger {
        margin-top: 0;
    }
}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {
    .blog .hs-blog-header h1, .blog.hs-blog-post .section.post-header h1,
    h1, .h1 {
        font-size: 24px;
    }
    h2, .h2 {
        font-size: 18px;
    }
    a {
        font-size: 12px;
    }
    .body-container-wrapper {
        padding: 30px 0 30px 0;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper { 
        max-height: 340px;
        overflow-y: auto !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul {
        max-width: 100%;
        padding: 6px 16px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul li {
        float: none !important;
        position: relative !important;
        width: 100% !important;
    }   
    .custom-menu-primary .hs-menu-wrapper>ul>li >a {
        font-size: 12px; 
        display:inline-block;
        line-height: 21px;
        padding: 10px 15px;
        text-decoration: none;
    }
    .custom-menu-primary .hs-menu-wrapper>ul li.open-menu >a,
    .custom-menu-primary .hs-menu-wrapper>ul li.show-nav >a {
        color: #ffffff;
        background-color: #272727;
    }
    .mobile-trigger { 
        margin: -35px 0 0 0;
    } 
    .custom-logo .hs_cos_wrapper.hs_cos_wrapper_widget img:nth-child(2){
        display: none;
    }
    .child-trigger {
        display: none;
        cursor: pointer;
        position: absolute;
        float: none;
        width: 30px!important;
        min-width: auto !important;
        height: 41px !important;
        padding: 0 !important;
        vertical-align: middle;
        right: 0;
        top: 0;
        text-align: center;
    }  
    .child-trigger:after {
        content: "";
        height: 0;
        margin: 16px 0 0 6px; 
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        line-height: 21px;
        display: inline-block;
    } 
    .custom-menu-primary ul.hs-menu-children-wrapper { 
        background: transparent; 
        top: 0;
    } 
     .custom-menu-primary.js-enabled .open-menu > .hs-menu-children-wrapper{
         display: block;
     }
    .custom-menu-primary .hs-menu-wrapper>ul>li{
        max-width: 165px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:not(:nth-child(6))>ul{
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:not(:nth-child(6))>ul > li{}
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:not(:nth-child(6))>ul > li > a{
        padding: 5px 15px 5px 25px;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        font-size: 13px;
        line-height: 21px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:not(:nth-child(6))>ul > li > a:before{
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.hs-item-has-children:not(:nth-child(6)) > a::after{
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 6px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:not(:nth-child(6))>ul > li > a:hover{
        color: #ffffff;
        background-color: #272727;
    }
    .custom-menu-primary ul.hs-menu-children-wrapper .page-center {
        position: relative;
        max-width: 100% !important;
        padding: 0 !important;
        background: transparent;
    } 
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{ 
        color:#fff;
        font-size: 12px;
        padding:0px;
        line-height: 26px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{  
        color:#fff;
        font-size: 12px;
        padding:0px;
        line-height: 26px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul li:nth-child(6).show-nav>a{  
        background-color: transparent;
        color: transparent;
    } 
    .body-container-wrapper {
        padding: 0 0 30px 0;
    } 
    .widget-span.custom-footer-text {
        width: 100% !IMPORTANT;
    }
    .custom-footer-bottom {
        padding: 37px 0 21px 0;
    } 
    .custom-footer-content{
        padding: 0 !important;
    }  
    .custom-footer-content.custom-footer-social ul { 
        padding: 1px 0 0 0; 
    } 
    .blog .blog-sidebar {
        padding:50px 0 0 0;
    }
    .one-column .body-container form {
       width: 100% !important;
    } 
    
    img[style*="float: right"],img[style*="float: left"]{
        float: none !important;
        display: block !important;
        margin: 10px 0;
    }
}


/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {
 
    .custom-post-inner-content-wrapper,
    .custom-featured-image-wrapper{
        float: none !important;
        max-width: 100%;
        padding: 0;
    }
    .custom-2col-left-img{
        display: block;
    }
    .custom-2col-left.custom-2col-left-img .left-img ,
    .custom-2col-left-img .left-img{
        width: 100%;
        margin-bottom: 13px;
        float: none;
    }
    .custom-2col-left-img .content{
        overflow: visible;
        text-align: center;
    }

}

@media (min-width: 1001px) and (max-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) {
      display: none;
  }  
}





/*****
* COOKIES *
*******/
body div#hs-eu-cookie-confirmation-new {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    background: rgba(169, 199, 66, 0.90) !important;
    box-shadow: 0 -1px 20px rgba(0,0,0,.2);
    font-family: 'Raleway',sans-serif !important;
    text-shadow: none !important;
    border-top: 0px solid #000;
    z-index: 1000000010;
}
/*body div#hs-eu-cookie-confirmation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    background: rgba(169, 199, 66, 0.90) !important;
    box-shadow: 0 -1px 20px rgba(0,0,0,.2);
    font-family: 'Raleway',sans-serif !important;
    text-shadow: none !important;
    border-top: 0px solid #000;
    z-index: 1000000010;
   display: none; 
} */
body div#hs-eu-cookie-confirmation {
    background: #fff;
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000000 !important;
    border-bottom: 1px solid #cbd6e2;
    border-top: 1px solid #cbd6e2;
    box-shadow: 0 1px 5px #eaf0f6;
    color: #33475b;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal !important;
    line-height: 18px;
    text-align: left;
    text-shadow: none !important;

}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
  background: #fff;
  margin: 0 auto;
  max-width: 1902px;
  padding: 40px 120px 30px 120px;
  display: flex;
}
body div#hs-eu-cookie-confirmation-new div#hs-eu-cookie-confirmation-inner div {
    color: white !important;
    font-family: 'Raleway',sans-serif !important;  
    padding-right:30px !important;
    line-height: 23px;

}
body div#hs-eu-cookie-confirmation-new div#hs-eu-cookie-confirmation-inner div a{
    color: white !important;
}
body div#hs-eu-cookie-confirmation-new div#hs-eu-cookie-confirmation-inner div a:hover {
    color: #758e1f !important;
    background-color: #fff !important;
}
body div#hs-eu-cookie-confirmation-new div#hs-eu-cookie-confirmation-inner div .green-button {
    height: auto;
    min-height: 40px;
    line-height: 29px;
    padding: 7px 23px;
    }


body div#hs-eu-cookie-confirmation-new div#hs-eu-cookie-confirmation-inner {
    display: flex;  
    flex-wrap: wrap; 
    text-align: left;    
    padding: 10px 15px;
    color: white;
    width: 85%;
}
body div#hs-eu-cookie-confirmation-new div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area{
    display: flex;
    align-items: center;
    justify-content: end;
}
body div#hs-eu-cookie-confirmation-new div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    
    text-transform: uppercase !important;
    background: rgba(255, 255, 255, 0.2);
    text-shadow:none !important;
    box-shadow: none !important;
    border:none !important;
    height: auto !important;
    min-height: 40px !important;
    line-height: 29px !important;
    padding: 7px 23px !important;
    
}

#hs-en-cookie-confirmation-buttons-area {  
    display: block;
    margin: auto !important;
    width: 200px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
  text-align: center !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    display: inline-block;
    position: relative;
    left: -20px;
}

@media(max-width:991px){
    body div#hs-eu-cookie-confirmation-new {
        top: auto;
        bottom:0;
        box-shadow: 0 1px 20px rgba(0,0,0,.2);
        border-bottom: 2px solid #000;
        border-top:0;
        z-index: 1000000010
    }
    body div#hs-eu-cookie-confirmation-new div#hs-eu-cookie-confirmation-inner {
        display: block;  
        flex-wrap: unset; 
    }
        body div#hs-eu-cookie-confirmation-new div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area{
        justify-content: center;
    }
}

@media (min-width: 1200px){
  .landing-nav .row-fluid, .container {
      max-width: 1700px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .landing-nav .row-fluid, .container {
      width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .landing-nav .row-fluid, .container {
      width: 750px;
  }
}
.landing-nav .row-fluid, .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*
.header-consent-container.legal-consent-container {
    position: fixed;
    top: -1000px;
    left: 0;
    right: 0;
    background: #161d23;
    z-index: 9999999;
    padding: 50px 0 50px 0px;
    color: #fff;
     border-bottom: 20px solid #a9c742;
    transition-duration: 1s;
}
.header-consent-container.legal-consent-container.show_me{
  top: 0;
}
.header-consent-container.legal-consent-container .hs-richtext,
.header-consent-container.legal-consent-container label {
    color: #fff !important;
    font-size: 12px !important;
    font-family: 'Raleway', sans-serif !important;
    text-align: left; 
}
*/
.legal-consent-container .hs-form.stacked .field,
.legal-consent-container .hs-form.stacked .field div.input {
    width: 100% !important;
}
.consent-entiros-form{
  cursor: pointer;
  color: green;
}
.legal-consent-container .hs-error-msgs label{
  color: red;
}
.hs-form.stacked .legal-consent-container  label {
  display: block !important;
}
.legal-consent-container input.hs-input{
  position: relative;
  top: 3px;
}
.legal-consent-container ul{
  padding : 0; 
}
.legal-consent-container ul li{
  list-style: none; 

}
.navbar-fixed-top, .navbar-fixed-bottom{

}
.hbspt-form ul li{
  list-style: none;
}
.hs-form label {
    display: unset;
    color: #c36b6b;
    text-align: left;    
}



.header-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: unset;
}
.header-container-wrapper .active-branch {
    float: right;
}
.body-container-wrapper {
    padding-top: 0;
}
.header-container-wrapper .dropdown .submenu {
  background-color: rgb(240,240,240);
  width: 100%;
  text-align: center;
}
.header-container-wrapper .dropdown:hover .submenu {
    display: block !important;
}
.header-container-wrapper .dropdown .submenu:hover  {
    display: block !important;
  width: 100%;
}
.header-container-wrapper .dropdown .submenu li  {
    float: none !important; 
}
.header-container-wrapper .dropdown .submenu li a {
    color: rgb(88,88,90);
}
.header-container-wrapper .dropdown > a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header-container-wrapper .dropdown {
    position: unset;
}
h2.bottom-line::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 50px;
    height: 4px;
    background: #a9c742;
    z-index: 1;
}
h2.bottom-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 200px;
    height: 2px;
    background: #e2e2e2;
}

/* Footer */
.footer{
  width:100%;
  background-color: rgb(240,240,240);
  color:white;
  display: inline-flex !important;
  justify-content: center;
    margin-top: 1px;
  padding-top: 35px;
padding-bottom: 36px;
}
.front .footer{
  margin-top: 1px;
}

@media (min-width: 768px){
  /*.region-footer .block {
     position: relative;
     float: left;
     width: 25%;
     padding: 0 20px;
  }*/
}

.footer li a {
    color: #8C8D8E;
    text-decoration: none;
  font-weight: 300;
  cursor: pointer;
}

.footer span{
  color: #87888a;
    font-size: 16px;
    font-weight: bold;
}

.footer p{
  font-size: 80%;
  color: #8C8D8E;
}

.block:first-child h2.block-title, .page-header {
    margin-top: 21px;
}

.region-footer .block-title{
  font-size: 18px;
  color: #87888a;
  padding-bottom: 10px;
  border-bottom: 1px solid #4c4d4e;
}



.footer_button {
    margin-top: 10px;
    padding: 4px 7px 4px 10px;
    display: inline;
    /* font-family: Helvetica; */
    font-size: 17px;
    text-decoration: none;
    color: #FFF;
    width: 170px;
    border-radius: 4px;
    background-color: #3c3d3e;
}

.footer_facebook{
  color: #87888a;
  text-decoration: none;
  background-image: url("../img/fb_grey.png");
  background-repeat: no-repeat;
  padding-left: 40px;
  height: 40px;
  display: block;
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 15px;
}
a.footer_facebook{
  text-decoration: none;
}

.footer_twitter {
    color: #87888a;
    text-decoration: none;
    background-image: url("../img/twitter_grey.png");
    background-repeat: no-repeat;
    padding-left: 40px;
    height: 40px;
    display: block;
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 15px;
}
a.footer_twitter{
  text-decoration: none;
}

.footer_linkedin {
    color: #87888a;
    text-decoration: none;
    background-image: url("../img/linkedin_grey.png");
    background-repeat: no-repeat;
    padding-left: 40px;
    height: 40px;
    display: block;
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 15px;
}
a.footer_linkedin{
  text-decoration: none;
}

.footer_rss {
    color: #87888a;
    text-decoration: none;
    background-image: url("../img/rss_grey.png");
    background-repeat: no-repeat;
    padding-left: 40px;
    height: 40px;
    display: block;
    line-height: 16px;
    font-size: 13px;
}

.footer a:hover{
  text-decoration: none;
}
/***** FOOTER *****/

.footer {
  background-image: url("https://cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/footer-bg-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: auto;
  position: relative;
  min-height: 382px;
  margin-top: 0 !important;
  border: 0;
}

.not-front .footer {
  margin-top: 100px !important;
}

.footer h2 {
  font-family: 'Montserrat', sans-serif;;
  font-size: 16px;
}

.footer .about-ent {
  text-align: left;
  margin-top: 0px;
}

.footer .about-ent .about-ent-text {
  text-align: left;
  margin-top: 30px;
}

.footer .menu-ent ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.footer .menu-ent li,
.footer .menu-ent li a {
  margin: 0;
  padding: 0;
  color: white;
}

.footer .menu-ent li.active a {
  color: #a9c742;
}

.footer .menu-ent li a:hover,
.footer .menu-ent li a:focus {
  color: #a9c742;
  background-color: transparent;
}

/***** END FOOTER *****/

/***** FOOTER BOTTOM *****/

.footer_bottom {
  background-color: black;
  height: 100px;
  max-height: 100px;
  font-size: 14px;
  color: #dddddd;
  line-height: 100px;
}

.footer_bottom .copyright {
  text-align: left;
}

.footer_bottom .social {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.footer_bottom .social ul {
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
}

.footer_bottom .social ul li {
  list-style-image: none;
  float: left;
  list-style-type: none;
  margin-left: 37px;
}

.footer_bottom .social a {
  float: left;
  margin: 0;
  padding: 0;
  height: 15px;
  width: 15px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.footer_bottom .social .footer_facebook {
  background-image: url(https://cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/icon-grey-fb.png);
}

.footer_bottom .social .footer_facebook:hover {
  background-image: url("https://cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/icon-green-fb.png");
}

.footer_bottom .social .footer_twitter {
  background-image: url("https://cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/icon-grey-twitter.png");
}

.footer_bottom .social .footer_twitter:hover {
  background-image: url("https://cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/icon-green-twitter.png");
}

.footer_bottom .social .footer_linkedin {
  background-image: url("https://cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/icon-grey-linkedin.png");
}

.footer_bottom .social .footer_linkedin:hover {
  background-image: url("https://cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/icon-green-linkedin.png");
}

.footer_bottom .social .footer_rss {
  background-image: url("https://cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/icon-grey-rss.png");
}

.footer_bottom .social .footer_rss:hover {
  background-image: url("https://cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/icon-green-rss.png");
}
.bottom-line-footer {
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;;
    font-size: 22px;
    padding: 0 0 15px 0;
    margin-bottom: 30px;
    background: url("https://cdn2.hubspot.net/hubfs/2277117/Entiros_JAN_2017_files/images/bottom-line-long-1.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 270px 3px;
    letter-spacing: 1.1px;
}
.footer a {
    color: #a9c742;
}
.blogg-desc a {
	color: #ffffff;
  font-weight: 300;
}
.blogg-desc a:hover {
	color: #a9c742;
}
.footer .hbspt-form {
	position: relative;
}
.footer .legal-consent-container {

    position: absolute;
    background: #fff;
    padding: 15px;
    z-index: 1;
    top: -120px;
    width: 100%;
    display: none;
}
.footer .consent-entiros {
    cursor: help;
}
.footer .consent-entiros:hover+.legal-consent-container {
    display: block;
}
.newsletter-ent .input input {
    width: 236px !important;
height: 21px;
padding: 6px 16px !important;
border: 1px solid #dddddd !important;
box-shadow: none !important;
font-size: 14px !important;
max-width: none;
color: #dddddd !important;
background-color: transparent !important;
  margin-top: 15px !important;
}
.footer .hs-fieldtype-text label{
	display: none !important;
}
.footer .actions {
    margin-top: -15px !important;
}
.body-container.container-fluid {
	padding: 0 !important;
}
/**********
CTA BUTTONS
**********/
.cta_button.btn.secondary {
    background:transparent !important;
    color: !important;
    border-color: !important;
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}
.cta_button.btn.secondary:hover {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}
.entiros .cta_button.btn.secondary {
    border-color: white !important;
    color: white !important;
}
.button_link {
    color: ;
    font-weight: 600;
    padding-right: 20px;
    display:inline-block;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.button_link:hover {
    padding-right: 25px;
}


body form input[type="text"],
body form textarea, 
body .entiros form input[type="text"],
body .entiros form textarea,
body form .input select,
body form input[type="email"],
body form input[type="tel"]{
    font-family: 'Montserrat' !important;
    padding: 0 15px !important;
    border: 0 !important;
    height:50px;
    font-size: 16px !important;
    background: rgba(255,255,255,.4) !important;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    -moz-transition: all .2s ease !important;
    transition: all .2s ease !important;
    color: #2a2a2a !important;
    width: 100% !important;
    /*-webkit-appearance: none !important;*/
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom:0 !important;
    box-shadow:none !important;
}
body .white form input,
body .white form textarea,
body .white form .input select{
    background:#f7f7f7 !important;
}
.subscribe-newsletter .hs_email input {
    min-width: 300px;
}
body form.hs-form fieldset .hs-form-field:last-child {
    padding-left: 5px;
}
body form.hs-form fieldset .hs-form-field:first-child {
    padding-right: 5px;
}
body form.hs-form fieldset .hs-form-field {
    padding-right: 0;
}
.download__block form .hs-form-field>label {
    display: none;
}
.download__block .blurb p{
    font-weight: 400;
    font-size: 15px;
}
body .download__block form .input input,
body .download__block form .input select {
    background: transparent !important;
    border-bottom: 1px solid #2a2a2a !important;
}
body form .input select,
body .white form .input select {
    background-image: linear-gradient(45deg, transparent 50%, #2a2a2a 50%), linear-gradient(135deg, #2a2a2a 50%, transparent 50%) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em !important;
    background-size: 5px 5px, 5px 5px, 1px 1.5em !important;
    background-repeat: no-repeat !important;
}
body .download__block form .input input::placeholder {
    color: #2a2a2a;
}
body form .input select {
    margin-bottom: 15px !important;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto !important;
}
.hs-form label {
    font-weight: 300;
}

.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li.hs-form-checkbox input {
  margin-right: 10px;
}
input.hs-input[type="file"] {
    background: transparent !important;
    padding: 0 !important;
    font-size: 10px !important;
}
ul li.hs-form-checkbox {
    list-style-image: none;
}
.two-column .body-container-wrapper, .one-column  .body-container-wrapper{
	padding-top: 63px;
}
#submitbutton {
  background: #555;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input {
    height: 25px;
    margin-bottom: 5px !important;
}
body form.hs-form fieldset[class*="form-columns"] textarea.hs-input {
  height: auto;
}
input.hs-input, textarea.hs-input {
transition: unset !important;
    box-shadow: unset !important;
}

.footer-iso {
    text-align: left;
    margin: 20px 0;
}
.footer-iso img {
    width: 180px;
}