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

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/**
 * Extra web theme
 **/

/* Theme Colors */




 /* alias: #eaeaea */











 /* Extra */





/** Classi **/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  color: #000;
}

.material-icons {
  font-size: 1.5rem;
}

.material-icons.menu::before {
  content: "\e5d2";
}

.overflow-hidden, 
.no-hoverflow {
  overflow: hidden !important;
}

h1, h2, h3 {
  line-height: 1.25;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  color: #000;
}

h2 {
  line-height: 1.5;
}

.separatore {
  width: 100%;
  height: 1px;
  margin-bottom: 1.25rem;
  padding: 0 1rem;
  background-color: rgba(33,33,33,.2);
}

header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  background-color: #ffffff;
}

header i.material-icons {
  margin-left: 1.5rem;
  cursor: pointer;
}

.hubl-topics {
  position: absolute;
  visibility: hidden; 
  z-index: -999;
  opacity: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.anchor:before { 
  content: ''; 
  display: block; 
  position: relative; 
  width: 0; 
  height: 3rem; 
  margin-top: -3rem;
}

/* Search Filter */
.search-input .hint-cookie,
.search-input .filter-group {
  position: relative;
  width: 100%;
  padding: .5rem 1rem;
  background-color: rgba(33,33,33,.05);
}

.search-input {
  margin: 0 0 3rem 0;
}

.search-input input {
  width: 100%;
  border-style: none;
  background-color: transparent;
}

.search-input input:focus {
  outline: none;
}

.search-input .clear-icon,
.search-input .search-icon {
  position: absolute;
  width: 1.5rem; /* 24px */
  height: 1.5rem; /* 24px */
  top: calc( 50% - .75rem );1.5rem; /* -12px */
  right: 1rem;
}

.menu-principale i,
.search-input .clear-icon {
  cursor: pointer;
}

.search-input .search-filter-dropdown {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  max-height: 14.0625rem; /* 225px */
  margin-top: 1px;
  padding: 1.5rem 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f3f3f3;
}
/* Fine Search Filter */ 

.menu-principale a.lm:hover,
.blocco-paginazione .link-pagina:hover a,
a.anteprima-singolo-post :hover,
a, a:link,
a:visited,
a:active {
  text-decoration: none;
  font-weight: 600;
  color: #f15a22;
}

.clip-slider .cta-scopri a:hover {
  text-decoration: none;
  font-weight: 500;
  color: #f15a22;
}

.comment-from h4 > a:hover,
.contenuto a, .contenuto-post a,
.menu-principale p:not(.mp-item) > a.lm:hover,
ul.mobile-pillar-menu:not(.input-list) li:hover,
ul.mobile-pillar-menu:not(.input-list) li:hover a,
.pillar-menu > ul:not(.input-list) li:hover,
.pillar-menu > ul:not(.input-list) li:hover a,
.pillar-menu > ul:not(.input-list) li:hover a:hover {
  text-decoration: none;
  font-weight: 500;
  color: #f15a22;
}

.menu-principale a.lm,
.blocco-paginazione .link-pagina a,
a.anteprima-singolo-post,
span:not(.general-cta) a:hover,
a:hover {
  text-decoration: none;
  font-weight: 600;
  color: #000;
}

.contenuto span:not(.general-cta) a:hover,
.contenuto a:hover, .contenuto-post a:hover,
.contenuto-post p > a:hover, .contenuto-post li a:hover,
.menu-principale p:not(.mp-item) > a.lm,
ul.mobile-pillar-menu:not(.input-list) li a,
.pillar-menu > ul:not(.input-list) li a {
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

.sezione-relatori .relatori .social-icons a:hover .fab {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
}

.sezione-relatori .relatori .social-icons a:not(:last-child),
.sezione-relatori .relatori .social-icons a:not(:only-child) {
  margin-right: 1.5rem
}

.relatori .avatar {
  width: 166px;
  height: 166px;
  min-width: 166px;
  padding: 0;
  border: none;
  border-radius: 50%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}

.relatori h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

.relatori p {
  font-size: 1rem;
  text-align: center;
}

.post-blog-header .post-autore .etichetta > a,
.post-blog-header .post-autore .etichetta > a:hover {
  text-decoration: underline;
  font-weight: 400;
}

/* Font Awesome Icons */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-size: 2rem; /* 32px */
  color: #ffffff
}

.fas {
  font-weight: 400;
  font-size: 2rem; /* 32px */
  color: #ffffff
}

.fab-author {
  color: #000
}

.fa-facebook-f:before {
  content: '\f39e';
}

.fa-twitter:before {
  content: '\f099';
}

.fa-linkedin-in:before {
  content: '\f0e1';
}

.fa-instagram:before {
  content: '\f16d';
}

.fa-youtube:before {
  content: '\f167';
}
  
.fa-envelope::before {
  content: "\f0e0";
}  
/* Fine Font Awesome Icons */
    
/* Img/Video */
img:not(.hs-sprocket), video {
  margin-bottom: 1.5rem;
}

/* Immagine HS dentro paragrafo da RichText */
p > img:not(.hs-sprocket) {
  margin: 0;
}

video {
  height: 20rem; /* 320px */
}

.tab-pane img {
  margin-bottom: 3rem;
}

img:not(.hs-sprocket).logo {
  height: 3.125rem; /* 50px */
  max-width: unset;
  margin: 0 0 0 0;
}

img:not(.hs-sprocket).logo-group {
  height: 4.8125rem; /* 77px */
  max-height: 4.8125rem; /* 77px */
  margin: 0 0 2rem 0;
}

/*- Classe special per allineamento diretto img rich-text */
img:not(.hs-sprocket).cls-middle {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 1rem 2rem 0 !important;
}
/* Classe special per allineamento diretto img rich-text -*/

.avatar img {
  height: auto;
  border-radius: 50%;
  margin: 0 0 0 0;
}

header img:not(.hs-sprocket) {
  height: auto;
}



.menu-principale img:not(.hs-sprocket).logo {
  height: 48px; /* 82px */
}




footer img:not(.hs-sprocket).logo {
  margin: 0 0 2rem 0;
}

/* Landing page */
.landing-immagine {
  text-align: left;
}

.landing-page .blocco-blurb .blocco-immagine {
  display: none !important;
}

.advanced-page h1,
.ads-page h1 {
  text-align: center;
  font-weight: 400;
}

.advanced-page .rich-description p,
.ads-page .rich-description p {
  text-align: center;
}
/* Fine Landing page */

.search-input .hint-cookie.post-autore .avatar,
.search-input .search-filter-dropdown .avatar,
.blocco-immagine {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.clip-path-slider {
  background-color: transparent; 
  background-position: center left;
}

.blocco-immagine {
  width: 100%;
  background-color: #ffffff;
}

.blocco-blurb .blocco-immagine {
  background-size: contain;
  background-position: bottom left;
}

/* Fine Img/Video */

.blocco-case-study,
.blocco-ricerca {
  padding: 1.25rem 1rem;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0,0,0,.16);
  background-color: rgba(255,255,255,.9);
}

/* Post|Page Headers */
.clip-path-slider,
.post-blog-header,
.about-page-header,
.page-header,
.post-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow-x: hidden;
}

.post-blog-header.advanced-header h1,
.post-blog-header.ads-header h1 {
  color: #ffffff;
  font-weight: 700;
}

.post-blog-header.advanced-header .header-description p,
.post-blog-header.ads-header .header-description p {
  color: #ffffff;
}

.post-blog-header.advanced-header .header-description p:last-child,
.post-blog-header.advanced-header .header-description p:only-child,
.post-blog-header.ads-header .header-description p:last-child,
.post-blog-header.ads-header .header-description p:only-child {
  margin-bottom: 0;
}

.about-page-header,
.page-header,
.post-header {
  height: 15rem; /* 240px */
  box-sizing: content-box;
  background-color: rgba(33,33,33,.04);
}

.about-page-header-container,
.page-header-container,
.post-header-container {
  position: relative;
  padding-top: 2rem;
  margin-bottom: 3rem;
  margin-top: 0;
}

.page-header-outline,
.post-header-outline {
  background-color: #ffffff;
  outline: 2rem solid #ffffff;
}
/* Fine Post Headers */

/* Hubspot Form */
form {}

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {}

/* Labels (selects field labels and error messages) */
.hs-form label:not(.hs-form-checkbox-display):not(.hs-form-booleancheckbox-display):not(.hs-form-radio-display):not(.hs-error-msg) {
  display: none;
}

/* Multiple checkbox */
.hs-fieldtype-checkbox.hs-form-field.field,
.hs-fieldtype-checkbox.hs-form-field.smart-field {
	padding-top: 1rem;
}

.hs-fieldtype-checkbox.hs-form-field.smart-field label {
	display: block;
}
/* Fine Multiple checkbox */

.hs-form label.hs-form-radio-display,
.hs-form label.hs-error-msg {
  display: block;
  font-size: .875rem;
}
.hs-form label.hs-error-msg {
  color: #ff0000;
  padding: .5rem .5rem 0 0;
  margin: 0;
}
.ads-sezione-form .hs-form label.hs-error-msg {
  color: #ffffff;
}

.hs-form .hs-form-field > label {}

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
  width: 100% !important;
  font-size: 1rem;
  height: 48px;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {}

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea {
  min-height: 96px;
}
.hs-form textarea:focus {}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {}
.hs-form select:focus {}

.hs-fieldtype-select .input {
  background-color: rgba(33,33,33,.05);
}

.ads-sezione-form .hs-fieldtype-select .input {
  background-color: #ffffff
}

select {
  padding: 8px 32px 8px 8px;
  width: 100% !important;
  border: none;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 16px) calc(50%), calc(100% - 11px) calc(50%), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

select:focus {
  outline: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.file-selector {
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  font-size: 1rem;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100%;
  max-width: 100%;
  border: none;
  padding: 10px 44px 10px 10px;
  background-color: rgba(33,33,33,.05);
  text-align: left;
  cursor: pointer;
}

.hs-fieldtype-checkbox.hs-form-field.field label {
  display: flex;
}

.legal-consent-container label.hs-form-booleancheckbox-display input[type="checkbox"],
.hs-form .hs-form-checkbox-display input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px !important;
  height: 18px;
  min-width: 18px;
  background: transparent;
  border: 2px solid #000;
  margin: 5px 16px 0 0;
  padding: 0;
}

.legal-consent-container label.hs-form-booleancheckbox-display input[type="checkbox"]:checked,
.hs-form .hs-form-checkbox-display input[type="checkbox"]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #000;
  border: 2px solid #000;
}

.legal-consent-container label.hs-form-booleancheckbox-display input[type="checkbox"] {
  width: 13px !important;
  height: 13px;
  min-width: 13px;
  margin-top: 6px;
  border: 1px solid #000;
}

.legal-consent-container label.hs-form-booleancheckbox-display input[type="checkbox"]:checked::after,
.hs-form .hs-form-checkbox-display input[type="checkbox"]:checked::after {
  display: block;
  width: 6px;
  height: 12px;
  content: "";
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
  position: relative;
  left: 4px;
  top: -1px;
}

.legal-consent-container label.hs-form-booleancheckbox-display input[type="checkbox"]:checked::after {
  width: 5px;
  height: 10px;
  left: 3px;
  top: -1px;
  border-width: 0 2px 2px 0;
}

.legal-consent-container label.hs-form-booleancheckbox-display {
  width: 100%;
}

.legal-consent-container label.hs-form-booleancheckbox-display * {
	font-size: .875rem;
}

.ads-sezione-form .file-selector {
  background-color: #ffffff;
}

.file-selector-icon {
  position: absolute;
  right: 6px;
  top: 10px;
}

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

ul:not(.inputs-list) {
  list-style: none;
  display: table;
  padding: 0;
  margin: 0 0 0 0;
}

ol:not(.inputs-list) {
  list-style: decimal;
  display: table;
  padding: 0;
  margin: 0 0 0 1.125rem;
}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {}

form.hs-form .hs-form-field ul.inputs-list li {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

.hs-form input[type="radio"] ~ span,
.hs-form input[type="checkbox"] ~ span {
  margin-left: .5rem;
  margin-bottom: 1rem;
}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid {}

.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {}

input.hs-input, textarea.hs-input {
  border-radius: 0;
  max-width: 100%;
  border: none;
  padding: 10px;
  background-color: rgba(33,33,33,.05);
}

.ads-sezione-form input.hs-input, .ads-sezione-form textarea.hs-input {
  background-color: #ffffff;
}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder { color: rgba(33,33,33,.5); font-size: 1rem; }
:-moz-placeholder { color: rgba(33,33,33,.5); font-size: 1rem; }
::-moz-placeholder { color: rgba(33,33,33,.5); font-size: 1rem; }
:-ms-input-placeholder { color: rgba(33,33,33,.5); font-size: 1rem; }

/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */
.hs-form fieldset .hs-form-field {}
.hs-form-field{
  padding-bottom: 1rem;
}

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

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

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

.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field:not(:last-child) {
  padding-right: 1rem !important;
}

.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field:not(:last-child) {
  padding-right: 1rem !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field:last-child .input,
.hs-form fieldset.form-columns-3 .hs-form-field:last-child .input {
  margin-right: 0 !important;
}

div.hs-fieldtype-checkbox {
  padding: 3rem 0 0 0;
}

div.hs-fieldtype-checkbox > label {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}

@media (max-width: 401px) {
  .hs-form fieldset.form-columns-1 .input,
  .hs-form fieldset.form-columns-2 .input,
  .hs-form fieldset.form-columns-3 .input {
    margin-right: 0 !important;
  }
}

/* Submit buttons (selectors for all non-CTA buttons) */

body input[type="submit"]{
  
  cursor: pointer!important;
  text-decoration: underline!important;
  display: inline-block;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  font-size:1rem!important;
  font-weight: 500;
  color: #000!important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent!important;
  border: 0px solid #f15a22!important;
  padding: 24px 0 0 0!important;
  line-height: 1.5;
  transition: none;
  box-shadow: 0 0px 0px rgba(0,0,0,.16)!important;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.3s ease!important;
}

body input[type="submit"]:hover {
  text-decoration-color: transparent!important
}




body .hs-button.primary,
body input[type="button"], 
.general-cta a,
a.cta_button {
  display: inline-block;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f15a22;
  border: 1px solid #f15a22;
  padding: .675rem .875rem;
  line-height: 1.5;
  transition: none;
  box-shadow: 0 1px 1px rgba(0,0,0,.16);
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
}

.blocco-testo a.cta_button:hover,
.contenuto-post span:not(.general-cta) a.cta_button:hover,
.extra-group .general-cta.magnet a.cta_button:hover,
.extra-group .general-cta.red a.cta_button:hover,
.extra-group .general-cta.cube a.cta_button:hover,
.extra-group .general-cta.vision a.cta_button:hover,
.singola-cta .general-cta a:hover,
.general-cta a.to-anchor-link:hover,
body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
  font-weight: 500;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

.advanced-page .advanced-header a.hs-button.primary, 
.advanced-page .advanced-header input[type="button"], 
.advanced-page .advanced-header input[type="submit"], 
.advanced-page .advanced-header button,
.ads-page a.hs-button.primary, 
.ads-page input[type="button"], 
.ads-page input[type="submit"], 
.ads-page button {
  display: inline-block;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  border: 3px solid #ffffff;
  padding: .675rem 1rem;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.advanced-page .advanced-header a.hs-button.primary:hover,
.advanced-page .advanced-header input[type="submit"]:hover,
.advanced-page .advanced-header input[type="button"]:hover,
.advanced-page .advanced-header button:hover,
.ads-page a.hs-button.primary:hover,
.ads-page input[type="submit"]:hover,
.ads-page input[type="button"]:hover,
.ads-page button:hover {
  border: 3px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-consent-container .hs-richtext {}

.ads-sezione-form .legal-consent-container .hs-error-msgs label {
  color: #ffffff !important;
}

.actions {
  padding-top: 2rem;
}

#lpForm .blocco-web-form .actions,
.newsletter .actions {
  text-align: center;
}

#lpForm .blocco-web-form.blocco-web-form-inline .actions {
  text-align: left;
}
/* Fine Hubspot Form */

/* Menu Principale */
.menu-principale {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background-color: #ffffff;
}

.menu-principale .container > .row:not(.riga-sezione-menu) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 5.125rem; /* 82px */
}

.menu-principale p:not(.etichetta) {
  margin-bottom: 1.5rem;
}

.menu-principale p.mp-item {
  font-weight: 500;
}

.menu-principale p:last-child {
  margin-bottom: 3rem;
}

.menu-principale p.etichetta {
  color: rgba(33,33,33,.5);
}

.menu-principale img:not(.hs-sprocket).logo {
  margin: 0 0 6rem 0;
}
/* Fine Menu Principale */

/* Spinner */
.loading-spinner {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, .25);
}

.spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #f15a22;
  border-radius: 50%;
  border-top-color: transparent;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  position: absolute;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
/* Fine Spinner */

/* Cta */
.clip-slider .cta-scopri a:link {
  font-weight: 500;
}

a.cta_button.cta-button-img {
  width: 100%;
  border: none;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

a.cta_button img {
  width: 100%;
  margin: 0;
}

a.cta_button.cta-img-fix {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
}

a.cta_button.cta-img-fix:hover {
  opacity: .7;
}

.cta-contatta a.cta_button,
.cta-scopri a.cta_button {
  display: block;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  padding: .675rem .875rem .675rem 2.675rem;
  box-shadow: none;
  border: none;
  background-color: transparent;
  color: #f15a22;
  transition: all .25s linear;
  margin-bottom: 1rem;
}

.contenuto .cta-contatta a.cta_button:hover,
.contenuto .cta-scopri a.cta_button:hover,
.cta-contatta a.cta_button:hover,
.cta-scopri a.cta_button:hover {
  display: block;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  padding: .675rem .875rem .675rem 2.675rem;
  box-shadow: 0 1px 1px rgba(0,0,0,.16);
  border: none;
  background-color: #f15a22;
  color: #ffffff;
  transition: all .5s ease-out;
}

.cta-contatta a::before {
  content: "\e0b7"; /* chat */
  position: absolute;
  margin: -.05rem 0 0 -2rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  font-family: 'Material Icons';
  color: #f15a22;
  transition: all .25s linear;
}

.cta-scopri a::before {
  content: "\e87a"; /* explore */
  position: absolute;
  margin: -.15rem 0 0 -2rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  font-family: 'Material Icons';
  color: #f15a22;
  transition: all .25s linear;
}

.cta-scopri a:hover::before,
.cta-contatta a:hover::before {
  color: #ffffff;
  transition: all .5s ease-out;
}

.extra-group .general-cta.magnet a.cta_button {
  background-color: #a3841a;
  border: 1px solid #a3841a;
}

.extra-group .general-cta.vision a.cta_button {
  background-color: #80338a;
  border: 1px solid #80338a;
}

.extra-group .general-cta.cube a.cta_button {
  background-color: #076597;
  border: 1px solid #076597;
}

.extra-group .general-cta.red a.cta_button {
  background-color: #b32727;
  border: 1px solid #b32727;
}
/* Fine Cta */

/* Tab */
.nav {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  white-space: nowrap;
  text-align: center;
}

.nav-tabs {
  border-bottom: 1px solid !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  overflow: hidden;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  border-color: rgba(33,33,33,.2) !important;
  background-color: #ffffff;
}

.nav-tabs .nav-item,
.nav-tabs .nav-link {
  display: inline-block;
  text-transform: uppercase !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px !important;
  border-left: 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  white-space: nowrap !important;
  margin-bottom: 0;
  color: #000 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px !important;
  border-left: 0 !important;
  border-style: solid !important;
  border-radius: 0 !important;
  white-space: nowrap !important;
  border-color: #f15a22 !important;
  color: #000 !important;
}

.nav-link {
  padding: 0 0 .5rem 0;
  margin: 0 0 0 0;
  margin-bottom: 0;
}

.tab-gutter {
  font-weight: 400;
  padding: 0 1.5rem;
}

.tab-content .tab-pane {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Testimonials|Clip-Slider */ 
.riga-sezione-colorata .testimoni-slider {
  background-color: transparent !important;
}

.testimoni-slider {
  position: relative;
  background-color: #ffffff;
}

.clipper {
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 7.75rem; /* 124px */
  height: 7.75rem; /* 124px */
  border-radius: 50%;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%;
}

.clip-slide,
.t-slide {
  width: 100%;
  position: absolute;
  transition: 0.6s ease;
  transform: translate(-100%, 0);
  /*bottom: 0; /* Check if needed !!!!!!*/
}

.clip-slide.active,
.t-slide.active {
  transform: translate(0, 0);
}    

.clip-slide.active ~ .clip-slide,
.t-slide.active ~ .t-slide {
  transform: translate(100%, 0);
}

.quote-group {
  min-width: 3rem; /* 48px */
}

.quote {
  float: left;
  width: 1.5rem; /* 24px */
  height: 1.5rem; /* 24px */
	background:none;
	border-width: 1.5rem 1.5rem 0 0; /* 24px 24px 0 0 */
	border-style: solid;
  border-color: #f15a22 transparent transparent transparent;
}

.testimone {
  font-weight: 700;
}

.clip-slider,
.slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.slider {
  min-height: 22.5rem; /* 360px */
}

.clip-slider-tick,
.tick {
  width: 1rem; /* 16px */
  height: 1rem; /* 16px */
  border-radius: 50%;
  margin-right: 1rem;
  cursor: pointer;
  border: 2px solid #000;
}

.clip-slider-tick.active,
.tick.active {
  cursor: default;
  background-color: #000;
}

.clip-slider-arrow-downward {
  color: #f15a22;
  font-size: 3rem;
  cursor: pointer;
}
/* Fine Testimonials|Clip Slider */

.collapsing {
  transition: none !important;
}

.riga-sezione-colorata {
  z-index: auto;
  background-color: rgba(33,33,33,.04);
}

.img-dida {
  margin-bottom: 2.25rem;
}

.img-data img,
.img-data video {
  margin-bottom: 1.3125rem;
}
  
.didascalia {
  font-weight: 400;
  text-align: left;
  font-size: .875rem;
  line-height: 1.5;
  margin: 0 0 3.25em 0;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  color: rgba(33,33,33,.5);
}
  
.hint, 
.etichetta {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

.hint {
  color: rgba(33,33,33,.5);
}

.lettura {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  margin: 0 0 0 0;
}

.summary,
.summary > p {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.75;
  margin: 0 0 0 0;
}

.pillar-menu {
  width: 100%;
}

.elevation,
ul.mobile-pillar-menu ,
.pillar-menu {
  box-shadow: 0 1px 1px rgba(0,0,0,.16);
}

ul.mobile-pillar-menu .etichetta, 
.pillar-menu > ul .etichetta {
  margin: 0 0 1.5rem 0;
}

.post-autore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-autore .etichetta {
  text-transform: none;
}

.avatar {
  width: 3rem; /* 48px */
  height: 3rem; /* 48px */
  min-width: 3rem; /* 48px */
  min-height: 3rem; /* 48px */
  border-radius: 50%;
  margin: 0 1rem 1rem 0;
  background-color: rgba(33,33,33,.04);
}

.search-input .hint-cookie .avatar {
  width: 1.625rem; /* 26px */
  height: 1.625rem; /* 26px */
  min-width: 1.625rem; /* 26px */
  min-height: 1.625rem; /* 26px */
  margin: 0 1rem 0 0;
}

.search-input .search-filter-dropdown .avatar {
  width: 2rem; /* 32px */
  height: 2rem; /* 32px */
  min-width: 2rem; /* 32px */
  min-height: 2rem; /* 32px */
  margin: 0 1rem 0 0;
}

/* Google Map */
.map {
  line-height: 0;
}

iframe {
  border: none !important;
}

.map iframe{
  pointer-events: none;
}

.map iframe.clicked{
  pointer-events: auto;
}
/* Fine Google Map */

/* Footer */
footer {
  background-color: #000;
}

footer p {
  font-size: 1rem;
  font-weight: 400;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  color: #ffffff;
}


footer p:last-child {
  margin-bottom: 0!important
}

footer .legal-info a {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.3s ease; 
  text-transform: uppercase
}

footer .legal-info a:hover {
  font-weight: 500;
  color: #ffffff!important;
  text-decoration-color: transparent
}

.footer-separator {
  border-top: 1px solid rgba(255,255,255,.2);
}
/* Fine Footer */

.blocco-paginazione a {
  font-weight: 500;
  font-size: 1.25rem;
}

.blocco-paginazione i {
  font-size: 2rem;
}

/* Job Opportunities */
.blocco-posizioni i.fa_chevron_down,
.blocco-posizioni i.fa_chevron_up {
  position: absolute;
  right: 1rem;
}

.blocco-posizioni h2[aria-expanded="true"] {
  margin-bottom: 1.25em;
}

.blocco-posizioni h2[aria-expanded="true"] i.fa_chevron_down {
  display: none;
}

.blocco-posizioni h2[aria-expanded="false"] i.fa_chevron_up {
  display: none;
}

.blocco-posizioni h2 {
  cursor: pointer; 
  font-weight: 600;
}

.blocco-posizioni h2:hover {
  color: #f15a22;
}
/* Fine Job Opportunities */

/* Pillar page */
ul.mobile-pillar-menu .etichetta, 
ul.mobile-pillar-menu .etichetta i.fa_chevron_down,
ul.mobile-pillar-menu .etichetta i.fa_chevron_up {
  cursor: pointer;
}

ul.mobile-pillar-menu .etichetta[aria-expanded="true"] i.fa_chevron_down {
  display: none;
}

ul.mobile-pillar-menu .etichetta[aria-expanded="false"] i.fa_chevron_up {
  display: none;
}

ul.mobile-pillar-menu:not(.input-list), 
.pillar-menu > ul:not(.input-list) {
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: rgba(33,33,33,.04);
}  

.search-input .search-filter-dropdown ul:not(.input-list) li, 
ul.mobile-pillar-menu:not(.input-list) li, 
.pillar-menu > ul:not(.input-list) li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  list-style-type: decimal;
  padding-left: .875rem;
  margin: 0 0 1.5rem 1.25rem;
  background-image: none;
}

.search-input .search-filter-dropdown ul:not(.input-list) li {
  cursor: pointer;
  list-style-type: none;
  font-weight: 400;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
}

.search-input .search-filter-dropdown ul:not(.input-list) li:last-child,
ul.mobile-pillar-menu .etichetta.collapsed,
ul.mobile-pillar-menu:not(.input-list) li:only-child,
ul.mobile-pillar-menu:not(.input-list) li:last-child, 
.pillar-menu > ul:not(.input-list) li:only-child, 
.pillar-menu > ul:not(.input-list) li:last-child {
  margin-bottom: 0;
}

/* Language switcher */
.globe_class {
  background-image: url('https://www.extrasys.it/hubfs/Extrasys-web/translate.png');
  background-image: url('https://www.extrasys.it/hubfs/Extrasys-web/translate.svg');
  width: 1.5rem;
  height: 1.5rem; /* 24px */
}

.lang_list_class::before {
  top: -10px;
  margin-top: 10px;
}

.lang_list_class::after {
  top: 1px;
}

ul.lang_list_class {
  display: none;
  top: 20px;
  box-shadow: 0 1px 1px rgba(0,0,0,.16);
}

ul.lang_list_class li {
  list-style-type: none;
  background-image: none !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  margin: 0 !important;
}

.lang_list_class li a {
  color: #000;
  font-weight: 400;
}

.lang_list_class li a:hover {
  color: #f15a22;
  font-weight: 400;
}

.lang_list_class::before {
  border: none !important;
}

.lang_list_class li {
  border-left: none !important;
  border-right: none !important;
}

.lang_list_class li:first-child {
  border-top: none !important;
}

.lang_list_class li:last-child {
  border-bottom: none !important;
}

.lang_list_class::after {
  border: none !important;
}
/* Fine Language switcher */

.pillar-page .post-autore {
  display: none;
}
/* Fine Pillar page */
/* Fine Classi */

/* Art-deco */
.art-deco,
.menu-principale .art-deco,
.page.landing-page .art-deco,
.page.thankyou-page .art-deco,
.page.gdpr-page .art-deco,
.page .error-page .art-deco,
.page .art-deco, 
.post .art-deco {
  width: 10.375rem; /* 166px */
  height: 3px;
  margin: 0 auto 1rem 0;
  background-color: #f15a22;
}

.pillar-page .art-deco {
  margin: 0 auto 1rem 0;
}

.menu-principale .art-deco,
.blocco-case-study .art-deco,
.blocco-ricerca .art-deco {
  margin: 0 auto 2rem 0;
}
/* Fine Art-deco */
  
/** Headings **/
h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  margin: 0 0 1.25em 0;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  color: #000;
}
  
h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.5em 0;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  color: #000;
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 1.3rem 0;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  color: #000;
}
  
/** Paragrafo **/
p,
.extra-group p {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  margin: 0 0 0.875em 0; /*1.6% * 1.25*/
}
  
/* Liste */
ul:not(.inputs-list) li {
  list-style-type: none;
  background-image: url("https://www.extrasys.it/hubfs/Extrasys-web/List.svg");
  background-position: 0 .25rem;
  background-repeat: no-repeat;
  padding-left: 2rem;
  font-size: 1rem;
  background-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1.6rem 0;
}
  
ol:not(.inputs-list) li {
  list-style-type: decimal;
  background-image: none;
  padding-left: .875rem;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1.6rem 0;
}
  
/* Cta */
.doppia-cta {
  padding-top: 1.5rem;
}

.singola-cta {
  padding-top: 2rem;
}

.clip-slider .singola-cta,
.clip-slider .doppia-cta {  
  padding-top: 0rem;
}

/* Classi */
/* Slider Header */
.clip-slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

.clip-slider {
  height: 100vh;
}

.clip-path-slider,
.clip-slider-header .row {
  height: 50vh;
  height: calc(var(--vh, 1vh) * 50);
}

.clip-slider-header p {
  color: #ffffff;
  margin-bottom: 3rem;
}

.clip-slider-header h1 {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
}

.clip-slider-header img.logo,
.clip-slider-header p {
  margin-bottom: 3rem;
}

.clip-slider-ticks {
  position: absolute;
  bottom: 3rem;
}

.clip-slider-tick {
  border: 2px solid #ffffff;
}

.clip-slider-tick.active {
  background-color: #ffffff;
}
/* Fine Slider Header */

/* Vertical Clip-Slider */
.v-clip-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  user-select: none;
  -webkit-user-select: none;
}

#triggerDownward {
  position: fixed;
  z-index: 3;
  left: calc(50% - 24px);
  bottom: 3rem;
  opacity: 1;
  transition: opacity .25s;
  animation: jumping 2s infinite;
  -webkit-animation: jumping 2s infinite;
}

.arrow-triggered {
  opacity: 0 !important;
  transition: opacity .25s;
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

@keyframes jumping {
  0% { bottom: 3rem; }
  50% { bottom: 2rem; }
  100% { bottom: 3rem; }
}

.shape-primaria-blog,
.shape-primaria {
  position: absolute;
  width: 100%;
  height: 50%;
  transform: skew(4deg) rotate(4deg);
  background-color: #212121;
  left: 0;
  top: 28px;
  bottom: auto;
}

.shape-secondaria {
  position: absolute;
  width: 100%;
  height: 50%;
  transform: skew(-4deg) rotate(-4deg);
  background-color: #212121;
  top: 28px;
  left: 0;
  bottom: auto;
}

.sezione-shape .shape-secondaria {
  top: calc(40vh - 14px);
}

.shape-primaria-blog {
  top: calc(16rem); /* +5px */
  height: auto;
  height: unset; /* 70px */
  bottom: 28px;
}

.advanced-header .shape-primaria-blog,
.ads-header .shape-primaria-blog {
  top: calc(40vh - 14px);
}

/* Home Page, Intro Page*/
.v-sliding-header {
  top: -100%;
  right: 0;
  left: 0;
  transition: 0;
  position: fixed;
  z-index: 999;
}

.v-sliding-header header {
  position: relative;
}

.v-sliding-in-header {
  top: 0;
  transition: top .300s;
}

.shift-clip {
  padding-top: 0;
}
/* Fine Vertical Clip-Slider */

.blocco-intro-blog h1,
.blocco-risorse-blog h1 {
  margin: 0;
}

.blocco-risorse-blog,
.blocco-load-more,
.blocco-intro-blog,
.blocco-paginazione {
  padding-top: 3rem;
}

.post .blog-titolo,
.sezione-autore,
.riga-sezione-menu,
.riga-sezione {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sezione-autore {
  border-top: 1px solid rgba(33,33,33,.2);
  border-bottom: 1px solid rgba(33,33,33,.2);
}

.clip-slider,
.riga-sezione .titolo-sezione,
.blocco-testo-form,
ul.mobile-pillar-menu,
.extra-group .azienda,
.pillar-page .contenuto,
.post-prodotti .contenuto,
.gdpr-tabs .contenuto,
.sezione-posizioni .contenuto {
  margin-bottom: 3rem;
}

.riga-sezione .sezione-autore h1,
.riga-sezione .titolo-sezione h1,
.riga-sezione .titolo-sezione h2,
.riga-sezione .titolo-sezione p {
  text-align: left;
  line-height: 1.3;
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 2rem;
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  color: #000;
}

.riga-sezione .sezione-autore h1 {
  font-weight: 700;
}

.riga-sezione .titolo-sezione .tipo-contenuto,
.sezione-posizioni .posizioni {
  margin-bottom: 2rem;
}

.sezione-contattaci .contenuto,
.blocco-posizioni,
.blocco-posizioni .contenuto, 
.riga-sezione .blocco-media-testo .row {
  margin-bottom: 2rem;
}

.post .titolo h1 {
  text-align: left;
}

.riga-sezione .sezione-autore h1,
.post .blog-titolo h1 {
  text-align: left;
  margin: 0 0 1.25em 0;
}
  
.blocco-media-testo .row:last-child {
  margin-bottom: 0;
}
  
.blocco-posizioni .contenuto p,
.blocco-posizioni .contenuto ol:not(.inputs-list) li, 
.blocco-posizioni .contenuto ul:not(.inputs-list) li,
.tab-pane p,
.tab-pane ol:not(.inputs-list) li, 
.tab-pane ul:not(.inputs-list) li, 
.blocco-blurb .blocco-testo p, 
.blocco-blurb .blocco-testo ol:not(.inputs-list) li, 
.blocco-blurb .blocco-testo ul:not(.inputs-list) li,
.blocco-media-testo .blocco-testo p, 
.blocco-media-testo .blocco-testo ol:not(.inputs-list) li, 
.blocco-media-testo .blocco-testo ul:not(.inputs-list) li {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.75;
  margin: 0 0 1.75em 0;
}

.blocco-media-testo .blocco-testo .blocco-advanced .d-flex:not(:last-child) p,
.blocco-blurb .blocco-testo .blocco-advanced .d-flex:not(:last-child) p {
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1.25em 0;
}

.blocco-media-testo .blocco-testo .blocco-advanced .d-flex:last-child p,
.blocco-blurb .blocco-testo .blocco-advanced .d-flex:last-child p {
  font-weight: 500;
  line-height: 1.5;
}

.blocco-media-testo .blocco-testo .blocco-advanced i,
.blocco-blurb .blocco-testo .blocco-advanced i {
  width: 20px;
  height: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.ads-page .blocco-blurb .blocco-testo h2 {
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #000;
  margin-bottom: 1.25em;
}

.ads-sezione-form {
  background-color: #f15a22;
}

.ads-sezione-form {
  color: #ffffff;
}

.ads-sezione-form h1 {
  font-family: 'neue-haas-unica',sans-serif, Arial, Roboto, sans-serif!important;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 1.25em;
}

.ads-sezione-form p {
  color: #ffffff;
}

.ads-sezione-form .hs-form a,
.ads-sezione-form .hs-form a:hover,
.hs-form a,
.hs-form a:hover,
.form-section a, 
.form-section a:hover {
  color: #ffffff;
}

.blog-index .blocco-anteprima, 
.blocco-anteprima {
  margin: 0 0 3rem 0;
}

.blocco-anteprima:last-child {
  margin: 0;
}

.blocco-anteprima .elemento {
  padding: 0;
}

.blocco-blog-blog h2,
.blocco-blog-esperienze .blocco-case-study h2,
.blocco-blog-ricerca .blocco-ricerca h2 {
  margin: 0 0 1.25em 0;
}
  
.blocco-blog-blog .blocco-immagine,
.blocco-blog-esperienze .blocco-immagine,
.blocco-blurb .blocco-immagine,
.blocco-blog-ricerca .blocco-immagine {
  height: 15rem; /* 240px */
  margin: 0 0 1.5rem 0;
}

.blocco-blog-esperienze .blocco-immagine,
.blocco-blog-ricerca .blocco-immagine {
  margin: 0 0 0 0;
}
  
.blocco-testo-form p {
  text-align: left;
}
  
.page.pillar-page .contenuto p:only-child,
.page.pillar-page .contenuto p:last-child,
.sezione-contattaci .contenuto p:only-child,
.sezione-contattaci .contenuto p:last-child,
.blocco-posizioni .contenuto p:only-child,
.blocco-posizioni .contenuto p:last-child,
.blocco-testo-form p:only-child,
.blocco-testo-form p:last-child {
  margin: 0 0 0 0;
}

/* Headings upper spacing */
.blocco-testo h2:not(:first-child),
.blocco-testo h3:not(:first-child),
.contenuto-post h2:not(:first-child),
.contenuto-post h3:not(:first-child), 
.contenuto h2:not(:first-child),
.contenuto h3:not(:first-child) {
  padding-top: 1.5rem;
}
/* Fine Headings upper spacing */

/*.etichetta {
  font-size: 1rem;
}*/
  
.blocco-case-study .etichetta,
.blocco-ricerca .etichetta {
  font-size: 1rem;
}
  
/* Testimonials */
.clipper {
  width: 9.0625rem; /* 145px */
  height: 9.0625rem; /* 145px */
}
/* Fine Testimonials */

/* GDPR page*/
.gdpr-page h1,
.gdpr-page .contenuto h2,
.gdpr-page .contenuto p,
/* Fine GDPR page*/
/* ThankYou page*/
.thankyou-page h1,
.thankyou-page .contenuto h2,
.thankyou-page .contenuto p,
/* Fine ThankYou page*/
/* Error page*/
.error-page h1,
.error-page .contenuto h2,
.error-page .contenuto p,
/* Landing page*/
.landing-page h1,
.landing-page .contenuto h2,
.landing-page .contenuto p,
.landing-page .contenuto .singola-cta {
  text-align: left;
}

.doppia-cta {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.error-immagine img,
.landing-immagine img {
  max-width: 100%;
  height: 20rem; /* 320px */
}

.action-bar-fixed {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 999;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  box-shadow: 0 1px 1px rgba(0,0,0,.16);
  background-color: #ffffff;
}

.follow-fixed {
  top: 0;
  opacity: 1;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

/* Fine Landing page*/
  
/* Job Opportunities */
.blocco-posizioni h2 {
  margin-bottom: 1.5em;
}
/* Fine Job Opportunities */
  
/* Pillar page */
.pillar-page .blog-titolo h1 {
  margin: 0 0 0 0;
}

.pillar-page .riga-sezione .titolo-sezione h2 {
  text-align: left;
}

.pillar-page .post-autore {
  display: none;
}   

.pillar-menu.static-pillar-menu {
  position: fixed;
}
/* Fine Pillar page */

/* Logos */
img.gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%) opacity(50%);
  transition: filter .75s;
}

/*img.gray:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: filter .75s;
}*/

.logos-stripe {
  margin-bottom: 3rem;
}

.logos-stripe:last-child {}
/* Fine Logos */

/* Subscriptions preferences */
.page-prefs .page-header {
  height: auto;
  height: unset;
  box-sizing: border-box;
  background-color: transparent;
}

.fakelabel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.25rem;
}

.fakelabel > input[type="checkbox"],
.fakelabel > input[type="radio"],
.subscribe-options input[type="checkbox"],
.subscribe-options input[type="radio"] {
  margin-right: .875rem;
}

.item {
  padding: 1rem;
}

.item:nth-child(2n) {
  background-color: rgba(33,33,33,.05);
}

.item-inner p {
  font-size: 1rem;
  margin: 0;
}

span.en-trans {
  display: block;
  color: rgba(33,33,33,.5);
}

/* Backup unsubscribe */
.email-edit {
  margin-bottom: 1rem;
}

/* Commenti */
div[id="comments-listing"] {
  margin-bottom: 3rem !important;
}

.comment-date,
.comment-from h4,
.comment-from h4 > a {
  font-size: 1.25rem;
  font-weight: 400;
  color: rgba(33,33,33,.5);
}

.comment-body p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.comment-reply-to {
  font-size: 1rem;
  font-weight: 600;
  color: #f15a22;
}

.comment-reply-to:hover {
  color: #000;
}

div[class*="comment depth-"] {
  border-top: none !important;
  padding-top: 2rem !important;
}

/* -1... -9*/
.comment.depth-1 {
  /*TODO*/
}

span.replying-to {
  display: block;
  margin-bottom: 1rem;
}

/* Landscape mobile */
@media (max-height: 375px) and (orientation: landscape) {
  .landscape-mode {
    display: none !important;
  }
}

/* Social Sharing */
.sharing {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 999;
}

li.sharing-item {
  width: 100%;
  list-style: none;
  background-image: none !important;
  text-align: center;
  margin: 0 !important;
  padding: .5rem !important;
  transition: width .15s linear;
}
  
.sharing-item.facebook-f {
  background-color: rgb(59, 89, 152);
}

.sharing-item.twitter {
  background-color: rgb(29, 161, 242);
}

.sharing-item.linkedin-in {
  background-color: rgb(70, 109, 188);
}

.sharing-item.email {
  background-color: rgb(132, 132, 132);
}

@media (max-width: 480px) {
  .follow-fixed {
    top: -100%;
  }
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .hs-form fieldset.form-columns-2 .hs-form-field:not(:last-child) {
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {  
  .sharing {
    top: 0;
    bottom: auto;
    right: auto;
    background-color: transparent;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
  }
   
  li.sharing-item {
    width: 64px;
  }
  
  li.sharing-item:hover {
    width: 80px;
  }
}