@font-face {
    font-family: 'SansationBold';
    src: url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/fonts/SansationBold.eot');
    src: url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/fonts/SansationBold.eot#iefix') format('embedded-opentype'),
        url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/fonts/SansationBold.woff2') format('woff2'),
        url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/fonts/SansationBold.woff') format('woff'),
        url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/fonts/SansationBold.svg.svg#SansationBold') format('svg');
}

@font-face {
    font-family: 'Sansation';
    src: url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/fonts/SansationLight.eot');
    src: url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/fonts/SansationLight.eot#iefix') format('embedded-opentype'),
        url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/fonts/SansationLight.woff2') format('woff2'),
        url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/fonts/SansationLight.woff') format('woff'),
        url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/fonts/SansationLight.svg.svg#SansationLight') format('svg');
}


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


/* 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;}

/* ==========================================================================
   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 */
            /*  */
                         /*  */
                          /*  */
 /*  */
/*'AGaramondPro-Semibold',Helvetica, Arial, Sans-serif */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* 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;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #666869;
  font-family: 'Sansation', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; ;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

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

.container-fluid .row-fluid .page-center {
  position:relative;
  float: none;
  max-width: 1140px;
  margin: 0 auto;
}

a { color: #2F2F2F; text-decoration: none; }
a:hover, a:focus { color: #7EB5D0; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #666869;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #666869;
  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 {} 
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 {
    font-family: 'Sansation', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; ;
    margin:0px;
    padding:0px;
    font-weight:300;
    line-height: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size:35px;
}
h2 {
    font-size:20px;
}
h3 {
    
}
h4 {}
h5 {}
h6 {}

/* Lists */
ul, ol {
    margin:0px;
    padding:0px;
}
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 {}



/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#ffffff;
    border-bottom:2px solid transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#ffffff;
    
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#ffffff;
}

/* 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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }


/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


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

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

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

  .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:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #666869;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #666869; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #666869; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #666869; 
    border-color: transparent;
  }


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

  .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; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #666869; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .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: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#666869; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

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

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

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


/* ==========================================================================
   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 {
  width: 100%;
  font-family: 'Sansation', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; ;
  font-size: 16px;
}

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 {}

/* 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 { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}



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


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Sansation', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; ;
  font-size: 16px;
  text-decoration: none !important;
}


/* ==========================================================================
   Custom Classes                             
   ========================================================================== */
.page-center-sm{
    max-width:750px;
    float: none !important;
    margin: 0 auto !important;
}

.text-center{
    text-align:center !important;
}
.text-left{
    text-align:left !important;
}
.text-right{
    text-align: right !important;
}

.inner-space{
    padding:60px 0px 60px 0px;
}

.inner-space-sm{
    padding:30px 0px 30px 0px;
} 

.margin-top-0 { margin-top: 0 !important; }
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-45 { margin-top: 45px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-70 { margin-top: 70px; }
.margin-top-80 { margin-top: 80px; }
.margin-top-90 { margin-top: 90px; }
.margin-top-100 { margin-top: 100px; }
.margin-top-150 { margin-top: 150px; }
.margin-top-200 { margin-top: 200px; }
.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-50 { margin-bottom: 50px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-bottom-70 { margin-bottom: 70px; }
.margin-bottom-80 { margin-bottom: 80px; }
.margin-bottom-90 { margin-bottom: 90px; }
.margin-bottom-100 { margin-bottom: 100px; }
.margin-bottom-120 { margin-bottom: 120px; }
.margin-bottom-150 { margin-bottom: 150px; }
.margin-bottom-200 { margin-bottom: 200px; }
.padding-horizontal-0   { padding-left: 0;     padding-right: 0; }
.padding-horizontal-10  { padding-left: 10px;  padding-right: 10px; }
.padding-horizontal-20  { padding-left: 20px;  padding-right: 20px; }
.padding-horizontal-30  { padding-left: 30px;  padding-right: 30px; }
.padding-horizontal-40  { padding-left: 40px;  padding-right: 40px; }
.padding-horizontal-50  { padding-left: 50px;  padding-right: 50px; }
.padding-horizontal-60  { padding-left: 60px;  padding-right: 60px; }
.padding-horizontal-70  { padding-left: 70px;  padding-right: 70px; }
.padding-horizontal-80  { padding-left: 80px;  padding-right: 80px; }
.padding-horizontal-90  { padding-left: 90px;  padding-right: 90px; }
.padding-horizontal-100 { padding-left: 100px; padding-right: 100px; }
.padding-vertical-0   { padding-top: 0;     padding-bottom: 0; }
.padding-vertical-10  { padding-top: 10px;  padding-bottom: 10px; }
.padding-vertical-20  { padding-top: 20px;  padding-bottom: 20px; }
.padding-vertical-30  { padding-top: 30px;  padding-bottom: 30px; }
.padding-vertical-40  { padding-top: 40px;  padding-bottom: 40px; }
.padding-vertical-50  { padding-top: 50px;  padding-bottom: 50px; }
.padding-vertical-60  { padding-top: 60px;  padding-bottom: 60px; }
.padding-vertical-70  { padding-top: 70px;  padding-bottom: 70px; }
.padding-vertical-80  { padding-top: 80px;  padding-bottom: 80px; }
.padding-vertical-90  { padding-top: 90px;  padding-bottom: 90px; }
.padding-vertical-100 { padding-top: 100px; padding-bottom: 100px; }
.padding-top-0 { padding-top: 0; }
.padding-top-10 { padding-top: 10px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-30 { padding-top: 30px; }
.padding-top-40 { padding-top: 40px; }
.padding-top-50 { padding-top: 50px; }
.padding-top-60 { padding-top: 60px; }
.padding-top-70 { padding-top: 70px; }
.padding-top-80 { padding-top: 80px; }
.padding-top-90 { padding-top: 90px; }
.padding-top-100 { padding-top: 100px; }
.padding-right-0 { padding-right: 0; }
.padding-right-10 { padding-right: 10px; }
.padding-right-20 { padding-right: 20px; }
.padding-right-30 { padding-right: 30px; }
.padding-right-40 { padding-right: 40px; }
.padding-right-50 { padding-right: 50px; }
.padding-right-60 { padding-right: 60px; }
.padding-right-70 { padding-right: 70px; }
.padding-right-80 { padding-right: 80px; }
.padding-right-90 { padding-right: 90px; }
.padding-right-100 { padding-right: 100px; }
.padding-bottom-0 { padding-bottom: 0; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-bottom-30 { padding-bottom: 30px; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-bottom-50 { padding-bottom: 50px; }
.padding-bottom-60 { padding-bottom: 60px; }
.padding-bottom-70 { padding-bottom: 70px; }
.padding-bottom-80 { padding-bottom: 80px; }
.padding-bottom-90 { padding-bottom: 90px; }
.padding-bottom-100 { padding-bottom: 100px; }
.padding-left-0 { padding-left: 0; }
.padding-left-10 { padding-left: 10px; }
.padding-left-20 { padding-left: 20px; }
.padding-left-30 { padding-left: 30px; }
.padding-left-40 { padding-left: 40px; }
.padding-left-50 { padding-left: 50px; }
.padding-left-60 { padding-left: 60px; }
.padding-left-70 { padding-left: 70px; }
.padding-left-80 { padding-left: 80px; }
.padding-left-90 { padding-left: 90px; }
.padding-left-100 { padding-left: 100px; }
.hidden { display: none !important; }
.visible { display: block !important; }


/* ======================================================================================================================================================================
                                                                                    BOOTSTRAP 2 FIVE COLUMNS                                             
   ====================================================================================================================================================================== */

.row-fluid-5 {
   width: 100%;
   *zoom: 1;
 }
 .row-fluid-5:before,
 .row-fluid-5:after {
   display: table;
   line-height: 0;
   content: "";
 }
 .row-fluid-5:after {
   clear: both;
 }
 .row-fluid-5 [class*="span"] {
   display: block;
   float: left;
   width: 100%;
   min-height: 30px;
   margin-left: 1.875%;
   *margin-left: 1.875%;

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

 .row-fluid-5 .controls-row [class*="span"] + [class*="span"] {

   margin-left: 1.875%;
 }
 .row-fluid-5 [class*="span"]:first-child{
    margin-left: 0;
 }
 .row-fluid-5 .span2 {
   width: 18.5%;
   *width: 18.5%;
 }

 /* responsive ONLY */

 @media (max-width: 600px){ /* spans reduce to 100px then go full width */

    .row-fluid-5 [class*="span"]{
    margin-left: 0;
    float: left;
    width: 100%;
    padding: 10px; 
    }
 }
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0; 
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}






fieldset{
    max-width: 100% !important;
}

h1, h2,h3,h4,h5,h6,p{
    padding:0px;
    margin:0px;
}

.slick-prev:before, 
.slick-next:before{
     font-family: "Font Awesome 5 Free"; 
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    color: #666869;
    font-size: 62px;
}
.slick-prev:before{
    content: "\f104";
}

.slick-next:before{
    content: "\f105";
}

.slick-prev{
    left: -75px;
}

.slick-next {
    right: -45px;
}
.slick-prev, .slick-next{
    width:22px;
    height:55px;
}

fieldset.form-columns-1 .hs-input{
    width: 100% !important;
}
fieldset.form-columns-1  input[type="checkbox"].hs-input{
    width:auto !important;
}
/* ======================================================================================================================================================================
                                                                                    HEADER                                             
   ====================================================================================================================================================================== */
.header{
    
}

.header .topbar{
    text-align: right;
    background-color:#183E7A;
}

.header .topbar ul{
  list-style-type:none;
  padding:0px;
  margin:0px;
  width:100%;
  text-align:right;
}

.header .topbar ul li{
  display:inline-block;
  margin-right:20px;
}

.header .topbar ul li:last-child{
  margin-right:0px;
}

.header .topbar ul li a{
  color: #ffffff;
  padding: 7px 10px;
  display: flex;
  flex-wrap: nowrap;
  vertical-align: middle;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.header .topbar ul li a img{
  margin-right:7px;
}


 .header .topbar ul li a:hover{
    background-color:#F7F7F7;
    color:#7EB5D0;
   text-decoration:none;
}

/* .header .topbar a{
    color:#7EB5D0;
    font-size: 14px;
    text-transform: uppercase;
}

.header .topbar a:after{
    content:"\f061";
    display: inline-block;
    margin-left: 14px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#7EB5D0;
} */

.header .navbar{
    border-bottom:1px solid #CBCBCA;
}

.header .navbar ul{
    float: right;
}

.header .navbar ul li{
    font-size:15px;
}

.header .navbar ul li a{
    color:#2F2F2F;
    padding: 20px 20px;
    overflow: inherit;
}

.header .navbar ul li a.active,
.header .navbar ul li a:hover{
    background-color:#F7F7F7 !important;
    color:#7EB5D0 !important;
}

.header .logo{
    margin-top: 10px;
}

.header .logo img{
  max-width:200px;
}

.header .custom-menu-primary .hs-menu-wrapper>ul ul li a{
  color:#2F2F2F;
  padding: 20px 20px;
  overflow: inherit;
  background-color:#fff;
  transition:300ms;
}

.header .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover{
}

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

/* ======================================================================================================================================================================
                                                                                    GENERAL                                             
   ====================================================================================================================================================================== */
.main-title{
    text-align: center;
    margin-bottom:30px;
}

.main-title h1,
.main-title h2{
    font-size:27px;
    color:#000;
    margin-bottom:30px;
    text-transform: uppercase;
}

.main-title p.secondary-header{
    font-size:16px;
    color:#666869;
}

.background-detail{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/body-background.png');
    background-position: center -375px;
    background-repeat: no-repeat;
}

/* ======================================================================================================================================================================
                                                                                    HOME                                             
   ====================================================================================================================================================================== */
.main-banner{
    min-height: 460px;
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner h1{
    font-size:32px;
    color:#7EB5D0;
    margin-bottom:25px;
    margin-top: 130px;
}

.main-banner p{
    font-size:16px;
    color:#FFFFFF;
}

.main-banner .areas-wrapper{
    height: 460px;
    max-width: 555px;
    background:rgba(0,0,0,0.5);
}

.main-banner .areas-wrapper .inner{
    position: relative;
    display: inline-block;
    width: 33.3%;
    margin-left: -4px;
    min-height: 460px;
    
    cursor:pointer;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-banner .areas-wrapper .inner.active{
    width:44.6%;
}

.main-banner .areas-wrapper .inner.inactive{
    width:28%;
}

.main-banner .areas-wrapper .inner .content-wrapper{
    width: 80%;
    position: absolute;
    top:30%;
    left:50%;
    transform: translateX(-50%);
}

.main-banner .areas-wrapper .inner h2{
    font-size:27px;
    color:#FFFFFF;
    margin-bottom:25px;
}

.main-banner .areas-wrapper .inner p{
    font-size:14px;
    color:#FFFFFF;
    opacity: 0;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-banner .areas-wrapper .inner.active p{
    opacity: 1;
}

body.home .portfolio-list .inner-space{
    padding-bottom:0px;
}

body.servicos-interna .portfolio-list .inner-space{
    padding-bottom:120px;
}

.grid-sizer,
.grid-item { 
    width: 33.33%; 
    height: 270px;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* 2 columns */
.grid-item--width2 { 
    width: 66.66%; 
}

.grid-item--height2{
    height: 540px;
}


.grid .varejo{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/masonry/varejo.jpg');
}

.grid .financeiro{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/masonry/financeiro.jpg');
}

.grid .logistica{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/masonry/logistica.jpg');
}

.grid .manufatura{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/masonry/manufatura.jpg');
}

.grid .utilities{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/masonry/utilities.jpg');
}

.grid .bens-de-consumo{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/masonry/bens-de-consumo.jpg');
}

.grid .distribuicao{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/masonry/distribuicao.jpg');
}

.grid .governo{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/masonry/governo.jpg');
}

.grid .mineracao{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/masonry/mineracao.jpg');
}

.grid .saude{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/masonry/Saude_home.jpg');
}

.grid .agronegocio{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/masonry/agronegocio.jpg');
}

.grid .servicos{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/masonry/servicos.jpg');
}

.grid-item{
    cursor:pointer;
}


.grid-item .title{
    background-color: rgba(128,128,128,0.9);
    padding: 10px 0px 10px 50px;
    margin-top: 17px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    float: right;
    width: 80%;
}

.grid-item:hover .title{
    display: none;
}


.grid-item .overlay h2{
    font-size:20px;
    color:#fff;
    margin-bottom:25px;
    text-transform: uppercase;
}

.grid-item:hover .overlay{
    opacity: 1;
}


.grid-item .overlay{
    opacity: 0;
    width:100%;
    height:100%;
    
    background: rgb(127,182,208);
    background: -moz-linear-gradient(top, rgba(127,182,208,0.9) 0%, rgba(21,71,128,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(127,182,208,0.9) 0%,rgba(21,71,128,0.9) 100%);
    background: linear-gradient(to bottom, rgba(127,182,208,0.9) 0%,rgba(21,71,128,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fb6d0', endColorstr='#154780',GradientType=0 );
    padding:40px;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
} 

.grid-item .overlay p{
    color:#fff;
    font-size:16px;
    margin-bottom:25px;
}

.grid-item .overlay a{
    display: inline-block;
    color:#000;
    background-color:#FFDD17;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 5px 40px;
    font-weight: 700;
    font-size:16px;
}

.grid-item .overlay a:after{
 font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061";
    font-style: normal;
    text-decoration: inherit;
    
    margin-left: 10px;
    font-size:20px;
}

.numero-item{
    text-align: center;
}

.numero-item .numero{
    position:relative;
    width:150px;
    height:150px;
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/bg-numeros.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin:0 auto;
    margin-bottom:35px;
    
    
}

.numero-item .numero span{
    display: inline-block;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    
    font-size:34px;
    color:#15477F;
}

.numero-item h2{
    font-size:24px;
    color:#010101;
    margin-bottom:20px;
    font-weight: 700;
}

.numero-item p{
    font-size:16px;
    color:#666869;
}

.post-item{
    position: relative;
    background-color:#fff;
    border:1px solid #979797;
    border-radius: 7px;
    padding:13px;
}

.post-item .picture{
    position: relative;
    height:156px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-bottom: 22px;
    border-radius: 7px;
      display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.post-item .picture .overlay{
    position: absolute;
    width:100%;
    height:100%;
    border-radius: 7px;
    top:0px;
    left:0px;
    background-color: rgba(0,0,0,0.5);
}

.post-item .picture .category{
    position: relative;
/*     bottom:10px;
    left: 10%; */
    text-transform: uppercase;
    color:#fff;
    font-size:16px;
    display: inline-block;
  padding-left:20px;
}

.post-item .content-wrapper{
    padding: 0px 6px;
    padding-bottom:42px;
} 

.post-item .content-wrapper h2{
    font-size:16px;
    margin-bottom:15px;
    line-height: 1.4;
}

.post-item .content-wrapper h2 a{
    color:#010101;
}

.post-item .content-wrapper .excerpt{
    font-size:16px;
    color:#666869;
}

.post-item .content-wrapper .read-more{
    position: absolute;
    bottom: 20px;
    right: 20px;
    
    display: inline-block;
    margin-top:15px;
    font-size:14px;
    color:#010101;
    float: right;
    text-transform: uppercase;
}

.post-item .content-wrapper .read-more:after{
    
    font-style: normal;

    text-decoration: inherit;
    color:#FFDD17;
    margin-left: 10px;
    font-size:20px;
}


.contact-box{
    
}

.contato-main .form h2,
.contact-box .form-title{
    font-size:27px;
    color:#010101;
    margin-bottom:55px;
    text-transform: uppercase;
}

.contato-main .form h2{
    margin-bottom:25px
}

.contato-main .form p{
    color:#000;
}

.contato-main .form label,
.contact-box label{
    font-size:16px;
    color:#010101;
}


.contato-main .form input[type="text"],
.contato-main .form input[type="number"],
.contato-main .form input[type="tel"],
.contato-main .form input[type="password"],
.contato-main .form input[type="email"],
.contato-main .form textarea,
.contact-box input[type="text"],
.contact-box input[type="number"],
.contact-box input[type="tel"],
.contact-box input[type="password"],
.contact-box input[type="email"],
.contact-box textarea{
    border: 1px solid #979797;
    background-color: #fff;
    height: 40px;
    padding-left: 10px;
    border-radius: 7px;
    margin-bottom: 10px;
}

.contato-main .form textarea,
.contact-box textarea{
    height:100px;
}

.contato-main .form input[type="submit"],
.contact-box input[type="submit"]{
    display: inline-block;
    color:#000;
    background-color:#FFDD17;
    border-radius: 10px;
    text-transform: uppercase;
    padding:15px 40px;
    font-weight: 700;
    font-size:16px;
    border:1px solid #FFDD17;
    margin-top:30px;
}

.contato-main .form .actions,
.contact-box .actions{
    text-align: right;
}

.contact-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    min-height:500px !important;
}

/* ==========================================================================
   Reparos                        
   ========================================================================== */

body.reparos{
  font-size:16px;
      font-family: 'Sansation','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;
}

body.reparos h2{
  font-size:27px;
  text-transform:uppercase;
  text-align:center;
  margin-bottom:30px;
}

body.reparos p{
  font-size:16px;
  margin-bottom:15px;
}

body.reparos .header{
  padding:20px 0px;
}

body.reparos .main-banner{
  padding:120px 0px;
}

body.reparos .main-banner .main-banner-wrapper h1{
  color:#ffffff;
  font-size:36px;
  color:#ffffff;
  text-transform:uppercase;
  margin-top:0px;
}

body.reparos .main-banner .main-banner-wrapper h1::before{
  content:unset;
}

body.reparos .main-banner .main-banner-wrapper p{
  color:#ffffff;
  font-size:18px;
  margin:20px 0px 0px;
}

body.reparos .intro{
  padding:85px 0px;
}

body.reparos .intro .intro-wrapper{
  border:0px;
  padding-bottom:0px;
}

body.reparos .dif{
  background-color:#f5f5f6;
  padding:70px 0px;
}

body.reparos .func{
  padding:70px 0px;
}

body.reparos .func .fluxo{
  margin-top:50px;
}

body.reparos .func .fluxo img{
  max-width:100%;
}

body.reparos .call{
  padding:30px 0px;
  background-color:#f5f5f6;
}

body.reparos .footer-simples{
  background-color:#2a2d35;
  padding:15px 0px;
}

/* ======================================================================================================================================================================
                                                                                    MATERIAIS                                             
   ====================================================================================================================================================================== */
.sidebar{
    
}

.sidebar h2{
    font-size:27px;
    color:#000000;
    margin-bottom:35px;
}


.sidebar .filter-wrapper{
    background-color:#F5F5F6;
    border:1px solid #989898;
    padding:35px;
}

.sidebar .filter-wrapper ul{
    list-style-type: none;
}

.sidebar .filter-wrapper ul li{
    
}

.sidebar .filter-wrapper ul li a{
    
}

.material-item{
    border:1px solid #989898;
    border-radius: 20px;
    padding:2px;
    border-radius: 20px;
    background: #154780;
    background: -moz-linear-gradient(-45deg, #154780 0%, #08a14b 29%, #fedd13 61%, #7fb6d0 92%);
    background: -webkit-linear-gradient(-45deg, #154780 0%,#08a14b 29%,#fedd13 61%,#7fb6d0 92%);
    background: linear-gradient(135deg, #154780 0%,#08a14b 29%,#fedd13 61%,#7fb6d0 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154780', endColorstr='#7fb6d0',GradientType=1 );
    margin-bottom:30px;
    min-height: 347px !important;
}

.material-item .picture{
    height:125px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 125px;
    background-color:#fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    
}

.material-item .content-wrapper{
    position: relative;
    padding:10px 40px;
    background-color:#fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 216px;    
}

.material-item .content-wrapper .category{
    font-size:16px;
    color:#7DB5D0;
    text-transform: none;
    margin-bottom:13px;
}

.material-item .content-wrapper h2{
    margin-bottom:25px;
    font-size:20px;
    color:#000000;
}

.material-item .content-wrapper a{
    display: block;
    text-align: center;
    color: #000;
    background-color: #FFDD17;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 15px 0px;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    width: 80%;
    bottom: 15px;
    left: 28px;
}


.material-item .content-wrapper a:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f063";
    font-style: normal;
    text-decoration: inherit;
    
    margin-left: 10px;
    font-size:16px;
}

.material-list .hs_cos_wrapper_type_module .material-item,
.material-list .hs_cos_wrapper_type_custom_widget .material-item{
    margin-left: 1.964103%;
}

.material-list .hs_cos_wrapper_type_module:nth-child(3n + 1) .material-item,
.material-list .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1) .material-item{
    margin-left: 0px;
}

.sidebar .subscription-box{
    padding:30px;
    
    background: #124680;
    background: -moz-linear-gradient(-45deg, #124680 0%, #00a04b 48%, #ffdd17 100%);
    background: -webkit-linear-gradient(-45deg, #124680 0%,#00a04b 48%,#ffdd17 100%);
    background: linear-gradient(135deg, #124680 0%,#00a04b 48%,#ffdd17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124680', endColorstr='#ffdd17',GradientType=1 );
}

.sidebar .subscription-box .form-title{
    font-size:21px;
    color:#fff;
    text-transform: uppercase;
    margin-bottom:50px;
    line-height: 1.3;
}

.sidebar .subscription-box h3{
  font-size:21px;
  color:#fff;
  text-transform: uppercase;
  margin-bottom:50px;
  line-height: 1.3;
}

.sidebar .subscription-box label{
    display: none;
}

.sidebar .subscription-box input[type="email"]{
    margin-bottom:50px;
    border:1px solid #fff;
    height:50px;
    border-radius:10px;
}

.sidebar .subscription-box input[type="submit"]{
    display: block;
    color:#000;
    background-color:#FFDD17;
    border-radius: 10px;
    text-transform: uppercase;
    padding:15px 40px;
    font-weight: 700;
    font-size:16px;
    border:1px solid #FFDD17;
    width:100%;
}

.sidebar .subscription-box input[type="submit"]::after{
   font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061";
    font-style: normal;
    text-decoration: inherit;
    
    margin-left: 10px;
    font-size:16px;
}

.sidebar .subscription-box .actions{
    text-align: right;
}
/* ======================================================================================================================================================================
                                                                                    INTERNAS                                             
   ====================================================================================================================================================================== */
.internal-banner{
    position: relative;
    min-height:160px;
    height:auto;
}

body.home .internal-banner{
    min-height:260px;
    height:auto;
}

body.politica-de-privacidade .internal-banner{
  min-height:230px;
}

.internal-banner .content-wrapper{
    position: absolute;
    width: 90%;
    max-width: 1100px;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.internal-banner .content-wrapper h1{
    font-size:27px;
    color:#010101;
    text-transform: uppercase;
    margin-bottom:35px;
}

.internal-banner .content-wrapper p{
    font-size:16px;
    color:#666869;
}


body.background{
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/body-background.png');
    background-position: center 60px;
    background-repeat: no-repeat;
}

/* ======================================================================================================================================================================
                                                                                    CONTATO                                             
   ====================================================================================================================================================================== */
.image-banner{
    position:relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:350px;
}

.image-banner .content-wrapper{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.image-banner .content-wrapper h1{
    font-size:43px;
    color:#fff;
    text-align: center;
    margin-bottom:40px;
}

.image-banner .content-wrapper p{
    color:#fff;
    font-size:19px;
}


.contact-button{
  padding: 0px 0px 25px 0px;
    /*border:1px solid #989898;*/
    border-radius:10px;
}

.contact-button .picture{
    height: 30px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 20%;
    float: left;
  	margin-top:12px;
}

.contact-button a{
    display: inline-block;
    text-align: center;
    color:#000;
    background-color:#FFDD17;
    border-radius: 10px;
    text-transform: uppercase;
    padding:15px 15px;
    font-weight: 700;
    font-size:14px;
  	width:80%;
}

.contact-button a:after{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061";
    font-style: normal;

    text-decoration: inherit;
    
    margin-left: 10px;
    font-size:16px;
}

.contact-button a:hover{
    color:#fff;
    background-color:#154780;
}

.contact-button a::hover:after{
    color:#154780;
}
/* ======================================================================================================================================================================
                                                                                    SEGMENTOS                                             
   ====================================================================================================================================================================== */
.segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item{
  margin-left:2.464103%;  
  /*margin-left:2.064103%;*/
}

.segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(4n + 1) .segmento-item{
    margin-left:0px;
}

body.solucoes-home .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item.span6,
body.solucoes-home .segmentos-list .hs_cos_wrapper_type_module .segmento-item.span6,
body.servicos-home .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item.span6{
    /*width:48.017949%;*/
    /*width:48.617949%;*/
    width:48.917949%;
}

body.servicos-home .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item,
body.harware-home .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item,
body.solucoes-home .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item,
body.solucoes-home .segmentos-list .hs_cos_wrapper_type_module .segmento-item{
    margin-left:2.464103%;
    /*margin-left: 1.864103%;*/
    
}

body.servicos-home .segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(4n + 1) .segmento-item,
body.hardware-home .segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(4n + 1) .segmento-item,
body.solucoes-home .segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(4n + 1) .segmento-item,
body.solucoes-home .segmentos-list .hs_cos_wrapper_type_module:nth-child(4n + 1) .segmento-item{
    margin-left:2.464103%;
    /*margin-left: 1.864103%;*/
}

body.solucoes-home .segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(12) .segmento-item,
body.solucoes-home .segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(9) .segmento-item,
body.solucoes-home .segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(5) .segmento-item,
body.solucoes-home .segmentos-list .hs_cos_wrapper_type_custom_widget:first-child .segmento-item{
    margin-left: 0px;
}

body.solucoes-home .segmentos-list .hs_cos_wrapper_widget:first-child .segmento-item{
    margin-left: 0px;
}

body.solucoes-home .segmentos-list .hs_cos_wrapper_widget:nth-child(16) .segmento-item{
    margin-left: 0px;
}


body.hardware-home .segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(6) .segmento-item,
body.hardware-home .segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(3) .segmento-item,
body.hardware-home .segmentos-list .hs_cos_wrapper_type_custom_widget:first-child .segmento-item{
    margin-left: 0px;
}

body.servicos-home .segmentos-list .hs_cos_wrapper_type_custom_widget:first-child .segmento-item,
body.servicos-home .segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(5) .segmento-item{
    margin-left: 0px;
}

.segmento-item{
    position: relative;
    cursor:pointer;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    height: 308px;
    margin-bottom:40px;
}


.segmento-item .title{
    background-color: rgba(128,128,128,0.9);
    padding: 10px 0px 10px 50px;
    margin-top: 17px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    float: right;
    width: 80%;
}

.segmento-item:hover .title{
    display: none;
}


.segmento-item .overlay h2{
    font-size:20px;
    color:#fff;
    margin-bottom:25px;
    text-transform: uppercase;
    text-align: center;
}

.segmento-item:hover .overlay .content-wrapper,
.segmento-item:hover .overlay{
    opacity: 1;
}


.segmento-item .overlay{
    opacity: 0;
    width:100%;
    height:100%;
    
    background: rgb(127,182,208);
    background: -moz-linear-gradient(top, rgba(127,182,208,0.9) 0%, rgba(21,71,128,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(127,182,208,0.9) 0%,rgba(21,71,128,0.9) 100%);
    background: linear-gradient(to bottom, rgba(127,182,208,0.9) 0%,rgba(21,71,128,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fb6d0', endColorstr='#154780',GradientType=0 );
    padding:50px;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
} 

.segmento-item .overlay a{
    display: inline-block;
    color: #000;
    background-color: #FFDD17;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 5px 30px;
    font-weight: 700;
    font-size: 16px;
}

.segmento-item .overlay a:after{
   font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061";
    font-style: normal;
    
    text-decoration: inherit;
    
    margin-left: 10px;
    font-size:20px;
}

.segmento-item .overlay .content-wrapper{
    opacity:0;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-list{
    background-color:#fff;
}

.portfolio-list .portfolio-slider img{
    max-width: 170px;
    margin:0px 20px;
}

.portfolio-list h1,
.portfolio-list h2{
    text-align: center;
    font-size:27px;
    color:#000;
    margin-bottom:50px;
    text-transform: uppercase;
}

.portfolio-list .slick-next,
.portfolio-list .slick-prev{
    width:109px;
    height:177px;
    z-index: 1;
    top:37%;
}

.portfolio-list .slick-prev:before{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f104";
    font-style: normal;
   
    text-decoration: inherit;
    color: #666869;
    font-size: 62px;
    padding-top: 56px;
    background-image: url(//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/arrow-left.png?t=1531918708308);
    background-repeat: no-repeat;
    width: 109px;
    height: 177px;
    display: inline-block;
}

.portfolio-list .slick-next{
    
}

.portfolio-list .slick-next:before{
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
    font-style: normal;
    
    text-decoration: inherit;
    color: #666869;
    font-size: 62px;
    padding-top: 56px;
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/arrow-right.png');
    background-repeat: no-repeat;
    width:109px;
    height:177px;
    display: inline-block;
}

.portfolio-list .slick-prev:before, 
.portfolio-list .slick-next:before{
    opacity: 1;
}

.portfolio-list .slick-dots{
    bottom:1px;   
}  

.portfolio-list .slick-dots li button{
    
}

.portfolio-list .slick-dots li button:before{
    width:12px;
    height:12px;
    border-radius:100%;
    border:1px solid #989898;
    content: " ";
}

.portfolio-list .slick-dots li.slick-active button:before{
    width:22px;
    height:22px;
    background-color:#989898;
    border:1px solid #989898;
    top: 0px;
}

.equip-sugerido{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}

.equip-sugerido .items{
  text-align:center;
  position: relative;
  padding:2px;
  border-radius: 20px;
  background: #154780;
  background: -moz-linear-gradient(-45deg, #154780 0%, #08a14b 29%, #fedd13 61%, #7fb6d0 92%);
  background: -webkit-linear-gradient(-45deg, #154780 0%,#08a14b 29%,#fedd13 61%,#7fb6d0 92%);
  background: linear-gradient(135deg, #154780 0%,#08a14b 29%,#fedd13 61%,#7fb6d0 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154780', endColorstr='#7fb6d0',GradientType=1 );
  cursor:pointer;
  width: 31%;
  margin-right: 20px;
}

.equip-sugerido .items:last-child{
  margin-right:0px;
}

.equip-sugerido .items .box-image{
  background-color:#ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding:20px;
}

.equip-sugerido .items .content{
  background-color:#ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.equip-sugerido .items .content h3{
  color:#090909;
  font-size:20px;
  text-transform:uppercase;
}

.equip-sugerido .items .content a{
  display: inline-block;
  text-align: center;
  color: #000;
  background-color: #ffdd17;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 14px;
  display:inline-block;
  margin:48px 0px 20px;
}

.equip-sugerido .items .content a:after {
  font-weight: 900; content: "\f061";
  font-style: normal;
  text-decoration: inherit;
  margin-left: 10px;
  font-size: 16px;
}

.equipamentos-list{
    background-color:#F1F1F2;
}




.equipamento-item{
    text-align:center;
    position: relative;
    padding:2px;
    border-radius: 20px;
    background: #154780;
    background: -moz-linear-gradient(-45deg, #154780 0%, #08a14b 29%, #fedd13 61%, #7fb6d0 92%);
    background: -webkit-linear-gradient(-45deg, #154780 0%,#08a14b 29%,#fedd13 61%,#7fb6d0 92%);
    background: linear-gradient(135deg, #154780 0%,#08a14b 29%,#fedd13 61%,#7fb6d0 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154780', endColorstr='#7fb6d0',GradientType=1 );
  	cursor:pointer;
}

.equipamento-item.carrossel{
	width: 91.45299145300001% !important;
}

.equipamento-item .container .picture{
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain !important;
    background-size: 225px;
    height: 175px;
    background-color:#fff;
    
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  
  	cursor:pointer;
}

.equipamento-item .container .content-wrapper{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color:#fff;
    padding:40px 30px;
  	cursor:pointer;
  	min-height:223px;
    margin-top:-1px;
}

.equipamentos-slider.acessorios .equipamento-item .container .content-wrapper{
  min-height:190px;
}

.equipamento-item .container .content-wrapper h2{
    font-size: 20px;
    color: #000000;
    text-transform: none;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 700;
  	min-height:60px;
}

.equipamento-item .container .content-wrapper p{
    font-size:18px;
    color:#000000;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.equipamento-item .container .content-wrapper .icons{
    height:48px;
}

.equipamento-item .container .content-wrapper .icons img{
    display:inline-block;
  	vertical-align:middle;
    /*filter: brightness(0%);*/
}

.equipamento-item .container .content-wrapper .icons img:first-child{
    margin-right:15px;
}

.equipamento-item .container .content-wrapper .icons img:last-child{
  margin-left:15px;
}

.equipamento-item .overlay{
    opacity:0;
    background: rgb(127,182,208);
    background: -moz-linear-gradient(left, rgba(127,182,208,0.8) 0%, rgba(21,71,128,0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(127,182,208,0.8) 0%,rgba(21,71,128,0.8) 100%);
    background: linear-gradient(to right, rgba(127,182,208,0.8) 0%,rgba(21,71,128,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fb6d0', endColorstr='#154780',GradientType=1 );

    position:absolute;
    border-radius:20px;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.equipamento-item:hover .overlay{
    opacity: 1;
}

.equipamento-item .overlay .content-wrapper{
    position: absolute;
    top:50%;
    width: 90%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.equipamento-item .overlay .content-wrapper h2{
    font-size:24px;
    color:#fff;
    text-transform: uppercase;
    margin-bottom:20px;
}

.equipamento-item .overlay .content-wrapper a {
    display: inline-block;
    text-align: center;
    color:#000;
    background-color:#FFDD17;
    border-radius: 10px;
    text-transform: uppercase;
    padding:10px 30px;
    font-weight: 700;
    font-size:14px;
}

.equipamento-item .overlay .content-wrapper a:after {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061";
    font-style: normal;
    
    text-decoration: inherit;
    
    margin-left: 10px;
    font-size:16px;
}

.equipamentos-list .slick-dots li button{
    
}

.equipamentos-list .slick-dots li button:before{
    width:12px;
    height:12px;
    border-radius:100%;
    border:1px solid #fff;
    content: " ";
}

.equipamentos-list .slick-dots li.slick-active button:before{
    width:22px;
    height:22px;
    background-color:#fff;
    border:1px solid #fff;
    top: -5px;
}

.equipamentos-list .slick-dots{
    bottom: -75px;
}

.desenvolvedores-parceiros-wrapper img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* ======================================================================================================================================================================
                                                                                    HARDWARE CATEGORIA                                             
   ====================================================================================================================================================================== */
.material-list.hardware .equipamento-item{
    margin-bottom:30px;
}

.material-list.hardware .equipamento-item .icons{
    text-align:center;
}


.material-list .hs_cos_wrapper_type_module .equipamento-item,
.material-list .hs_cos_wrapper_type_custom_widget .equipamento-item{
    margin-left: 1.964103%;
}

.material-list .hs_cos_wrapper_type_module:nth-child(3n + 1) .equipamento-item,
.material-list .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1) .equipamento-item{
    margin-left: 0px;
}


.sidebar.hardware h2{
    font-size:20px;
    margin-bottom:20px;
    text-transform: uppercase;
}

.sidebar.hardware ul{
    margin-bottom:20px;
}

.btn-limpar-filtro{
    display: inline-block;
    text-align: center;
    color:#000;
    background-color:#FFDD17;
    border-radius: 10px;
    text-transform: uppercase;
    padding:10px 30px;
    font-weight: 700;
    font-size:14px;
}

.btn-limpar-filtro:after{
    content:"\f061";
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061";
    font-style: normal;

    text-decoration: inherit;
    
    margin-left: 10px;
    font-size:16px;
}


/* ======================================================================================================================================================================
                                                                                    FOOTER                                             
   ====================================================================================================================================================================== */
.description-2-columns{
    
}

.description-2-columns h2{
    font-size:27px;
    color:#000;
    margin-bottom:45px;
}

.description-2-columns p{
    margin-bottom:15px;
    font-size: 16px;
}

.description-2-columns img{
	border-radius:20px;
}

.description-2-columns UL{
	padding-left:35px;
}

.solucoes-indicadas-wrapper{
    background-color:#F1F1F2;
}

.solucoes-indicadas-wrapper.white{
    background-color:#fff;
}


.solucoes-indicadas-item{
    text-align: center;
}

.solucoes-indicadas-item .picture{
    width:194px;
    height:194px;
    margin:0 auto;
    margin-bottom:25px;
  	cursor:pointer;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.solucoes-indicadas-item h3{
    font-size:20px;
    color:#000;
    text-transform: uppercase;
    margin-bottom:25px;
    min-height: 60px;
}

.solucoes-indicadas-wrapper.servicos .solucoes-indicadas-item h3{
	    min-height: 60px;
}

body.segmentos-interna .equipamentos-list{
    background-color:transparent;
}

body.segmentos-interna .equipamentos-list h1{
    color:#000;
}

body.segmentos-interna .background-detail{
    background-position: center -205px;
}

/* ======================================================================================================================================================================
                                                                                    HARDWARE PRODUTO                                             
   ====================================================================================================================================================================== */

.hardware-description{
    
}

.hardware-description .product-header{
	position:relative;
}

.hardware-description .product-header .icons{
	/*position:absolute;
  top:0;
  right:0px;*/
  margin-bottom:40px;
}

.datasheet{
  text-decoration:underline;
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

.hardware-description .product-header .icons img{
	vertical-align:middle;
  margin-right:25px;
}

.hardware-description .product-header .icons img:last-child{
	margin-right:0px;
}

.hardware-description h1{
	margin-bottom:0px;
  text-align:center;
}

.hardware-description h2{
    font-size:20px;
    color:#000;
    margin-bottom:15px;
}

.hardware-description ul{
    list-style-type: none;
    margin-bottom:40px;
}

.hardware-description ul li{
    margin-bottom:6px;    
  	padding-left:40px;
  	font-size:14px;
}

.hardware-description ul li:before{
    display: inline-block;
    content: " ";
    background-image: url(//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/ico-list.png?t=1533133876871);
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 27px;
    margin-top: -3px;
    float: left;
    background-size: 15px;
  	margin-left: -40px;
}

.hardware-gallery{
    
}

.hardware-gallery .main-picture{
    margin-bottom:40px;
}

.hardware-gallery .main-picture img{
    /*max-width: 650px;*/
}

.hardware-gallery .main-picture .picture{
    width:100%;
  height:430px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}

.hardware-gallery .thumbs{
    
}

.hardware-gallery .thumbs img{
    max-width: 140px;
}

.hardware-gallery .slick-slide img{
  	max-width:555px;
  	max-height:430px;
    margin: 0 auto;
}

/* ======================================================================================================================================================================
                                                                                    SERVICOS INTERNA                                             
   ====================================================================================================================================================================== */

.beneficios-wrapper{
    background-color:#F1F1F2;
}

.beneficio-item{
    margin-bottom:50px;
}

.beneficio-item .picture{
    height: 84px;
    width: 100%;
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
}

.beneficio-item p{
    text-align: center;
    font-size:16px;
    color:#000;
}
 

body.servicos-interna{
    
}

body.servicos-interna .background-detail{
    background-position: center 110px;
}

.depoimento-item{
    margin-top: 80px;
    position: relative;
    text-align: center;
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 20px;
    padding: 70px 20px 50px 20px;
}

.depoimento-item .picture{
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.depoimento-item h2{
    font-size:22px;
    color:#000;
    margin-bottom:7px;
}

.depoimento-item h3{
    font-size:18px;
    color:#000;
    margin-bottom:20px;
}

.depoimento-item p{
    font-size:16px;
    color:#000;
}

body.servicos-interna .equipamentos-list{
    background-color:transparent;
}

body.servicos-interna .equipamentos-list h1{
    color:#7EB5D0;
}

body.servicos-interna .cta-box-banner{
    background-color:#F3F3F4;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

body.servicos-interna .cta-box-banner h1{
    font-size:16px;
    color:#666869;
}

body.servicos-interna .cta-box-banner h2{
  font-weight:700;
  font-size:42px;
  color:#363636;
}

body.servicos-interna .cta-box-banner p{
    font-size:27px;
    color:#000;
    margin-bottom:25px;
		font-weight:700;
}

body.servicos-interna .cta-box-banner .cta{
    margin-top:35px;
}

.hs-content-id-56154225240 .cta-box-banner .cta.yellow a{
  background-color:#002d74;
  color:#ffffff;
  padding:13px 60px;
  font-size:18px;
  font-weight:400;
}

.hs-content-id-56154225240 .cta-box-banner .cta.yellow a::after{
  content:unset;
}

.cta-box h1{
  font-size:32px;
  color:#2b4077;
  font-weight:700;
  margin-bottom:15px;
}

.cta-box p,
.cta-box h2{
  font-size:29px;
  line-height:normal;
  margin:0px 0px 15px;
}

.cta-box h3{
  font-size:29px;
  color:#2b4077;
  margin-bottom:15px;
}

.cta-box-smart{
  background-position:center;
  background-repeat:no-repeat;
}

.cta-box-smart .cta-wrapper{
  display:flex ;
  min-height:200px ;
  justify-content:center;
  flex-direction:column;
  position:relative;
  padding-left:20px;
}

.cta-box-smart .cta-wrapper::before{
  content:"";
  background-color:#8abbd7;
  width:6px;
  height:80px;
  position:absolute;
  top:21px;
  left:0px;
}

.cta-box-smart .cta-wrapper .cta.arrow-right a:after{
  color:#ffffff;
}

.cta-box-smart .cta-wrapper .cta.yellow a{
  color:#ffffff;
  background-color:#002d74;
}

.cta-box-smart h1{
  color:#ffffff;
  font-size:49px;
}

.cta-box-smart p{
  color:#ffffff;
  font-size:27px;
  margin-bottom:30px;
}



/* ======================================================================================================================================================================
                                                                                    SOLUCOES INTERNA                                             
   ====================================================================================================================================================================== */
body.solucoes-interna .background-detail{
    background-position: center 780px;
    background-image:url('//114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/body-background-light.png');
}


body.solucoes-interna .equipamentos-list{
    background-color:transparent;
}

body.solucoes-interna .equipamentos-list h1{
    color:#7EB5D0;
}

/* ======================================================================================================================================================================
                                                                                    QUEM SOMOS                                             
   ====================================================================================================================================================================== */
.fundacao-mgitech-wrapper{

}

.fundacao-mgitech-wrapper .fundacao-text-wrapper{
  margin-left:0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db5d0+0,124680+100 */
  background: #7db5d0; /* Old browsers */
  background: -moz-linear-gradient(left, #7db5d0 0%, #124680 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7db5d0 0%,#124680 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7db5d0 0%,#124680 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db5d0', endColorstr='#124680',GradientType=1 ); /* IE6-9 */
	margin-top:31px;
  padding:40px;
}

.fundacao-mgitech-wrapper .fundacao-text-wrapper h2{
	font-size:35px;
  color:#FFFFFF;
  margin:0px 0px 30px 0px;
}

.fundacao-mgitech-wrapper .fundacao-text-wrapper,
.fundacao-mgitech-wrapper .fundacao-text-wrapper p{
  color:#fff;
}


.logo-fundacao{
	margin-top:50px;
}

.quem-somos-slider .slick-dots{
    bottom:-25px;   
}  

.quem-somos-slider .slick-dots li button{
    
}

.quem-somos-slider .slick-dots li button:before{
    width:8px;
    height:8px;
    border-radius:100%;
    border:1px solid #989898;
    content: " ";
  	opacity:1;
}

.quem-somos-slider .slick-dots li.slick-active button:before{
    width:18px;
    height:18px;
    background-color:#989898;
    border:1px solid #989898;
    top: -5px;
}

.nossa-visao{
  margin-top:100px;
}

.nossa-visao .box-items{
  border:1px solid #cbcbca;
  padding:0px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 293px;
}

.nossa-visao .box-items h2{
  color:#010101;
  font-size:27px;
  text-align:center;
}


.nossa-visao .box-items p{
  margin-top:40px;
}

.nossa-visao .box-items .image-text p{
  margin:0px 0px;
}

.nossa-visao .box-items .image-text p strong{
  color:#354275;
}

.nossa-visao .box-items .image-text .height-image{
  min-height:96px;
  display:flex;
  align-items:center;
}

.solucoes-inovadoras{
  background-color:#f5f5f6; 
  padding:77px 0px;
  margin-top:120px;
}

.solucoes-inovadoras .solucoes-inovadoras-wrapper .items{
  margin-bottom:60px;
}

.solucoes-inovadoras .solucoes-inovadoras-wrapper .items.last{
  margin-bottom:0px;
}

.solucoes-inovadoras .solucoes-inovadoras-wrapper .items .content-wrapper{
  min-height:250px;
  display:flex;
  justify-content:center;
  flex-direction:column;
}

.solucoes-inovadoras .solucoes-inovadoras-wrapper .items .content-wrapper h2{
  color:#010101;
  font-size:27px;
  margin-bottom:25px;
}

.solucoes-inovadoras .solucoes-inovadoras-wrapper .items .content-wrapper p{
  
}

.solucoes-inovadoras .solucoes-inovadoras-wrapper .items.last .content-wrapper h2{
  color:#010101;
  font-size:27px;
  margin-bottom:25px;
  text-align:right;
}

.solucoes-inovadoras .solucoes-inovadoras-wrapper .items.last .content-wrapper p{
  text-align:right;
}

.principios{
  padding-top:60px;
}

.principios h2{
  font-size:27px;
  margin-bottom:40px;
  text-align:center;
}



/* ======================================================================================================================================================================
                                                                                    FUNDACAO MGI                                             
   ====================================================================================================================================================================== */
.fundacao-box{
	
}

.fundacao-box h2{
	font-size:25px;
  color:#000;
  margin:15px 0px 15px 0px;
}

.fundacao-box p{
	
}

.fundacao-box img{
	max-height:80px;
  max-width:122px;
}

.projeto-box{
	border:1px solid #979797;
  background-color:#fff;
}

.projeto-box .content-wrapper{

  padding:0px 25px 25px 25px;
}

.projeto-box .picture{
	min-height:160px;
  background-repeat:no-repeat;
  background-position:center;
}

.projeto-box h2{
	color:#000;
  font-size:25px;
  text-align:center;
  margin:25px 0px 15px 0px;
}


.fundacao-contato{
  margin-top:23px;
	background-color: #F7F7F7;
    padding: 55px 25px 25px 25px;
    position: relative;
    top: -50px;
    z-index: 9;
}

.fundacao-contato h2{
	color:#000;
  font-size:25px;
  text-align:left;
  margin:0px 0px 15px 0px;
}

.fundacao-contato .fb-fundacao{
  display:inline-block;
	width:46px;
  height:46px;
  display:inline-block;
  border:1px solid #1D4079;
  color:#1D4079;
  line-height:46px;
  text-align:center;
  background-color:transparent;
  border-radius:100%;
  margin-right:10px;
}

.fundacao-historia img{
  margin-top:-1px;
  max-width: 250px;
  position:relative;
  z-index:10;
}

.fundacao-historia .service-content{
	margin-top:2px;
}

.box-cta{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/cta-fundacao.png');
  background-size:cover;
  background-repeat:no-repeat;
  min-height:373px !important;
  background-position:center;
}

.box-cta .box-cta-wrapper{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:373px;
  align-items:center;
}

.box-cta .box-cta-wrapper h2{
  color:#010101;
  font-size:26px;
  font-weight:700;
  max-width:450px;
  position:relative;
}

.box-cta .box-cta-wrapper h2::before{
  content:"";
  background-color:#8abbd7;
  width: 2px;
  height: 143px;
  position: absolute;
  top: 0;
  left: -23px;
}

.box-cta .box-cta-wrapper .cta-yellow{
  text-align:left;
}

.box-cta .box-cta-wrapper .cta-yellow a{
  background-color:#FFDD17;
  padding:12px 20px;
  text-transform:uppercase;
  font-size:16px;
  color:#010101;
  display: inline-block;
  margin-top: 40px;
  margin-right: 210px;
}

/* ======================================================================================================================================================================
                                                                                    Fundação NF                                             
   ====================================================================================================================================================================== */

.banner{
  background-repeat:no-repeat;
  background-size:cover;
  min-height:493px !important;
  background-position:center center;
}

.banner .banner-wrapper{
  display:flex;
  justify-content:center;
}

.banner .banner-wrapper .items{
  display:flex;
  justify-content:center;
  min-height:250px;
  align-items:center;
  flex-wrap:wrap;
}

.banner .banner-wrapper .items .box-img{
  width:25%;
}

.banner .banner-wrapper .items .title{
  width:45%;
  position:relative;
}

.banner .banner-wrapper .items .title::before{
  content:"";
  background-color:#8abbd7;
  width: 4px;
  height: 62px;
  position: absolute;
  top: 7px;
  left: -50px;
}

.banner .banner-wrapper img{
  max-width:181px !important;
}

.banner .banner-wrapper h1{
  color:#ffffff;
  font-size:34px;
}

.content{
  background-color:#f5f4f4;
}

.content .content-wrapper p{
  margin-bottom:50px;
}

.content .content-wrapper p:last-child{
  margin-bottom:0px;
}

.content .content-wrapper a{
  color:#7eb5d1;
  text-decoration:none;
}

.content .content-wrapper a:hover{
  text-decoration:none;
}

.main-content .main-content-wrapper h2{
  color:#183e7a;
  font-size:16px;
  margin-top:55px;
}

.main-content .main-content-wrapper h2:first-child{
  margin-top:0px;
}

.main-content .main-content-wrapper h2::after{
  content:"";
  background-color:#8abbd7;
  height:5px;
  width:55px;
  margin:30px 0px 50px;
  display:block;
}

.main-content .main-content-wrapper img{
  max-width: 800px;
  margin: 0 auto;
  display:block;
}

.main-content .main-content-wrapper .passos{
  display:flex;
  align-items:center;
  min-height:170px;
}

.main-content .main-content-wrapper .passos .items{
  width:33.33%;
  display:flex;
  justify-content:center;
  position:relative;
  padding-left:70px;
  min-height:80px;
  align-items:center;
}

.main-content .main-content-wrapper .passos .items:nth-child(2){
  padding-left:0px;
}

.main-content .main-content-wrapper .passos .items:last-child{
  padding-right:50px;
}

.main-content .main-content-wrapper .passos .items::before{
  content:"1";
  background-color:#183e7a;
  width:41px;
  height:41px;
  border-radius:100%;
  position:absolute;
  top:19px;
  left:0;
  font-size:25px;
  color:#ffffff;
  text-align:center;
  display:block;
  font-weight:700;
}

.main-content .main-content-wrapper .passos .items:nth-child(2)::before{
  content:"2";
  left:50px;
}

.main-content .main-content-wrapper .passos .items:last-child::before{
  content:"3";
}

.main-content .main-content-wrapper .passos .items:first-child::after{
  content:"";
  background-color:#8abbd7;
  height:55px;
  width:2px;
  position:absolute;
  top: 13px;
  right: -12px;
}

.main-content .main-content-wrapper .passos .items:nth-child(2)::after{
  content:"";
  background-color:#8abbd7;
  height:55px;
  width:2px;
  position:absolute;
  top: 13px;
  right:65px;
}

.main-content .main-content-wrapper .passos .items p{
  color:#183e7a;
  font-size:16px;
  font-weight:700;
}

/* ======================================================================================================================================================================
                                                                                    LP                                             
   ====================================================================================================================================================================== */
body.lp-padrao{
	
}

.lp-header{
	padding:30px 0px;
}

body.lp-padrao .lp-offer{
	height:400px;
  margin-bottom: 220px;
  
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

body.lp-padrao .lp-offer h1{
  font-size: 47px;
  color: #fff;
  margin: 100px 0px 30px 0px;
}

body.lp-padrao .lp-offer p{
	color:#fff;
}

body.lp-padrao .lp-offer .form-wrapper{
  padding: 25px;
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  border: 1px solid #cfd0d2; 
}

body.lp-padrao .lp-offer .form-wrapper .form-title{
  font-size:25px;
  color:#010101;
  margin-bottom:25px;
  text-transform: uppercase;
}

body.lp-padrao .lp-offer .form-wrapper label{
    font-size:16px;
    color:#010101;
}


body.lp-padrao .lp-offer .form-wrapper input[type="text"],
body.lp-padrao .lp-offer .form-wrapper input[type="number"],
body.lp-padrao .lp-offer .form-wrapper input[type="tel"],
body.lp-padrao .lp-offer .form-wrapper input[type="password"],
body.lp-padrao .lp-offer .form-wrapper input[type="email"],
body.lp-padrao .lp-offer .form-wrapper textarea{
    border: 1px solid #979797;
    background-color: #fff;
    height: 30px;
    padding-left: 10px;
    border-radius: 7px;
    margin-bottom: 10px;
}

body.lp-padrao .lp-offer .form-wrapper textarea{
    height:100px;
}

body.lp-padrao .lp-offer .form-wrapper input[type="submit"]{
    display: inline-block;
    color:#000;
    background-color:#FFDD17;
    border-radius: 10px;
    text-transform: uppercase;
    padding:7px 40px;
    font-weight: 700;
    font-size:16px;
    border:1px solid #FFDD17;
}

body.lp-padrao .lp-offer .form-wrapper .actions{
    text-align: right;
}


body.tk-padrao .footer,
body.lp-padrao .footer{
	background-color:#fefefe;
  border-top:1px solid #bdbfc1;
}

body.tk-padrao .footer .row-fluid-5,
body.lp-padrao .footer .row-fluid-5{
	display:none;
}

body.tk-padrao .footer .copyright,
body.lp-padrao .footer .copyright{
	padding-top: 0px;
  margin-top: 0px;
  border-top: none;
}

body.tk-padrao .footer ul li a,
body.lp-padrao .footer ul li a{
	color:#2e5185;
}

body.tk-padrao .footer .copyright p,
body.lp-padrao .footer .copyright p{
	color:#000;
}

body.tk-padrao .footer .inner-space,
body.lp-padrao .footer .inner-space{
	padding-top:0px;
}

body.tk-padrao .tk-header{
	background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

body.tk-padrao .tk-more-offers{
	background-color:#f5f5f5;
	border-top:1px solid #bdbfc1;
}


body.tk-padrao .main-title{
}

body.tk-padrao .main-title h1{
  margin-bottom: 10px;
}

body.tk-padrao .main-title p.secondary-header{
  font-size:20px;
}


/* ======================================================================================================================================================================
                                                                                    Módulo dealer                                             
   ====================================================================================================================================================================== */

.dealer{
  padding: 80px 20px;
  background-color: #f1f1f2;
  margin-bottom: 85px;
}

.dealer .dealer-wrapper{
  position: relative;
}

.dealer .dealer-wrapper .dealer-content h2{
  color: #183e7a;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 50px;
}

.dealer .dealer-wrapper .dealer-content p{
  margin-bottom: 10px;
}

.dealer .dealer-wrapper .dealer-content .dealer-list{
  text-align: center;
  margin-top: 30px;
}

.dealer .dealer-wrapper .dealer-content .dealer-list .dealer-list-item{
  
}

.dealer .dealer-wrapper .dealer-content .dealer-list .dealer-list-item h3{
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  color: #2a2d35;
}

.dealer .dealer-wrapper .dealer-img{
  position: absolute;
  top: -90px;
  right: 0px;
}
  
/* ======================================================================================================================================================================
                                                                                    FOOTER                                             
   ====================================================================================================================================================================== */

.cta a{
    display: inline-block;
    text-align: center;
    
    border-radius: 10px;
    text-transform: uppercase;
    padding:10px 30px;
    font-weight: 700;
    font-size:14px;
}

.cta.yellow a{
    color:#000;
    background-color:#FFDD17;
}

.cta.dark-blue a{
  background-color:#002d74;
  color:#ffffff;
}

.barra::after{
  content: "";
  background-color: #002d74;
  width: 8px;
  height: 67px;
  position: absolute;
  top: 0px;
  left: -18px;
}
.cta.arrow-right a:after{
    font-style: normal;

    text-decoration: inherit;
    
    margin-left: 10px;
    font-size:16px;
}

.cta.full a{
    display: block;
}
/* ======================================================================================================================================================================
                                                                                    FOOTER                                             
   ====================================================================================================================================================================== */

.footer{
    background-color:#2A2D35;
}


.footer h3{
    position:relative;
    font-size:18px;
    color:#7EB5D0;
    margin-bottom:30px;
    margin-top: 11px;
}

.footer h3:before{
    content:" ";
    position:absolute;
    left:0px;
    top:30px;
    background-color:#7EB5D0;
    width:70px;
    height:1px;
    display: inline-block;
    
}

.footer ul{
    list-style-type: none;
}

.footer ul li{
    font-size:14px;
}

.footer ul li a{
    color:#ffffff;
}

.columns-center > .row-fluid-wrapper .row-fluid
{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
} 
.footer .about p,
.footer .about{
    color:#fff;
    font-size:14px;
}

.footer .copyright{
    color:#fff;
}

.footer .copyright > .row-fluid-wrapper .row-fluid{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

.footer .copyright p{
    color:#fff;
    font-size:14px;
}

.footer .copyright p a{
    color:#7EB5D0;
    font-weight: 700;
}

.footer .copyright {
    border-top:1px solid #414F57;
    padding-top:30px;
    margin-top:30px;
}

.footer .copyright ul{
    list-style-type: none;
}

.footer .copyright ul li{
    display: inline-block;
    margin-right: 12px;
}

.footer .copyright ul li:last-child{
    margin-right: 0px;
}

.footer .copyright ul li a{
    
}

.footer .copyright ul li a i{
    font-size:19px;
}
.footer .span2.about{
  width: 24.5%;
}

.footer .span2.about img{
  max-width:200px;
}

.footer .span2.segments{
  width: 12%;
}
@media (max-width: 600px){
.footer .span2.about{
  width: 100%;
}
.footer .span2.segments{
  width: 100%;
}
}
#email-prefs-form input[type="submit"]{
  display: inline-block;
  color: #000;
  background-color: #ffdd17;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 15px 40px;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #ffdd17;
  margin-top: 30px;
}

.inputs-list.multi-container li.hs-form-checkbox{
  display:inline-block;
  margin-right: 20px;
  width: 150px;
  margin-bottom: 8px;
  min-height:50px;
  vertical-align:top;
}

.inputs-list.multi-container li.hs-form-radio{
  margin-bottom:5px;
}

.inputs-list.multi-container li.hs-form-radio input{
  width:auto !important;
}

.hs-fieldtype-checkbox > label span{
  font-weight:700;
}

/* ======================================================================================================================================================================
                                                                                    Produto Novo                                             
   ====================================================================================================================================================================== */

.produtos-novos{
  padding:75px 0px;
}

.produtos-novos .produtos-novos-wrapper p{
  margin:40px 0px;
}

.caracteristicas-tecnicas{
  padding:75px 0px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper h2{
  color:#090909;
  text-transform:uppercase;
  text-align:center;
  font-size:27px;
  margin-bottom:30px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper .beneficios{
  border-bottom:1px solid #e6e8e9;
  padding-bottom:60px;
  margin-bottom:60px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper ul{

}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper .beneficios ul li{
  list-style-type:none;
  position:relative;
  padding-left:20px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper .beneficios ul li::before{
  content:"";
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/check.png');
  width:15px;
  height:12px;
  position:absolute;
  top:7px;
  left:0px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper h3{
  font-size:20px;
  font-weight:400;
  margin-bottom:40px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper .caracteristicas-equipamento{
  margin-bottom:30px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper .caracteristicas-equipamento ul li{
  position:relative;
  padding-left:52px;
  margin-bottom:30px;
  list-style-type:none;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper .caracteristicas-equipamento ul li::before{
  content:"";
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/tela.png');
  width:38px;
  height:36px;
  position:absolute;
  top:0px;
  left:0px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper .caracteristicas-equipamento ul li:nth-child(2)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/code.png');
  height:27px;
  top:5px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper .caracteristicas-equipamento ul li:nth-child(3)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/cpu.png');
  height:38px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper .caracteristicas-equipamento ul li:nth-child(4)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/ram-memory.png');
  height:39px;
  top:5px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper .caracteristicas-equipamento ul li:nth-child(6)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/online-video.png');
  height:22px;
  top:5px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper .caracteristicas-equipamento ul li:nth-child(5)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/connection-chart.png');
  height:38px;
  top:10px;
}

.caracteristicas-tecnicas .caracteristicas-tecnicas-wrapper .caracteristicas-equipamento ul li h4{
  font-weight:700;
  
}

.benefits{
  
}

.benefits .benefits-wrapper{
  padding-top:60px;
  border-top:1px solid #e6e8e9;
}

.benefits .benefits-wrapper h2{
  text-align:center;
  text-transform:uppercase;
  font-size:27px;
}

.produto-novo .equipamento-item .container .content-wrapper,
.produto-novo .equipamento-item .container .picture{
  background-color:#f1f1f2;
  
}

.produto-novo .equipamento-item .container .content-wrapper .icons{
  display:none;
}

.produto-novo .equipamento-item .container .content-wrapper h2{
  font-weight:400;
  font-size:18px;
  line-height:1.4;
}

/* ======================================================================================================================================================================
                                                                                    POLITICA DE PRIVACIDADE                                           
   ====================================================================================================================================================================== */
.politica-de-privacidade-wrapper{

}

.politica-de-privacidade-wrapper h2{
  font-size: 27px;
  color: #010101;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 45px;
}

.politica-de-privacidade-wrapper p{
  margin-bottom:1em;
}

.politica-de-privacidade-wrapper ul{
  padding-left:2em;
}

.politica-de-privacidade-wrapper ul li{
  margin-bottom:1em;
}

.politica-de-privacidade-wrapper a{
  color:#183e7a;
  text-decoration:underline;
}

/* ======================================================================================================================================================================
                                                                                    Página MyIN                                           
   ====================================================================================================================================================================== */
body.myin{
  
}

body.myin p{
  margin:15px 0px 0px;
  
}

.intro{
  padding:90px 0px 55px;
}

.intro .intro-wrapper{
  border-bottom:3px solid #e7e7e7;
  padding-bottom:90px;
}

.intro .intro-wrapper h1{
  font-size:38px;
  font-weight:700;
  margin-bottom:60px;
}

.funcoes{
  padding:55px 0px 0px;
}

.funcoes .funcoes-wrapper .items{
  margin-bottom:120px;
}

.funcoes .funcoes-wrapper .items ul li{
  padding-left:76px;
  list-style-type:none;
  margin-bottom:30px;
  font-weight:700;
  position:relative;
}

.funcoes .funcoes-wrapper .items ul li::before{
  content:"";
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/chat.png');
  width:53px;
  height:53px;
  position:absolute;
  top:0px;
  left:0px;
}

.funcoes .funcoes-wrapper .items ul li:nth-child(2)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/nuvem.png');
  top: 10px;
}

.funcoes .funcoes-wrapper .items ul li:nth-child(3)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/banco-de-dados.png');
}

.funcoes .funcoes-wrapper .items ul li:nth-child(4)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/insights.png');
}

.funcoes .funcoes-wrapper .items ul li:nth-child(5)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/email.png');
}

.funcoes .funcoes-wrapper .items.left ul li::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/monitor.png');
  width:54px;
  height:54px;
  top: -6px;
}

.funcoes .funcoes-wrapper .items.left ul li:nth-child(2)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/gestao.png');
  top: -15px;
}

.funcoes .funcoes-wrapper .items.left ul li:nth-child(3)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/painel.png');
  top: -6px;
}

.funcoes .funcoes-wrapper .items.left ul li:nth-child(4)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/indicador.png');
  top: -19px;
}

.funcoes .funcoes-wrapper .items.left ul li:nth-child(5)::before{
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/seguranca-1.png');
  top: -11px;
}

.mobile{
  display:none !important;
}

.cta-banner{
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  margin-bottom:50px;
}

.cta-banner .cta-banner-wrapper{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:400px;
}

.cta-banner .cta-banner-wrapper h2{
  font-size:40px;
  margin-bottom:30px;
  font-weight:700;
}

.cta-banner .cta-banner-wrapper h3{
  font-size:30px;
  margin-bottom:50px;
}

.cta.yellow a:hover{
  cursor:pointer;
}

.perguntas{
  background-color:#123c77;
  padding:65px 0px;
  margin-top:50px;
}

.perguntas .perguntas-wrapper h2{
  color:#ffffff;
  text-transform:uppercase;
  text-align:center;
  margin-bottom:60px;
  font-size:27px;
}

.perguntas .perguntas-wrapper ul li{
  color:#ffffff;
  font-family: 'Sansation','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
  font-size:16px;
  font-weight:700;
}

.perguntas .perguntas-wrapper ul li ul{
  padding-left:30px;
  margin-top:10px;
}
.perguntas .perguntas-wrapper ul li ul li{
  font-weight:400;
  list-style-type:none;
  margin-bottom:25px;
}

body.myin .contato-main .form h2,body.myin .contact-box .form-title{
  text-transform:none;
}

.img-footer img{
  max-width:120px !important;
}

/* ==========================================================================
   MOBILE MEDIA QUERIES                              
   ========================================================================== */

/*SUBSTITUIR CAMINHO DO ARQUIVO PELO CORRETO*/
 
/* ==========================================================================
   MEDIA QUERY                              
   ========================================================================== */

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1140px) {}

/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 768px) {
    
}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {
     
}

/* ==========================================================================
   MEDIA QUERY                              
   ========================================================================== */

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

@media (max-width: 1140px) {}
@media (max-width : 1250px){
  .slick-next{
    right:-15px;
  }
  .slick-prev{
    left:-35px;
  }
  
  
  body.solucoes-home .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item.span6, 
  body.solucoes-home .segmentos-list .hs_cos_wrapper_type_module .segmento-item.span6,
  body.servicos-home .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item.span6{
    width:48.517949%;
  }
  
  body.servicos-home .segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(4n+1) .segmento-item, 
  body.hardware-home .segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(4n+1) .segmento-item, 
  body.solucoes-home .segmentos-list .hs_cos_wrapper_type_custom_widget:nth-child(4n+1) .segmento-item,
  body.solucoes-home .segmentos-list .hs_cos_wrapper_type_module:nth-child(4n+1) .segmento-item{
    margin-left:1.864103%;
  }
  
  body.servicos-home .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item, 
  body.harware-home .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item, 
  body.solucoes-home .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item, 
  body.solucoes-home .segmentos-list .hs_cos_wrapper_type_module .segmento-item{
    margin-left:1.864103%;
  }
  
  body.servicos-home .segmentos-list .hs_cos_wrapper_type_custom_widget:first-child .segmento-item, 
  body.hardware-home .segmentos-list .hs_cos_wrapper_type_custom_widget:first-child .segmento-item, 
  body.solucoes-home .segmentos-list .hs_cos_wrapper_type_custom_widget:first-child .segmento-item{
    margin-left:0px;
  }
  
  body.solucoes-home .segmentos-list .hs_cos_wrapper_type_module:first-child .segmento-item:first-child{
    margin-left:0px;
  }
  
  body.solucoes-home .segmentos-list .hs_cos_wrapper_widget:nth-child(16) .segmento-item{
    margin-left: 0px;
  }
  
  .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item,
  .segmentos-list .hs_cos_wrapper_type_module .segmento-item{
    margin-left:2.064103%;
  }
}

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

@media (max-width: 768px) {
  .header .navbar ul{
  	background-color:#fff;
  }
  .header .navbar ul li a{
  	text-align:center;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li{
      border-top: 1px dotted #2F2F2F;
  }
  
  .solucoes-inovadoras .solucoes-inovadoras-wrapper .items.last .content-wrapper p,
  .solucoes-inovadoras .solucoes-inovadoras-wrapper .items.last .content-wrapper h2,
  .solucoes-inovadoras .solucoes-inovadoras-wrapper .items .content-wrapper h2,
  .solucoes-inovadoras .solucoes-inovadoras-wrapper .items .content-wrapper p{
    text-align:center;
  }
  
  .solucoes-inovadoras .solucoes-inovadoras-wrapper .items.last .content-wrapper p{
    margin-bottom:30px;
  }
  
  .nossa-visao .box-items{
    margin-bottom:30px;
    padding:40px 45px;
  }
  
  .mobile{
  display:block !important;
  }
  
  .desktop{
    display:none !important;
  }
  
  .funcoes .funcoes-wrapper .items img{
    margin-bottom:20px;
  }
  
  .beneficio-item{
    margin-bottom:50px !important;
  }
  
  .dealer .dealer-wrapper .dealer-img{
    position: unset;
  }
  
  .dealer .dealer-wrapper .dealer-content .dealer-list .dealer-list-item{
    margin-bottom: 40px;
  }
  
}
     

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

@media (max-width: 479px) {
  .page-center{
  	padding-left:15px;
    padding-right:15px;
  }
  
  .hs-form-field .hs-input:not(type["checkbox"]){
  	width:100% !important;
  }
  
  .footer{
  	text-align:center;
  }
  
  .footer h3:before{
    left: 50%;
    transform:translateX(-50%);
  }
  
  .post-item{
  	margin-bottom:20px;
  }
  
  .contact-image{
  	height:400px;
    margin-bottom:20px;
    display:none !important;
  }
  
  .contact-box{
  	margin-bottom:55px;
  }
  
  .contato-main .form h2, .contact-box .form-title{
  	margin-top:55px;
  }
  
  .main-banner .areas-wrapper .inner h2{
  	font-size: 17px;
  }
  
  .main-banner .areas-wrapper{
  	margin-top:20px;
  }
  
  .main-banner .span6:first-child{
  	text-align:center;
  }
  
  .main-banner h1{
  	color:#fff;
    margin-top: 40px;
  }
  
  .slick-prev{
  	left: -53px;
  }
  
  .portfolio-list h1{
  	margin-bottom: 80px;
  }
  
  body.home .internal-banner{
  	margin:60px 0px;
  }
  
  .grid{
  	height:auto !important;
  }
  
  .grid-sizer{
  	display:none !important;
  }
  
  .grid-item,
  .grid-item--width2{
  	position:relative !important;
    width:100% !important;
    top:0px !important;
    left:0px !important;
    float:none !important;
  }
  
  .numero-item{
  	margin-bottom:30px;
  }
  
  .grid-sizer, 
  .grid-item,
  .grid-item--height2{
  	height:480px !important;
  }
  
  .internal-banner{
  	height: 400px;
  }
  
  body.segmentos-interna .internal-banner{
  	height: 140px;
  }
  
  .equipamento-item.carrossel{
  	width:100% !important;
  }
  
  .quem-somos-slider .slick-dots,
  .depoimentos-slider .slick-dots,
  .equipamentos-slider .slick-dots,
  .solucoes-indicadas-slider .slick-dots{
    bottom:-55px;   
  }  

  .solucoes-indicadas-slider .slick-dots li button{

  }

  .quem-somos-slider .slick-dots li button:before,
  .depoimentos-slider .slick-dots li button:before,
  .equipamentos-slider .slick-dots li button:before,
  .solucoes-indicadas-slider .slick-dots li button:before{
      width:12px;
      height:12px;
      border-radius:100%;
      border:1px solid #989898;
      content: " ";
    	background:#fff;
  }

  .quem-somos-slider .slick-dots li.slick-active button:before,
  .depoimentos-slider .slick-dots li.slick-active button:before,
  .equipamentos-slider .slick-dots li.slick-active button:before,
  .solucoes-indicadas-slider .slick-dots li.slick-active button:before{
      width:22px;
      height:22px;
      background-color:#989898;
      border:1px solid #989898;
      top: -5px;
  }
  
  .description-2-columns table ul{
  	padding-left: 15px;
  }
  
  body.solucoes-home .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item.span6, 
  body.solucoes-home .segmentos-list .hs_cos_wrapper_type_module .segmento-item.span6, 
  body.servicos-home .segmentos-list .hs_cos_wrapper_type_custom_widget .segmento-item.span6, 
  body.servicos-home .segmentos-list .hs_cos_wrapper_type_module .segmento-item.span6{
  	width:100%;
  }
  .equipamento-item .container .picture{
  	height: 235px;
  }
  .equipamento-item .container .content-wrapper{
  	padding: 20px 30px;
    margin-top:-1px;
  }
  
  .depoimentos-slider .slick-prev,
  .equipamentos-slider .slick-prev,
  .solucoes-indicadas-slider .slick-prev{
  	left: 23px;
    z-index:10;
  }
  
  .depoimentos-slider .slick-next,
  .equipamentos-slider .slick-next,
  .solucoes-indicadas-slider .slick-next{
  	right: 27px;
    z-index:10;
  }
  
  .footer .copyright > .row-fluid-wrapper .row-fluid{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
    justify-content:center;
}

  
  .footer .copyright p{
  	text-align:center;
    margin-top:30px;
  }
  
  .service-content{
		margin-bottom:55px;
  }

  .service-content .cta{
    text-align:center;
  }
  
  .cta-box{
  	text-align:center;
    background-image:none !important;
    background-color:#F1F1F2;
  }
  
  .cta-box p span,
  .cta-box p{
  	color:#000;
    font-weight: 700;
    font-size: 18px;
  }
  
  .depoimento-item{
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .desenvolvedores-parceiros-wrapper img{
    max-width: 250px;
    margin-bottom:25px;
  }
  
  .hardware-gallery .slick-slide img{
  	max-width:-webkit-fill-available !important;
  }
  
  .main-content .main-content-wrapper .passos{
    flex-wrap:wrap;
    justify-content:center;
  }
  
  .main-content .main-content-wrapper .passos .items{
    width:80%;
  }
  
  .main-content .main-content-wrapper .passos .items:nth-child(2)::before{
    left:0px;
  }
  
  .main-content .main-content-wrapper .passos .items:first-child::after{
    content:unset;
  }
  
  .main-content .main-content-wrapper .passos .items:nth-child(2)::after{
    content:unset;
  }
  
  .main-content .main-content-wrapper img{
    max-width:100%;
  }
  
  .banner .banner-wrapper .items .title{
    width:95%;
  }
  
  .banner .banner-wrapper .items .box-img{
    width:56%;
  }
  
  .banner .banner-wrapper .items{
    min-height: 290px;
  }
  
  .box-cta .box-cta-wrapper .cta-yellow a{
    margin-right:0px;
  }
  
  .footer .span2.about img{
    max-width:200px;
  }
  
}


/*AJUSTES TEMPORARIOS*/

.depoimentos-wrapper{
	display:none !important;
}

body.hs-content-name-soluções-operação-portuária .cta-box{
	display:none;
}

body.hs-content-name-soluções-emissão-de-contas-em-campo .desenvolvedores-parceiros-wrapper{
	display:none !important;
}


body.hs-content-name-soluções-operação-farmacêutica .desenvolvedores-parceiros-wrapper{
	display:none !important;
}

/*IE 11*/

_:-ms-fullscreen, :root body { overflow-x:hidden; }



_:-ms-fullscreen, :root .equipamento-item .container .content-wrapper{
  margin-top:-1px;
}


/*SEARCH MODAL*/

.site-search-modal{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  display: none;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 99;
  visibility:hidden;
  opacity:0;
  text-align:center;
  
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.site-search-modal.active{
  display:flex;
  visibility:visible;
  opacity:1;
}

.header .topbar .hs-search-field__input::placeholder
{
color:#fff;
  font-size:16px;
 
}


.header .topbar ul li{
  display:inline-block;
}

.hs-search-field__form
{

  display:block;
  
}

.hs-search-field
{

  position:unset;
  
}


.header .topbar ul li:first-child{
  width:120px;
  position:relative;
}

.header .topbar ul li:first-child a:hover{
  background-color:transparent;
}





.header .topbar input 
{
  position:absolute;
  right:0px;
  top:-12px;
  background-image:url('');
  width:100px;
  text-align:right;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
   width: 50px;
  background-color: transparent;
  border: none;
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/ico-pesquisar.png');
  background-repeat:no-repeat;
  background-position:left center; 
  margin-left: -50px;
  height:20px;
}

.header .topbar input:focus
{
  width:500px;
  outline:none;
}




.hs-search-field__bar>form>.hs-search-field__input{
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  color: #ffffff;
  
}

.hs-search-field__button{

  display:none;
}

.hs-search-field__button span{
  display:none;
}

.site-search-modal a#btn-close-search{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image:url('https://114501.fs1.hubspotusercontent-na1.net/hubfs/114501/Site2018/btn-close-search.png');
  background-repeat:no-repeat;
  background-position:center;
  margin-top:15px;
}


.site-search-modal .hs-search-field__suggestions-container{
  display:none !important;
}

.site-search-modal input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.site-search-modal input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

.site-search-modal input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}


@media screen and (max-width: 479px) {
  .hs-search-field__bar>form>.hs-search-field__input{
    max-width: 370px;
  }
  
  .header .topbar ul li{
    margin-right: 8px;
  }
}