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


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

   1. EXTERNAL RESOURCES
   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 =============== */

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

@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "SansaPro";
  src: url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/SansaPro-Light.eot") format("embedded-opentype"),
    url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/SansaPro-Light.woff") format("woff"),
    url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/SansaPro-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "SansaPro";
  src: url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/SansaPro-Normal.eot") format("embedded-opentype"),
    url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/SansaPro-Normal.woff") format("woff"),
    url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/SansaPro-Normal.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "SansaPro";
  src: url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/SansaPro-SemiBold.eot") format("embedded-opentype"),
    url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/SansaPro-SemiBold.woff") format("woff"),
    url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/SansaPro-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "SansaPro";
  src: url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/SansaPro-Bold.eot") format("embedded-opentype"),
    url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/SansaPro-Bold.woff") format("woff"),
    url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/SansaPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}


@font-face {
  font-family: "soxo-icons";
  src: url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/soxo-icons.eot") format("embedded-opentype"),
    url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/soxo-icons.woff") format("woff"),
    url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Fonts/soxo-icons.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

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



html{
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  /*color: #4D4D4F;
  font-family: "SansaPro",Helvetica,Arial,sans-serif;*/
  color: #2A295C !important;
  font-family: Verdana, Geneva, sans-serif !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.95rem;
  font-weight: normal;
  line-height: 1.5;
  background-color: #fff;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

p a {
    font-weight: 700
}

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 {
  margin-bottom: .5rem;
  margin-top:0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.5rem;
  font-weight: normal;
  color: #2a295c;
  padding-bottom: 10px;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}

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

/* Lists */
ul, ol {}
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 {}
div#custom-head-wrap {
  min-height: 60px;
}
.custom-header-wrapper {
  width: 100% !important;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.4s;
  z-index: 1000;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
}
.custom-header-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-header-wrapper .page-center > .row-fluid-wrapper > .row-fluid:before,
.custom-header-wrapper .page-center > .row-fluid-wrapper > .row-fluid:after {
  display:  none;
}
.custom-header-wrapper .page-center > .row-fluid-wrapper > .row-fluid > div {
  width:  auto;
  margin:  0;
  float:  none;
}
.custom-header-wrapper .page-center > .row-fluid-wrapper > .row-fluid > div.custom-logo {
  display: block;
  width: 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin: 0 10px 5px 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.custom-logo a img{
	width:100% !important;
  vertical-align: middle;
}

.custom-toggle-menu-sec {
  background-color: #FFF;
  box-sizing: border-box;
  height: 100vh;
  max-width: 320px;
  position: fixed;
  right: 0;
  padding: 0;
  top: 0;
  transition: transform ease-in-out .3s;
  transform: translateX(100%);
  width: 73.125vw !important;
  z-index: 9000;
  margin-left: 0 !important;
}
.mobile-open .custom-toggle-menu-sec{
	transform: translateX(0);
}

.custom-toggle-menu-wrapper {
  padding: 54px 24px 54px;
  height: 100vh;
  overflow-y: auto !important;
}
.custom-search-section form#searchform .input-group {
  border-bottom: 1px solid #4D4D4F;
  margin-bottom: 40px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.custom-search-section form#searchform .input-group input#s {
  border: 0 none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: .25rem;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  box-shadow:  none;
  margin: 0;
}

.custom-search-section form#searchform .input-group input#s::-webkit-input-placeholder {
  color: #4D4D4F;
  font-style: italic;
  opacity: .6;
}
.custom-search-section form#searchform .input-group input#s::-moz-placeholder {
  color: #4D4D4F;
  font-style: italic;
  opacity: .6;
}

.custom-search-section form#searchform .input-group span.input-group-btn {
  overflow: hidden;
  position: relative;
  width: 40px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-search-section form#searchform .input-group span.input-group-btn input#searchsubmit {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  margin-left: -1px;
}
.custom-search-section form#searchform .input-group span.input-group-btn:before {
  content: '\e806';
  color: #283896;
  display: inline-block;
  font-family: "soxo-icons";
  font-size: 20px;
  text-align: center;
}

.custom-toggle-menu .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.custom-toggle-menu .hs-menu-wrapper > ul:before, .custom-toggle-menu .hs-menu-wrapper > ul:after {
  display:  none;
}
.custom-toggle-menu .hs-menu-wrapper > ul > li {
  display: inline;
  width: auto;
}
.custom-toggle-menu .hs-menu-wrapper > ul > li > a {
  border-bottom: 1px solid #D8D3CF;
  padding: 18px 12px;
  -ms-flex-align: center;
  align-items: center;
  color: #4D4D4F;
  text-decoration:none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: uppercase;
}
button.soxo-hamburger-trigger {
  background: none;
  position: absolute;
  right: 100%;
  margin-right: 20px;
  height: 20px;
  top: 20px;
  outline:none;
  width: 20px;
  -webkit-appearance: button;
  display: block;
  overflow: visible;
  padding: 0;
  font-size: 0;
  border: none;
  cursor: pointer;
  transition: background .3s;
  box-shadow: none;
}
 
.mobile-open button.soxo-hamburger-trigger span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  background: none;
  transition: background 0s .3s;
}
.mobile-open button.soxo-hamburger-trigger span:before, .mobile-open button.soxo-hamburger-trigger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  transition-duration: .3s,.3s;
  transition-delay: 0s,.3s;
}
.mobile-open button.soxo-hamburger-trigger span:before {top: 0;transform: rotate(45deg);transition-property: bottom, transform;}
.mobile-open button.soxo-hamburger-trigger span:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-property: bottom, transform;
}




div#sideNavOverlay {
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 8500;
  transition: background 0.6s;
  background-color: rgba(0,0,0,0);
  width: 0;
}

.mobile-open div#sideNavOverlay{
	background-color: rgba(0,0,0,0.5);
  width: 100%;
}
body.mobile-open{
	overflow-y:hidden;
}




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

.blue-background {
    background-color: #2a295c;
    color: white;
    margin-top: -40px;
    padding-bottom: 40px;
  padding-top: 40px;
}

.blue-background a {
    color: white;
    font-style: italic;
}

.blue-background h1 {
    color: white;
}

.blue-background .body-container {
    padding-top: 0!important;
}

.white-form {
    background-color: white;
    border-radius: 20px;
    color:#2a295c;
    padding: 30px;
}

.white-form a {
    color:#2a295c;
}

.hs-button.large.primary {
  background-color: #ff0000;
    color: #fff;
    border-radius: 50px;
    background-image: none;
    border: none;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 10px;
}

a.hs-button.large.primary {
    background-color: #2A295C;
    padding: 10px 25px;
    border-radius: 25px;
}

.body-container-wrapper {}
.body-container {
	padding:40px 0;
}

div#lead-management-tools {

  position: fixed;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1200;
  border-radius: 20px 0 0 20px;
  margin-bottom: 0;
  padding: 0;
  display:  block;
}


.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{
    margin-top: 30px;
    box-shadow: 0 1px 5px;
    padding: 10px!important;
    border-radius: 10px;
}

.sidebar-form-blu  {
    padding: 30px 30px 0 30px;
    border-radius: 10px;
    background-color: #2a295c;
    color: #fff;
}

.sidebar-form-blu .hs_cos_wrapper_type_form .hs-button.primary.large {
    background-color: #ff0000;
    color: #fff;
    border-radius: 50px;
    background-image: none;
    border: none;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 10px;
}

.sidebar-form-blu a {
  color: #fff;
}

.span12.widget-span.widget-type-cell.page-center.content-wrapper.form-stretto {
  width: 40%;
}

.banner-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #221C46;
  background-size: cover;
}
.banner-area .prod-head--content {
  padding-bottom: 30px;
}
.banner-area .prod-head--content .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.banner-area .prod-head--content .row .banner-content-wrapper {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.banner-content-wrapper .banner-content-section {
  margin-bottom: 60px;
}
.banner-content-wrapper .banner-content-section h1 {
  text-align: left;
  font-size: 40px;
  margin-top: 100px;
  font-weight: 300;
  color: #FFF;
}
.banner-content-wrapper .banner-content-section h1:before {
  content: "";
  display: block;
  width: 115px;
  height: 4px;
  margin-bottom: 25px;
  background-color: #FFF;
}
.banner-content-wrapper .banner-content-section .banner-content {
  text-align: left;
  font-size: 18px;
  padding: 40px 0;
  font-weight: 300;
  color: #FFF;
  padding-right: 80px;
}
.banner-content-wrapper .banner-content-section .banner-content p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.banner-content-wrapper .banner-content-section .banner-content p strong {
  font-weight: 400;
}
.banner-content-wrapper .banner-content-section a.banner-button {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 20px;
  padding: 7px 30px;
  margin-top: 10px;
  line-height: 24px;
  transition: all .6s;
  background-color: #ED424A;
}
.banner-content-wrapper .banner-content-section a.banner-button:hover {
  background-color: #CE2A32;
  text-decoration:  none;
}

.banner-area .prod-head--content .row .externel-image {
  text-align: center;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.banner-area .prod-head--content .row .externel-image img {
  margin-bottom: 0;
  max-width: 100%;
  height: auto;
  vertical-align:  middle;
}






div#lead-management-tools .lmt-panel {
  position:  relative;
}
div#lead-management-tools .lmt-panel button.lmt-btn {
  background: #FFF;
  cursor: pointer;
  display: block;
  height: 70px;
  position: relative;
  transition: all .4s ease-out;
  border-width: 0;
  outline:none;
  padding: 0;
  right: 70px;
  border-left: 1px solid rgba(0,0,0,0.1);
  -webkit-appearance: button;
  font-family: sans-serif;
  font-size: 100%;
}
div#lead-management-tools .lmt-panel button.lmt-btn:hover {
  outline: none;
  text-decoration: none;
  transform: translateX(-100%);
  right: 0;
}
div#lead-management-tools .lmt-panel:first-child button.lmt-btn {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-top-left-radius: 20px;
  background-color: #ED424A;
}

div#lead-management-tools .lmt-panel:last-child button.lmt-btn.extlink {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-bottom-left-radius: 25px;
}
.collapse {display:  none;}
div#lead-management-tools .lmt-panel.show .collapse {
  display:  block;
}
div#lead-management-tools .lmt-panel button.lmt-btn:before{
  font-size: 38px;
  color: #283896;
  margin: 0;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "soxo-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div#lead-management-tools .lmt-panel button.lmt-btn.search.icon-search span.lmt-button-title {
  color: #fff;
}
div#lead-management-tools .lmt-panel button.lmt-btn span.lmt-button-title {
  text-align: left;
  white-space: nowrap;
  padding-left: 70px;
  padding-right: 30px;
  color: #283896;
  font-size: 14px;
  text-transform: uppercase;
}
div#lead-management-tools .lmt-panel button.lmt-btn.contact-us.icon-phone:before {
  font-size: 38px;
  content: '\e807';
}
div#lead-management-tools .lmt-panel button.lmt-btn.search.icon-search:before{
  content: '\e81e';
  color: #fff;
  font-size: 36px;
}
div#lead-management-tools .lmt-panel button.lmt-btn.extlink {
  background-size:  contain;
  background-repeat:  no-repeat;
  background-position: left;
}
div#lead-management-tools .lmt-panel button.lmt-btn.locator.icon-locator:before {
  content: '\e832';
  font-size: 40px;
}
div#lead-management-tools .lmt-panel a.lmt-link {
  display: block;
  text-decoration: none;
}
div#lead-management-tools .lmt-panel .extlink.icon-shopping:before {
  content: '\e80a';
  font-size: 42px;
}

div#lead-management-tools .lmt-panel .collapse  .lmt-layer {
  background-color: #fff;
  border-radius: 28px;
  right: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-100px, -50%);
  width: 320px;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer button.lmt-close {
  background-color: #ED424A;
  border: 2px solid #fff;
  cursor:pointer;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0,0,0,0.35);
  height: 27px;
  left: -1px;
  outline: none;
  padding: 0;
  position: absolute;
  top: -7px;
  width: 27px;
  z-index: 10;
  -webkit-appearance: button;
  line-height: inherit;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer button.lmt-close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer button.lmt-close:before {
  color: #fff;
  content: '\e815';
  font-family: "soxo-icons";
  font-size: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-search form .header {
  background-color: #221C46;
  color: #fff;
  border-radius: 28px 28px 0 0;
  padding: 12px 20px 10px;
  position: relative;
  z-index: 1;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-search form .header label.tt {
  display: block;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-search form .lmt-layer-search_block {
  margin-bottom: 0;
  padding: 15px 10px 15px 20px;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-search form .lmt-layer-search_block input#s {
  border-color: #D8D3CF;
  border-style: solid;
  border-width: 0 0 1px;
  outline: none;
  line-height: 24px;
  vertical-align: middle;
  width: 230px;
  -webkit-appearance: none;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  outline-offset: -2px;
  font-size: 100%;
  margin:  0;
  box-shadow:  none;
  display: inline-block;
  border-radius: 0;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-search form .lmt-layer-search_block input#s::-webkit-input-placeholder {
  color: #221C46;
  font-style: italic;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-search form .lmt-layer-search_block input#s::-moz-placeholder {
  color: #221C46;
  font-style: italic;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-search form .lmt-layer-search_block button.submit-search.icon-search {
  background-color: transparent;
  border-width: 0;
  height: 45px;
  outline: none;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  width: 45px;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-search form .lmt-layer-search_block button.submit-search.icon-search:before {
  font-family: "soxo-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e81e';
  color: #283896;
  font-size: 36px;
}

div#lead-management-tools .lmt-panel .collapse .lmt-layer:after {
  right: -13px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #fff;
  border-width: 7px 0 7px 15px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


div#lead-management-tools .lmt-panel .collapse .lmt-layer div#contattaci {
  display: block;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer div#contattaci header {
  padding-top: 18px;
  text-align: center;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer div#contattaci header .lmt-contact-info-icon {
  width: 50px;
  margin: 0 auto 15px auto;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer div#contattaci header h3.tt {
  color: #283896;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22222;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer div#contattaci p {
  font-size: 12px;
  line-height: 1.33333;
  margin-bottom: 8px;
  text-align: center;
  color: #283896;
  margin-top: 0;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer div#contattaci a {
  color: #283896;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16667;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: center;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer div#contattaci p.lmt-contact-email {
  border-top: 1px solid #D8D3CF;
  margin: 0 18px;
  padding: 20px 0 22px;
  text-align: center;
  line-height: 5px;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer div#contattaci p.lmt-contact-email a {
  display: inline-block;
  color: #283896;
  font-size: 14px;
  text-decoration: none;
  margin: 0;
  font-weight: 400;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer div#contattaci p.lmt-contact-email a:hover {
  text-decoration:  underline;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer div#contattaci p.lmt-contact-email a img {
  height: auto;
  margin-bottom: 11px;
  width: 50px;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-storeloca .header {
  background-color: #221C46;
  color: #fff;
  border-radius: 28px 28px 0 0;
  padding: 12px 20px 10px;
  position: relative;
  z-index: 1;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-storeloca .header p.tt {
  display: block;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-storeloca .lmt-layer-storeloca_block {
  padding: 0 15px 15px 15px;
  text-align: center;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-storeloca .lmt-layer-storeloca_block a.btn-sodexo.btn-sodexo-red {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 20px;
  padding: 7px 25px;
  background-color: #ED424A;
  line-height: 24px;
  transition: all .6s;
}
div#lead-management-tools .lmt-panel .collapse .lmt-layer.lmt-layer-storeloca .lmt-layer-storeloca_block a.btn-sodexo.btn-sodexo-red:hover {
  background-color: #CE2A32;
  text-decoration:  none;
}
.tools-overlay {
  z-index: 1100;
  width: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
}
div#lead-management-tools .lmt-panel.show button.lmt-btn {
  transform: translateX(0);
  right: 80px;
}
div#lead-management-tools .lmt-panel.show button.lmt-btn span.lmt-button-title {
  opacity: 0;
}
.tool-active .tools-overlay {
  width: 100%;
  opacity: 1;
}


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


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



.custom-footer-bottom-sec {
  padding: 10px 0;
  background-color: #FFF;
}
.custom-footer-bottom-sec .page-center > .row-fluid-wrapper {margin: 0 -15px;}
.custom-footer-bottom-sec .page-center > .row-fluid-wrapper > .row-fluid {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-footer-bottom-sec .page-center > .row-fluid-wrapper > .row-fluid:before,
.custom-footer-bottom-sec .page-center > .row-fluid-wrapper > .row-fluid:after {
  display:  none;
}
.custom-footer-bottom-sec .page-center > .row-fluid-wrapper > .row-fluid > div {
  margin:  0;
  float:  none;
  width:  auto;
  padding:0 15px;
}
.custom-footer-bottom-sec .page-center > .row-fluid-wrapper > .row-fluid > div.custom-copyright-link {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.custom-footer-bottom-sec .page-center > .row-fluid-wrapper > .row-fluid > div.custom-copyright {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.custom-copyright-link .hs-menu-wrapper > ul {
  display:  block;
  font-size: 12px;
}
.custom-copyright-link .hs-menu-wrapper > ul > li {
  border-right: 1px solid #ED424A;
  display: inline;
  width: auto;
  float: left !important
}
.custom-copyright-link .hs-menu-wrapper > ul > li > a {
  font-size: 12px;
  color: #4D4D4F;
  padding: 0 15px;
}
.custom-copyright-link .hs-menu-wrapper > ul > li:first-child > a {
  padding-left: 0;
}
.custom-copyright-link .hs-menu-wrapper > ul > li:last-child {
  border:  none;
}
.custom-copyright p {
  margin:  0;
  padding: 0 0 5px 0;
  text-align: right;
  font-size: 12px;
}
.custom-footer-top-sec {
  color: #FFF;
  padding: 30px 0;
  width: 100%;
  background-color: #221C46;
}
.custom-footer-top-sec .page-center > .row-fluid-wrapper > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-footer-top-sec .page-center > .row-fluid-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.custom-footer-top-sec .page-center > .row-fluid-wrapper > .row-fluid:before,
.custom-footer-top-sec .page-center > .row-fluid-wrapper > .row-fluid:after {
  display:  none;
}
.custom-footer-top-sec .page-center > .row-fluid-wrapper > .row-fluid > div {
  width:  auto;
  margin:  0;
  float:  none;
  padding: 0 15px;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.custom-footer-newsletter-form form .hs_error_rollup {
  display: none;
}
.custom-footer-top-link .hs-menu-wrapper > ul {
  display:  block;
  font-weight: 300;
  margin-bottom: 5px;
}
.custom-footer-top-link .hs-menu-wrapper > ul > li {
  position:  static !important;
}
.custom-footer-top-link .hs-menu-wrapper > ul > li > ul {
  visibility:  visible !important;
  opacity:  1 !important;
  position:  static !important;
}
.custom-footer-top-link .hs-menu-wrapper > ul > li > ul > li {
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 18px;
}
.custom-footer-top-link .hs-menu-wrapper > ul > li > a{
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: text;
  text-decoration: none;
  margin-bottom: 13px;
  line-height: 1.1;
  color: inherit;
}
.custom-footer-top-link .hs-menu-wrapper > ul > li > ul > li > a {
  padding: 0 5px;
  text-decoration: none;
  font-size: 12px;
  width: auto;
  display: inline-block !important;
  color: #FFF;
  line-height: normal;
}

.widgettitle {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.dati-societari {
  font-size: 12px;
  font-weight: 700;
}

.footer-col div#contactPopinFooter h2.widgettitle,
.social-icon-wrapper h2.widgettitle{
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
}
.footer-col div#contactPopinFooter .lmt-panel {
  margin: 0;
  padding: 0;
  display: inline-table;
  position: relative;
}
.footer-col div#contactPopinFooter .lmt-panel button.btn-sodexo.btn-sodexo-footer.collapsed {
  text-align: center;
  min-width: 230px;
  width: auto;
  outline:none;
  cursor:pointer;
  margin-top: 0;
  margin-bottom: 15px;
  background-color: transparent;
  border: 1px solid #FFF;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 20px;
  padding: 7px 30px;
  line-height: 24px;
  transition: all .6s;
}
.footer-col div#contactPopinFooter .lmt-panel button.btn-sodexo.btn-sodexo-footer.collapsed i.icon-phone{
	font-size:18px;
}
i.icon-phone:before {
  font-family: "soxo-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e807';
}
.lmt-panel.email-section button.btn-sodexo.btn-sodexo-footer.collapsed {
  text-align: center;
  min-width: 230px;
  width: auto;
  margin-top: 0;
  margin-bottom: 15px;
  background-color: transparent;
  border: 1px solid #FFF;
  display: inline-block;
  font-family:sans-serif;
  color: #FFF;
  text-transform: uppercase;
  cursor:pointer;
  font-size: 14px;
  border-radius: 20px;
  padding: 7px 30px;
  line-height: 24px;
  outline:none;
  transition: all .6s;
}
.lmt-panel.email-section button.btn-sodexo.btn-sodexo-footer.collapsed i.icon-envelop{
	font-size:18px;
}

button.btn-sodexo.btn-sodexo-footer.collapsed a {
    color: #fff;
}

.custom-footer-newsletter-form form .hs-fieldtype-booleancheckbox ul label.active:before {
  background: #fff;
}
i.icon-envelop:before{
  font-family: "soxo-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0;
  width: 1.5em;
  content: '\e81a';
}
div#collapseCallusfooter,
div#collapseMessagefooter {
  display: none;
}

.social-icon-wrapper {
  font-size: 12px;
}

.social-icon-wrapper .widgettitle {
  font-size: 15px;
}

.social-icon-wrapper span.fa-stack .footericon {
  color: #221C46;
}



.custom-footer-newsletter-form h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
.custom-footer-newsletter-form form {
  position: relative;
  margin-bottom: 15px;
}
.custom-footer-newsletter-form form  span.hs-form-required {
  display:  none;
}
.custom-footer-newsletter-form form input[type="email"] {
  display: block;
  font-size: 14px;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  border: 0;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: .5rem .75rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}
.custom-footer-newsletter-form form input[type="email"]::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}
.custom-footer-newsletter-form form input[type="email"]::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}
.custom-footer-newsletter-form form .hs-error-msgs label {
  font-size:  12px;
  color: #fff;
  margin: 5px 0;
}
.custom-footer-newsletter-form form ul {
  margin:  0;
  padding:  .0;
  list-style:  none;
}
.custom-footer-newsletter-form form input.hs-button.primary.large {
  color: #FFF;
  background: #ED424A;
  font-size: 14px;
  border: 0;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  z-index: 2;
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: inline-block;
  text-shadow:  none;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow:  none !important;
  padding: .5rem 1rem;
  font-family: sans-serif;
  position:  absolute;
  top: 0;
  right: -16px;
}
.custom-footer-newsletter-form form .hs-fieldtype-booleancheckbox ul {
  margin:  0;
  margin-top: 11px;
}
.custom-footer-newsletter-form form .hs-fieldtype-booleancheckbox ul label {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.custom-footer-newsletter-form form .hs-fieldtype-booleancheckbox ul label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.custom-footer-newsletter-form form .hs-fieldtype-booleancheckbox ul label a {
  color:  #fff;
  text-decoration:  underline;
}
.custom-footer-newsletter-form form .hs-fieldtype-booleancheckbox ul label:before {
  border: 3px solid #221C46;
  box-shadow: 0 0 0 1px #fff;
  content: "";
  display: inline-block;
  height: 14px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  vertical-align: top;
  width: 14px;
}

.custom-apps .row {
  margin-right: -15px;
  margin-left: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-apps .row .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-apps .row .col p.mt-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 12px;
}
.custom-apps .row .col .img-apps a {
  display: inline-block;
  padding: 0;
}
.custom-apps .row .col .img-apps a img {
  width: 45px;
  vertical-align:  middle;
}
.custom-footer-top-link div.hs_cos_wrapper,
.custom-footer-top-sec .page-center > .row-fluid-wrapper > .row-fluid > div:nth-child(2) .hs_cos_wrapper {
  padding: 15px 0;
}
.custom-footer-top-right-sec {
  padding-top: 15px !important;
  padding-bottom:  15px !important;
}


div#collapseCallusfooter {
  display:  none;
  width: 370px;
  z-index: 90;
  top: auto;
  left: 50%;
  right: auto;
  bottom: calc(100% + 20px);
  transform: translate(-50%, 0);
  background-color: #fff;
  position: absolute;
  border-radius: 28px;
}
.collapse.contact-open {
  display: block !important;
}
div#collapseCallusfooter:before,
div#collapseMessagefooter:before{
  content: "";
  position: absolute;
  top: 100%;
  right: auto;
  left: auto;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #fff transparent transparent;
  border-width: 14px 7.5px 0;
  transform: translateY(0);
  right: auto;
  left: 50%;
}
div#collapseCallusfooter div#lmt-layer-footer button.lmt-close.collapsed,
div#collapseMessagefooter button.lmt-close.collapsed{
  background-color: #ED424A;
  cursor:pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0,0,0,0.35);
  height: 27px;
  left: -1px;
  outline: none;
  padding: 0;
  position: absolute;
  top: -7px;
  width: 27px;
  z-index: 10;
  line-height: inherit;
  font-family: sans-serif;
  font-size: 100%;
}
div#collapseCallusfooter div#lmt-layer-footer button.lmt-close.collapsed:before,
div#collapseMessagefooter button.lmt-close.collapsed:before{
  color: #fff;
  content: '\e815';
  font-family: "soxo-icons";
  font-size: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
div#collapseCallusfooter div#lmt-layer-footer form .header {
  background-color: #221C46;
  color: #fff;
  border-radius: 28px;
  padding: 12px 20px 10px;
  position: relative;
  z-index: 1;
}
div#collapseCallusfooter div#lmt-layer-footer form .header p.tt {
  display: block;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
div#collapseCallusfooter div#lmt-layer-footer form .header p.tt label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
div#collapseCallusfooter div#lmt-layer-footer form .header p.tt select.custom-select {
  background: #fff url("//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Images/download.svg") no-repeat right .75rem center;
  background-size: 17px auto;
  display: block;
  border-radius: 20px;
  font-family: "SansaPro",Helvetica,Arial,sans-serif;
  font-size: 14px;
  height: 40px;
  margin: 10px 0 8px;
  width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-appearance: none;
  outline: none;
  position: relative;
}
div#collapseMessagefooter {
  display:  none;
  z-index: 90;
  top: auto;
  left: 50%;
  right: auto;
  bottom: calc(100% + 20px);
  transform: translate(-50%, 0);
  width: 840px;
  background-color: #fff;
  border-radius: 28px;
  position: absolute;
}
div#collapseMessagefooter .lmt-panel {
  position:  relative;
  margin: 0;
  padding: 0;
  display: inline-table;
}
div#collapseMessagefooter .header {
  background-color: #221C46;
  color: #fff;
  border-radius: 28px 28px 0 0;
  padding: 12px 20px 10px;
  position: relative;
  z-index: 1;
}
div#collapseMessagefooter .header p.tt {
  display: block;
  font-weight: 600;
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
div#collapseMessagefooter .iframe-container {
  border-radius: 0 0 28px 28px;
  overflow: hidden;
  position: relative;
}
div#collapseMessagefooter .iframe-container iframe {
  display: block;
  height: 420px;
  width: 100%;
  border-radius: 26px 26px 0 0;
  border: 0;
}
.collapse.email-open{
  display: block !important;
}
.collapse.email-open {
  display:  block !important;
}
.lmt-panel.email-section {
  position:  relative;
}







div#collapseCallusfooter .lmt-contact-info {
  border-top: 28px solid #221C46;
  margin-top: -28px;
}
div#collapseCallusfooter .lmt-contact-info header {
  padding-top: 18px;
  text-align: center;
}
div#collapseCallusfooter .lmt-contact-info header .lmt-contact-info-icon {
  width: 50px;
  margin: 0 auto 15px auto;
}
div#collapseCallusfooter .lmt-contact-info header h3.tt {
  color: #283896;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22222;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
}
div#collapseCallusfooter .lmt-contact-info p {
  font-size: 12px;
  line-height: 1.33333;
  margin-bottom: 8px;
  text-align: center;
  color: #283896;
}
div#collapseCallusfooter .lmt-contact-info a[href^="tel:"] {
  color: #283896;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16667;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: center;
}
div#collapseCallusfooter .lmt-contact-info  p.lmt-contact-email {
  border-top: 1px solid #D8D3CF;
  margin: 0 18px;
  padding: 20px 0 26px;
  text-align: center;
  line-height: 5px;
}
div#collapseCallusfooter .lmt-contact-info p.lmt-contact-email img {
  height: auto;
  margin-bottom: 15px;
  width: 50px;
}
div#collapseCallusfooter .lmt-contact-info p.lmt-contact-email a {
  display: inline-block;
  color: #283896;
  font-size: 14px;
  text-decoration: none;
}







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


/* =============== Custom Menu Primary =============== */
.soxo-hamburger {
  width: 34px;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  display: block;
  margin-left: 15px;
  outline:none;
  position: relative;
  overflow: visible;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: background .3s;
  background-color: #fff;
  height: 31px;
  font-size: 0;
  text-indent: -9999px;
}
.soxo-hamburger span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 3px;
  background: #283896;
  transition: background 0s .3s;
}
.soxo-hamburger span::before, .soxo-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #283896;
  content: "";
  transition-duration: .3s,.3s;
  transition-delay: 0s,.3s;
}
.soxo-hamburger.collapsed span::before, .soxo-hamburger.collapsed span::after {
  transform: rotate(0);
  transition-delay: .3s,0s;
}

.soxo-hamburger.collapsed span::before {
  top: -12px;
  transition-property: top, transform;
}
.soxo-hamburger.collapsed span::after {
  bottom: -12px;
  transition-property: bottom, transform;
}
.mobile-open .soxo-hamburger span::before {
  top: 0;
  transform: rotate(45deg);
  transition-property: top, transform;
}
.mobile-open .soxo-hamburger span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 3px;
  background: none;
  transition: background 0s .3s;
}
.mobile-open .soxo-hamburger span::before, 
.mobile-open .soxo-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #283896;
  content: "";
  transition-duration: .3s,.3s;
  transition-delay: 0s,.3s;
}
.mobile-open .soxo-hamburger span::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-property: bottom, transform;
}

.sidebar-form {
  box-shadow: 0 1px 5px;
   padding: 10px;
   border-radius: 10px;
  }

input.hs-button {
    cursor: pointer;
}

button.hs-button-LP {
  color: #fff;
  background-color: #2a295c;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  font-family: unset;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

button.hs-button-LP a{
  color: #fff;
}
  


@media screen and (min-width:1025px) {
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  position: relative;
  width: 100%;
  height: 60px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-table;
  vertical-align: middle;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  float: none !important;
  height: 60px;
  padding: 0 6px 0 10px;
  display: table-cell;
  position:relative;
  vertical-align: middle;
  border-left: 1px solid #f0f0f0;
  transition: border 0.2s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -30px;
  width: 113px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: transparent url('//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Images/wave-down-bis.png') center center no-repeat;
  background-size: 113px 20px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover:after{
  transform: scaleY(1);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  position: relative;
  height: 60px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #221C46;
  padding-left: 44px;
  transition: all 0.2s;
  display: table;
  vertical-align: middle;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  border-right: 1px solid #f0f0f0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(1);
  text-align: center;
  display: block;
  font-family: 'soxo-icons';
  color: #fff;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  font-size: 16px;
  background: #283896;
  color: #fff;
  border-radius: 50%;
  line-height: 34px;
  height: 34px;
  width: 34px;
  transition: transform 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="https://www.sodexo.it/bisogni/attrarre-talenti/"]:before {
  content: "\e829";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="https://www.sodexo.it/bisogni/motivare-incentivare/"]:before {
  content: "\e801";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="https://www.sodexo.it/bisogni/ottimizzare-i-costi-aziendali/"]:before {
  content: "\e826";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="https://www.sodexo.it/bisogni/promuovere-il-benessere/"]:before {
  content: "\e82e";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="https://www.sodexo.it/tutte-le-nostre-soluzioni/"]:before {
  content: "\e820";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a[href="https://blog.sodexo.it"]:before {
  content: "\e82b";
}



.custom-menu-primary .hs-menu-wrapper > ul > li > a > span{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  transition: all 0.2s;
  color: #2D3E8D!important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a > span:after {
  content: "";
  display: block;
  height: 4px;
  background-color: transparent;
  transform: scale(0, 1);
  transition: all 0.2s;
}


  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover:before{
    color: #fff;
    background: #ED424A;
    background: linear-gradient(to right, #ED424A 0%, #ED424A 50%, #CE2A32 50%, #CE2A32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$soxo-red', endColorstr='$soxo-red-dark',GradientType=1 );
    transform: translateY(-50%) scale(1.15);
  }
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover > span:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover > span:after{
  width: 100%;
  background-color: #ED424A;
  transform: scale(1, 1);
}
  
  


/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children ul {
  position:  static !important;
  opacity:  1 !important;
  visibility:  visible !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper {
  overflow: hidden;
  transform-origin: top;
  transform: scaleY(0);
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #fff;
  background-color: #283896;
  transition: all 0.4s;
  text-align: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover .mega-submenu-wrapper{
  transform: scaleY(1);
  padding: 40px 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul {
  width: 1010px !important;
  padding-right: 15px;
  padding-left: 15px;
  margin:  0 auto !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li {
  height: 100%;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 200px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li > a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li > a > span {
  margin: 5px 0;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li > a:before {
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.3s;
  transform: translateY(0);
  display: block;
  width:  170px;
  height:  106px;
  background-size:  contain;
  background-repeat:  no-repeat;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li > a:hover{
	text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li > a:hover:before{
  transform: translateY(-5px);
}


.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li > a[href="https://www.sodexo.it/prodotto/aziende/pausa-pranzo-aziende/pass-lunch-card/"]:before {
  background-image: url('//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Images/PassLunchCard200x125.png');
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li > a[href="https://www.sodexo.it/prodotto/aziende/pausa-pranzo-aziende/pass-lunch/"]:before {
  background-image: url('//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Images/PassLunch200x125.png');
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li > a[href="https://www.sodexo.it/prodotto/aziende/welfare-aziende/pass-welfare/"]:before {
  background-image: url('//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Images/PWicon400x350-200x125.png');
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li > a[href="https://www.sodexo.it/prodotto/aziende/incentivazione-aziende/pass-shopping/"]:before {
  background-image: url('//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Images/PassShopping200x125_B.png');
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li > a[href="https://www.sodexo.it/prodotto/aziende/welfare-aziende/rydoo/"]:before {
  background-image: url('//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Images/rydoo-logo200x125.jpg');
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li > a[href="https://www.sodexo.it/prodotto/aziende/incentivazione-aziende/pass-promotion-incentive/"]:before {
  background-image: url('//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Images/PPincentive_285x250-200x125.png');
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .mega-submenu-wrapper > ul > li > ul > li > a[href="https://www.sodexo.it/prodotto/aziende/welfare-aziende/pass-concierge/"]:before {
  background-image: url('//2651348.fs1.hubspotusercontent-na1.net/hubfs/2651348/Sodexo%20August%202018/Images/PConcierge200x175-200x125.png');
}








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





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


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

.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
}


.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
    margin-bottom: 10px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
    text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

.blog-listing-wrapper .post-listing .post-item .post-body {}

.legal-consent-container {
  	font-size: 0.8rem;
}

.data-pubblicazione {
	color:#283897;
  text-decoration: none;
}

#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
    color: #4D4D4F;
    font-weight:700;
}
.post-listing #hubspot-author_data{
    margin-top: 0;
    font-style: italic;
}
.hs-form .input ul {
    list-style: none;
    padding: 0;
  margin: 0;
}
.hs-form .input ul li{
    padding: 0 !important;
}
.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 10px;
  margin: 10px 0;
}
.more-link{
    display: inline-block;
    padding-top: 10px;
}
.hs-blog-social-share{
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
.blog .blog-sidebar .cell-wrapper{
    margin-bottom: 15px;
}

.blog .blog-sidebar ul li{
    padding: 0 0 10px;
}
#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;
  display: block;
  padding: 0;
}

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

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
   border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
#comments-listing.no-comments{
   border: none;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
   margin: 20px 0!important;
} 

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 20px 0 0;
}
.section.post-footer .hs_error_rollup .hs-error-msgs label {
  margin-top: 15px;
}



#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%;
}
#comments-listing.no-comments {
  border: none;
}

.section.post-footer input.hs-button.primary {
   margin: 20px 0!important;
} 

.hs-blog-header {
	margin-bottom: 30px;
  color: #283897;
}

/* Blog Listing
   ========================================================================== */
   
.blog-pagination a{
	display:inline-block;
  padding: 0 8px;
}
   
   /* Blog post
   ========================================================================== */

.hs-featured-image-wrapper img {
  max-width:  100%;
  float:  none;
  margin:  0;
}

.hs-featured-image-wrapper {
  padding: 30px 0;
}

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

.blog .blog-sidebar {
	padding-left: 5%;
}  

.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6{
  font-size: 1.75rem;
}

/* Blog Modules */    
.blog .blog-sidebar .widget-span {
	margin-bottom:30px;
}




/* Author Social Follow Me */s
.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 {}
.hs-form-field > label {}



.body-container .hs_cos_wrapper_type_password_prompt,
.body-container .hs_cos_wrapper_type_blog_subscribe,
.body-container .hs_cos_wrapper_type_email_simple_subscription,
.body-container .hs_cos_wrapper_type_form,	
.body-container .widget-type-google_search,
.body-container .hs-search-field__bar{
   display: block;
   width: 100%;   
   margin-bottom: 30px;	
}

/* 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%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-family: "SansaPro",Helvetica,Arial,sans-serif;
  -webkit-appearance:none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  display: block;
  margin:10px 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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 {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* 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{
	color:#f00;
  display:block;
}

.body-container form ul{
	margin:0;
  padding:0;
  list-style:none;
}

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


/* =============== 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 (min-width: 768px) {
  .mobile {
    display: none!important;
  }
}

@media (max-width: 767px) {
   .desktop {
    display: none!important;
  }
  
.span12.widget-span.widget-type-cell.page-center.content-wrapper.form-stretto {
  width: 100%;
  }
  
}
  
@media (max-width: 700px) {
  .sidebar-form-blu  {
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    background-color: #2a295c;
    color: #fff;
   }

  
  img.pass-shopping {
    max-width: 50%;
    float: none !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  
}
  
}

@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;
  outline:none;
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "SansaPro",Helvetica,Arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

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

.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                                      
   ========================================================================== */
.tools-overlay.tool-active {
    width: 100%;
    opacity: 1;
}

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

a#back-to-top {
  position: fixed;
  bottom: 50px;
  right: 0px;
  background: #ED424A;
  width: 70px;
  cursor:pointer;
  height: 50px;
  text-decoration: none;
  border-radius: 20px 0px 0px 20px;
  transition: all 0.3s ease;
}

a#back-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  transition: all 0.3s ease;
}
a#back-to-top:hover {
  background: rgba(206,42,50,0.9);
}
a#back-to-top:hover i {
  color: #fff;
  top: 40%;
}




/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }



.custom-header-wrapper.custom-lp-header .page-center > .row-fluid-wrapper > .row-fluid {
  -ms-flex-pack: left;
  justify-content: left;
}

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


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

@media (max-width: 1024px) {
  .custom-header-wrapper{
  	display:none !important;
  }
  .container-fluid .row-fluid .page-center{
  	max-width:720px;
  }
  .custom-mobile-header {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    width: 100% !important;
    max-width: 1030px;
    margin: 0 auto;
    padding: 10px 15px;
    z-index: 100;
    background-color: #FFF;
    min-height:  60px !important;
  }
  
  
  
  .custom-mobile-logo {
    max-width: 185px !important;
  }
  .custom-mobile-logo img {
    width: 145px !important;
  }
  .ml-auto.menu-top-container {
    margin: 15px 0;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    margin-left: auto !important;
  }
  .custom-mobile-header .row-fluid-wrapper > .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .custom-mobile-header .row-fluid-wrapper > .row-fluid:before,
  .custom-mobile-header .row-fluid-wrapper > .row-fluid:after {
    display:  none;
  }
  button.soxo-hamburger.collapsed {
    width:  35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
  }
  .custom-header-lp .ml-auto.menu-top-container{
    display:none !important;
  }
  div#lead-management-tools{
    display:none;
  }

}


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

@media (max-width: 767px) {
  .container-fluid .row-fluid .page-center{
  	max-width:540px;
  }
  .custom-footer-top-sec .page-center > .row-fluid-wrapper > .row-fluid > div {
    flex:  none;
    max-width: 100%;
    width:  100%;
    text-align:  center;
  }
  .custom-footer-newsletter-form form input.hs-button.primary.large {
    right: 0;
  }
  .custom-footer-bottom-sec .page-center > .row-fluid-wrapper > .row-fluid {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .custom-footer-bottom-sec .page-center > .row-fluid-wrapper > .row-fluid > div {
    flex: none !important;
    max-width:  100% !important;
    width:  100% !important;
    text-align:  center;
  }
  .custom-copyright p {
    text-align:  center;
    padding: 15px 0;
  }
  .custom-footer-newsletter-form form .hs-fieldtype-booleancheckbox ul{
    text-align: left;
  }
  .custom-footer-top-link .hs-menu-wrapper > ul > li > ul{
  	font-size: 0;
  }
  .custom-footer-top-link .hs-menu-wrapper > ul > li > ul > li{
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
  .custom-footer-top-link .hs-menu-wrapper > ul > li > ul > li > a{
  	text-decoration:underline;
  }
  .footer-col div#contactPopinFooter .lmt-panel button.btn-sodexo.btn-sodexo-footer.collapsed {
    min-width: fit-content;
  }
  .custom-footer-top-link {
    margin-bottom: 10px !important;
  }
  div#collapseMessagefooter {
    width: 600px;
  }
  .banner-area .prod-head--content .row > div {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 100% !important;
    max-width:  100% !important;
  }
  .banner-area .prod-head--content .row .banner-content-wrapper {
    display:  none;
  }

  .body-container .hs_cos_wrapper_type_password_prompt,
  .body-container .hs_cos_wrapper_type_blog_subscribe,
  .body-container .hs_cos_wrapper_type_email_simple_subscription,
  .body-container .hs_cos_wrapper_type_form,	
  .body-container .widget-type-google_search,
  .body-container .hs-search-field__bar{
    max-width:100%;
  }

}  


@media (max-width: 580px) {
  div#collapseCallusfooter {
    z-index: 90;
    top: auto;
    left: 50%;
    right: auto;
    bottom: calc(100% + 20px);
    transform: translate(-50%, 0);
    width: 320px;
  }
  

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

@media (max-width: 479px) {
  div#collapseMessagefooter {
    width: 100%;
  }
  .custom-footer-newsletter-form form input.hs-button.primary.large {
    right: 0;
  }
  .subscribe-options label span {
    font-size: 11px;
  }
  
  h1 {
  font-size: 2.2rem;
  padding-bottom: 0px;
}
  
  .img-book {
    max-width:120px;
}
  
 	.img-header {
		display: none;  
}
  
  .hs_cos_wrapper .hs_cos_wrapper_widget_container .hs_cos_wrapper_type_widget_container {
    display: none;
}
  
  
  span12 widget-span widget-type-custom_widget {
    height: 200px!important;
  }

@media (max-width: 479px) {
  div#collapseCallusfooter{
    width: 280px;
  }
}

.post-header a {
	color: #000;
}