/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCESl
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

*, *: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;
  overflow-x: hidden;
} 

body {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/bg4.png') center fixed;
    color: #444;
    font: 13px/1.231 sans-serif;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

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


/* =============== 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 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 26px;
    color: #D60505;
}
h2 {
    margin: 12px 0 8px;
    text-transform: uppercase;
    border: none;
    font-size: 13px;
    color: #D60505;
    font-weight: normal;
}
h3 {
    margin: 0 0 10px;
    font-size: 13px;
}
h4 {
    text-transform: uppercase;
    margin: 0 0 25px;
    font-weight: bold;
    font-size: 13px;
}
h5 {
    color: #d60505;
    font-size: 13px;
    line-height: 1.4em;
    margin: 0;
    font-weight: normal;
}
h6 {
    color: #444;
    font-size: 12px;
    line-height: 1.4em;
    margin: 0 0 10px;
    font-weight: normal;
}

/* Anchor Links */
a { 
    color: #d60505; 
    text-decoration: none;
}
a:hover, a:focus { 
    color: #d60505; 
    text-decoration: underline;
}

/* Lists */
ul,ol {
    margin: 0.4em 0px 0.4em 1.3em;
    padding: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


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

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

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


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

.header-container-wrapper {}
.header-container {}

.custom-header-top-group {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/pattern.gif');
}
.custom-header-top-link {
    text-align: right;
    padding: 3px 0 2px;
}
.custom-header-top-link ul li a {
    color: #fff;
    text-decoration: none;
}
.custom-header-top-link ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.custom-header-top-link ul li:first-child a {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/teleassistenza.png') left no-repeat;
    padding-left: 35px;
    width: 140px;
    text-align: left;
}
.custom-header-top-link ul li:nth-child(2) a {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/supporto.png') left no-repeat;
    padding-left: 25px;
    width: 90px;
    text-align: left;
}
.custom-header-top-link ul li:nth-child(3) a {
    background: url('https://cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/access.png') left no-repeat;
    padding-left: 25px;
    width: 115px;
    text-align: left;
}
.custom-header-top-link ul li:last-child a {
    background: url('https://cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/youtube.png') left no-repeat;
    padding-left: 30px;
    width: 130px; 
    text-align: left;
}
.custom-header-bottom-group .page-center {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/header.jpg');
    border-bottom: 1px solid #e5e5e5;
    text-shadow: rgba(255,255,255,0.3) 0px 1px 0px;
}
.custom-logo {
    padding: 3px 0 3px 10px;
}
.custom-logo a:hover {
    filter: none !important;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.custom-header-top-group.header-no-nav {
    min-height: 25px;
}

/* =============== Content =============== */

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

.body-container .page-center {
    background-color: #fff;
    padding-top: 13px;
    padding-bottom: 20px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.custom-section-header {
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0px 0px 16px 0px;
    margin-bottom: 30px;
    background-image:  url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/sep_header.png');
}
.custom-section-header h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 26px;
    margin: 1px 0 10px -2px;
    color: #D60505;
    font-weight: normal;
}
.custom-section-header p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 11px 0 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* ============= Home Page ========= */

.custom-home-slider .hs_cos_gallery_main {
    padding: 10px 0 0;
}
.custom-home-slider .slick-slider {
    margin-bottom: 0px;
}
.custom-home-slider .hs_cos_gallery_main .caption.superimpose {
    background-color: transparent;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    text-align: left;
}
.custom-home-slider .slick-slide-inner-wrapper > a {
    display: block;
    width: 100% !important;
    height: 100%;
    position: relative;
    z-index: 1;
}
.custom-home-slider .hs_cos_gallery_main .caption.superimpose h4 {
    font-weight: bold;
    text-shadow: black 1px 0px 0px;
    padding: 5px 150px 5px 15px;
    font-family: Georgia, serif;
    font-size: 16px;
    color: rgb(255, 255, 255);
    background: rgb(162, 161, 161);
    display: inline-block;
    position: absolute;
    left: 30px;
    margin: 0;
    z-index: 2;
    text-transform: inherit;
}
.custom-home-slider .hs_cos_gallery_main .caption.superimpose p {
    top: 80px;
    left: 70px;
    font-size: 30px;
    line-height: 40px;
    white-space: nowrap;
    position: absolute;
    margin: 0;
    z-index: 2;
}
.custom-home-slider .hs_cos_gallery_main .caption.superimpose h1 {
    top: 100px;
    left: 85px;
    font-weight: 200;
    padding: 0px 340px 5px 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 48px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    position: absolute;
    z-index: 2;
}

.custom-orange-btn {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: "Trebuchet MS";
    font-size: 15px;
    text-decoration: none !important;
    color: #fff !important;
    background: rgb(246, 109, 26);
    border-radius: 15px;
    white-space: nowrap;
    width: auto;
    height: auto;
    border-width: 0px;
    top: 240px;
    left: 50px;
    position: absolute;
    z-index: 2;
}

.custom-blue-button {
    top: 160px;
    left: 70px;
    position: absolute;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: white !important;
    text-decoration: none !important;
    background: rgb(78, 130, 165);
    border-radius: 15px;
    white-space: nowrap;
    z-index: 2;
}

.custom-home-slider .hs_cos_gallery_slide:first-child .caption.superimpose h4 {
    padding: 5px 100px 5px 15px;
    left: 20px;
    text-transform: uppercase;
}
.custom-home-slider .hs_cos_gallery_slide:first-child .caption.superimpose .custom-blue-button {
    top: 60px;
    left: 20px;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(2) .caption.superimpose h1 {
    top: 12px;
    left: 10px;
    font-weight: 200;
    padding: 0px 0px 5px 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 35px;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    position: absolute;
}
a.custom-green-btn {
    top: 230px;
    position: absolute;
    left: 530px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-width: 0px 0px 5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(79, 135, 24);
    padding: 8px 10px 6px;
    font-family: "Trebuchet MS";
    text-decoration: none !important;
    font-size: 16px;
    color: #fff !important;
    background: rgb(116, 188, 48);
    border-radius: 15px;
    white-space: nowrap;
    z-index: 2;
}

.custom-home-slider .hs_cos_gallery_slide:nth-child(3) .caption.superimpose h1 {
    top: 10px;
    left: 5px;
    font-weight: 200;
    padding: 0px 340px 5px 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 35px;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    border-width: 0px;
    padding: 0;
    position: absolute;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(3) .custom-blue-botton {
    top: 300px;
    position: absolute;
    left: 50px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-width: 0px 0px 5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(27, 96, 173);
    padding: 13px 15px 10px;
    font-family: "Trebuchet MS";
    text-decoration: none !important;
    font-size: 16px;
    color: #fff !important;
    background: rgb(26, 107, 177);
    border-radius: 15px;
    white-space: nowrap;
    width: auto;
    height: auto;
    z-index: 2;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(4) .caption.superimpose h4,
.custom-home-slider .hs_cos_gallery_slide:nth-child(5) .caption.superimpose h4{
    top: 10px;
    left: 30px;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(4) .caption.superimpose p,
.custom-home-slider .hs_cos_gallery_slide:nth-child(5) .caption.superimpose p {
    top: 75px;
    left: 50px;
    font-size: 24px;
    line-height: 30px;
    color: rgb(34, 34, 34);
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(4) .custom-orange-btn,
.custom-home-slider .hs_cos_gallery_slide:nth-child(5) .custom-orange-btn{
    top: 240px;
    left: 50px;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(6) .caption.superimpose p {
    top: 60px;
    left: 70px;
    font-size: 30px;
    line-height: 40px;
    color: rgb(0, 174, 239);
    margin: 0;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(6) .caption.superimpose p:last-of-type {
    top: 160px;
    left: 70px;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(6) .caption.superimpose h1 {
    top: 100px;
    left: 70px;
    font-weight: 200;
    padding: 0px 0px 5px 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 48px;
    color: rgb(0, 174, 239);
    margin: 0;
    white-space: nowrap;
}
a.custom-sky-btn {
    top: 220px;
    left: 730px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-width: 0px 0px 5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(26, 107, 177);
    padding: 15px;
    font-family: "Trebuchet MS";
    font-size: 18px;
    color: white !important;
    text-decoration: none;
    background: rgb(0, 174, 239);
    border-radius: 15px;
    white-space: nowrap;
    position: absolute;
    z-index: 2;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(7) .caption.superimpose h1,
.custom-home-slider .hs_cos_gallery_slide:nth-child(8) .caption.superimpose h1{
    top: 100px;
    left: 100px;
    font-weight: 200;
    padding: 0px 0px;
    margin: 0;
    position: absolute;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 48px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(7) .caption.superimpose p ,
.custom-home-slider .hs_cos_gallery_slide:nth-child(8) .caption.superimpose p {
    top: 160px;
    left: 100px;
    margin: 0;
    position: absolute;
    font-size: 30px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(7) .caption.superimpose a.custom-orange-button {
    top: 260px;
    left: 730px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-width: 0px 0px 5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(238, 109, 86);
    padding: 15px;
    font-family: "Trebuchet MS";
    font-size: 18px;
    color: white !important;
    text-decoration: none;
    background: rgb(250, 171, 31);
    border-radius: 15px;
    white-space: nowrap;
    position: absolute;
    z-index: 2;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(8) .caption.superimpose a.custom-blue-button {
    top: 260px;
    left: 730px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-width: 0px 0px 5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(27, 96, 173);
    padding: 15px;
    font-family: "Trebuchet MS";
    font-size: 18px;
    color: white !important;
    text-decoration: none;
    background: rgb(26, 107, 177);
    border-radius: 15px;
    position: absolute;
    z-index: 2;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(9) .caption.superimpose h4 {
    left: 20px;
    width: 45%;
}
.custom-home-slider .hs_cos_gallery_slide:nth-child(9) .caption.superimpose p {
    top: 75px;
    left: 70px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: rgb(67, 67, 67);
}
.custom-home-slider .slick-prev,
.custom-home-slider .slick-next {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    z-index: 9;
}
.custom-home-slider .slick-prev:before,
.custom-home-slider .slick-next:before {
    display: none;
}
.custom-home-slider .slick-prev {
    background-position: 0px 0px;
    left: 10px;
    background-image: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/skin.png');
}
.custom-home-slider .slick-next {
    background-image: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/skin.png');
    background-position: -150px 0px;
    right: 10px;
}
.custom-home-slider .slick-prev:hover {
    background-position: 0px -75px;
}
.custom-home-slider .slick-next:hover {
    background-position: -150px -75px;
}

.custom-news-feed .custom-inner-feed-col h2 {
    float: left;
    margin: 0 8px 0 0;
}


.home-page .custom-home-simple-menu {
}
.home-page .custom-home-simple-menu ul {
    background: url(//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/barra-menu.jpg?t=1502945491532) no-repeat center top;
    padding: 17px 0 0;
    color: #848484;
    min-height: 50px;
    display: block;
    margin-right: -10px;
    text-align: center;
}
.home-page .custom-home-simple-menu ul li {
    float: none !important;
    display: inline-block;
    padding: 0 16px;
    font-size: 11px;
    position: relative;
}
.home-page .custom-home-simple-menu ul li:after {
    padding: 0 6px;
    font-size: 11px;
    content: '|';
    position: absolute;
    right: -8px;
    top: 2px;
}
.home-page .custom-home-simple-menu ul li:last-child:after {
    display: none;
}

.home-page .custom-home-simple-menu ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #434343;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px;
}
.home-page .custom-home-simple-menu ul li a:hover {
    color: #D60505;
}
.custom-home-row3-flexi h1 {
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    padding-left: 7px;
    margin: 18px 0 5px;
    color: #444444;
}
.custom-three-column-top-image {
    padding-bottom: 12px;
    background-image: url(//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/sep.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin: 0 0 25px;
}
.custom-three-column-top-image .custom-column-group {
    width: 32%;
    float: left;
    margin-right: 2%;
}
.custom-three-column-top-image .custom-column-group.col3 {
    margin-right: 0;
}
.custom-three-column-top-image .custom-top-imagr-grp {
    position: relative;
}
.custom-three-column-top-image .custom-top-imagr-grp img {
    border: 1px solid #d5d5d5;
    -moz-box-shadow: #f8f8f8 0px 1px 0px;
    -webkit-box-shadow: #f8f8f8 0px 1px 0px;
    box-shadow: #f8f8f8 0px 1px 0px;
    padding: 4px;
    border-radius: 4px;
    margin: 0 0 0.8em;
    position: relative;
    z-index: 1;
}
.custom-three-column-top-image .custom-top-imagr-grp img:hover {
    opacity: 0.6;
}
.custom-three-column-top-image .custom-top-imagr-grp p {
    background-color: rgba(0,0,0,0.5);
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 1.4em;
    color: #ececec;
    text-transform: uppercase;
    padding: 10px 2px;
    margin: 0 5px;
    position: absolute;
    width: calc(100% - 10px);
    z-index: 2;
    bottom: 15px;
    text-shadow: 0 0 0;
}
.custom-three-column-top-image .custom-top-imagr-grp a:hover p {
    background: rgba(0,0,0,0.7);
}
.custom-three-column-top-image .custom-top-imagr-grp p strong {
    font-weight: normal;
}
.custom-three-column-top-image .custom-botom-content p {
    margin: 0 0 0.8em;
    line-height: 1.4em;
}
.custom-three-column-top-image .custom-botom-content p:last-of-type {
    margin: 0;
}
.custom-three-column-top-image .custom-botom-content hr {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/shadow.png') center center no-repeat;
    background-size: 100% 100%;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    height: 21px;
    margin: 0;
}
.home-page .custom-home-row4-col1 h1 {
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    padding-left: 7px;
    margin: 15px 0 5px;
    color: #444;
}
.custom-three-column-equal-module .custom-column {
    width: 31.25%;
    float: left;
    background: url(//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/fondino.jpg) no-repeat scroll 0 0 transparent;
    min-height: 140px;
    margin: 15px 0 0;
    padding: 10px;
    margin-right: 2%;
}
.custom-three-column-equal-module .custom-column h2 {
    margin-top: 0;
    font-weight: bold;
    line-height: 1.4em;
}
.custom-three-column-equal-module .custom-column h2 img {
    float: left;
    margin-right: 10px;
}
.custom-three-column-equal-module .custom-column p {
    margin: 0;
    line-height: 1.4em;
}
.home-page .custom-home-row5-col2 {
    padding-right: 28px;
}
.home-page .custom-home-row5-col2 p {
    margin: 0 0 0.8em;
    line-height: 1.4em; 
    text-align: right;
}

.custom-right-group {
    float: right !important;
}
.custom-three-column-left-nav .left-sidebar-content {
    margin-left: 0 !important;
    background-color: #e6e6e6;
    padding: 10px 4px;
}
.custom-three-column-left-nav .left-sidebar-content .custom-sidebar-heading h1 {
    color: #D60505;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 16px;
    border: 1px solid transparent;
    font-weight: bold;
    font-family: sans-serif,Arial;
}

.custom-top-left-nav ul li a {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/cubo.png') left no-repeat;
    padding-left: 20px;
    margin-bottom: 7px;
    padding-bottom: 2px;
    line-height: 16px;
}
.custom-top-left-nav ul li:last-child a{
    margin: 0;
    padding-bottom: 0;
    line-height: 14px;
    padding-top: 1px;
}
.custom-top-left-nav ul li a {
    color: #434343;
    font-size: 11px;
    font-weight: bold;
}
.custom-top-left-nav ul li.active.active-branch a {
    color: #D60505;
}
.custom-left-top-menu ul li {
    display: none;
}
.custom-left-top-menu ul li.active-branch {
    display: block;
}
.custom-left-top-menu ul ul {
    display: none !important;
}

.left-bottom-nav ul li a[href*="/software-teamsystem-gecom-paghe"],
.left-bottom-nav ul li a[href*="/software-commercialisti-gecom-multi-redditi"],
.left-bottom-nav ul li a[href*="/software-commercialisti-gecom-start-multi"],
.left-bottom-nav ul li a[href*="software-teamsystem-gamma-enterprise-erp"],
.left-bottom-nav ul li a[href*="/software-concerie"],
.left-bottom-nav ul li a[href*="/software-aziende-chimiche/"],
.left-bottom-nav ul li a[href*="/software-teamsystem-gecom-start-paghe"] {
    display: none !important;
}

.custom-three-column-left-nav .main-content .hs_cos_wrapper_type_linked_image img {
    padding: 4px;
    border: 1px solid #d5d5d5 !important;
    margin-bottom: 15px;
}
.custom-three-column-left-nav .main-content {
    line-height: 1.4em;
}
.custom-three-column-left-nav .main-content small {
    font-size: 11px !important;
    color: #838383;
}
.custom-three-column-left-nav .main-content p,
.custom-three-column-left-nav .right-sidebar-content p {
    text-align: justify;
    margin: 0 0 0.8em;
}
.custom-three-column-left-nav .main-content p:last-of-type {
    margin: 0;
}
.dropcap1 {
    font-size: 36px;
    line-height: 30px;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
.custom-three-column-left-nav .right-sidebar-content {
    background: #e6e6e6;
    padding: 10px;
    line-height: 1.4em;
}
.custom-three-column-left-nav .right-sidebar-content blockquote {
    line-height: 1.8em;
    font-size: 14px;
    color: #838383;
    position: relative;
    padding: 20px;
    z-index: 1;
    margin: 0 0 8px;
}
.custom-three-column-left-nav .right-sidebar-content blockquote:before {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/pattern_02.png') repeat;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.04;
    -khtml-opacity: 0.04;
    opacity: 0.04;
    width: 100% !important;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
}
.custom-three-column-left-nav .right-sidebar-content img {
    padding: 4px;
    border: 1px solid #d5d5d5;
    margin-bottom: 10px; 
}
.custom-three-column-left-nav .right-sidebar-content ul li {
    background: url(//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/square_red.png?t=1502363795440)left 7px no-repeat !important;
}
.custom-three-column-left-nav .right-sidebar-content hr {
    background-color: transparent;
    border-bottom: 4px double #838383;
    margin: 0 0 20px;
    padding-bottom: 30px;
}
a.custom-red-btn {
    line-height: 24px;
    color: #eee;
    font-size: 20px;
    background: #585a5c url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/btns_global.png') 0px 0px repeat-x;
    text-shadow: #000 -1px -1px 0px;
    padding: 10px 15px;
    display: block;
    background-position: 0px -492px;
    background-color: #9d4848;
    text-align: center;
    margin: 0 0 5px;
    text-transform: uppercase;
}
a.custom-red-btn:hover {
    background-position: 0px -574px;
    background-color: #7b4343;
}

.body-container .hs_cos_wrapper_type_rich_text ul {
    margin: 0.4em 0px 0.4em 0.3em;
    list-style: none;
    padding: 0px;
}
.body-container .hs_cos_wrapper_type_rich_text ul li {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/o_red.png') left 7px no-repeat;
    padding-left: 14px;
    padding-bottom: 2px;
}
.body-container .hs_cos_wrapper_type_rich_text ul li:last-child {
    padding-bottom: 0;
}
img.cornice {
    padding: 4px;
    border: 1px solid #d5d5d5;
    margin-bottom: 10px;
}
.custom-one-column-pdf-link-icon {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 11px;
}
.custom-one-column-pdf-link-icon span.pdf {
    float: right;
    margin-top: 12px;
}
.custom-one-column-pdf-link-icon img.right-icon-image {
    float: right;
    margin: 3px 0 20px 20px;
}
.custom-left-nav-top-group {
    border-bottom: 4px double #838383;
    margin-bottom: 20px;
    padding-bottom: 21px;
}

/* =========== Teleassistenza-layout ====== */

.custom-teleassistenza-layout .custom-one-column-top-row {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.custom-teleassistenza-layout .custom-one-column-top-row h1 {
    color: #F4F4F4;
    font-size: 38px;
    margin: 0 0 -4px;
    padding-top: 51px;
    text-align: center;
    font-family: sans-serif;
    font-weight: normal;
    line-height: 1;
    padding-right: 12px;
}
.custom-teleassistenza-layout .custom-one-column-top-row h2 {
    color: #FFFCAE;
    font-size: 26px;
    margin: -7px 0 -3px;
    text-align: center;
    font-weight: normal;
}
.custom-teleassistenza-layout .custom-one-column-top-row p {
    color: #FAFAFA;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7em;
    text-shadow: 0 1px 0 #000000;
    padding: 0;
    text-align: center;
    margin: 0 0 0.8em;
}
.custom-teleassistenza-layout .custom-one-column-top-row a.cta {
    clear: both;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px!important;
    line-height: 18px;
    padding: 13px 20px 10px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    font-family: Arial,Verdana!important;
    outline: medium none;
    text-transform: capitalize;
    text-shadow: 0 0 0;
    margin: 10px 8px 0 0;
    width: 165px;
    background-color: #2875A8;
    border-radius: 6px;
    box-shadow: 0 2px 0 #16405B, 0 2.8px 2px rgba(0, 0, 0, 0.25);
    font-size: 1em;
    line-height: 1,5em;
}
.custom-teleassistenza-layout .custom-one-column-top-row a.uno {
    background-color: #58ad4a;
    box-shadow: 0 2px 0 #296020, 0 2.8px 2px rgba(0, 0, 0, 0.25);
}
.custom-teleassistenza-layout .custom-one-column-top-row a.tre {
    background-color: #f97600;
    box-shadow: 0 2px 0 #AC5200, 0 2.8px 2px rgba(0, 0, 0, 0.25);
}
.custom-teleassistenza-layout .custom-one-column-top-row a.tre:hover {
    background-color: #FF8619;
}
.custom-teleassistenza-layout .custom-one-column-top-row a.cta:hover {
    background: #3498db;
    text-decoration: none;
}
.custom-teleassistenza-layout .custom-one-column-top-row a.uno:hover {
    background-color: #4db834;
}
.custom-teleassistenza-layout a.custom-yellow-btn {
    background-image: url(//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/ftp_btn.png?t=1502688375315);
    min-height: 47px;
    width: 192px;
    margin: 28px auto 0;
    text-align: center;
    float: none;
    color: black;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-top: 13px;
}
.custom-two-column-equal-module {
    margin: 40px 0 22px;
}
.custom-two-column-equal-module .custom-column.left-col {
    width: 46.9%;
    float: left;
    padding-right: 9px;
    margin: 3px 0 0;
}
.custom-two-column-equal-module .custom-column.right-col {
    width: 53.1%;
    float: left;
    margin-top: 14px;
}
.custom-two-column-equal-module .custom-column.right-col h3 {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 1;
    font-weight: bold;
}
.custom-two-column-equal-module .custom-column.right-col h4 {
    font-size: 18px;
    margin: 0 0 21px;
    text-transform: none;
    line-height: 1;
}
.custom-two-column-equal-module .custom-column.right-col p {
    line-height: 1.4em;
    margin: 0 0 0.8em;
    text-align: justify;
}
.custom-two-column-equal-module .custom-column.right-col ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.custom-two-column-equal-module .custom-column.right-col ul li {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/bullet_checkmark.png') no-repeat scroll 0 5px transparent;
    display: block;
    line-height: 2.9em;
    list-style: none outside none;
    margin: 0;
    padding-left: 25px;
    padding-bottom: 2px;
}
.custom-four-column-left-image {
    padding: 0 16px;
}
.custom-four-column-left-image .custom-column-wrap {
    width: 25%;
    float: left;
}
.custom-four-column-left-image .custom-left-image img {
    float: left;
    margin: 20px 20px 20px 0;
}
.custom-four-column-left-image .custom-right-content p {
    margin: 0;
    line-height: 1.4em;
}

/* ========= Two Column Right Form ========= */

.two-column-right-form .main-content {
    line-height: 1.4em;
}
.two-column-right-form .main-content hr {
    height: 2px;
    background-color: #d5d5d5;
    border-bottom: 1px solid #f8f8f8;
    margin: 9px 0 10px;
}
.two-column-right-form .main-content p {
    margin: 0 0 0.8em;
    text-align: justify;
}
.two-column-right-form .main-content blockquote {
    background: #e5e5e5;
    border: 1px solid #c6c6c6;
    padding: 10px 20px;
    font-size: 14px;
    margin: 10px 0;
}
.two-column-right-form .main-content blockquote ul li {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/square_red.png') left 7px no-repeat;
    padding-left: 14px;
}
.two-column-right-form .sidebar.right {
    padding-right: 3px;
}
.two-column-right-form .sidebar.right blockquote {
    background: #FEF2F2;
    border: 1px solid #DFB8BB;
    border-radius: 4px;
    color: #666;
    text-shadow: #fafafa 1px 1px 0px;
    padding: 6px 8px;
    margin: 0 0 20px;
}
.two-column-right-form .sidebar.right blockquote h2 {
    margin-top: 0;
    line-height: 1.4em;
}
.custom-right-sidebar-form {
    padding-left: 20px;
    border-left: 1px solid #d5d5d5;
}


.custom-right-sidebar-form h3.form-title {
    margin: 0;
}
.custom-right-sidebar-form span.hs-form-required,
.custom-right-cv-from span.hs-form-required{
    margin-left: 3px;
}
.custom-right-sidebar-form textarea,
.custom-right-cv-from  textarea {
    min-height: 158px;
    padding: 3px 5px;
}
.hs_recaptcha.field.hs-form-field .input {
    overflow: auto;
    overflow-y: hidden;
    margin: 0 0 0.8em;
}
.custom-two-column-equal-left-image {
    padding: 0 0 5px;
}
.custom-two-column-equal-left-image .custom-column-wrap {
    width: 50%;
    float: left;
}
.custom-two-column-equal-left-image .custom-left-image {
    padding: 10px;
    float: left;
}
.custom-two-column-equal-left-image .custom-right-content {
    padding: 10px 9px 10px 10px;
    float: left;
    width: calc(100% - 70px);
}
.custom-two-column-equal-left-image .custom-right-content h4 {
    margin: 0;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: normal;
    text-transform: inherit;
}

/* ======== Three Column Right Form ========= */

.with-right-form .right-sidebar-content {
    background: transparent;
    padding: 0;
    line-height: 16px;
}
.custom-right-cv-from h3.form-title {
    margin: 0 0 25px;
    line-height: 16px;
    font-size: 13px;
}
.custom-right-cv-from form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.8em;
}
.custom-right-cv-from form.hs-form .hs-form-field ul.inputs-list li {
    background: none !important;
}
.custom-right-cv-from input[type="file"] {
    border: none;
    padding: 0;
    box-shadow: none;
}
ul.hs-error-msgs.inputs-list {
    background-color: #fff2f2;
    margin: -0.4em 0 10px !important;
    box-shadow: #e56060 0px 0px 3px !important;
    padding: 8px 5px !important;
    border: 1px solid red;
    color: red;
}

/* =========== Three Column With Main Form ======== */

.custom-three-column-main-form .left-sidebar-content {
    margin-left: 0 !important;
    background-color: #e6e6e6;
    padding: 10px 4px;
}
.custom-three-column-main-form .left-sidebar-content blockquote {
    padding: 20px;
    color: #838383;
    margin: 0;
    line-height: 1.8em;
    font-size: 14px;
    position: relative;
}
.custom-three-column-main-form .left-sidebar-content blockquote:before {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/pattern_02.png') repeat;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.04;
    -khtml-opacity: 0.04;
    opacity: 0.04;
    width: 100% !important;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.custom-three-column-main-form .left-sidebar-content blockquote p {
    margin: 0;
}
.custom-three-column-main-form .right-sidebar-content h4 {
    margin: 0 0 20px;   
    border: 1px solid transparent;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
}
.custom-three-column-main-form .right-sidebar-content .hs_cos_wrapper_type_rich_text ul {
    margin: 0;
    list-style: none;
    padding: 0px;
    line-height: 13px !important;
}
.custom-three-column-main-form .body-container .hs_cos_wrapper_type_rich_text ul li {
    background: none !important;
    padding: 6px 0 8px;
    line-height: 13px !important;
}
.custom-three-column-main-form .main-content p {
    text-align: justify;
    margin: 0 0 0.8em;
}
.custom-three-column-main-form .main-content h3.form-title {
    margin: 5px 0 0;
}
.custom-three-column-main-form .main-content form textarea {
    min-height: 158px
}
.custom-three-column-main-form .right-sidebar-content ul li img {
    margin-right: 8px;
}
.list4.list_color_red li {
    background-image: url(//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/square_red.png?t=1502962190830) !important;
}
iframe {
    max-width: 100%;
}

/* ========== Alyante Fashion =========== */
body.alyante-fashion {
    background: none;
}

body.alyante-fashion .custom-logo a:hover {
    filter: none !important;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.alyante-fashion .custom-header-group {
    background-color: #ffffff;
}
.alyante-fashion .custom-logo {
    padding: 0 0 14px 7px;
}
.alyante-fashion .custom-logo img {
    width: 256px;
    margin: -5px 0 0;
}
.alyante-fashion .custom-right-header-image {
    text-align: right;
    padding: 12px 10px 0 0;
}
.alyante-fashion .body-container .page-center {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}
.custom-fashion-row1-group {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 35px 0 42px;
}
.custom-fashion-row1-group h1 {
    font-size: 41px;
    color: rgb(0, 0, 0);
    line-height: 49px;
    margin: 0 0 29px;
    font-family: Open Sans;
    font-weight: 600;
}
.custom-fashion-row1-group p {
    font-size: 22px;
    color: rgb(51, 51, 51);
    line-height: 35px;
    font-family: Open Sans;
    font-weight: 400;
    margin: 0;
}

.custom-fashion-row1-form {
    background-color: #fefefe;
    border-radius: 10px;
    padding: 10px 20px 15px;
}
.custom-fashion-row1-form h3.form-title {
    font-size: 28px;
    color: rgb(32, 138, 190);
    line-height: 28px;
    margin: 0 0 29px;
    text-align: center;
    font-weight: 600;
    font-family: Open Sans;
}
.custom-fashion-row1-form span.hs-form-required {
    display: none;
}
.custom-fashion-row1-form input[type="text"], 
.custom-fashion-row1-form input[type="date"], 
.custom-fashion-row1-form input[type="month"], 
.custom-fashion-row1-form input[type="time"], 
.custom-fashion-row1-form input[type="email"], 
.custom-fashion-row1-form input[type="url"], 
.custom-fashion-row1-form input[type="search"], 
.custom-fashion-row1-form input[type="tel"],
.custom-fashion-row1-form input[type="file"], 
.custom-fashion-row1-form textarea,
.custom-fashion-row1-form select {
    max-width: 100%;
    line-height: 22px !important;
    color: #656565;
    font-family: Open Sans;
    background-color: #f2f2f2;
    border-color: #aeaeae;
    padding: 9px 10px 10px 10px;
    border-radius: 3px;
    margin: 8px 0 16px 0;
    font-size: 15px;
}
.custom-fashion-row1-form input[type="text"]:focus, 
.custom-fashion-row1-form input[type="date"]:focus, 
.custom-fashion-row1-form input[type="month"]:focus, 
.custom-fashion-row1-form input[type="time"]:focus, 
.custom-fashion-row1-form input[type="email"]:focus, 
.custom-fashion-row1-form input[type="url"]:focus, 
.custom-fashion-row1-form input[type="search"]:focus, 
.custom-fashion-row1-form input[type="tel"]:focus,
.custom-fashion-row1-form input[type="file"]:focus, 
.custom-fashion-row1-form textarea:focus,
.custom-fashion-row1-form select:focus {
    outline: none;
}
.custom-fashion-row1-form .hs_cos_wrapper_type_form .hs-button.primary.large {
    background-color: #208abe;
    background-image: none;
    width: 100%;
    display: block;
    line-height: 26px;
    font-size: 22px;
    font-weight: 600;
    font-family: Open Sans;
    border-radius: 5px;
    text-transform: inherit;
    text-shadow: none;
    -webkit-box-shadow: 0 1px 3px rgba(1,1,1,0.5);
    -moz-box-shadow: 0 1px 3px rgba(1,1,1,0.5);
    box-shadow: 0 1px 3px rgba(1,1,1,0.5);
    min-height: 64px;
    -webkit-font-smoothing: antialiased;
    margin: 24px 0 0;
}
.custom-fashion-row1-form  li.hs-form-booleancheckbox label {
    font-size: 15px;
    line-height: 19px;
    color: #656565;
    font-family: Open sans;
    font-weight: 400;
}
.custom-fashion-row1-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    background-color: #6abbe6;
}
.custom-fashion-row1-form .hs-input.invalid.error {
    border-color: #e12627;
}
.custom-fashion-row1-form ul.hs-error-msgs.inputs-list {
    background-color: #ffe9e9;
    margin: -12px 0 8px !important;
    box-shadow: none;
    padding: 8px !important;
    border: 1px solid #e22828;
    color: #e12627;
    border-radius: 5px;
    font-family: Arial;
    line-height: 19px;
}
.alyante-fashion .custom-fashion-row2-group {
    min-height: 412px;
}


.custom-fashion-row1-form input::-webkit-input-placeholder {
    color: #656565;
    opacity: 1;
} /* Webkit Browsers */
.custom-fashion-row1-form input:-moz-placeholder {
    color: #656565;
    opacity: 1;
} /* Firefox 18- */
.custom-fashion-row1-form input::-moz-placeholder {
    color: #656565;
    opacity: 1;
} /* Firefox 19+ */
.custom-fashion-row1-form input:-ms-input-placeholder {
    color: #656565;
    opacity: 1;
} /* IE10 */


.custom-two-column-left-image .custom-right-content-col {
    width: 65.26%;
    float: left;
}
.custom-two-column-left-image .custom-right-content-col h1 {
    font-size: 32px;
    color: rgb(0, 0, 0);
    line-height: 45px;
    margin: 0 0 19px;
    font-family: Open Sans;
    font-weight: 600;
}
.custom-two-column-left-image .custom-right-content-col p {
    font-size: 18px;
    color: #333;
    line-height: 29px;
    margin: 0px;
    font-family: Open Sans;
    font-weight: 400;
}
.custom-two-column-left-image .custom-left-image-col {
    width: 34.73%;
    float: left;
}
.custom-two-column-left-image.right-align-image .custom-left-image-col {
    float: right;
}

.alyante-fashion .custom-fashion-row2-group .custom-two-column-left-image .custom-right-content-col {
    padding-top: 105px;
    width: 54%;
}
.alyante-fashion .custom-fashion-row2-group .custom-two-column-left-image.right-align-image .custom-left-image-col {
    padding-top: 23px;
    width: 41.1%;
    text-align: left;
    padding-right: 15px;
}
.alyante-fashion .custom-fashion-row3-group {
    background-color: #f0f0f0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    min-height: 382px;
}
.alyante-fashion .custom-fashion-row3-group .custom-left-image-col {
    padding-top: 27px;
}
.alyante-fashion .custom-fashion-row3-group .custom-right-content-col {
    padding-top: 106px;
    padding-left: 22px;
}
.custom-fashion-row4-group {
    height: 424px;
}
.custom-fashion-row4-group .custom-right-content-col {
    padding-top: 120px;
    width: 53%;
}
.custom-fashion-row4-group .custom-left-image-col {
    padding-top: 65px;
    margin-right: 4.3%;
}
.custom-fashion-row5-group .custom-fashion-row5-col p{
    margin: 24px 0 41px;
    padding-left: 47px;
}

.custom-blue-btn {
    background-color: #208abe;
    color: #ffffff;
    line-height: 26px;
    font-size: 22px;
    font-weight: 600;
    font-family: Open Sans;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(1,1,1,0.5);
    -moz-box-shadow: 0 1px 3px rgba(1,1,1,0.5);
    box-shadow: 0 1px 3px rgba(1,1,1,0.5);
    display: inline-block;
    padding: 19px 12px 19px;
}
.custom-blue-btn:hover {
    background-color: #6abbe6;
    text-decoration: none;
    color: #fff;
}
.custom-footer-fashion {
    background-color: #f0f0f0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 31px 0 20px 11px;
}
.custom-footer-fashion p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: Open Sans;
    margin: 0;
}
/* =============== Footer =============== */

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

.custom-footer-group .page-center {
    border-top: 1px solid #fff;
    -moz-box-shadow: #d5d5d5 0px -1px 0px;
    -webkit-box-shadow: #d5d5d5 0px -1px 0px;
    box-shadow: #d5d5d5 0px -1px 0px;
    background: #f0f0f0;
    color: #838383;
    text-shadow: rgba(255,255,255,0.3) 0px 1px 0px;
    padding: 30px 30px 0px !important;
}
.custom-footer-group .page-center h4 {
    font-size: 11px;
    color: #838383;
    text-transform: uppercase;
    padding-bottom: 15px;
    border: 1px solid transparent;
    font-weight: bold;
    margin: 0 0 6px;
    border-bottom: 1px solid #d5d5d5;
    -moz-box-shadow: #fff 0px 1px 0px;
    -webkit-box-shadow: #fff 0px 1px 0px;
    box-shadow: #fff 0px 1px 0px;
}
.custom-footer-group .page-center p {
    font-size: 12px;
    line-height: 1.3em;
    margin: 0 0 0.75em;
}
.custom-footer-col2 ul {
    margin: 20px 0 24px;
    padding: 0;
    list-style-type: none;
}
.custom-footer-col2 ul li {
    display: inline;
    margin-right: 10px;
}
.custom-footer-col2 ul li img:hover {
    opacity: 1;
}
.custom-footer-col2 ul li img {
    opacity: 0.6;
}
.custom-footer-col3 ul {
    margin: 0px 0 20px;
    padding: 0;
    list-style-type: none;
}
.custom-footer-col3 ul li:first-child {
    padding-top: 0px !important;
}
.custom-footer-col3 ul li {
    border-bottom: 1px solid #d5d5d5;
    -moz-box-shadow: #fff 0px 1px 0px;
    -webkit-box-shadow: #fff 0px 1px 0px;
    display: block;
    padding: 6px 0px;
    box-shadow: #fff 0px 1px 0px;
    font-size: 12px ;
    line-height: 1.5em;
}
.custom-footer-col3 ul li a {
    color: #d60505;
}
.custom-footer-col3 p {
    margin: 0 0 20px !important;
}
.custom-footer-col1 {
    margin-bottom: 20px;
}

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
    padding-top: 55px;
    padding-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    padding-right: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #848484;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #D60505;
    text-decoration: underline;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a{
    color: #D60505;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    border-top: 1px solid transparent;
    width: 180px;
    padding-top: 1px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    line-height: 28px;
    padding: 0px 7px;
    border-right: none;
    display: inline-block;
    font-size: 11px;
    color: #D60505;
    text-transform: uppercase;
    font-weight: bold;
}
/*.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) ul li:first-child {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/polyedro_ico.jpg') no-repeat center left;
    padding: 5px 0 5px 18px;
}
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) ul li:first-child > a {
    color: #0091cf;
}*/
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) ul li li:first-child {
    background: none;
    padding: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) ul li li:first-child > a {
    color: #D60505;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    padding-bottom: 4px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul {
    width: 190px;
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul {
    width: 100%;
    left: 0 !important;
    top: 30px !important;
    border-top: 1px solid #ddd;    
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li:hover > a{
    color: #D60505;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #D60505;
    text-decoration: underline;
}

/* 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,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 767px){

  /* Menu 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:#fff;
  }

  /* ===== Mobile 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: 0px;        /**************************************/
    left: 0;
    margin: 0 auto;
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #f9f9f9; /* Background color */
    border: 1px solid #848484;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
    width: 43px;
  }

  /* 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: #848484; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */

  /* ===== Mobile Child Toggle Buttons ===== */

  .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;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .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: #848484; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 20px 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;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    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: 22px; /* 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);
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a{
        padding: 0px;
        color: #848484;
        font-size: 12px !important;
        font-weight: bold;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        color: #d60505;
    }

  /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: #fff;
        border: 0;
        margin: 0;
        width: 100%;
        padding: 0;
    }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0px; /* Indent Child lists */
    padding: 0 20px;
    line-height: 45px;
  }

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

    /* Level 4 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
        text-indent: 0px; /* Indent Child lists */
        padding: 0 40px;
    }
    /*.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) ul li:first-child {
        padding: 0px 0 0px 18px;
    }*/
    
    .custom-menu-primary .hs-menu-wrapper > ul li:hover .child-trigger i, 
    .custom-menu-primary .hs-menu-wrapper > ul li:hover .child-trigger i:after {
        background: #d60505;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul {
        width: 100%;
    }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

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

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

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

body.blog input[type="text"], body.blog input[type="email"], body.blog input[type="tel"], body.blog textarea, body.blog select {
    width: 100%;
    font: 99% sans-serif;
    margin-bottom: .8em;
    border: 1px solid #d5d5d5;
    -moz-box-shadow: inset #e8e8e8 1px 1px 1px;
    -webkit-box-shadow: inset #e8e8e8 1px 1px 1px;
    box-shadow: inset #e8e8e8 1px 1px 1px;
    padding: 9px 5px 7px;
    max-width: inherit;
    border-radius: 3px;
    line-height: 17px !important;
    display: block;
    color: #444;
}
body.blog h2 {font-size: 15px;}
body.blog ul.inputs-list {margin: 10px 0;}

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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.single-image {width: 100%;}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: none;
    margin: 0;
    border: 1px solid #d5d5d5 !important;
    -moz-box-shadow: #f8f8f8 0px 1px 0px;
    -webkit-box-shadow: #f8f8f8 0px 1px 0px;
    box-shadow: #f8f8f8 0px 1px 0px;
    padding: 3px;
    border-radius: 4px;
    margin: 0 0 18px;
}

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {text-align: center;}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

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

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

/* Labels and Legends */
label {
    line-height: 18px;
}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    width: 100%;
    font: 99% sans-serif;
    margin-bottom: 0.8em;
    border: 1px solid #d5d5d5;
    -moz-box-shadow: inset #e8e8e8 1px 1px 1px;
    -webkit-box-shadow: inset #e8e8e8 1px 1px 1px;
    box-shadow: inset #e8e8e8 1px 1px 1px;
    padding: 9px 5px 7px;
    max-width: 500px;
    border-radius: 3px;
    line-height: 17px !important;
    display: block;
    color: #444;
}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* GESTIONE CORSI */
/******************/

.blocco-corso {margin-bottom: 15px;}
.blocco-corso .accordion_icon {
    padding-right: 16px;
    background-color: #D60505;
    margin: 0 5px 0;
    font-size: 14px;
    border-radius: 100%;
}
.blocco-corso .accordion_header {color: #D60505; text-indent: -26px;}
.blocco-corso .accordion_content p {margin-top: 0;}

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background: #585a5c url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/btns_global.png') left 0px repeat-x;
    text-shadow: #000 -1px -1px 0px;
    color: #fcfcfc;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    margin-bottom: 0.8em;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #585a5c;
    background-position: 0px -88px;
    color: #fff;
    text-shadow: #000 -1px -1px 0px;
}

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


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

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.blog .custom-section-header {
    padding-bottom: 17px;
}
.blog-listing-wrapper .post-item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.side-post-info {
    width: 75px;
    padding: 10px 0px 0px 0px;
    float: left;
    text-align: center;
    position: relative;
}
.side-post-info .standard {
    background-image: url(//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/post_formats.png?t=1502862432319);
    background-position: -249px 1px;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    opacity: 0.4;
    margin: 0 auto;
}
.side-post-info span.custom-date {
    font-size: 11px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #B0AFAF;
    margin-top: 4px;
    display: block;
    line-height: 18px;
}
.custom-right-wrapper-content {
    width: calc(100% - 75px);
    float: left;
    padding: 15px 15px 28px 14px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/sep_v.png);
}
.custom-right-wrapper-content .post-header {
    margin-bottom: 16px;
    margin-top: -11px;
}
.custom-right-wrapper-content .post-header h2 {
    margin-top: 0;
    font-weight: bold;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    font-size: 13px;
    line-height: 1.5em;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
    margin: 0;
}
a.more-link {
    display: block;
    margin-top: 2px;
}
.blog .blog-sidebar p {
    margin: 0 0 0.8em;
}
.blog .blog-sidebar ul {
    margin: -5px 0 0;
}
.blog .blog-sidebar ul li {
    padding: 0 0 2px;
    margin-bottom: 4px;
    background-image: none;
}
.blog-post-wrapper .post-body {
    font-size: 13px;
    line-height: 1.5em;
}
.blog-post-wrapper .post-body p {
    margin:0 0 0.8em;
    text-align: justify;
}


/* Video
   ========================================================================== */

.video-titolo h1 {font-weight: 300; color: white;}
#player.html5-video-player {background-color: #fff !important;}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  /*text-indent: -999em;*/
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.video-contenitore {position: relative; margin-bottom: 30px;}
.videoPoster h4 {
    color: #D60505;
    padding: 20px 0;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.videoPoster:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: translate(-50%,-50%);
    border: 5px solid #D60505;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 0;
    height: 0;
    transform: translate(-70%,-115%);
    border-left: 15px solid #D60505;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #D60505;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #D60505;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}







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

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
  
    font-size: ;
  
  line-height: ;
    padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}

#comments-listing.no-comments {
    border: none;
    margin-bottom: 0;
    margin-top: 20px;
}
#hubspot-author_data .hs-author-avatar {
     max-width: 70px;
     padding: 10px 10px 10px 0;
}

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

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

.custom-blog-recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: calc(100% - 75px);
    float: left;
    padding-right: 0;
    box-sizing: border-box;
}
.custom-blog-recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 75px;
    float: left;
    padding-right: 10px;
}
.custom-blog-recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
    border: 1px solid #d5d5d5;
    -moz-box-shadow: #f8f8f8 0px 1px 0px;
    -webkit-box-shadow: #f8f8f8 0px 1px 0px;
    box-shadow: #f8f8f8 0px 1px 0px;
    border-radius: 4px;
    padding: 4px;
}
.team-dumeila-news.hs-blog-post .body-container .hs_cos_wrapper_type_rich_text ul {
    margin: 0.4em 0px 0.4em 1.3em;
    list-style-image: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/o_gray.png');
}
.team-dumeila-news.hs-blog-post .body-container .hs_cos_wrapper_type_rich_text ul li {
    background: none;
    padding-left: 0;
}
.hs-blog-post  .side-post-info span.custom-date {
    line-height: 14px;
}

/* ============ 404 Page ========== */

.error-page-layout .main-content {
    padding: 4px 0 0;
}

.error-page-layout .custom-error-google-search {
    padding: 19px 20px 20px 15px;
    background-color: #efefef;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    max-width: 902px;
    margin: 1px auto 0 !important;
    float: none;
}
.error-page-layout .custom-error-google-search form.hs-form {
    position: relative;
}
.error-page-layout .custom-error-google-search input[type="text"] {
    border: 1px solid #d5d5d5;
    -moz-box-shadow: inset #e8e8e8 1px 1px 1px;
    -webkit-box-shadow: inset #e8e8e8 1px 1px 1px;
    box-shadow: inset #e8e8e8 1px 1px 1px;
    max-width: 100%;
    padding: 12px 108px 13px 14px;
    margin: 0;
    border-radius: 30px 0px 0px 30px;
    color: #444;
    font-size: 13px;
}
.error-page-layout .custom-error-google-search .hs-button.primary {
    position: absolute;
    right: 0;
    top: 4px;
    margin: 0;
}
.error-page-layout .custom-error-bottom-col p {
    text-align: right;
    padding-right: 22px;
    margin: 13px 0 3px;
    font-family: Georgia, serif;
    font-style: italic;
}
.error-page-layout .custom-error-bottom-col p .more-btn{
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/btns_meta.png') right 0px no-repeat;
    min-height: 16px;
    margin-bottom: 14px;
    display: inline-block;
    cursor: pointer;
    line-height: 1em !important;
    padding-right: 25px;
    text-shadow: none;
}
.error-page-layout .custom-error-bottom-col p .more-btn:hover {
    background: url('//cdn2.hubspot.net/hubfs/3580549/Teamduemila_August2017/Images/btns_meta.png') right -58px no-repeat !important;
}
.error-page-layout .custom-error-bottom-col p .more-btn span {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    float: right;
    line-height: 1.2 !important;
    margin-top: 2px;
    cursor: pointer;
    font-size: 12px !important;
    font-style: italic;
}
.error-page-layout .custom-error-bottom-col p .more-btn:hover span {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#iubenda_policy .iub_content {padding: 0 !important;}



/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1220px) {
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {
        left: auto !important;
        right: 100% !important;
    }
}
@media (max-width: 1110px) {
    .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(6) ul {
        left: auto !important;
        right: 0;
    }
    .home-page .custom-home-simple-menu ul {
        background: transparent;
        margin-right: 0px;
        background-color: #fbfbfb;
        border: 2px solid #e6e6e6;
        border-radius: 5px;
    }
    .custom-home-slider .hs_cos_gallery_slide:nth-child(8) .caption.superimpose a.custom-blue-button,
    .custom-home-slider .hs_cos_gallery_slide:nth-child(7) .caption.superimpose a.custom-orange-button {
        top: 260px;
        left: 700px;
    }
    .custom-news-feed .custom-inner-feed-col {
        width: 100% !important;
    }
    .custom-four-column-left-image {
        padding: 0;
    }
}
@media (max-width: 960px) {
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {
        width: auto;
        padding: 0;
    }
    .container-fluid .row-fluid .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .body-container .page-center {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .custom-section-header h1 {
        margin: 1px 0 10px 0px;
    }
    .custom-logo  {
        padding-left: 0;
    }
    .custom-logo img {
        width: 235px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding-top: 45px;
        padding-right: 0;
        margin-left: -36px;
        padding-bottom: 5px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding-right: 5px;
    }
    .custom-footer-group .page-center {
        padding: 30px 15px 0px !important;
    }
    .custom-teleassistenza-layout .custom-one-column-top-row p {
        padding-right: 10px;
    }
    .custom-home-slider .hs_cos_gallery_slide:nth-child(4) .custom-orange-btn, 
    .custom-home-slider .hs_cos_gallery_slide:nth-child(5) .custom-orange-btn {
        top: 210px;
    }
    .custom-home-slider .hs_cos_gallery_slide:nth-child(7) .caption.superimpose h1, 
    .custom-home-slider .hs_cos_gallery_slide:nth-child(8) .caption.superimpose h1 {
        top: 50px;
        left: 50px;
    }
    .custom-home-slider .hs_cos_gallery_slide:nth-child(7) .caption.superimpose p,
    .custom-home-slider .hs_cos_gallery_slide:nth-child(8) .caption.superimpose p {
        top: 110px;
        left: 50px;
        font-size: 23px;
    }
    .custom-home-slider .hs_cos_gallery_slide:nth-child(2) .caption.superimpose h1 {
        padding: 0;
        font-size: 30px;
    }
    a.custom-green-btn {
        top: 200px;
        left: 500px;
    }
    .custom-home-slider .hs_cos_gallery_slide:nth-child(3) .custom-blue-botton {
        top: 200px;
    }
    .custom-home-slider .hs_cos_gallery_slide:nth-child(6) .caption.superimpose p {
        top: 40px;
        left: 60px;
        font-size: 25px;
        line-height: 30px;
    }
    .custom-home-slider .hs_cos_gallery_slide:nth-child(6) .caption.superimpose h1 {
        top: 80px;
        left: 60px;
        font-size: 40px;
    }
    .custom-home-slider .hs_cos_gallery_slide:nth-child(6) .caption.superimpose p:last-of-type {
        top: 120px;
        left: 60px;
    }
    a.custom-sky-btn {
        top: 170px;
        left: 500px;
    }
    .custom-home-slider .hs_cos_gallery_slide:nth-child(8) .caption.superimpose a.custom-blue-button,
    .custom-home-slider .hs_cos_gallery_slide:nth-child(7) .caption.superimpose a.custom-orange-button {
        top: 160px;
        left: 500px;
    }
    .custom-four-column-left-image .custom-column-wrap {
        padding: 0 10px;
    }
    .custom-four-column-left-image .custom-left-image img {
        margin: 20px 10px 60px 0;
    }
    .home-page .custom-home-simple-menu ul li {
        padding: 0 12px;
    }
}
@media (max-width: 870px) {
    .custom-logo img {
        width: 205px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding-right: 4px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 11px;
    }
    .home-page .custom-home-simple-menu ul li {
        padding: 0 3px;
    }
    .custom-three-column-equal-module .custom-column h2 {
        margin-bottom: 4px;
    }
    .custom-three-column-equal-module .custom-column {
        width: 32.25%;
        margin-right: 1%;
        padding: 5px 10px;
    }
    
}


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

@media (max-width: 767px) {
    .custom-header-top-link {
        text-align: right;
        padding: 5px 0 0px;
    }
    .custom-header-top-link ul li a {
        margin: 0 auto 5px;
        width: 150px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding-top: 0px;
        padding-right: 0;
        margin-left: 0px;
        padding-bottom: 0px;
    }
    .custom-logo {
        padding-left: 0;
        text-align: center;
        padding: 0;
    }
    .custom-logo img {
        width: auto;
    }
    .custom-footer-col1 {
        margin-bottom: 20px;
    }
    /* One Line Inputs */
    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"],
    input[type="file"],
    textarea,
    select {
        max-width: 100%;
    }
    .subscribe-options label {
        display: block;
    }
    .checkbox-row span.fakelabel span {
         float: none;
    }
    .custom-right-group {
        float: none !important;
    }
    .custom-three-column-left-nav .main-content,
    .custom-three-column-left-nav .right-sidebar-content {
        margin: 0 0 20px;
    }
    .custom-three-column-left-nav .left-sidebar-content {
        margin: 0 0 7px;
    }
    .custom-three-column-left-nav .main-content .hs_cos_wrapper_type_rich_text img {
        float: none !important;
        display: block;
        margin-left: 0 !important;
    }
    .custom-two-column-equal-module .custom-column.left-col {
        width: 100%;
        padding-right: 0;
        margin: 3px 0 10px;
    }
    .custom-two-column-equal-module .custom-column.right-col {
        width: 100%;
    }
    .custom-four-column-left-image {
        padding: 0;
    }
    .custom-four-column-left-image .custom-column-wrap {
        width: 100%;
        float: left;
        padding: 0 0 15px;
    }
    .custom-four-column-left-image .custom-left-image img {
        float: left;
        margin: 0px 20px 20px 0;
    }
    .custom-teleassistenza-layout .custom-one-column-top-row h1 {
        padding-right: 0;
        padding-top: 20px;
    }
    .custom-teleassistenza-layout .custom-one-column-top-row p {
        padding-right: 0;
    }
    .custom-teleassistenza-layout .custom-one-column-top-row {
        padding: 0 10px 10px;
        text-align: center;
    }
    .custom-right-sidebar-form {
        padding-left: 0;
        border-left: none;
    }
    .custom-two-column-equal-left-image .custom-column-wrap {
        width: 100%;
        float: left;
    }
    .custom-two-column-equal-left-image {
        padding: 0;
    }
    .custom-three-column-main-form .right-sidebar-content {
        padding: 20px 0 30px;
    }
    .alyante-fashion .custom-right-header-image {
        text-align: center;
        padding: 0 0 10px;
    }
    .custom-fashion-row1-group {
        background-attachment: scroll;
        padding: 35px 0 50px;
    }
    .custom-fashion-row1-group {
        background-attachment: scroll;
        padding: 35px 0 50px;
        height: 100%;
    }
    .custom-fashion-row1-form {
        margin-top: 30px;
    }
    .custom-two-column-left-image .custom-left-image-col {
        padding-top: 20px !important;
        width: 100% !important;
        text-align: center;
        padding-right: 0;
    }
    .custom-two-column-left-image .custom-right-content-col {
        width: 100% !important;
        float: left;
        padding: 20px 0 50px !important;
    }
    .custom-fashion-row4-group {
        height: 100%;
    }
    .custom-fashion-row5-group .custom-fashion-row5-col p {
        padding-left: 0;
    }
    .custom-three-column-top-image .custom-column-group {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 25px;
        text-align: center;
    }
    .custom-three-column-top-image .custom-top-imagr-grp p {
        width: 290px;
        z-index: 9;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .custom-three-column-top-image .custom-botom-content p {
        text-align: center !important;
    }
    .home-page .custom-home-row4-col2 img {
        float: none !important;
    }
    .custom-three-column-equal-module .custom-column {
        width: 100%;
        float: none;
        max-width: 220px;
        margin: 0 auto 20px;
        padding: 10px;
    }
    .home-page .custom-home-simple-menu ul {
        background: transparent;
        padding: 10px 0;
        color: #848484;
        min-height: 100%;
        margin-right: 0px;
        background-color: #fbfbfb;
        border: 2px solid #e6e6e6;
        border-radius: 5px;
    }
    .home-page .custom-home-simple-menu ul li:after {
        display: none;
    }
    .home-page .custom-home-simple-menu ul li a {
        padding: 5px 0;
    }
    .custom-home-slider .slick-next {
        right: 0;
    }
    .custom-home-slider .slick-prev {
        left: 0;
    }
    .custom-home-slider .hs_cos_gallery_main .caption.superimpose h1 {
        position: static !important;
        font-size: 20px !important;
        line-height: 25px !important;
        white-space: normal !important;
    }
    .custom-home-slider .hs_cos_gallery_main .caption.superimpose p {
        position: static !important;
        font-size: 15px !important;
        white-space: normal !important;
        line-height: 20px !important;
    }
    .custom-home-slider .hs_cos_gallery_main .caption.superimpose h4 {
        position: static !important;
        padding: 5px !important;
        display: block;
        font-size: 15px;
        margin: 0 0 10px;
        width: 100% !important;
    }
    .custom-home-slider .hs_cos_gallery_main .caption.superimpose {
        padding: 5px 45px;
    }
    .custom-blue-button,
    a.custom-green-btn,
    a.custom-sky-btn,
    .custom-orange-btn,
    .custom-home-slider .hs_cos_gallery_slide:nth-child(3) .custom-blue-botton,
    .custom-home-slider .hs_cos_gallery_slide:nth-child(8) .caption.superimpose a.custom-blue-button, 
    .custom-home-slider .hs_cos_gallery_slide:nth-child(7) .caption.superimpose a.custom-orange-button {
        position: static;
        font-size: 13px;
        margin-top: 5px;
        display: inline-block;
        padding: 5px 10px !important;
    }
    .blog .blog-sidebar {
        padding-top: 20px;
    }
    .blog .blog-sidebar img {
        float: none !important;
        display: block;
    }
    .custom-news-feed .custom-inner-feed-col {
        width: 100% !important;
    }
    .custom-three-column-left-nav .right-sidebar-content img {
        float: none !important;
        display: block;
        margin: 0 auto 0!important;
    }
    .error-page-layout .custom-error-google-search {
        margin: 20px auto 0 !important;
    }
    .custom-three-column-equal-module .custom-column h2 {
        margin-bottom: 8px;
    }
    .custom-two-column-left-image.right-align-image .custom-left-image-col {
        float: none;
    }
    .no-nav {
        padding: 0 0 20px;
    }
    .custom-home-slider .hs_cos_gallery_main .caption.superimpose {
        padding: 5px 0px 20px;
        position: static;
    }
    .custom-home-slider .hs_cos_gallery_slide:nth-child(7) .caption.superimpose h1, 
    .custom-home-slider .hs_cos_gallery_slide:nth-child(8) .caption.superimpose h1,
    .custom-home-slider .hs_cos_gallery_slide:nth-child(7) .caption.superimpose p, 
    .custom-home-slider .hs_cos_gallery_slide:nth-child(8) .caption.superimpose p {
        color: #444;
    }
    .home-page .custom-home-row5-col2 {
        padding-right: 0;
    }
}
@media (max-width: 620px) {
    .alyante-fashion .container-fluid .row-fluid .page-center {
        float: none;
        max-width: 400px;
    }
    .custom-two-column-left-image .custom-right-content-col h1 {
        font-size: 23px;
    }
    .custom-two-column-left-image .custom-right-content-col p {
        line-height: 22px;
    }
    .custom-fashion-row1-group h1 {
        font-size: 28px;
        color: rgb(0, 0, 0);
        line-height: 31px;
        margin: 0 0 20px;
    }
    .custom-fashion-row1-group p {
        font-size: 19px;
        line-height: 25px;
        margin: 0;
    }
    .custom-fashion-row1-form {
        margin-top: 20px;
    }
    .custom-fashion-row1-form h3.form-title {
        font-size: 22px;
        line-height: 27px;
        margin: 0 0 15px;
    }
}


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

@media (max-width: 479px) {
    .side-post-info {
        width: 75px;
        float: none;
    }
    .custom-right-wrapper-content {
        width: 100%;
        float: none;
        padding: 15px 0px 20px 0px;
        background-image: none;
    }
    .custom-right-wrapper-content .post-header {
        margin-top: 0;
    }
    .custom-home-slider .hs_cos_gallery_main .caption.superimpose {
        padding: 5px 0px 20px;
        position: static;
    }
    .custom-home-slider .slick-prev, .custom-home-slider .slick-next {
        top: 33%;
    }
    .custom-home-slider .hs_cos_gallery_slide:nth-child(7) .caption.superimpose h1, 
    .custom-home-slider .hs_cos_gallery_slide:nth-child(8) .caption.superimpose h1,
    .custom-home-slider .hs_cos_gallery_slide:nth-child(7) .caption.superimpose p, 
    .custom-home-slider .hs_cos_gallery_slide:nth-child(8) .caption.superimpose p{
        color: #444;
    }
    .custom-news-feed{
        height: 40px !important;
    }
}
@media (max-width: 350px) {
    .custom-three-column-top-image .custom-top-imagr-grp p {
        width: 97%;
    }
    .custom-home-slider .slick-prev, .custom-home-slider .slick-next {
        top: 30%;
    }
}