/**      
* 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: #333333;
  font-family: 'Verdana', '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: #333333;
    text-decoration: none; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;    
}

a:hover, a:focus { color: #333333; }

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

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

h1 {
    font-size:26px;
}
h2 {
    font-size:22px;
}
h3 {
    font-size:18px;
}
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;
    font-weight: 700;
    border-bottom:2px solid #fa1b36;
}

/* 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 #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    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: #000000; /* 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:#000000; /* 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: 'Verdana', '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: 'Verdana', '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:1050px;
    float: none !important;
    margin: 0 auto !important;
}

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

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

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

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

.margin-top-0 { margin-top: 0; }
.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; }
.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 !important; }
.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; }




.fa, .far, .fas{
  font-family:"Font Awesome 5 Free" !important;
}



#leiaFormContainer .hs-form .hs-form-field .hs-input
{
    background-color: #fff;
    border: 0;
    border-radius: 20px;
    margin-bottom: 15px;
   
  
}



#leiaFormContainer .hs-form .actions .hs-button
{
    background: linear-gradient(90deg, #09167e 18.69%, #5a64a9);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-top: 30px;
    padding: 11px 36px;
    text-decoration: none;
    width: auto;
}

#leiaFormContainer .hs-form .actions 
{
 text-align:center;
}
  
}

/* ======================================================================================================================================================================
HOME                                             
====================================================================================================================================================================== */


.banner-home .banner-wrapper .items{
  position:relative;
}
.banner-home .banner-wrapper .items .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.banner-home .banner-wrapper .items .bg-image{
  background-size:cover;
  background-repeat:no-repeat;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  min-height:530px;
  flex-direction:column;
  color:#ffffff;
  text-align:right;
  font-weight:700;
  padding:0px 200px;
}

.banner-home .banner-wrapper .items .bg-image .text p{
  font-size:24px;
  margin:0px;
}

.banner-home .banner-wrapper .items .bg-image .text{
  width:424px;
  z-index:1;
}

.banner-home .banner-wrapper .items .bg-image a{
  padding:7px 20px;
  color:#ffffff;
  background-color:#ED6E01;
  border:1px solid #ED6E01;
  display:inline-block;
  margin-top:15px;
  transition:300ms;
}

.banner-home .banner-wrapper .items .bg-image a:hover{
  background-color:transparent;
  border:1px solid #ffffff;
}

.banner-home .banner-wrapper .items .bg-image .text h1{
  font-size:65px;
  margin:8px 0px;
}

.banner-home .banner-wrapper .slick-dots{
  bottom:0;
}

.banner-home .banner-wrapper.slick-dotted.slick-slider{
  margin-bottom:0;
}

.form-subscription-home{
  background-color:#d7e8f0;
}

.form-subscription-home-wrapper .span6{
  display:flex !important;
  justify-content:center;
  flex-direction: column;
  min-height: 114px !important;
}

.form-subscription-home .form-subscription-home-wrapper h3{
  font-size:20px;
  color:#333333;
  margin-bottom:0px;
}

.form-subscription-home .form-subscription-home-wrapper label{
  display:none;
}

.form-subscription-home .form-subscription-home-wrapper .hs-input{
  width:80%;
  height: 41px;
  border:1px solid #cccccc;
}

form .hs-form-radio{
  display: inline-block;
}

.form-subscription-home .form-subscription-home-wrapper .hs-button{
  float: right;
  position: relative;
  margin-top: -41px;
  color: #76161b;
  border: 1px solid #76161b;
  padding: 7px 15px 7px 15px !important;
  background-color:#ffffff;
}
.form-subscription-home .form-subscription-home-wrapper .hs-button::before{
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #76161b;
  border-width: 1px 1px 0 0;
}

.news{
  padding:80px 0px 0px;
}

.news .news-wrapper{
  text-align:center;
  min-height:100px;
}

.news .news-icons ul{
  position:relative;
  padding-left:0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top:80px;
}

/* .news .news-icons ul::before{
content:"";
display:block;
margin:0 auto;
width:790px;
height:1px;
background-color:#272727;
} */

.news .news-icons li{
  list-style-type:none;
  display:inline-block;
  text-align:center;
  position:relative;
  margin-left:0;
  opacity:0.5;
}

.news .news-icons li::after{
  content:"";
  background-color:#cccccc;
  width:50%;
  height:1px;
  position:absolute;
  top:0;
  right:0;
}

.news .news-icons li::before{
  content:"";
  width:9px;
  height:9px;
  background-color:#cccccc;
  border-radius:100%;
  position:absolute;
  top:-4px;
  left:50%;
}

.news .news-icons li.active{
  opacity:1;
  font-weight:700;
}

.news .news-icons li.active::before{
  background-color:#002b62;
}
.news .news-icons li.active::after{
  background-color:#002b62;
}
.news .news-icons li.active svg path,
.news .news-icons li.active svg circle{
  fill:#002b62;
  fill-opacity:1;
}

.news .news-icons li.active .news-icons-wrapper{
  border: 1px solid #002b62;
}

.news .news-icons li:nth-child(2)::after{
  left:0;
  right:unset;
  width:100%;
}

.news .news-icons li:nth-child(3)::after{
  left:0;
  right:unset;
  width:100%;
}

.news .news-icons li:last-child::after{
  left:0;
  right:unset;
  width:50%;
}

.news .news-icons li svg{
  max-width:55px;
  height: auto;

}

.news .news-icons .news-icons-wrapper{
  border: 1px solid rgba(51,51,51,0.5);
  border-radius: 100%;
  padding: 6px;
  text-align: center;
  width: 80px;
  height: auto;
  margin: 50px auto 0px;
}

.news .news-icons li:nth-child(3) svg{
  max-height:55px;
}

.news .news-icons li svg path,
.news .news-icons li svg circle{
  fill:#333333;
  fill-opacity:0.5;
}

.box-two-column{
  padding:100px 0px;
}

.box-two-column .box-two-column-wrapper .span6{
  display:flex !important;
  min-height:267px;
  justify-content:center;
  flex-direction:column;
}

.box-two-column .box-two-column-wrapper{
  margin-bottom:70px;
}

.box-two-column .row-fluid-wrapper.row-depth-1.row-number-10 .box-two-column-wrapper{
  margin-bottom:80px;
}
.box-two-column .box-two-column-wrapper p{
  margin:0;
}

.box-mss{
  text-align:center;
  background-color:#f0f0f0;
  padding:60px 0px;
}

.box-mss-wrapper{
  margin-top:60px;
}

.box-mss-wrapper .img-height{
  min-height:77px;
}

.box-mss-wrapper .text-height{
  min-height:287px;
}

.box-mss .box-mss-wrapper .items h3{
  margin:25px 0px;
}

.box-mss .box-mss-wrapper .items p{
  margin-bottom:50px;
}

.box-mss-wrapper a{
  color: #76161b;
  border: 2px solid #76161b;
  padding: 7px 15px 7px 37px !important;
}

.box-mss-wrapper a::before{
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #76161b;
  border-width: 1px 1px 0 0;
}

.mss-gartner{
  padding:70px 0px;
  text-align:center;
}

.mss-gartner a.ancora,
.related-post a.cta_button,
.box-video .cta-button a{
  color: #76161b !important;
  border: 2px solid #76161b !important;
  padding: 7px 15px 7px 37px !important;
  position:relative;
  display:inline-block;
  margin-top:90px;
  background-color:#ffffff !important;
  width:auto !important;
}

.related-post a.cta_button{
  margin-top:0px;
  margin-bottom:80px;
}

.mss-gartner a.ancora:hover{
  cursor:pointer;
}

.mss-gartner a.ancora::before,
.related-post a.cta_button::before,
.box-video .cta-button a::before{
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #76161b;
  border-width: 1px 1px 0 0;
}

.mss-gartner .mss-gartner-wrapper{
  text-align:left;

}

.mss-gartner .mss-gartner-wrapper ul{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  padding:0;
  margin-top:56px;
}

.mss-gartner .mss-gartner-wrapper ul li{
  position:relative;
  padding-left:100px;
  width:45%;
  list-style-type:none;
  margin-bottom:80px;
}

.mss-gartner .mss-gartner-wrapper ul li:nth-child(2),
.mss-gartner .mss-gartner-wrapper ul li:nth-child(4),
.mss-gartner .mss-gartner-wrapper ul li:nth-child(6){
  margin-left:80px;
}

.mss-gartner .mss-gartner-wrapper ul li:nth-child(5),
.mss-gartner .mss-gartner-wrapper ul li:nth-child(6){
  margin-bottom:0px;
}

.mss-gartner .mss-gartner-wrapper ul li img{
  position:absolute;
  top:0;
  left:0;
}

.depoimentos{
  padding:40px 0px;
}

.depoimentos .depoimento-slider{
  background-color:#d7e8f0;
  padding:70px 65px 20px;
}

.depoimentos h2{
  text-align:center;
  margin-bottom:40px;
}

.depoimentos .depoimento-slider-wrapper .items{
  margin: 80px 0px;
}

.depoimentos .depoimento-slider-wrapper .items .span8{
  padding-right:130px;
  padding-left: 30px;
  position:relative;
}

.depoimentos .depoimento-slider-wrapper .items .span8::before{
  content:"";
  width:1px;
  height:90px;
  background-color:#333333;
  position:absolute;
  top:0;
  right:55px;
}

.depoimentos .depoimento-slider-wrapper .items .span8 p{
  position:relative;
}

.depoimentos .depoimento-slider-wrapper .items .span8 p::before{
  content:"";
  background-image:url('https://docs.nec.com.br/hubfs/aspas-1.png');
  width:79px;
  height:58px;
  position:absolute;
  top:-66px;
  left:0;
}

.depoimentos .depoimento-slider-wrapper .items .span8 p::after{
  content:"";
  background-image:url('https://docs.nec.com.br/hubfs/aspas-fecha.png');
  width:79px;
  height:58px;
  position:absolute;
  bottom:-50px;
  right:0px;
}

.alianca .alianca-wrapper{
  border-bottom:1px solid #cccccc;
  padding:20px 0px;
  margin-bottom:60px;
}

.alianca .alianca-wrapper img{
  max-width:165px !important;
}

.alianca .alianca-wrapper .items{
  display:flex !important;
  justify-content:center;
  flex-direction: row;
  min-height: 100px;
  align-items: center;
}

.alianca .alianca-wrapper .slick-prev,
.banner-home .banner-wrapper .slick-prev,
.depoimentos .depoimento-slider-wrapper .slick-prev{
  background-image:url('https://docs.nec.com.br/hubfs/next-copiar.png');
  width:19px;
  height:33px;
  background-repeat: no-repeat;
}

.alianca .alianca-wrapper .slick-prev::before,
.alianca .alianca-wrapper .slick-next::before,
.banner-home .banner-wrapper .slick-prev::before,
.banner-home .banner-wrapper .slick-next::before,
.depoimentos .depoimento-slider-wrapper .slick-prev::before,
.depoimentos .depoimento-slider-wrapper .slick-next::before{
  color:unset;
  opacity:1;
}

.alianca .alianca-wrapper .slick-next,
.banner-home .banner-wrapper .slick-next,
.depoimentos .depoimento-slider-wrapper .slick-next{
  background-image:url('https://docs.nec.com.br/hubfs/next-copiar-2.png');
  width:19px;
  height:33px;
  background-repeat: no-repeat;
}

body.home .related-post .materiais-tk{
  background-color:#ffffff;
  padding:50px 0px;
  margin-bottom:0px;
}

.box-video{
  padding:80px 50px;
  background-color:#f0f0f0;
}

.box-video .box-video-wrapper{
  display:flex !important;
  justify-content:center;
  align-items:center;
  flex-direction:row;
}

.box-video .box-video-wrapper .items{
  margin-right:40px;
}

.box-video .box-video-wrapper .items:last-child{
  margin-right:0;
}

.box-video .box-video-wrapper h3{
  margin:20px 0px;
  text-align:left;
  width:300px;
}

/* ======================================================================================================================================================================
MATERIAIS                                             
====================================================================================================================================================================== */
.intro-section p{
  text-align:justify;
}

.intro-section a{
  font-weight:700;
  text-decoration:underline;
}


body.materiais .intro-section .banner{
  margin:0;
}

body.materiais .menu ul li{
  width:16%;
  display:inline-block;
}

body.materiais .menu ul li:first-child::after{
  content:unset;
}

body.materiais .menu ul li:nth-child(5){
  width:19%;
}

body.materiais .menu ul li:last-child{
  width:14%;
}

body.materiais .menu ul li:first-child a{
  padding:26px 20px 14px 0px;
}

body.materiais .menu ul li:nth-child(5) a{
  /*   padding:26px 0px 14px 20px; */
}

body.materiais .menu ul li a:hover{
  cursor:pointer;
}

body.materiais .menu .flyouts{
  position: relative;
  float: none;
  max-width: 1140px;
  margin: 0 auto;
}

.main-content{
  padding: 0px 0px 60px 0px;
}

.main-content h1{
  text-align: center;
  margin: 0px 0px 16px 0px;
}

.materiais{
  padding: 0px 0px 60px 0px;
}

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

.materiais .materiais-wrapper .items{
  width:23%;
  border:1px solid #cccccc;
  margin: 0px 20px 50px 0px;
  position:relative;
}

body.hs-content-id-26917167643 .materiais-wrapper .items{
  width:24%
}

.materiais .materiais-wrapper .title,
.materiais .materiais-wrapper .excerpt,
.materiais .materiais-wrapper .button{
  padding:0px 20px 0px 15px;
}

.materiais .materiais-wrapper .button{
  position:absolute;
  bottom:0px;
}

.materiais .materiais-wrapper .title{
  min-height:90px;
  padding-bottom:30px;

}

.materiais .materiais-wrapper .title h3{
  margin:25px 0px 20px 0px;

}

.materiais .materiais-wrapper .excerpt{
  min-height:200px;
  padding-bottom:30px;
}

.materiais .materiais-wrapper .excerpt iframe{
  margin-top:30px;
}

.materiais .materiais-wrapper .excerpt p{
  line-height:1.2;
  padding-bottom:30px;
}

.materiais .materiais-wrapper .button a{
  position:relative;
  padding-left:29px;
  display:inline-block;
  margin-bottom:20px;
  font-weight:700;
  text-decoration:underline;
}

.materiais .materiais-wrapper .button a::before{
  content:"";
  width: 17px;
  height: 15px;
  background-image: url('https://docs.nec.com.br/hubfs/Nec2019/MSS/icone-download.png');
  position:absolute;
  left:0;
  top: 4px;
  transform: none;
  border: 0;
}
/* ======================================================================================================================================================================
MSS                                             
====================================================================================================================================================================== */

.body-container-wrapper ul, 
.body-container-wrapper ol, 
.body-container-wrapper li{
  list-style: none;
  padding-left:15px;
  margin-bottom:20px;
}

.body-container-wrapper ul li{
  margin:0px 0px 0.3em 0px;
  padding: 0px;
  list-style-type:initial;
}

.content-wrapper .lp-text ul{
  /*   padding-left:40px; */
}

.content-wrapper .lp-text{
  font-size:14px;
}

.content-wrapper .lp-text h1{
  font-size:18px;
}

.content-wrapper .lp-text h2{
  font-size:18px;
}

.content-wrapper .lp-text ul li{
  list-style-type:initial;
}

.body-container-wrapper{
  position:relative;
}

.body-container-wrapper:after{
  content:none;
  position:absolute;
  display:inline-block;
  width:669px;
  height:714px;
  background-image:url('//www.arcon.com.br/hubfs/Nec2019/MSS/vector-2.png');
  background-repeat:no-repeat;
  background-position:center;
  bottom:0px;
  left: -300px;
  z-index:-1;
}

.intro-section{
  position:relative;
  padding:60px 0px;
}

.intro-section:after{
  content:'';
  position:absolute;
  display:inline-block;
  width:732px;
  height:706px;
  background-image:url('//www.arcon.com.br/hubfs/Nec2019/MSS/vector-1.png');
  background-repeat:no-repeat;
  background-position:center;
  top:-40%;
  right:0px;
}

body.hs-content-id-30336770467 .intro-section:after,
body.veracode .intro-section:after{
  content:unset;
}

body.csirt .intro-section:after{
  content:none;
}

body.materiais .intro-section:after{
  content:unset;
}

.intro-section.curva-1:after{
  width:750px;
  height:575px;
  background-image:url('//www.arcon.com.br/hubfs/Nec2019/Curvas/curva01.png');
  top:-30%;
}

.intro-section.curva-2:after{
  width:750px;
  height:575px;
  background-image:url('//www.arcon.com.br/hubfs/Nec2019/Curvas/curva06.png');
  top:-30%;
}

.intro-section.curva-3:after{
  width:700px;
  height:746px;
  background-image:url('//www.arcon.com.br/hubfs/Nec2019/Curvas/curva12.png');
  top:-33%;
}

.intro-section.curva-4:after{
  width:750px;
  height:575px;
  background-image:url('//www.arcon.com.br/hubfs/Nec2019/Curvas/curva03.png');
  top:-30%;
}

.intro-section.curva-5:after{
  width:750px;
  height:763px;
  background-image:url('//www.arcon.com.br/hubfs/Nec2019/Curvas/curva07.png');
  top:-40%;
}

.intro-section.curva-6:after{
  width:750px;
  height:575px;
  background-image:url('//www.arcon.com.br/hubfs/Nec2019/Curvas/curva06.png');
  top:-40%;
}



.intro-section .banner{
  margin:0px 0px 60px 0px;
  position:relative;
}

.intro-section h1{
  text-align:center;
  margin:0px 0px 16px 0px;
}

.intro-section .hs_cos_wrapper_type_text{
  text-align:justify;
  display:inline-block;
  margin:0px 0px 16px 0px;
  width:100%;
}

.services-section{
  background-color:#f0f0f0;
  padding:60px 0px;
  text-align:center;
}

.services-section .icon img{
  margin:0px 0px 28px 0px;
  max-height:65px;
}

.services-section h3{
  margin:0px 0px 20px 0px;
}

.materiais-section{
  padding:60px 60px;
  background-color:#f0f0f0;
}

.materiais-section img{
  margin:0px 0px 24px 0px;
}

.materiais-section h3{

}

.materiais-section .cta.download a{
  text-decoration:underline;
}

.materiais-section .cta.download a:before{
  width:17px;
  height:15px;

  background-image:url('//www.arcon.com.br/hubfs/Nec2019/MSS/icone-download.png');
  top: -3px;
  transform: none;
  border: none;
  border-width: none;
}

.materiais-section .cta.info a{
  text-decoration:underline;
}

.materiais-section .cta.info a:before{
  width:15px;
  height:15px;

  background-image:url('//www.arcon.com.br/hubfs/Nec2019/MSS/icone-plus.png');
  top: 0px;
  transform: none;
  border: none;
  border-width: none;
}

.contact-section{
  padding:60px 0px;
}

body.netscout .contact-section{
  padding:100px 20px;
}

.contact-section h2{
  text-transform:uppercase;
  text-align:center;
  margin:0px 0px 40px 0px;
}

.contact-section p{
  text-align:center;
  margin-bottom:30px;
}

.contact-section label{

}

.contact-section fieldset,
.contact-section .actions{
  max-width:980px !important;
  margin:0 auto !important;
}

.contact-section .actions{
  text-align:center;
}

.contact-section input[type="email"],
.contact-section input[type="text"],
.contact-section input[type="number"],
.contact-section input[type="tel"],
.contact-section input[type="password"],
.contact-section select,
.contact-section textarea{
  height:45px;
  border:1px solid #cccccc;
  color:#333;
  margin:0px 0px 24px 0px;
}

.contact-section textarea{
  height:150px;
}

.contact-section ul.inputs-list{
  list-style-type:none !important;
}

.contact-section ul.inputs-list li::marker{
  color: transparent;
  display: none;
}

.contact-section .hs-input{
  width:100% !important;
}

.contact-section  .hs-input[type="checkbox"]{
  width: 13px !important;
  height: 13px;
  margin-right:16px;
  margin-top: 6px;
}

.contact-section input[type="submit"]{
  position:relative;
  display:inline-block;
  padding: 6px 26px;
  color:#76161b;
  border:2px solid #76161b;
  background-color:transparent;
}

.nec-numbers{
  border-bottom:2px solid #cccccc;
  padding-bottom:60px;
}


.nec-numbers  .number-wrapper{
  text-align:center;
}

.nec-numbers .operator,
.nec-numbers .number{
  font-size:47px;
  color:#002b62;
  font-weight:700;
}

.nec-numbers .operator{

}

.nec-numbers .description{
  display:block;
  width:100%;
}

/* ======================================================================================================================================================================
GERENCIAMENTO DE SEGURANÇA                                             
====================================================================================================================================================================== */
body.gerenciamento-seguranca{

}

body.resposta-incidentes .nec-numbers,
body.gerenciamento-seguranca .nec-numbers{
  border-top:2px solid #cccccc;
  padding-top:60px;
}

/* ======================================================================================================================================================================
Cloudification NEC                                             
====================================================================================================================================================================== */

.main-banner{
  background-image:url('https://seguranca.nec.com.br/hubfs/imagem%20%285%29.png');
  background-size:cover;
  background-repeat:no-repeat;
  padding:0px 20px;
}

.main-banner .main-banner-wrapper{
  display:flex;
  align-items:center;
  min-height:330px !important;
}

.main-banner .main-banner-wrapper h1{
  color:#002b62;
  font-size:38px;
  line-height:1.4;
  margin-bottom:0px;
}

.box-intro{
  padding:60px 20px;
}

.box-intro .box-intro-wrapper{
  background-color:#e8e8e8;
  padding:20px;
}

body.cloud a{
  color:#286ebe;
}

.cloud .content-wrapper{
  padding-top:0px;
  padding:0px 20px;
}

.cloud .content-wrapper h2{
  position:relative;
  text-align:left;
  font-size:30px;
  color:#002b62;
  padding-left:30px;
  margin-bottom:45px;
}

.cloud .content-wrapper h2::before{
  content:"";
  background-color:#eb6e00;
  width:16px;
  height:51px;
  position:absolute;
  top:50%;
  left:0px;
  transform:translateY(-50%);
}

.cloud .content-wrapper h3{
  color:#002b62;
  font-size:20px;
  margin-top:40px;
}

.lp-default.audiocodes.cloud .header .logo > .row-fluid-wrapper .row-fluid{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}

.analise-box{
  background-image:url('https://seguranca.nec.com.br/hubfs/shutterstock-1709075770.png');
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  margin-bottom:-200px;
}

.analise-box .analise-box-item{
  background: -moz-linear-gradient(-45deg,  rgba(4,18,124,1) 0%, rgba(4,18,124,0.93) 24%, rgba(69,126,151,0.8) 65%, rgba(101,179,164,0.69) 85%, rgba(160,216,173,0.6) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(4,18,124,1) 0%,rgba(4,18,124,0.93) 24%,rgba(69,126,151,0.8) 65%,rgba(101,179,164,0.69) 85%,rgba(160,216,173,0.6) 100%);
background: linear-gradient(135deg,  rgba(4,18,124,1) 0%,rgba(4,18,124,0.93) 24%,rgba(69,126,151,0.8) 65%,rgba(101,179,164,0.69) 85%,rgba(160,216,173,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04127c', endColorstr='#99a0d8ad',GradientType=1 );
  display:flex;
  align-items:center;
  min-height:686px;
  padding:0px 30px;
}

.analise-box .analise-box-item p{
  color:#ffffff;
}

.analise-box .analise-box-item ul{
  padding:0px;
}

.analise-box .analise-box-item ul li{
  padding-left:53px;
  position:relative;
  list-style-type:none;
  margin-bottom:12px;
}

.analise-box .analise-box-item ul li a{
  color:#ffffff;
}

.analise-box.special-saude{
  background-image:url('https://seguranca.nec.com.br/hubfs/bg_special_article_saude.png');
  margin-bottom:0px;
}
.analise-box.special-saude .analise-box-item{
  padding:15px 30px 20px;
}

.section4 .analise-box.special-saude{
  background-image:url('https://seguranca.nec.com.br/hubfs/bg_special_article_saude_two.png');
}
.section4 .analise-box.special-saude .analise-box-item{
  padding:40px 30px 50px;
}

.flexibilidade{
  padding:260px 20px 60px;
  background-color:#e8e8e8;
}

.blog-notification{
  background-color:#ededed;
  padding:20px;
}

.blog-notification .form-wrapper input[type="email"],
.blog-notification .form-wrapper input[type="text"],
.blog-notification .form-wrapper input[type="number"]{
  width:100% !important;
  border:1px solid #ffffff;
  height:40px;
}

.blog-notification .form-wrapper .actions{
/*   float:right;
  position:relative;
  margin-top:-111px; */
}

.blog-notification .form-wrapper .actions input[type="submit"]{
  background-color:#ff6e00;
  padding:10px 30px;
  color:#ffffff;
  border:1px solid #ff6e00;
}

.blog-notification .form-wrapper ul li{
  list-style-type:none;
}

.blog-notification .form-wrapper .form-columns-3{
  width: calc(100% - 95px);
  max-width: unset;
}
.blog-notification .form-wrapper .form-columns-1{
  max-width:700px;
}
.blog-notification .form-wrapper .form-columns-3 label{
  display: none;
}

.main-banner.lp{
  
}

.main-banner.lp .main-banner-wrapper{
  
}

.main-banner.lp .main-banner-wrapper h1{
  color:#ffffff;
  text-transform:uppercase;
  font-size:36px;
  position:relative;
  padding-left:15px;
}

.main-banner.lp .main-banner-wrapper h1::before{
  content:"";
  background-color:#ff6e00;
  width:6px;
  height:100%;
  position:absolute;
  top:50%;
  left:0px;
  transform:translateY(-50%);
}

.hs-content-id-68298941599 .main-banner.lp .main-banner-wrapper h1::before{
  content:unset;
}

.main-banner.lp .main-banner-wrapper h2{
  color:#ffffff;
  font-size:30px;
}

.main-banner.lp.black-font .main-banner-wrapper{
  display:block;
  min-height:unset;
  padding:40px 0px;
}

.main-banner.lp.black-font .main-banner-wrapper h1{
  font-size:20px;
  color:#000000;
  text-transform:initial;
  margin:40px 0px;
  font-weight:400;
}

.main-banner.lp.black-font .main-banner-wrapper h2{
  font-size:22px;
  color:#000000;
  font-weight:400;
}

.cloud .content-wrapper{
  padding-top:60px;
}

.cloud .content-wrapper blockquote{
  margin:0px;
  position:relative;
  padding-left:29px;
  font-weight:700;
  font-style:italic;
}

.cloud .content-wrapper blockquote::before{
  content:"";
  background-color:#ff6e00;
  width:8px;
  height:100%;
  position:absolute;
  top:50%;
  left:0px;
  transform:translateY(-50%);
}

.cloud .content-wrapper .list ul{
  padding-left:60px;
}

.cloud .content-wrapper .list ul li{
  margin-bottom:8px;
}

.cloud .content-wrapper .list ul li::marker{
  color:#ff6e00;
  display: none;
}

.cloud .cta.blue a{
    color: #ffffff;
    padding: 9px 20px 9px 20px;
    font-weight: 700;
    font-size: 16px;
    background: rgb(5,48,95);
    background: -moz-linear-gradient(-45deg,  rgba(5,48,95,1) 0%, rgba(71,101,137,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(5,48,95,1) 0%,rgba(71,101,137,1) 100%);
    background: linear-gradient(135deg,  rgba(5,48,95,1) 0%,rgba(71,101,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05305f', endColorstr='#476589',GradientType=1 );
    border-radius: 18px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in;
-moz-transition: all 100ms ease-in;
-ms-transition: all 100ms ease-in;
-o-transition: all 100ms ease-in;
transition: all 100ms ease-in;
}

.cloud .cta.blue a::before{
  content:unset;
}

.cloud .cta.blue a::after{
    content: "";
    background-image: url('https://seguranca.nec.com.br/hubfs/pag-safer-cities/Seta.png');
  background-repeat:no-repeat;
    width: 13px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    opacity: 0;
}

.cloud .cta.blue a:hover{
    padding: 9px 50px 9px 20px;
}

.cloud .cta.blue a:hover::after{
    opacity: 1;
}

/* ======================================================================================================================================================================
Visionary Week 2022                                             
====================================================================================================================================================================== */
body.visionary-week{
  color:#000000;
}

body.visionary-week h2{
  font-size:38px;
}

.main-banner-week2{
  background-size:cover;
  background-repeat:no-repeat;
  background-position:right center;
}

.main-banner-week{
  background-size:cover;
  background-repeat:no-repeat;

}


.main-banner-week2 .main-banner-week-wrapper{
  display:flex;
  align-items:center;
  min-height:553px;
}

.main-banner-week .main-banner-week-wrapper{
  display:flex;
  align-items:center;
  min-height:553px;
}

.main-banner-week .main-banner-week-wrapper h1{
  font-size:40px;
  color:#000000;
  font-weight:900;
}

.main-banner-week .main-banner-week-wrapper h2{
  font-size:30px;
  font-weight:700;
  margin-bottom:35px;
}

.main-banner-week .main-banner-week-wrapper h3{
  font-size:20px;
  margin-bottom:10px;
}

.main-banner-week .main-banner-week-wrapper h3 span{
  background-color:#000000;
  padding:3px 8px;
  color:#ffffff;
  display:inline-block;
}

.main-banner-week .main-banner-week-wrapper .cta-banner-wrapper{
  margin-top:30px;
}

.main-banner-week .main-banner-week-wrapper .cta-banner-wrapper a{
  background-color:#1e32a5;
  color:#ffffff;
  border:1px solid #1e32a5;
  padding:10px 20px;
  border-radius:20px;
  font-weight:700;
  font-size:18px;
  display:inline-block;
}

.intro-week{
  padding:90px 0px;
}

.intro-week .intro-week-wrapper h2{
  font-size:38px;
  margin-bottom:5px;
}

.intro-week .intro-week-wrapper p.blue-text{
  color:#1e00a5;
  font-size:20px;
  margin-top:0px;
  margin-bottom:40px;
}

.featured-nec{
  padding-bottom:90px;
}

.keynote{
  padding-top:90px;
  background-color:#F2F2F7;
}

.keynote .keynote-wrapper h3{
  font-size:32px;
  margin-bottom:5px;
}

.keynote .keynote-wrapper h4{
  font-size:24px;
}

.keynote .keynote-wrapper h5{
  font-size:22px;
}

.schedule{
  padding:90px 0px;
  background-color:#F2F2F7;
}

.cta-schedule-wrapper{
  text-align:center;
  margin-top:60px;
}

.cta-schedule-wrapper a{
  background-color:#ffffff;
  border:4px solid #1e32a5;
  border-radius:31px;
  padding:11px 30px !important;
  color:#1e32a5;
  font-size:18px;
  display:inline-block;
}

.cases-week .cases-week-wrapper{
  background-color:#f2f2f2;
  padding:25px 40px;
  margin-bottom:100px;
}

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



/* ======================================================================================================================================================================
SIEM                                             
====================================================================================================================================================================== */
.section-siem{
  text-align:center;
}

.section-siem table{
  text-align:center;
}

.section-siem table tr{

}

.section-siem table tr th{
  font-size:15px;
  background-color:#002b62;
  color:#fff;
  padding:10px 20px;
}

.section-siem table tr:nth-child(even) td{
  background-color:#f0f0f0;
}

.section-siem table tr td{
  font-size:15px;
  padding:10px 10px;
}

.section-siem table tr th:nth-child(2),
.section-siem table tr th:last-child{
  width:180px;
}

.section-siem table tr th:first-child,
.section-siem table tr td:first-child{
  text-align:left;
}

.section-siem table tr td img{
  max-width:28px;
}

/* ======================================================================================================================================================================
TECNOLOGIA                                             
====================================================================================================================================================================== */
body.tecnologia .slick-prev{
  left: 25px;
}

body.tecnologia .slick-next{
  right: 25px;
}

body.tecnologia .slick-prev:before{
  content:'\f104';
}

body.tecnologia .slick-next:before{
  content:'\f105';
}

body.tecnologia .slick-next:before, 
body.tecnologia .slick-prev:before{
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  font-size: 40px;
}

body.tecnologia .slick-next, 
body.tecnologia .slick-prev{
  z-index: 10;
  width: 40px;
  height: 40px;
}
body.tecnologia .slick-dots{
  bottom:20px;
}

body.tecnologia .slick-dots li button:before{
  color:#fff;
  font-size:10px;
  width: 14px;
  height: 14px;
  line-height: 13px;
}

body.tecnologia .slick-dots li.slick-active button:before{
  color:#fff;
  border-radius:100%;
  border:1px solid #fff;
}


.tecnologia-steps ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-left: 6px;
}

.tecnologia-steps ul li{
  position: relative;
  display: inline-block;
  width: 25%;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  padding: 12px 25px 12px 35px;
  min-height: 76px;
  vertical-align: middle;
  margin-left: -5px;
  background-color: #f0f0f0;
}

.tecnologia-steps ul li:after{
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-left-color: #f0f0f0;
  border-width: 38px;
  margin-top: -38px;
  z-index: 10;
}

.tecnologia-steps ul li:nth-child(2),
.tecnologia-steps ul li:nth-child(3){
  padding: 12px 25px 12px 63px;
}

.tecnologia-steps ul li:nth-child(even){
  background-color:#002b62;
  color:#fefefe;
}

.tecnologia-steps ul li:nth-child(even)::after{
  border-left-color: #002b62;
}

.tecnologia-steps ul li:last-child::after{
  content:none;
}

.tecnologia-steps ul li:last-child{
  padding: 25px 65px 0px;
}

.tecnologia-steps ul li:before{
  display: inline-block;
  font-size: 40px;
  float: left;
  vertical-align: middle;
  line-height: 40px;
  margin-right: 10px;
}

.tecnologia-steps ul li:first-child::before{
  content:' 1.';
}

.tecnologia-steps ul li:nth-child(2)::before{
  content:' 2.';
}

.tecnologia-steps ul li:nth-child(3)::before{
  content:' 3.';
}
.tecnologia-steps ul li:last-child::before{
  content:' 4.';
  margin-top: -11px;
}


/* ======================================================================================================================================================================
TECNOLOGIA                                             
====================================================================================================================================================================== */
.linhas-de-atuacao{
  font-size:16px;
}

.linhas-de-atuacao h3:first-child{
  margin: 0px 0px 0px 0px;
}

.linhas-de-atuacao h3{
  font-size:16px;
  margin: 35px 0px 0px 0px;
}

.linhas-de-atuacao p{
}


.solidas-aliancas{
  text-align:center;
}

.solidas-aliancas .solidas-aliancas-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.solidas-aliancas .solidas-aliancas-wrapper img{
  margin-right:24px;
  max-width:150px !important;
  max-height:100px !important;
}

/* ======================================================================================================================================================================
CYBER SEGURANÇA                                             
====================================================================================================================================================================== */
.estudos-de-caso{
  padding:60px 60px;
  background-color:#f0f0f0;
}

.estudos-de-caso img{
  margin:0px 0px 24px 0px;
}

.estudos-de-caso h3{
  line-height: 1.2;
  min-height:84px;
}

.estudos-de-caso .cta.play a{
  text-decoration:underline;
  padding-left: 37px;
}

.estudos-de-caso .cta.play a:before{
  width:16px;
  height:18px;

  background-image:url('//www.arcon.com.br/hubfs/Nec2019/CyberSecurity/ico-play.png');
  top: -3px;
  transform: none;
  border: none;
  border-width: none;
}

.estudos-de-caso .cta.book a{
  text-decoration:underline;
  padding-left: 37px;
}

.estudos-de-caso .cta.book a:before{
  width:23px;
  height:17px;

  background-image:url('//www.arcon.com.br/hubfs/Nec2019/CyberSecurity/ico-book.png');
  top: 0px;
  transform: none;
  border: none;
  border-width: none;
}

.portfolio-section{
}

.portfolio-section h3{
  margin: 0px 0px 15px 0px;
}

.portfolio-section a{
  display:block;
  margin: 0px 0px 15px 0px;
}

.portfolio-section a:after{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

/* ======================================================================================================================================================================
BLOG LISTING                                             
====================================================================================================================================================================== */
.menu-bar{
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  text-align: center;
  margin-bottom: 40px;
}



.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul{
  margin:0px;
  padding:0px;
  width:100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1::marker{
  color: #fff;
  display: none;
}

li.hs-form-checkbox::marker {
  color: #fff;
}

.menu ul li{
  position:relative;
  margin:0px;
  width:14.2%;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:88px;

}

.menu ul li:after{
  content:"";
  position:absolute;
  display:inline-block;
  top: 7px;
  left:0px;
  width:1px;
  height:60px;
  background-color:#cccccc;
}

.menu ul li a{
  font-weight:400;
}

.menu ul li a:before{
  content: "";
  display: inline-block;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
}

/* .menu ul li:first-child a::before{
width: 24px;
height: 26px;
background-image: url(//www.arcon.com.br/hubfs/Nec2019/icone-ciberseguranca.svg);
background-size: 24px 26px;
}

.menu ul li:nth-child(2) a::before{
width: 26px;
height: 26px;
background-image: url(//www.arcon.com.br/hubfs/Nec2019/icone-tecnologias.svg);
background-size: 26px 26px;
}

.menu ul li:nth-child(3) a::before{
width: 26px;
height: 26px;
background-image: url(//www.arcon.com.br/hubfs/Nec2019/icone-ameacas.svg);
background-size: 26px 26px;
}

.menu ul li:nth-child(4) a::before{
width: 29px;
height: 29px;
background-image: url(//www.arcon.com.br/hubfs/Nec2019/icone-gestao.svg);
background-size: 29px 29px;
}

.menu ul li:nth-child(5) a::before{
width: 29px;
height: 29px;
background-image: url(//www.arcon.com.br/hubfs/Nec2019/icone-conscientazacao.svg);
background-size: 29px 29px;
} */

.menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width: 220px;
  /*   padding: 26px 20px 14px; */
  font-size: 14px;
}
body.blog .search_box{
  /*   margin-left:0px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  padding-bottom: 18px; */
}
body.blog .search_box form, body.search-page .search_box form{
  padding-top: 17px;
  padding-right:20px;
}
body.blog .search_box form input[type="text"],body.search-page .search_box form input[type="text"]{
  padding-right: 50px;
}
body.blog .search_box form button,body.search-page .search_box form button{
  margin-left: -50px;
  background: none;
  border: 0px;
  position: absolute;
  margin-top: 10px;
}
body.blog .search_box form button svg,body.search-page .search_box form button svg{
  height:20px;
}
body.blog .search_box ul.hs-search-field__suggestions{
  display:none;
}
body.search-page .search_box form{
  padding-right:0px; 
}
body.search-page .hs-search-field{
  margin: 15px;
}


body.search-page .hs-search-results{
  border: 1px solid #ccc;
  padding: 20px;
  margin: 15px;
}
body.search-page .hs-search-results .hs-search-results__title{
  font-weight: bold;
}
body.search-page .hs-search-results ul{
  margin-bottom:10px;
}
body.search-page .hs-search-results ul li{
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  margin: 25px 0px;
}
body.search-page .hs-search-results ul li .hs-search-results__description{
  margin: 0 0 5px;
}
body.search-page .hs-search-results .hs-search-results__pagination{
  padding: 20px 0px;
}

.posts-highlights{
  margin-top: 50px;
}

.post-item{
  position:relative;
  min-height:400px !important;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  overflow:hidden;

  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.posts-highlights .post-item {
  width: 50% !important;
  margin: 0;
}

.post-item h1,
.post-item h2{
  top:0px;
  position:relative;
  font-weight:700;
  color:#ffffff;
  width:90%;
  text-align:center;
  text-shadow: 1px 2px 9px rgba(2,4,0,0.81);

  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.post-item h1{
  font-size:34px;
  opacity:1;

  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.post-item h2{
  font-size:20px !important;
}



.post-item .overlay{
  position:relative;
  background-color:rgba(0,43,98, .8);
  width:100%;
  min-height:65px;
  display: flex;
  align-items: flex-end;

  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.podcast-item.post-item .overlay{
  background-color:rgba(119, 22, 27, 0.8);
}

.post-item .overlay .excerpt-wrapper{
  position:absolute;
  top:30px;
  left:50%;
  transform:translateX(-50%);
  width:80%;
  opacity:0;

  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}



.post-item .overlay .excerpt-wrapper .excerpt,
.post-item .overlay .excerpt-wrapper .excerpt p{
  font-size:16px;
  color:#fff;
  text-align:left !important;
}

.post-item .overlay .excerpt-wrapper .excerpt a{
  color:#fff;
  text-decoration:underline;
}

.post-item .overlay .excerpt-wrapper .read-more{
  text-align:center; 
}





.post-item .post-footer{

  width:100%;
  padding:18px 0px;
}

.post-item .post-footer .category-list,
.post-item .post-footer .author{
  font-size:14px;
  color:#ffffff;
  text-align:center;
}

.post-item .post-footer .category-list a.category{
  color:#fff;
}
.post-item .post-footer .read-more{
  text-align: center;
}
.post-item .podcast-title{
  display:none;
}
.podcast-item.post-item .podcast-title{
  display: block;
  position:absolute;
  top: 22px;
  left: 24px;
  background-color: #d16c19;
  padding: 12px 22px 10px 23px;
  z-index: 1001;
  color:#fff;
  font-size: 16px;
}

.post-item .date{
  position:absolute;
  top:0px;
  right:0px;
  background-color:#ec6c00;
  text-align:center;
  padding:5px;
}
.podcast-item.post-item .date{
  display:none;
}

.post-item .date span{
  display:block;
  color:#fff;
  font-size:10px;
  font-weight:700;
}

.post-item .date span:first-child{
  font-size:19px;

}

.blog-wrapper{
  padding:0px 1.964103%;
}

.post-listing-simple .span3.post-item:nth-child(4n + 1),
.post-listing .span3.post-item:nth-child(4n + 1){
  margin-left:0px;
}
.post-listing-simple .span4.post-item:nth-child(3n + 1),
.post-listing .span4.post-item:nth-child(3n + 1){
  margin-left:0px;
}

.post-listing-simple .post-item,
.post-listing .post-item{
  margin-bottom:1.964103%;
  min-height:440px !important;
}


.blog-pagination{
  text-align:center;  
  margin-top:40px;
}

.blog-pagination a{
  position:relative;
  display:inline-block;
  padding: 6px 26px;
  color:#76161b;
  border:2px solid #76161b;
}

.blog-pagination a.next-posts-link:after{
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #333;
  border-width: 1px 1px 0 0;
}

.blog-pagination a.previous-posts-link:before{
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(-135deg);
  border: 1px solid #333;
  border-width: 1px 1px 0 0;
}

.blog-pagination a.next-posts-link:after,
.blog-pagination a.previous-posts-link:before{
  border: 1px solid #76161b;
  border-width: 1px 1px 0 0;  
}

body.blog .materiais-section{
  margin-top:70px !important;
  background-color:transparent;
  border:1px solid #cccccc;
}

body.blog .materiais-section h2{
  text-align:center;
  text-transform:uppercase;
  font-size:26px;
}

.form-subscription{
  margin-top:70px;
}

.form-subscription h3{
  text-align:center;
  font-size:26px;
}

.form-subscription label{

}

.form-subscription input[type="text"],
.form-subscription input[type="email"]{
  border:1px solid #cccccc;
}

.form-subscription input[type="submit"]{
  position:relative;
  display:inline-block;
  padding: 6px 26px;
  color:#76161b;
  border:2px solid #76161b;
  background-color:transparent;
}

.form-subscription .actions{
  margin:30px 0px 0px;
  text-align:center;
}
.sidebar-blog{
  background-color: #e5e7e9;
  padding: 38px 32px 48px 30px;
}
.sidebar-blog h3{
  font-size: 26px;
}
.sidebar-blog .category-posts-list-item{
  margin-top: 40px;
  margin-bottom: 20px;
}
.sidebar-blog .category-posts-list-item .category-wrapper ul{
  list-style: none;
  padding-left: 1px;
}
.sidebar-blog .category-posts-list-item .category-wrapper ul li{
  margin:0px; 
  list-style-type: none;
  padding-left: 9px;
}
.sidebar-blog .category-posts-list-item .category-wrapper ul li::before {
  content: "\2022"; 
  color: #76161b;
  font-weight: bold;
  margin-left: -9px;
  margin-right: 5px;
}
.sidebar-blog .category-posts-list-item .category-wrapper ul li a{
  text-transform:capitalize;
}
.sidebar-blog .popular-posts-list-item{
  margin-bottom: 15px;
}
.sidebar-blog .popular-posts-list-item .popular-post-item{
  border-bottom: 1px solid #cccccc;
}
.sidebar-blog .popular-posts-list-item .popular-post-item:last-child{
  border-bottom:none;
}
.sidebar-blog .popular-posts-list-item h3{
  margin-bottom: 0px;
}
.sidebar-blog .popular-posts-list-item .popular-post-item-wrapper{
  margin-top: 25px;
  padding-bottom: 25px;
}

.sidebar-blog .popular-posts-list-item .popular-post-item-wrapper p{
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}
.sidebar-blog .popular-posts-list-item .popular-post-item-wrapper h4{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0px;
}
/* ======================================================================================================================================================================
BLOG POST                                             
====================================================================================================================================================================== */
.internal-banner{
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  min-height:400px;
}

.hs-blog-post .form-subscription .page-center{
  padding:30px 30px;
  background-color:#f0f0f0;
}
.hs-blog-post .form-subscription .legal-consent-container{
  margin-top: 20px;
}
.hs-blog-post .form-subscription .legal-consent-container ul li{
  list-style-type: none;
}
.hs-blog-post .form-subscription .legal-consent-container ul li input{
  margin-top: 7px;
}

.blog-section .social-sharing ul,
.blog-section .cta-box.fixed{
  top:0;
  -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;
}

.blog-section .social-sharing ul.fixed,
.blog-section .cta-box.fixed{
  position:fixed;
  top:70px;
}

.blog-section .social-sharing ul li{
  list-style-type:none;
  margin-bottom:18px;
}

.blog-section .social-sharing ul li:last-child{
  margin-bottom:0px;
}

.blog-section .social-sharing ul li a img{
  max-width:30px;
}

a[href$=".pdf"], a[target="_blank"], 
a[href$=".ppt"], a[href$=".xls"], a[href$=".doc"], 
a[href$=".zip"], a[href$=".lzh"], a[href$=".exe"], 
a.of-movie, a.js-modal-img{
  padding:0;
}

.blog-section .post-body-wrapper{
  padding:0px 80px;
}

.blog-section .post-body-wrapper .post-header .hubspot-editable{
  font-size:14px;
  color:#333333;
}

.blog-section .post-body-wrapper .post-header .time,
.blog-section .post-body-wrapper .post-header .author,
.blog-section .post-body-wrapper .post-header .tags,
.blog-section .post-body-wrapper .post-header .date{
  position:relative;
  padding-left:20px;
}

.blog-section .post-body-wrapper .post-header .time::before,
.blog-section .post-body-wrapper .post-header .author::before,
.blog-section .post-body-wrapper .post-header .tags::before,
.blog-section .post-body-wrapper .post-header .date::before{
  content:"";
  background-image:url('https://docs.nec.com.br/hubfs/icone-relogio.png');
  background-repeat:no-repeat;
  width:15px;
  height:15px;
  position:absolute;
  top:4px;
  left:0;
}

.blog-section .post-body-wrapper .post-header .author::before{
  background-image:url('https://docs.nec.com.br/hubfs/icone-by.png')
}

.blog-section .post-body-wrapper .post-header .tags::before{
  background-image:url('https://docs.nec.com.br/hubfs/icone-tag.png')
}

.blog-section .post-body-wrapper .post-header .date::before{
  background-image:url('https://docs.nec.com.br/hubfs/icone-calendario.png');
}

.blog-section .post-body-wrapper{
  color:#333333;
}

.blog-section .post-body-wrapper h1{
  margin:27px 0px 51px 0px;
}

.blog-section .post-body-wrapper a{
  text-decoration:underline;
  color:#0600ff;
}

.blog-section .post-body-wrapper h2{
  font-size:20px;
}

.blog-section .post-body-wrapper h3{
  font-size:18px;
}

.blog-section .post-body-wrapper blockquote{
  text-align:center;
  padding:30px 80px;
}

.blog-section .post-body-wrapper ul{
  padding-left:50px;
}

.blog-section .post-body-wrapper ul li{
  margin-bottom:20px;
  position:relative;
  list-style-type:none;
  padding: 0px 12px;
}

/* .blog-section .post-body-wrapper ul li:last-child{
margin-bottom:0px;
} */

.blog-section .post-body-wrapper ul li::before{
  content:"";
  position:absolute;
  top:8px;
  left:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ec6a00;
}

.related-posts{
  border:1px solid #cccccc;
  padding:100px 45px;
  margin:80px 0px;
}

.related-posts h3{
  text-align:center;
  font-size:26px;
  margin-bottom:50px;
  color:#333333;
}

.related-posts .post-item-listing{
}

.related-posts .content{
  text-align:left;
  min-height: 60px;
}

.related-posts .content h2{
  text-shadow:unset;
  margin:20px 0px 0px 0px;
}

.related-posts .image{
  height:170px;
  width:310px;
}

.related-posts h2 a{
  font-size:18px;
  color:#333333;
}

.related-posts .more{
  margin:21px 0px;
}

.related-posts .more a{
  color:#333333;
  font-size:16px;
  text-decoration:underline;
  position:relative;
  padding-left:30px;
}

.related-posts .more a::before{
  content:"";
  background-image:url('https://docs.nec.com.br/hubfs/icone-plus.png');
  width:15px;
  height:15px;
  position:absolute;
  top:3px;
  left:0;
}

.related-posts .more-related-posts{
  text-align:center;
  margin:60px 0px 0px 0px;
}

.related-posts .more-related-posts a{
  position: relative;
  display: inline-block;
  padding: 6px 26px;
  color: #76161b;
  border: 2px solid #76161b;
  background-color: transparent;
}

.related-posts .more-related-posts a::before{
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #76161b;
  border-width: 1px 1px 0 0;
}

ul.share{
  text-align:center;
  padding-top:35px;
}

ul.share li{
  display:inline-block;
  list-style-type:none;
  width:30px;
  margin-right:15px;
}

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

ul.share li img{
  max-width:30px !important;
}

/* ======================================================================================================================================================================
Landing page default                                             
====================================================================================================================================================================== */

.header{
  display:flex !important;
  justify-content:center;
  min-height:93px !important;
  flex-direction:column;
  -webkit-box-shadow: 0px 13px 23px -19px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 13px 23px -19px rgba(0,0,0,0.24);
  box-shadow: 0px 13px 23px -19px rgba(0,0,0,0.24);
  z-index:1;
  position:relative;
}

.content-wrapper{
  padding:60px 0px;
}

.content-wrapper h1{
  font-size:28px;
  text-align:center;
  margin-bottom:95px;
}

.content-wrapper img{
  display:inline-block;
  margin-bottom:30px;
}

.content-wrapper h2{
  font-size:16px;
  text-align:center;
  margin-bottom: 25px;
  font-weight:700;
}

.content-wrapper .list ol li{
  font-size:12px;
  list-style-type: decimal;
}

.content-wrapper .list strong{
  font-size:12px;
  display:block;
  margin-bottom:20px;
  margin-top:60px;
}

.content-wrapper .list ul li{
  font-size:16px;
  margin-bottom:15px;
}

.content-wrapper .list ul li ul li{
  list-style-type:none;
  position:relative;
  padding-left:10px;
  margin:0;
}

.content-wrapper .list ul li ul li::before{
  content:"-";
  position:absolute;
  top:0;
  left:0;

}

.content-wrapper .list p strong{
  font-size:16px;
  margin-top:60px;
}

.content-wrapper .form-wrapper{
  padding: 40px 50px;
  background-color:#f0f0f0;
}

.content-wrapper .form-wrapper h3{
  margin-bottom:53px;
  font-size:18px;
  text-align:center;
  text-transform:uppercase;

}

.content-wrapper .form-wrapper input[type="email"],
.content-wrapper .form-wrapper input[type="text"],
.content-wrapper .form-wrapper input[type="tel"],
.content-wrapper .form-wrapper select{
  border:1px solid #cccccc;
  height:45px;
  margin-bottom:15px;
  width: 100%;
}
.content-wrapper .form-wrapper input[type="checkbox"]{
  border:1px solid #cccccc;
  margin: 0px 4px 0px 0px;
}

.content-wrapper .form-wrapper .hs-form-booleancheckbox-display span{
  font-size:14px;
}

.content-wrapper .form-wrapper input[type="submit"]{
  display:block;
  color:#ffffff;
  background-color:#ec6c00;
  border:1px solid #ec6c00;
  width:100%;
  padding:10px 0px;
  margin-top:25px;
}

.lp-default .footer{
  background-color:#002b62;
  color:#ffffff;
  text-align:center;
}

.lp-default .footer p{
  font-size:12px;

}

.lp-default .footer p a{
  color:#ffffff;
  text-decoration:underline;
  display:inline-block;
  margin:0px 7px;
}

.lp-default .footer p a:last-child{
  margin:0px 0px 0px 4px;
}

.banner{
  margin-top:60px;
}

.banner .banner-wrapper{
  color:#ffffff;
  margin-top:0px !important;
  padding-top:60px;
}

.banner .banner-wrapper h1{
  font-size:28px;
  z-index:1;
  position:relative;
}

.banner .banner-wrapper p{
  font-size:18px;
  width:480px;
  text-align:center;
  margin:0;
  z-index:1;
  position:relative;
}
.content-wrapper .list p strong:first-child{
  margin-top:0;
}

.banner .banner-wrapper::after{
  content:"";
  background-color:rgba(0,0,0,0.3);
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

body.veracode.lp-default .banner h1{
  max-width:unset;
  padding-left:0px;
  font-size: 31px;
}

body.veracode.lp-default .banner h1::before{
  content:unset;
}

body.veracode.lp-default .banner h2{
  color:#ffffff;
  font-size:20px;
}


.speakers-column{
  margin-top:0px;
}

.speakers-column .speakers-column-wrapper .items.gray{
  background-color:#f5f5f5;
}

.speakers-column .speakers-column-wrapper > .items{
  padding: 60px 15px 60px 60px;
}

.speakers-column .speakers-column-wrapper>.items:first-child{
  padding:30px 15px 60px 60px;
}

.speakers-column .speakers-column-wrapper .items .span4{
  position:relative;
  text-align:center;
}

.speakers-column .speakers-column-wrapper .items .span8{
  display:flex;
  flex-direction: column;
  min-height: 330px;
  justify-content: center;
  position:relative;
}

.speakers-column .speakers-column-wrapper .items .span4::before{
  content:"";
  background-color:#bebebe;
  width:1px;
  height:200px;
  position:absolute;
  top: 60px;
  right: 6px;
  left:unset;
}

.speakers-column .speakers-column-wrapper .items.gray .span4::before{
  content:"";
  background-color:#bebebe;
  width:1px;
  height:200px;
  position:absolute;
  top: 60px;
  left: -1px;
}

.speakers-column .speakers-column-wrapper .items .descricao p{
  text-align:left;
}

.speakers-column .speakers-column-wrapper .items h3{
  color:#002b62;
  font-size:22px;
}

.speakers-column .speakers-column-wrapper .items .date span{
  position:relative;
  display:inline-block;
  margin-right:30px;
  padding-left:35px;
  font-weight:700;
  color:#ff6c00;
  margin-bottom:20px;
}

.speakers-column .speakers-column-wrapper .items .author-name{
  max-width: 270px;
  margin: 15px auto 0px;
}

.speakers-column .speakers-column-wrapper .items .date span::before{
  content:"";
  background-image:url('https://seguranca.nec.com.br/hubfs/calendar-2.png');
  width:24px;
  height:22px;
  position:absolute;
  top:4px;
  left:0px;
}

/* .speakers-column .speakers-column-wrapper .items .date span:last-child::before{
background-image:url('https://seguranca.nec.com.br/hubfs/wall-clock.png');
width:22px;
height:22px;
} */

.speakers-column .speakers-column-wrapper .items .convidados .items{
  font-size:14px;
}

.speakers-column .speakers-column-wrapper .items .linkedin a{
  padding-left:30px;
  position:relative;
  color:#454d54;
}

.speakers-column .speakers-column-wrapper .items .linkedin a::before{
  content:"";
  background-image:url('https://2436469.fs1.hubspotusercontent-na1.net/hubfs/2436469/linkedin-Oct-14-2020-06-50-25-17-PM.png');
  width:23px;
  height:23px;
  position:absolute;
  top:0px;
  left:0px;
}

.speakers-column .speakers-column-wrapper .items .convidados .linkedin a{
  padding-left:21px;
}

.speakers-column .speakers-column-wrapper .items .convidados .linkedin a::before{
  background-size: 70%;
  background-repeat: no-repeat;
  top:3px;
}

.speakers-column .speakers-column-wrapper .items .convidados .author img{
  display:block;
  margin:0 auto;
  max-width:120px;
}

.speakers-column .speakers-column-wrapper .items .convidados .author-name p{
  text-align:center;
}

.speakers-column .speakers-column-wrapper .items .convidados{
  margin-top:15px;
}

.speakers h2{
  color:#ff6c00;
  font-size:20px;
  margin-bottom:70px;
  position:relative;
  padding-left:45px;
}

.speakers h2::before{
  content:"";
  background-image:url('https://seguranca.nec.com.br/hubfs/calendar-3.png');
  width:29px;
  height:27px;
  position:absolute;
  top:-3px;
  left:0px;
}

.speakers .speakers-wrapper{
  border-bottom:1px solid #cccccc;
  padding-bottom: 90px;
  margin-bottom: 100px;
}

.speakers .speakers-wrapper .items{
  margin-bottom:80px;
}

.flex-row .hs_cos_wrapper_widget:last-child .speakers .speakers-wrapper{
  border-bottom: 0px;
  padding-bottom: 80px;
  margin-bottom: 0px;
}

.speakers .speakers-wrapper .items:last-child{
  margin-bottom:0px;
}

.speakers .speakers-wrapper .items h3{
  color:#002b62;
  font-size:20px;
  margin-bottom:15px;

}

.speakers .speakers-wrapper .items span{
  font-weight:700;
}

.speakers .speakers-wrapper .items p{
  margin-top:20px;
}

.speakers .speakers-wrapper .items .participantes{
  margin-top:50px;
}

.speakers .speakers-wrapper .items .participantes p{
  font-weight:700;
}

.speakers .speakers-wrapper .items .participantes .participantes-nomes{
  display:flex;
  flex-wrap: wrap;
}

.speakers .speakers-wrapper .items .participantes .items{
  border:1px solid #cccccc;
  padding:8px 20px;
  margin-right: 10px;
  margin-bottom: 12px;
}

.inscreva-se{
  background-color:#f0f0f0;
  padding:45px 0px;
}

.inscreva-se .inscreva-se-wrapper h2{
  color:#002b62;
  font-size:36px;
  text-transform:uppercase;
  text-align:center;
  line-height:1.3;
  margin-top:45px;
}

.related-post.futurecom{
  background-color:#ffffff;
}

.related-post.futurecom .materiais-tk{
  padding-top:100px;
  padding-bottom: 0px;
  margin-bottom: 60px;
}

.related-post.futurecom .materiais-tk h2{
  font-size:26px;
  text-transform:uppercase;
}

.related-post.futurecom .materiais-tk{
  background-color:#ffffff;
}

body.lp-default .banner::after{
  content:none;
}

body.report .banner{
  margin-top:0px;
}

body.report .banner .banner-wrapper p{
  text-align:left;
}

body.report .content-wrapper .list strong{
  display:inline;
}

body.report .content-wrapper .list .destaque{
  border:1px solid #cccccc;
  padding:60px 35px;
  margin:50px 0px;
}

body.report .content-wrapper .list .destaque h2{
  text-align:left;
  font-size:24px;
}

body.report .content-wrapper .list .destaque p{
  text-align:justify;
}

body.report .content-wrapper .form-wrapper h3{
  color:#002b62;
}

body.report ul.share{
  text-align:center;
}
body.audiocodes{
  color: #384249;
}
body.audiocodes .banner .banner-wrappe{
  text-align: unset;
}
body.audiocodes .banner .banner-wrapper h1{
  font-size: 33px;
  color: #384249;
  font-weight: 400;
}
body.audiocodes .banner .banner-wrapper h1 strong{
  color: #002b62;
}
body.audiocodes .banner .banner-wrapper h1:before{
  content: "";
  height: 28px;
  width: 6px;
  display: inline-block;
  background-color: #ff6e00;
  margin-right: 10px;
}
body.audiocodes .banner .banner-wrapper p{
  text-align: unset;
  font-size: 26px;
  color: #384249;
}
body.audiocodes .itens-wrapper .content-wrapper{
  padding: 0px 0px;
}
body.audiocodes .itens-wrapper .content-wrapper img{
  margin-bottom: 0px;
}

body.audiocodes .content-wrapper .form-wrapper h3{
  text-transform: unset;
  color: #002b62;
}
body.audiocodes .content-wrapper .form-wrapper input[type="submit"]{
  width: unset;
  padding: 10px 40px;
  float: right;
}

form .hs-richtext{
  
}

form .hs-richtext p{
  font-size:14px;
  text-align:left;
}

.legal-consent-container .hs-form-booleancheckbox-display p{
  font-size:14px;
}

.content-wrapper .form-wrapper input[type="checkbox"]{
  margin-top:7px;
}

@media (max-width:768px){
  body.audiocodes .page-center{
    padding: 0 15px;
  }
}

/* ======================================================================================================================================================================
TK - Default                                             
====================================================================================================================================================================== */
.download-tk{
  padding:60px 0px 150px 0px;
  text-align:center;
}

.website .download-tk{
  padding:60px 0px 70px 0px;
}

.download-tk .title h1{
  font-size:22px;
}

.download-tk .title p{
  font-size:16px;
  font-weight:700;
  text-align:center;
  margin-bottom:5px;
  margin-top:0;
}

.download-tk .cta a{
  display:inline-block;
  background-color:#ec6c00;
  border:1px solid #ec6c00;
  padding:10px 100px;
  color:#ffffff;
  margin:30px 0px;
}

.download-tk .cta a::before{
  content:unset;
}

.download-tk p{
  text-align:left;
}

.related-post .materiais-tk{
  background-color:#f0f0f0;
  padding:50px 60px;
  margin-bottom:90px;
}

.related-post .materiais-tk h2{
  text-align:center;
  margin-bottom:50px;
}

.related-post .materiais-tk-wrapper{
  display:flex !important;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  flex-direction:row;
}

.related-post .materiais-tk-wrapper .items{
  width:31%;
  margin-right:35px;
}

.related-post .materiais-tk-wrapper .items:last-child{
  margin:0;
}


.related-post .materiais-tk-wrapper .items a{
  position: relative;
  padding-left: 29px;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: underline;
}

.related-post .materiais-tk-wrapper .items a::before{
  content: "";
  width: 17px;
  height: 15px;
  background-image: url(https://docs.nec.com.br/hubfs/Nec2019/MSS/icone-download.png);
  position: absolute;
  left: 0;
  top: 4px;
  transform: none;
  border: 0;
}

.related-post .materiais-tk-wrapper .items h3{
  margin-top:20px;
}

.banner .banner-wrapper{
  display:flex !important;
  align-items:center;
  justify-content:center;
  min-height:300px;
  flex-direction:column;
  background-repeat:no-repeat;
  background-size:cover;
  margin-top:60px;
  padding-top:0px;
}

.more-content{
  text-align:center;
  padding:0px 0px 80px 0px;
}

.more-content .more-content-wrapper{
  text-align:right;
}.podcast-item .cta.white a:before

.more-content .more-content-wrapper p,
.more-content .more-content-wrapper h3{
  text-align:left;
}

/* ======================================================================================================================================================================
VISIONARY WEEK                                             
====================================================================================================================================================================== */
body.visionary-week .banner::after{
  content:none;
} 

body.visionary-week .intro-section.curva-6:after{
  content:none;
} 

body.visionary-week .inscricao{
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}

body.visionary-week .footer{
  padding-top:11px;
  background-color:#002b62;
  color:#ffffff;
  text-align:center;
} 

body.visionary-week .footer p{
  font-size:12px;

}

body.visionary-week .footer p a{
  color:#ffffff;
  text-decoration:underline;
  display:inline-block;
  margin:1px 7px;
}

body.visionary-week.footer p a:last-child{
  margin:0px 0px 0px 4px;
}

.para-ouvir-title{
  padding-top:50px;
}

@media (max-width: 768px) { 
  .para-ouvir-title{
    text-align:center;
  }

}

/* ======================================================================================================================================================================
Fornetix                                            
====================================================================================================================================================================== */
body.fornetix .banner::after,
body.fornetix .intro-section:after{
  content:none;
}


body.fornetix .img-box{
  display:flex;
  min-height:490px;
  align-items:center;
}

body.fornetix .img-box.min{
  min-height:420px;
}

.why-fornetix .why-fornetix-wrapper{
  border-bottom:1px solid #cbcbcb;
  padding-bottom:120px;
  margin-bottom:120px;
}

body.fornetix .contact-section h2{
  margin:0px 0px 0px 0px;
}

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

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

@media (max-width:768px){
  .why-fornetix .why-fornetix-wrapper{
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

  body.fornetix .img-box{
    min-height: 420px;
  }
}


/* ======================================================================================================================================================================
LP - Campanhas                                             
====================================================================================================================================================================== */
.banner{
  background-repeat: no-repeat;
  background-size: cover;
}

.banner::after{
  content: "";
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body.hs-content-id-30336770467 .banner::after,
body.hs-content-id-31483387379 .banner::after,
body.hs-content-id-35458788372 .banner::after{
  content:unset;
}

.banner .banner-wrapper::after{
  content:unset;
}

.banner .banner-wrapper{
  align-items:end;
  z-index: 1;
  position: relative;
}

body.campanhas .banner .banner-wrapper h1{
  max-width:350px;
  font-size:26px;
  position:relative;
  padding-left:40px;
  margin-bottom:0px;
  color:#303030;
}

body.hs-content-id-29030021006 .banner .banner-wrapper h1,
body.hs-content-id-29031089281 .banner .banner-wrapper h1{
  max-width:570px;
}

.caracteristicas-webinar{
  background-color:#f4f4f4;
  padding:70px 0px;
  margin-top:40px;
}

.caracteristicas-webinar h2{
  color:#002b62;
  text-align:center;
  font-size:20px;
  margin-bottom:60px;
}

.caracteristicas-webinar .webinar-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
}

.caracteristicas-webinar .webinar-wrapper .items{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22%;
  margin-right: 190px;
  position:relative;
}

.caracteristicas-webinar .webinar-wrapper .items:last-child{
  margin-right:0px;
}

.caracteristicas-webinar .webinar-wrapper .items::after{
  content:"";
  background-color:#cccccc;
  width:1px;
  height:65px;
  position:absolute;
  top:50%;
  right:-47%;
}

.caracteristicas-webinar .webinar-wrapper .items:last-child::after{
  content:unset;
}

.caracteristicas-webinar .webinar-wrapper .items .box-image{
  margin-bottom:35px;
}

.caracteristicas-webinar .webinar-wrapper .items .box-text h2{
  color:#002b62;
  font-size:18px;
  text-align:center;
}

.caracteristicas-webinar .webinar-wrapper .items .box-text p{
  color:#333333;
  font-size:16px;
  text-align:center;
}

.agenda{
  padding:70px 0px;
  text-align:center;
}

.agenda a{
  background-color:#ec6c00;
  padding:12px 25px;
  color:#ffffff;
  text-decoration:none;
  font-weight:700;
  display:inline-block;
  margin-top:90px;
}

body.hs-content-id-29030021006 .agenda a{
  display:none;
}

.agenda h2{
  color:#002b62;
  font-size:20px;
  text-align:center;
  margin-bottom:90px;
}

.agenda .agenda-wrapper{
  display: flex;
  flex-direction: column;
}

.agenda .agenda-wrapper .items{
  display: flex;
  justify-content:center;
  text-align:left;
  position:relative;
  padding-bottom:70px;
}

.agenda .agenda-wrapper .items h3::before{
  content:"";
  background-color:#dedede;
  width:3px;
  height:100px;
  position:absolute;
  top:0px;
  left:0px;
}

.agenda .agenda-wrapper .items:last-child h3::before{
  content:unset;
}

.agenda .agenda-wrapper .items h3::after{
  content:"";
  background-color:#ffffff;
  width:36px;
  height:36px;
  border-radius:100%;
  border:2px solid #ec6c00;
  position:absolute;
  top:0px;
  left:-16px;
}

.agenda .agenda-wrapper .items h3{
  padding-left:40px;
  margin-bottom:0px;
  padding-top:10px;
  font-size:16px;
  font-weight:400;
  color:#303030;
  position:relative;
  min-width:457px;
}


body.campanhas .banner .banner-wrapper h1::before{
  content: "";
  background-color: #002b62;
  width:6px;
  height:154px;
  position:absolute;
  top:0px;
  left:0px;
}

body.hs-content-id-29030021006 .banner .banner-wrapper h1::before,
body.hs-content-id-29031089281 .banner .banner-wrapper h1::before{
  height:51px;
}

body.campanhas .banner .banner-wrapper h2{
  max-width:350px;
  font-size:20px;
  padding-left:40px;
  color:#303030;
  font-weight:400;
}

body.campanhas .content-wrapper a{
  color:#002b62;
  text-decoration:underline;
}

body.campanhas .palestrantes{
  border-top:1px solid #cccccc;
  margin-top:50px;
  padding-top:50px;
}

body.campanhas .palestrantes .date{
  margin-bottom:20px;
  position:relative;
  padding-left:30px;
}

body.campanhas .palestrantes .date span{
  color: #002b62;
  font-weight:700;
}

body.campanhas .palestrantes .date::before{
  content: "";
  width:19px;
  height:19px;
  background-image:url('https://docs.nec.com.br/hubfs/calendar.png');
  position:absolute;
  top:2px;
  left:0px;
}

body.campanhas .palestrantes .time{
  margin-bottom:20px;
  position:relative;
  padding-left:30px;
}

body.campanhas .palestrantes .time span{
  color: #002b62;
  font-weight:700;
}

body.campanhas .palestrantes .time::before{
  content: "";
  width:19px;
  height:19px;
  background-image:url('https://docs.nec.com.br/hubfs/time.png');
  position:absolute;
  top:2px;
  left:0px;
}

body.campanhas .palestrantes .palestrantes-wrapper{
  display:flex;
  color: #002b62;
  font-weight:700;
  margin-top:50px;
}

body.campanhas .palestrantes .palestrantes-wrapper .items{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position:relative;
  margin-right:40px;
}

body.campanhas .palestrantes .palestrantes-wrapper .items img{
  margin-bottom:20px;
  max-width:78px;
  border-radius:100%;
}

body.campanhas .palestrantes .palestrantes-wrapper .items h4{
  margin-bottom:3px;
  color: #333333;
}

body.campanhas .palestrantes .palestrantes-wrapper .items p{
  margin:3px;
  color: #333333;
  font-weight:400;
}

body.campanhas .palestrantes .palestrantes-wrapper .items:first-child::after{
  content: "";
  width:1px;
  height:65px;
  background-color:#cccccc;
  position:absolute;
  top:25px;
  right:-23px;
}

body.campanhas .palestrantes .palestrantes-wrapper .calendar{
  display:flex;
  flex-direction:column;
}

body.campanhas .content-wrapper .form-wrapper h3{
  color: #002b62;
}

body.campanhas .palestrantes.tk{
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* body.campanhas.hs-content-id-28295593292 .palestrantes .palestrantes-wrapper{
justify-content:center;
} */

body.campanhas .share{
  margin:80px 0px 30px 0px;
  text-align:center;
  font-size:18px;
  font-weight:bold;
  color: #002b62;
}

body.campanhas .share ul li{
  display:inline-block;
  margin-right:30px;
}

.newsletter{
  background-color:#d7e8f0;
  padding:20px 0px;
}

.newsletter .newsletter-wrapper h3{
  font-size:18px;
  text-align:center;
}

.newsletter .newsletter-wrapper form fieldset{
  max-width:730px;
  position: relative;
  z-index: 1;
  margin-top:13px;
}

.newsletter .newsletter-wrapper form label:not(.hs-error-msg){
  display:none;
}

.newsletter .newsletter-wrapper form label.hs-form-booleancheckbox-display{
  display:block;
}

.newsletter .newsletter-wrapper form input[type="text"],
.newsletter .newsletter-wrapper form input[type="email"],
.newsletter .newsletter-wrapper form input[type="tel"]{
  margin-bottom:20px;
}

.newsletter .newsletter-wrapper form .actions input[type="submit"]{
  position: relative;
  display: inline-block;
  padding: 6px 26px;
  color: #76161b;
  border: 2px solid #76161b;
  background-color: transparent;
}

/* .newsletter .newsletter-wrapper form .actions{
text-align:right;
position:relative;
margin-top:-40px;
} */

.newsletter .newsletter-wrapper ul.inputs-list li::marker{
  color: transparent;
  display: none;
}

.newsletter .newsletter-wrapper .hs-input{
  width:100% !important;
}

.newsletter .newsletter-wrapper  .hs-input[type="checkbox"]{
  width: 13px !important;
  height: 13px;
  margin-right:16px;
  margin-top: 6px;
}

.conteudo h2{
  text-align:center;
  font-size:26px;
  margin-bottom:60px;
}

.conteudo ul li{
  color:#002b62;
  margin:40px 0px;
  font-weight:700;
  list-style-type:none;
  position:relative;
  padding-left:20px;
}

.conteudo ul{
  padding-left:0px;
}

.conteudo ul li::before{
  content:"";
  background-color:#002b62;
  width:6px;
  height:6px;
  border-radius:100%;
  position:absolute;
  top:34px;
  left:0px;
}

.conteudo .dados h3,
.conteudo .experiencia h3,
.conteudo .futuro h3{
  padding-left: 100px;
  font-size: 20px;
  position: relative;
  margin-bottom: 40px;
  padding-top: 21px;
}

.conteudo .dados h3::before,
.conteudo .experiencia h3::before,
.conteudo .futuro h3::before{
  content:"";
  background-image:url('https://seguranca.nec.com.br/hubfs/privacidade-de-dados-1.png');
  width:78px;
  height:75px;
  position:absolute;
  top:0px;
  left:0px;
}

.conteudo .experiencia h3::before{
  background-image:url('https://seguranca.nec.com.br/hubfs/expencia.png');
  width:59px;
  height:75px;
}

.conteudo .futuro h3::before{
  background-image:url('https://seguranca.nec.com.br/hubfs/futuro.png');
  width:77px;
  height:74px;
}

.conteudo .box-image{
  min-height:840px;
  display:flex;
  align-items:center;
}

.related-post.podcast{
  background-color:#f0f0f0;
}

.related-post.podcast .materiais-tk{
  padding: 50px 0px 0px;
  margin-bottom: 50px;
}

.related-post.podcast p{
  text-align:center;
  margin-bottom:60px;
}

.related-post.podcast .materiais-tk h2{
  margin-bottom:20px;
}

.video-lgpd.conteudo h2{
  margin-bottom:20px;
}

.video-lgpd.conteudo p{
  text-align:center;
}

.video-lgpd .video-wrapper{
  border-bottom:1px solid #cccccc;
  padding-bottom:100px;
}

.video-lgpd .video-wrapper .video-box{
  min-height:380px;
  position:relative;
  background-repeat:no-repeat;
  margin-top:30px;
}

.video-lgpd .video-wrapper .video-box a{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  opacity:0;
  transition:400ms;
}

.video-lgpd .video-wrapper .video-box:hover a{
  opacity:1;
}


/* ======================================================================================================================================================================
LP - WEBINAR                                             
====================================================================================================================================================================== */
body.campanhas.webinar .caracteristicas-webinar{
  background-color:#fff;
}

body.campanhas .parceiros{
  padding:50px 0px;
  background-color:#f4f4f4;
}

body.campanhas.hs-content-id-29982853989 .parceiros h3{
  position:relative;
  margin-top: 90px;
}

body.campanhas.hs-content-id-29982853989 .parceiros h3::before{
  content:"";
  background-image:url('https://docs.nec.com.br/hubfs/nec-webinar-nec-unisys-lp-linha.png');
  width:793px;
  height:103px;
  position:absolute;
  top:-11px;
  left:-13px;
  background-repeat:no-repeat;
}

body.campanhas .parceiros h2{
  font-size:20px;
  color:#002b62;
  text-align:center;
}

body.campanhas .parceiros .row-fluid{
  display: flex;
  align-items: center;
}

body.campanhas .parceiros .separator{
  position:relative;
}

body.campanhas .parceiros .separator:before{
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  height:65px;
  width:1px;
  background-color:#cccccc;
}

body.campanhas.webinar .banner .banner-wrapper h1{
  max-width:551px;
  margin:0px 0px 26px 0px;
}

body.campanhas.webinar .banner .banner-wrapper h2{
  max-width:551px;
  font-size:26px;
  font-weight:700;
}

body.campanhas .palestrantes .title{
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}


body.campanhas .palestrantes .title span{
  color: #002b62;
  font-weight: 700;
}

body.campanhas .palestrantes .title span:before{
  content: "";
  width: 19px;
  height: 21px;
  background-image: url(https://docs.nec.com.br/hubfs/man-avatar.png);
  position: absolute;
  top: 2px;
  left: 0px;
}

body.campanhas.webinar .palestrantes .palestrantes-wrapper .items{
  width:33%;
}

body.campanhas.webinar .palestrantes .palestrantes-wrapper .items:nth-child(2)::after{
  content: "";
  width: 1px;
  height: 65px;
  background-color: #cccccc;
  position: absolute;
  top: 25px;
  right: -23px;
}
body.campanhas input[type="text"], 
body.campanhas input[type="password"], 
body.campanhas input[type="datetime"], 
body.campanhas input[type="datetime-local"], 
body.campanhas input[type="date"], 
body.campanhas input[type="month"], 
body.campanhas input[type="time"], 
body.campanhas input[type="week"], 
body.campanhas input[type="number"], 
body.campanhas input[type="email"], 
body.campanhas input[type="url"], 
body.campanhas input[type="search"], 
body.campanhas input[type="tel"], 
body.campanhas input[type="color"], 
body.campanhas input[type="file"], 
body.campanhas textarea, 
body.campanhas select{
  width:100% !important;
}

/* ======================================================================================================================================================================
Serviços                                             
====================================================================================================================================================================== */

.servico h2{
  text-align:center;
  font-size:26px;
}

.full-banner{

}

.full-banner .full-banner-wrapper{
  max-width:395px;
  background-color:rgba(255,255,255,.8);
  min-height:400px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:0px 60px;
}

.full-banner .full-banner-wrapper h1{
  color:#002b62;
  font-size:26px;
  text-transform:uppercase;
  margin-bottom:10px;
}

.full-banner .full-banner-wrapper h2{
  font-weight:400;
  font-size:22px;
}

.introducao{
  padding:90px 0px;
}

.introducao .introducao-wrapper{
  text-align:center;
}

.introducao .introducao-wrapper h2{
  font-size:26px;
  text-align:center;
}

.introducao .introducao-wrapper p{
  text-align:left;
}

.introducao .introducao-wrapper .image{
  margin-top:60px;
  border-bottom:1px solid #cccccc;
  padding-bottom:90px;
}

.number-list{
  padding:70px 0px;
  background-color:#f0f0f0;
}

.number-list h2{
  font-size:22px;
}

.portfolio{
  padding-bottom:80px;
}

/* ======================================================================================================================================================================
UTILITIES                                             
====================================================================================================================================================================== */
.bg-blue{
  background-color:#d7e8f0;
}

.bg-gray{
  background-color:#f0f0f0;
}

.border-bottom{
  border-bottom:2px solid #cccccc;
}

/* ======================================================================================================================================================================
CTA'S                                             
====================================================================================================================================================================== */
.cta a{
  position:relative;
  display:inline-block;
  padding: 6px 26px;
}
.podcast-item .cta a{
  padding: 6px 27px;
}

.cta a:before{
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #333;
  border-width: 1px 1px 0 0;
}
.podcast-item .cta.white a:before{
  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 512 512' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M256 0C131.9 0 31 100.9 31 225v122c0 24.8 20.2 45 45 45h17.6c6.2 17.5 22.9 30 42.4 30 24.8 0 45-20.2 45-45V255c0-24.8-20.2-45-45-45-19.6 0-36.2 12.5-42.4 30H76c-5.3 0-10.3.9-15 2.6V225c0-107.5 87.5-195 195-195s195 87.5 195 195v17.6c-4.7-1.7-9.7-2.6-15-2.6h-17.6c-6.2-17.5-22.9-30-42.4-30-24.8 0-45 20.2-45 45v122c0 24.8 20.2 45 45 45 4.5 0 8.9-.7 13.1-1.9-5.6 18.5-22.8 31.9-43.1 31.9h-47.6c-6.2-17.5-22.9-30-42.4-30-24.8 0-45 20.2-45 45s20.2 45 45 45c19.6 0 36.2-12.5 42.4-30H346c41.4 0 75-33.6 75-75v-15h15c24.8 0 45-20.2 45-45V225C481 100.9 380.1 0 256 0zM121 255c0-8.3 6.7-15 15-15s15 6.7 15 15v122c0 8.3-6.7 15-15 15s-15-6.7-15-15V255zm-45 15h15v92H76c-8.3 0-15-6.7-15-15v-62c0-8.3 6.7-15 15-15zm180 212c-8.3 0-15-6.7-15-15s6.7-15 15-15 15 6.7 15 15-6.7 15-15 15zm135-105c0 8.3-6.7 15-15 15s-15-6.7-15-15V255c0-8.3 6.7-15 15-15s15 6.7 15 15v122zm60-30c0 8.3-6.7 15-15 15h-15v-92h15c8.3 0 15 6.7 15 15v62z'/%3E%3C/svg%3E");
  border: none;
  width: 20px;
  height: 23px;
  transform: unset;
  -webkit-transform: unset;
}
.cta.orange a{
  color:#fff;
  border:1px solid #ec6c00;
  background-color:#ec6c00;
  text-decoration:none;
  font-weight:700;
}

.cta.orange a:before{
  content:none;
}

.cta.red a{
  color:#76161b;
  border:2px solid #76161b;
}

.cta.red a:before{
  border: 1px solid #76161b;
  border-width: 1px 1px 0 0;
}

.cta.blue a:before{
  border:1px solid #ffffff;
  border-width: 1px 1px 0 0;
}

.cta.blue a{
  border: 1px solid #76161b;
  border-width: 1px 1px 0 0;
  color:#ffffff;
  background-color:#00315D;
  border:1px solid #00315D;
}

.cta.white a{
  color:#fff;
  border:2px solid #fff;
}

.cta.white a:before{
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
}

.cta.red a:hover{

}

.simple-blue a{
  color:#00315d;
  text-decoration:underline;
  font-weight:700;
}


/* ======================================================================================================================================================================
Unisys                                             
====================================================================================================================================================================== */

body.veracode .banner{
  max-height:286px;
  min-height:286px;
  background-repeat:no-repeat;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-left:42px;
  background-position:right;
}

body.veracode .banner h1{
  color:#ffffff;
  text-align:left;
  padding-left:27px;
  max-width:493px;
  position:relative;
  z-index:1;
}

body.veracode .banner h1::before{
  content:"";
  background-color:#ff6c00;
  width:10px;
  height:53px;
  position:absolute;
  top:0px;
  left:0px;
}

body.veracode .banner p{
  color:#ffffff;
  text-align:left;
  padding-left:27px;
  position:relative;
  z-index:1;
  max-width:493px;
}

hr{
  margin:10px 0px;
}

.links{

}

.links .links-wrapper{
  background-color:#d7e8f0;
  padding:50px 50px 0px 50px;
}

.links .links-wrapper h2{
  font-size:22px;

}

.links .links-wrapper .items{
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #cccccc;
}

.links .links-wrapper .items:last-child{
  border-bottom:0px;
}

.links .links-wrapper .items a{
  font-size:16px;
  text-decoration:underline;
}

.wave{

}

.wave .wave-wrapper{
  padding:50px;
  text-align:right;
  background-image:url('https://seguranca.nec.com.br/hubfs/shutterstock-1028178004-copiar.png');
  background-size:cover;
  background-repeat:no-repeat;
}

.wave .wave-wrapper .content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:418px;
}

.wave .wave-wrapper .content p{
  font-size:18px;
  margin-bottom:20px;
}

.top-ataques .top-ataques-wrapper{
  border-bottom:1px solid #cbcbcb;
  padding-bottom:50px;
}

.best-pratices .best-pratices-wrapper .box-numbers .item .numbers{
  background-color:#002b62;
  border:1px solid #002b62;
}

.how-nec .how-nec-wrapper{
  background-color:#f0f0f0;
  padding:50px 50px;
}

.parcerias .parcerias-wrapper{
  border:2px solid #333333;
  padding:30px 40px;
}

.parcerias .parcerias-wrapper h2{
  position:relative;
  font-size:22px;
  padding-left:65px;
  margin-bottom:0px;
}

.parcerias .parcerias-wrapper h2::before{
  content:"";
  background-image:url('https://docs.nec.com.br/hubfs/idea.png');
  width:44px;
  height:44px;
  position:absolute;
  top:0px;
  left:0px;
}

body.netscout .parcerias .parcerias-wrapper h2::before{
  background-image:url('https://seguranca.nec.com.br/hubfs/desktop-1.png');
  width:74px;
  height:74px;
}

body.netscout .parcerias .parcerias-wrapper p,
body.netscout .parcerias .parcerias-wrapper h2{
  padding-left:95px;
}

body.netscout .parcerias .parcerias-wrapper .cta.red{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 106px;
}

.speakers-webinar{
  background-color:#f0f0f0;
  padding:50px 0px;
  margin:60px 0px;
}

.speakers-webinar .speakers-webinar-wrapper .icon-palestrante{
  text-align:center;
  position:relative;
  padding-left:30px;
  margin:10px 0px 30px 0px;
}

.speakers-webinar .speakers-webinar-wrapper .icon-palestrante::before{
  content:"";
  background-image:url('https://docs.nec.com.br/hubfs/man-avatar.png');
  width:18px;
  height:21px;
  position:absolute;
  top: 2px;
  left: 494px;
}

.speakers-webinar .speakers-webinar-wrapper strong{
  color:#002b62;
}

.speakers-webinar .speakers-webinar-wrapper .date{
  text-align:right;
  position:relative;
}

.speakers-webinar .speakers-webinar-wrapper .time{
  position:relative;
  padding-left:30px;
}

.speakers-webinar .speakers-webinar-wrapper .date::before,
.speakers-webinar .speakers-webinar-wrapper .time::before{
  content:"";
  background-image:url('https://docs.nec.com.br/hubfs/calendar.png');
  width:19px;
  height:19px;
  position:absolute;
  top: 2px;
  left: 396px;
}

.speakers-webinar .speakers-webinar-wrapper .date::after{
  content:"";
  background-color:#d0d0d0;
  width:1px;
  height:17px;
  position:absolute;
  top: 3px;
  right: -16px;
}

.speakers-webinar .speakers-webinar-wrapper .time::before{
  background-image:url('https://docs.nec.com.br/hubfs/time.png');
  left: 0px;
}

.speakers-webinar .speakers-webinar-wrapper .box-speakers{
  text-align:center;
  position:relative;
}

.speakers-webinar .speakers-webinar-wrapper .box-speakers h3{
  margin:20px 0px 5px 0px;
}

.speakers-webinar .speakers-webinar-wrapper .box-speakers strong{
  color:#333333;
}

.speakers-webinar .speakers-webinar-wrapper .box-speakers::before{
  content:"";
  background-color:#cccccc;
  width:1px;
  height:53px;
  position:absolute;
  top: 110px;
  right: -11px;
}

.speakers-webinar .speakers-webinar-wrapper .box-speakers:last-child::before{
  content:unset;
}


/* ======================================================================================================================================================================
BUSCA                                             
====================================================================================================================================================================== */

.gsearch{
  display:none !important;
}

.search-term{
  display:none;
}

body.searchable .section-popular-posts,
body.searchable .section-materiais,
body.searchable .paginacao{
  display:none;
}


body.searchable .gsearch{
  display:block  !important;
}

body.searchable .gs-result {
  border-bottom: #ccc solid 1px;
  padding-bottom: 30px;    
}

body.searchable .gs-result:last-child {
  border-bottom:0!important;
}

body.searchable .gsc-control-cse,
body.searchable .gsc-thumbnail-inside,
body.searchable .gsc-table-result,
body.searchable .gsc-thumbnail-inside,
body.searchable .gsc-url-top {
  padding-left:0!important;
  padding-right:0!important;
}

body.searchable .search-term{
  display:block;
  color:#292929;
  font-size:23px;
}

body.searchable .widget-type-blog_content,
body.searchable .blog-list-post,
body.searchable .featured-post,
body.searchable .second-featured{
  display:none;
}

body.searchable .gsc-above-wrapper-area,
body.searchable .gcsc-branding,

body.searchable .gsc-url-top,
body.searchable .gsc-adBlock{
  display:none;
}

body.searchable .gs-title,
body.searchable .gs-title b {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  color:#26478d !important;
  font-family: 'Raleway', sans-serif !important;
  text-decoration:none!important;
  margin-bottom:10px!important;
}

body.searchable a.gs-title:hover {
  color:#3641ea!important;
}

body.searchable .gs-snippet{
  font-size: 14px !important;
  line-height: 18px !important;
  color: #1e120d !important;
}

body.searchable .gsc-cursor-page,
body.searchable .gsc-cursor-current-page{
  font-size:16px;
  padding:8px 13px!important;
  color:#000!important;
  border:1px solid #fff!important;
  border-radius:5px!important;
  background-color:#fff!important;
}

body.searchable .gsc-cursor-current-page {
  text-decoration:none !important;
  background-color:#3843ea!important;
  border:1px solid #3843ea!important;
  color:#fff!important;
} 

body.searchable .gs-image-box.gs-web-image-box.gs-web-image-box-landscape,
body.searchable .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  display:none;
}

body.searchable .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
  width:200px!important;
  height:120px!important;
}

body.searchable .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  width:200px!important;
  height:120px!important;
}

body.searchable .gs-web-image-box-landscape img.gs-image {
  max-width: 180px!important;
  max-height: 200px!important;
}

body.searchable .gs-web-image-box-portrait img.gs-image {
  max-width: 180px!important;
  max-height: 200px!important;    
}

.mobile{
  display:none !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%;
}

.mobile-only{
  display:none !important;
}

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


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

/*SUBSTITUIR CAMINHO DO ARQUIVO PELO CORRETO*/

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

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

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

@media(min-width: 769px){
  .post-item.scale-image::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .4s ease-in-out;  
  }
  .post-item.scale-image:focus::after, .post-item.scale-image:hover::after {
    transform: scale(1.05);
    filter: brightness(1.2);
  }
  .post-item .date{
    z-index: 1;
  }
  .post-item h1{
    z-index: 1;
  }
  .post-item h2{
    z-index: 1;
  }
  .post-item .overlay{
    z-index: 1001;
  }

}

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

@media (max-width: 768px) { 
  .mobile-only{
    display:block !important;
  }
  
  .intro-section:after{
    content:none;
  }

  .body-container-wrapper:after{
    content:none;
  }

  .table-overflow{
    width:100%;
    overflow:auto;
  }

  .section-siem table{
    width: 440px;
  }

  .section-siem table tr th{
    font-size:14px;
  }

  .section-siem table tr th:nth-child(2), 
  .section-siem table tr th:last-child{
    width: 120px;
  }

  .wave .wave-wrapper .content{
    margin-top:30px;
  }

  .post-item:hover h1,
  .post-item:hover h2{
    position:relative;
    margin-top:-150px;
    opacity:0;
  }

  .post-item:hover .overlay .excerpt-wrapper{
    opacity:1;
  }

  .post-item:hover .overlay{
    min-height:440px;
  }

  .posts-highlights .post-item:hover .overlay{
    min-height:400px;
  }
  .post-item .post-footer .read-more{
    display:none;
  }  

  .banner .banner-wrapper{
    justify-content: unset;
    flex-direction: initial;
    display:block !important;
  }

  .banner .banner-wrapper p{
    width:100%;
  }
  
  .blog-notification .form-wrapper .actions{
  float:unser;
  position:relative;
  margin-top:0px;
}

}


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

@media (max-width: 479px) {

  .speakers-column .speakers-column-wrapper>.items:first-child{
    padding:60px 20px 60px 20px;
    text-align: center;
  }

  .speakers-column .speakers-column-wrapper>.items{
    padding:60px 20px 60px 20px;
    text-align: center;
  }

  .speakers-column .speakers-column-wrapper .items .descricao p{
    text-align:center;
  }

  .speakers-column .speakers-column-wrapper .items.gray .span4::before,
  .speakers-column .speakers-column-wrapper .items .span4::before{
    content:unset;
  }

  .speakers .speakers-wrapper .items{
    text-align:center;
  }

  .speakers .speakers-wrapper .items .participantes .participantes-nomes{
    justify-content: center;
  }

  .speakers h2{
    text-align:center;
  }

  .speakers h2::before{
    left:100px;
  }

  .video-lgpd .video-wrapper .video-box{
    background-size: 100%;
    min-height: 120px;
  }

  .video-lgpd .video-wrapper .video-box a{
    opacity:1;
    text-align:center;
  }

  .video-lgpd .video-wrapper .video-box a img{
    max-width:60%;
  }

  .speakers-webinar .speakers-webinar-wrapper .date{
    text-align:center;
  }

  .speakers-webinar .speakers-webinar-wrapper .time{
    text-align:center;
  }

  .speakers-webinar .speakers-webinar-wrapper .date::before,
  .speakers-webinar .speakers-webinar-wrapper .time::before,
  .speakers-webinar .speakers-webinar-wrapper .icon-palestrante::before{
    top: 2px;
    left: 96px;
  }

  .caracteristicas-webinar .webinar-wrapper .items{
    width:80%;
    margin-right:0px;
  }

  .agenda .agenda-wrapper .items h3{
    min-width: 397px;
  }

  .agenda .agenda-wrapper .items h3::before{
    content:unset;
  }

  .agenda .agenda-wrapper .items h3::after{
    content:unset;
  }

  .materiais .materiais-wrapper .items{
    width:100% !important;
    margin:0 auto 30px auto;
  }

  .materiais .materiais-wrapper .items img{
    display:block;
    margin:0 auto;
  }

  body.materiais .menu ul li,
  body.materiais .menu ul li:last-child,
  body.materiais .menu ul li:nth-child(5){
    width:67%;
  }

  body.materiais .menu ul li{
    margin:0px 0px;
  }

  .menu ul li::after{
    content:unset;
  }

  body.materiais .menu ul li:first-child a{
    padding:26px 20px 14px;
  }

  .related-post .materiais-tk-wrapper .items{
    width:80%;
    margin-right:0px;
  }

  .mss-gartner .mss-gartner-wrapper ul li{
    width:100%;
  }

  .mss-gartner .mss-gartner-wrapper ul li:nth-child(2), 
  .mss-gartner .mss-gartner-wrapper ul li:nth-child(4),
  .mss-gartner .mss-gartner-wrapper ul li:nth-child(6){
    margin-left:0px;
  }

  .depoimentos .depoimento-slider-wrapper .items .span8{
    padding-left:0;
    padding-right:0;
  }

  .depoimentos .depoimento-slider-wrapper .items .span4{
    margin-top:40px;
  }

  .depoimentos .depoimento-slider-wrapper .items .span8::before{
    content:unset;
  }

  .box-video .box-video-wrapper .items{
    margin-right:0;
  }

  .box-video .box-video-wrapper{
    flex-wrap: wrap;
  }

  .box-video .box-video-wrapper .items{
    width:100%;
  }

  .alianca-wrapper .slick-prev{
    left: 35px;
  }
  .alianca-wrapper .slick-next{
    right: 35px;
  }
  .box-mss-wrapper .items{
    margin-bottom:20px;
  }

  .news .news-icons li{
    font-size:14px;
  }

  .news .news-icons li svg{
    max-width: 40px;
  }

  .news .news-icons li:nth-child(3) svg{
    max-width:20px;
  }

  .news .news-icons .news-icons-wrapper{
    width: 60px;
    padding: 5px;
  }

  .banner-home .banner-wrapper .items .bg-image{
    padding:0;
    align-items:center;
    text-align:center;
  }

  .banner-home .banner-wrapper .items .bg-image .text p{
    font-size:14px;
  }

  .banner-home .banner-wrapper .items .bg-image .text h1{
    font-size:28px;
  }

  .intro-section h1,
  .intro-section p,
  .intro-section .hs_cos_wrapper_type_text{
    padding:0px 25px;
  }

  .body-container-wrapper ul li{
    margin:0px 20px;
  }

  .materiais-section .cta.download a{
    margin-bottom:25px;
  }

  .box-mss .box-mss-wrapper .items p{
    margin-bottom:20px;
  }

  .box-mss-wrapper .text-height{
    min-height:217px;
  }

  .box-mss-wrapper a{
    margin-bottom:20px;
    display: inline-block;
  }

  .mss-gartner{
    padding:70px 20px;
  }
  .mss-gartner .mss-gartner-wrapper ul li{
    margin:0px 0px 50px 0px;
  }

  .mss-gartner .mss-gartner-wrapper ul li:last-child{
    margin:0px 0px 0px 0px;
  }

  .main-content p{
    text-align:justify;
    padding:0px 20px;
    margin-top:20px;
  }

  .materiais .materiais-wrapper .excerpt{
    min-height:110px;
  }

  .cta a{
    margin-bottom:20px;
  }
  .services-section p{
    margin-bottom:0px;
  }

  .tecnologia-steps ul li{
    width:80%;
  }

  .tecnologia-steps ul li::after{
    left: 100%;
    content:unset;
  }

  .tecnologia-steps ul li:last-child::after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: unset;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-left-color: #002b62;
    border-width: 38px;
    margin-top: -38px;
    z-index: 10;
  }

  .tecnologia-steps ul li:nth-child(2), .tecnologia-steps ul li:nth-child(3){
    padding: 12px 25px 12px 23px;
  }

  .tecnologia-steps ul li:first-child{
    padding: 12px 25px 12px 23px;
  }

  .tecnologia-steps ul li:last-child{
    padding: 12px 25px 12px 23px;
  }

  .posts-highlights .post-item{
    width: 100% !important;
  }

  .menu ul li{
    width:100%;
  }

  .site-footer .seg-primary .link .title{
    font-weight:bold;
  }

  .mobile{
    display:block !important;
  }

  .desktop{
    display:none !important;
  }

  .box-two-column .row-fluid-wrapper.row-depth-1.row-number-10 .box-two-column-wrapper{
    margin-bottom:20px;
  }

  .box-two-column .box-two-column-wrapper{
    margin-bottom:10px;
  }

  .box-two-column{
    padding:30px 0px;
  }

  .contact-section{
    padding:60px 20px;
  }

  .contact-section .actions{
    text-align:center;
  }

  .mss-gartner .mss-gartner-wrapper ul li:nth-child(5){
    margin-bottom:80px;

  }

  .form-subscription-home .form-subscription-home-wrapper .hs-button{
    float:unset;
    margin-top:0;
  }

  .form-subscription-home-wrapper{
    text-align:center;
  }

  .linhas-de-atuacao{
    text-align:center;
  }

  .mobile-space{
    margin-top:80px;
  }

  .blog-section .social-sharing ul{
    text-align:center;
  }

  .blog-section .social-sharing ul li{
    display:inline-block;
    margin:0px 10px 0px 0px;
  }

  .blog-section .social-sharing ul li a img{
    max-width: 25px;
  }

  .cta-box{
    display:none;
  }

  .blog-section .social-sharing ul.fixed{
    position:relative;
    top:unset;
  }
  .blog-section .post-body-wrapper{
    padding:0px 40px;
  }

  .blog-section .post-body-wrapper h1{
    text-align:center;
  }

  .menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    max-width:100%;
  }

  .menu ul li a:before{
    float: none;
    vertical-align: middle;
  }

  .newsletter .newsletter-wrapper form{
    padding:0px 20px;
  }

  .newsletter .newsletter-wrapper h3{
    text-align:center;
  }

  .newsletter .newsletter-wrapper form .actions{
    text-align:center;
    margin-top:0px;
  }

  .newsletter .newsletter-wrapper form input[type="email"],
  .newsletter .newsletter-wrapper form input[type="text"]{
    margin-bottom:15px;
    width:100% !important;
  }

  .conteudo .box-image{
    min-height:unset;
    margin-bottom:20px;
  }
} 

/* LP - Infografico DELL
========================================================================== */

body.lp-default.cloud.lp-infografico-dell .page-center.logo-wrapper > .row-fluid-wrapper > .row-fluid{
  display: flex;
  align-items: center;
}

body.lp-default.cloud.lp-infografico-dell .logo-parceiro{
  text-align: right;
}
body.lp-default.cloud.lp-infografico-dell .main-banner.lp .main-banner-wrapper h1{
  font-size: 48px;
  text-transform: unset;
  line-height: 57.6px;
  padding-left: 0px;
}
body.lp-default.cloud.lp-infografico-dell .main-banner.lp .main-banner-wrapper h1::before{
  content: unset;
}
body.lp-default.cloud.lp-infografico-dell .main-banner.lp .main-banner-wrapper h2{
  font-size: 35px;
  text-transform: unset;
  line-height: 43px;
  font-weight: 400;
}
body.lp-default.cloud.lp-infografico-dell .body-container-wrapper ul li{
  list-style-type: none;
}

body.lp-default.cloud.lp-infografico-dell .content-wrapper .form-wrapper h3{
text-transform: unset;
}

body.lp-default.cloud.lp-infografico-dell .content-wrapper .form-wrapper .actions{
  text-align: right;
  text-align: -webkit-right;
}
body.lp-default.cloud.lp-infografico-dell .content-wrapper .form-wrapper input[type="submit"]{
  width: auto;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right,#04127c 0,#6069ac 50%,#04127c 100%);
  background-size: 200% auto;
  position: relative;
  display: inline-block;
  padding: 10px 48px 9px 32px;
  transition: .2s ease;
  border: 0;
  border-radius: 1000px;
  font-size: 16px;
}
body.lp-default.cloud.lp-infografico-dell .content-wrapper .form-wrapper input[type="submit"]::before{
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  transition: right .2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}

body.lp-default.cloud.lp-infografico-dell .content-wrapper .form-wrapper input[type="submit"]:hover{
  background-position: right center;
}

body.sorvete ul.multi-container{
  list-style-type:none !important;
}

body.sorvete ul.multi-container li{
  list-style-type:none !important;
}