/* ==========================================================================
   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 =============== */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {
    font-family: 'Helvetica Bold';
    src: url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/Helvetica%20LT%20Bold.eot");
    src: url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/Helvetica%20LT%20Bold.eot?#iefix") format("embedded-opentype"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/Helvetica%20LT%20Bold.woff2") format("woff2"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/Helvetica%20LT%20Bold.woff") format("woff"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/Helvetica%20LT%20Bold.ttf") format("truetype"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Font/Helvetica%20LT%20Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF
}

@font-face {
    font-family: 'Helvetica Medium';
    src: url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaNeueLT-Medium.eot");
    src: url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaNeueLT-Medium.eot?#iefix") format("embedded-opentype"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaNeueLT-Medium.woff") format("woff"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaNeueLT-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica Roman';
    src: url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaLT.eot");
    src: url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaLT.eot?#iefix") format("embedded-opentype"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaLT.woff2") format("woff2"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaLT.woff") format("woff"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaLT.ttf") format("truetype"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaLT.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF
}

@font-face {
    font-family: 'Helvetica Light';
    src: url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaLTPro-Light.eot");
    src: url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaLTPro-Light.eot?#iefix") format("embedded-opentype"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaLTPro-Light.woff") format("woff"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/HelveticaLTPro-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/glyphicons-halflings-regular.eot");
    src: url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/glyphicons-halflings-regular.woff2") format("woff2"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/glyphicons-halflings-regular.woff") format("woff"), 
         url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Fonts/glyphicons-halflings-regular.ttf") format("truetype")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
/* GeneraliGlobalAssistance_April_2017-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 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-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Helvetica Light",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

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


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

/* Basic text */
p {
    margin: 0 0 11px;
}
body p {
    font-family: 'Helvetica Roman';
    margin: 0 0 11px;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, h2, h3, h4, h5, h6{
    font-family: "Helvetica Light";
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1{
    font-size: 44px;
    margin-top: 22px;
    margin-bottom: 11px;
}
h2 {
   color: #C12017;
   text-transform: uppercase;
   margin-top: 0;
   font-family: 'Helvetica Medium';
   margin-bottom: 25px;
   font-size: 30px;
   line-height: 42px;
}
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
	font-size: 28px;
}
h4 {
    font-size: 20px;
	margin-top: 11px;
    margin-bottom: 11px;
}
h5 {
    font-size: 16px;
	margin-top: 11px;
    margin-bottom: 11px;
}
h6 {
    margin-top: 11px;
    margin-bottom: 11px;
	font-size: 14px;
}

/* Anchor Links */
a {
    color: #337ab7;
    text-decoration: none;
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;;
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: 0;
}

/* Lists */
ul, ol {
    margin-top: 0;
    margin-bottom: 11px;
    padding:0 0 0 30px;
}
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 {}
/*=========================== Header Top Wrapper============================*/
.header-container-wrapper p{
    margin:0;
}
.header-container-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.custom-header-top-menu ul {
    padding: 50px 0;
}
.widget-span.custom-header-top-wrapper{
    text-align: center;
    color:#fff;
    position:relative;
    min-height:0px
}
.widget-span.custom-header-top-content{
    background: #C12017;
    display: none;
}
.custom-header-top-logo{
    padding-top: 40px;
}
.custom-header-top-logo img{
    max-width: 260px;
    height: auto;
    vertical-align: middle;
}
.custom-header-top-menu{}

.custom-header-top-menu ul li {
    display: inline-block;
}
.custom-header-top-menu ul li a {
    font-size: 1.125em;
    text-transform: uppercase;
    padding: 5px 20px;
    text-decoration: none;
    color: white;
}
.custom-header-top-menu ul li a:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
.header-top-profile-button{
    text-align:center;
    color:#fff;
}
.profile-toggle {
    background: #C12017;
    padding: 6px;
    font-size: 15px;
    line-height: 21px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: white;
    font-family: 'Helvetica Roman';
    width: 152px;
    margin: 0 auto;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.profile-toggle i {
    margin-right: 8px;
}
.profile-toggle .glyphicon-menu-up, 
.profile-toggle .glyphicon-menu-down {
    font-size: 10px;
    margin-left: 6px;
    margin-right: 0;
}
.profile-toggle .glyphicon-menu-up {
    display: none;
    margin-left: 6px;
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
/*=========================== Header bottom Wrapper============================*/
.custom-header-bottom-wrapper{
    margin-top:30px;
}
.widget-span.custom-header-left-wrapper{
    width: 25%;
    padding-right:15px;
    padding-left:15px;
    padding-top:14px;
}
.custom-header-logo{}
.custom-header-logo p > a:last-child{
    display:none;
}

.widget-span.custom-header-right-wrapper{
    margin-left:0;
    width: 75%;
    padding-left:15px;
    padding-right:15px;
}
.custom-header-right-content{
    margin-bottom: 5px;
}
.header-controls {
    
}
 .header-controls:after,
 .header-controls:before{
    content: " ";
    display: table;
}
.header-controls .header-contact {
    font-size: .813em;
    color: black;
    text-transform: uppercase;
    margin-left: 11px;
    float: left;
}
.header-controls .header-actions {
    position: relative;
    float: right;
}
.header-controls .header-actions .font-size-toggle {
    float: left;
    margin: 0;
}
.header-controls .header-actions .font-size-toggle li {
    display: inline-block;
    margin-left: 5px;
    font-family: "Helvetica Roman";
    cursor: pointer;
}
small, .small {
    font-size: 87%;
}
.header-controls .header-actions .font-size-toggle li.big {
    font-size: 120%;
}
.header-controls .header-actions .search-toggle {
    float: left;
    padding: 3px 5px 3px 15px;
    margin-left: 15px;
    border-left: 1px solid #C12017;
    cursor: pointer;
}
.header-controls .header-actions .search-box {
    position: absolute;
    right: 0;
    width: 256px;
    top: 33px;
    padding: 8px;
    border: 1px solid black;
    background: white;
    z-index: 999;
}
.header-controls .header-actions .search-box form {
    padding: 0;
    float: none !important;
    margin: 0;
    width: auto;
    border: 0;
}
.header-controls .header-actions .search-box .form-group, 
.header-controls .header-actions .search-box .hs-form-field {
    width: 80%;
}
.navbar-form .form-group, 
.navbar-form .hs-form-field {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.header-controls .header-actions .search-box .btn {
    border: none;
    color: #C12017;
    padding-bottom: 0;
    padding-top: 0;
}
.btn {
    font-family: 'Helvetica Bold';
    background-color: #fff;
        display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left:-3px;
    -webkit-margin-before:0px;
}
.header-controls .header-actions .search-box form input {
    border-radius: 0;
    height: 25px;
    background-color: #f0f0f0;
    font-style: italic;
    padding: 6px 12px 3px;
    font-size: 14px;
    outline:none;
}
.navbar-form .form-control, .navbar-form .hs-form-field .hs-input, 
.hs-form-field .navbar-form .hs-input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.glyphicon-search:before {
    content: "\e003";
}
.form-control, .hs-form-field .hs-input {
    line-height: 1.42857;
    color: #666;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-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-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    font-family: inherit;
}
.btn-default:hover {
    background-color: #e6e6e6;
}

.custom-desktop-menu{
    border: none;
    position: static !important;
    background: url(//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Images/navbar-border.png) repeat-x 0 100%;
    margin-bottom:22px;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container .page-center {
    padding: 15px;
}
.body-container ul {
    margin-bottom: 20px;
    padding-left: 10px;
    list-style:none;
}
.body-container ul li {
    padding: 6px 0 6px 20px;
    position: relative;
    font-family: 'Helvetica Roman';
}
.body-container ul li:before {
    content: " ";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #C12017;
}
.body-container ol {
    margin-bottom: 20px;
    padding-left: 25px;
}
.body-container ol li {
    list-style: decimal;
    font-family: 'Helvetica Roman';
    padding: 6px 0 6px 3px;
}
.body-container a,
.body-container a:hover{
    color: #C12017;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer-wrapper{}
.custom-footer-inner-wrapper{
    margin-top: 40px;
    padding: 40px 0 13px;
    border-top: 3px solid #C12017;
}

.widget-span.footer-left-content{
    width: 66.66667%;
    padding-right: 15px;
}
.widget-span.footer-right-content{
    padding-left: 15px;
    text-align: right;
    width: 33.33333%;
    margin-left:0;
}
.widget-span.footer-menu{
    width:auto;
}
.custom-footer-wrapper ul{
    list-style:none;
    margin:0;
    padding:0;
}
.footer-menu ul:before
.footer-menu ul:after {
    content: " ";
    display: table;
}
.footer-menu ul > li {
    display: inline-block;
}
.footer-menu ul > li a {
    padding: 5px 0;
    margin-right: 10px;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
}
.widget-span.footer-social{
    width:auto;
    margin-left: 0;
}
.footer-social ul{
    margin-bottom: 0;
    display:block;
}
.footer-social ul li {
    display: inline-block;
}
.footer-social ul li  a {
    margin-left: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100% !important;
}
.footer-social ul li a.fb {
    background: url(//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Images/facebook.svg) no-repeat left center;
}
.footer-social ul li a.tw {
    background: url(//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Images/twitter.svg) no-repeat left center;
}
.footer-social ul li a.linked {
    background: url(//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Images/linked.svg) no-repeat left center;
}
.footer-social ul li a:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
.footer-logo{}
.footer-logo a{
    margin-top: -20px;
    display: block;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul{
    display:block;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li{
    position:static!important;
}
.custom-menu-primary2 .hs-menu-wrapper > ul > li:after{
    content: "";
    display: table;
    clear: both;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li > a{
    text-transform: uppercase;
    padding: 8px 12px;
    padding-top: 9px;
    margin-right: 3px;
    border-bottom: 5px solid #ebebeb;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    z-index: 5;
    height:41px;
    position: relative;
    line-height: 1.3em;
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;;
}

.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-of-type(1)>a {
    border-bottom: 5px solid #c5281c;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-of-type(2)>a {
    border-bottom: 5px solid #f1644a;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-of-type(3)>a {
    border-bottom: 5px solid #851714;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li > a:hover{
    background: #ebebeb;
    color: #000;
}

.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-of-type(1)>a:hover {
    background:#c5281c;
    color: #fff;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-of-type(2)>a:hover {
    background: #f1644a;
    color: #fff;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-of-type(3)>a:hover {
    background:#851714;
    color: #fff;
}
/* Child List */
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul ul{}
.custom-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul  li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: inherit!important;
    opacity: 1!important;
    position: static;
}
.custom-desktop-menu .menu-site-wrapper {
    overflow: hidden;
    max-height: none;
    height: auto;
    max-height: none;
    clip: rect(0,5000px,5000px,-5000px);
    line-height: 1.3em;
    position: absolute;
    width: 100%;
    left: 0;
    z-index:9999;
    opacity:0;
    visibility:hidden;
    background:#ebebeb;
    -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
   -moz-box-shadow: 0 0 20px rgba(0,0,0,.15);
   -o-box-shadow: 0 0 20px rgba(0,0,0,.15);
   -ms-box-shadow: 0 0 20px rgba(0,0,0,.15);
   box-shadow: 0 0 20px rgba(0,0,0,.15);;
}

.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-of-type(1)>.menu-site-wrapper {
    background:#c5281c;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-of-type(2)>.menu-site-wrapper {
    background: #f1644a;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-of-type(3)>.menu-site-wrapper {
    background:#851714;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-of-type(4)>.menu-site-wrapper{
    background:#a81b38;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:hover > .menu-site-wrapper{
    opacity:1;
    visibility:visible;
}
.custom-desktop-menu .menu-site-wrapper > ul{
    width:100%;
    margin:0 auto;
    padding: 50px 0 43px;
    max-width:1140px;
}
.custom-desktop-menu .menu-site-wrapper > ul > li{
    display: block;
    float: left;
    width: auto;
}
.custom-desktop-menu .menu-site-wrapper:after,
.custom-desktop-menu .menu-site-wrapper > ul > li:after,
.custom-desktop-menu .menu-site-wrapper > ul.hs-menu-children-wrapper:after,
.custom-desktop-menu .menu-site-wrapper  ul:after,
.custom-desktop-menu .menu-site-wrapper > ul li:after,
.custom-desktop-menu .menu-site-wrapper > ul.hs-menu-children-wrapper:before{
    content: "";
    display: table;
    clear: both;
}
.custom-desktop-menu .menu-site-wrapper > ul > li {
    border-right: 1px solid white;
    width: 33.33%;
}
.custom-desktop-menu .menu-site-wrapper > ul > li > a{
    height:0px;
    display:none!important;
}
.custom-desktop-menu .menu-site-wrapper > ul > li+li {
    width: 66.66%;
    border-right:none;
}
.custom-desktop-menu .menu-site-wrapper > ul > li:last-child > ul:before{
    content:"";
    display:block;
    width:341px;
    height:217px;
    background-image:url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Images/2.11-Family-Hands.svg");
    background-repeat:no-repeat;
}
.custom-desktop-menu .menu-site-wrapper > ul > li:last-child > ul > li:before{
    content:"CAREERS";
    display:block;
    font-family: "Helvetica Light";
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    font-size: 12px;
    line-height: 17px;
    color:#fff;
    margin:0 0 10px;
    padding:15px 0px;
}
.custom-desktop-menu .menu-site-wrapper > ul > li:last-child > ul > li > a{
    padding: 6px 15px;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid white;
    font-family: "Helvetica Bold";
    color:#fff;
    display:inline-block!important;
    width:auto;
}
.custom-desktop-menu .menu-site-wrapper > ul > li:last-child > ul > li > a:after{
    position: relative;
    content: "\e258";
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-desktop-menu .menu-site-wrapper > ul > li:last-child > ul > li > a:hover {
    background: white;
    color: #c5281c;
    text-decoration:none;
}
.custom-desktop-menu .hs-menu-wrapper > ul > li:first-child .menu-site-wrapper > ul > li:last-child > ul > li:before{
    content:"WHO WE ARE";
}
.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(2) .menu-site-wrapper > ul > li:last-child > ul > li:before{
    content:"OUR VISION";
}
.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(3) .menu-site-wrapper > ul > li:last-child > ul > li:before{
    content:"SOLUTIONS";
}
.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(5) .menu-site-wrapper > ul > li:last-child > ul > li:before{
    content:"MEDIA";
}

.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(6) .menu-site-wrapper > ul > li:last-child > ul > li:before{
    content:"BLOG";
}

.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(2) .menu-site-wrapper > ul > li:last-child > ul:before{
    background-image:url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Images/4.14-Brainstorming-widget.svg");
    width:328px;
}
.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(3) .menu-site-wrapper > ul > li:last-child > ul:before{
    background-image:url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Images/3.12-Protection-widget.svg");
    width:346px;
}
.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(4) .menu-site-wrapper > ul > li:last-child > ul:before{
    background-image:url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Images/4.6-People-widget.svg");
    width:363px;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(5) ul > li > a,
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(5) .menu-site-wrapper > ul > li:last-child > ul > li:before,
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(6) ul > li > a,
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(6) .menu-site-wrapper > ul > li:last-child > ul > li:before{
    color: #757575;
}
.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(5) .menu-site-wrapper > ul > li:last-child > ul:before{
    background-image:url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Images/4.21-Digital-Media-widget.svg");
    width:468px;
}

.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(6) .menu-site-wrapper > ul > li:last-child > ul:before{
    background-image:url("//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Images/blog-widget-01.svg");
    width:468px;
}

.custom-desktop-menu .menu-site-wrapper > ul > li:last-child > ul{
    float:right;
    width:auto;
    padding:15px 20px;
}
.custom-menu-primary2 .hs-menu-wrapper > ul ul li{}
.custom-desktop-menu .menu-site-wrapper > ul > li:first-child a{
    color: #fff;
    font-weight: 300;
    line-height: 1.3em;
    padding: 14px 15px 6px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    white-space:normal!important;
}
.custom-desktop-menu .menu-site-wrapper > ul > li:first-child a:hover,
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(5) ul > li > a:hover,
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(6) ul > li > a:hover {
    background: #fff;
    color: #c5281c;
}

.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(5) .menu-site-wrapper > ul > li:last-child > ul > li > a,
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(6) .menu-site-wrapper > ul > li:last-child > ul > li > a {
    color: black ;
    border: 1px solid black;
}
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(5) .menu-site-wrapper > ul > li:last-child > ul > li > a:hover,
.custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li:nth-child(6) .menu-site-wrapper > ul > li:last-child > ul > li > a:hover {
    background: #fff;
}
/* Override max width on menu links */
.custom-menu-primary2 .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary2 .hs-menu-wrapper,
    .custom-menu-primary2 .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .profile-toggle.open .glyphicon-menu-down {
        display: none;
    }
    .profile-toggle.open .glyphicon-menu-up {
        display: inline;
    }
}


/* ==========================================================================
   Mobile Menu - Toggle Side Menu - Left
   ========================================================================== */
 

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

 /* Set mobile icon color */
 /* Set close icon color */
 /* Set full menu background color */
 /* Set link Color */
 /* Set link Hover Color */
 

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

.mobile-icon2 {
    display: none;    /* Hide button on Desktop */
    cursor: pointer;  /* Mouse pointer type on hover */
    width: 49px;      /* Button width */
    height: 48px;     /* Button height */  
    position: absolute;
    top: 23px;
    left: 15px;
    font-size: 24px;
    color: white;
    padding: 6px 12px;
    border-radius: 50%;
    background: #C12017;
    border: 2px solid #C12017;
    -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;;
}
.mobile-icon2:hover {
    text-decoration: none; /* Removes link text underline on button */
    background: white;
    color: #C12017;
    
}


 




/* Menu Styles on Mobile Devices
   ========================================================================== */  

@media (min-width: 768px) {

     /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
     .custom-menu-primary2 {
          height: auto !important;
     }

}

@media (max-width: 767px) {

     body, html {
        height: 100%;
        overflow-x:hidden;
     }

     /* Show the Mobile and Close Icons */
     .mobile-icon2{
          display: block !important;
     }
     
      .custom-header-bottom-wrapper{
    margin-top:0px;
      }

     /* Container added with js and is required for transforms to work */
     #site-wrapper{
        max-width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
     }


     /* Provide spacing for the menu ul */
     .custom-menu-primary2 .hs-menu-flow-horizontal>ul {
         clear: both;
     }

     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary2 {
          position: fixed;
          width: 80% !important; /* must match the value above in 'left' */
          z-index: 1000;
          background: #c12017; 
          left: -100%;
          height:100vh!important;
          overflow-y:auto;
          top: 0;
          overflow-x: hidden;
          -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  -ms-transition: left 0.5s;
  transition: left 0.5s;;
     }
     .show-mobile-nav .custom-menu-primary2:after {
            content: ' ';
            display: block;
            position: absolute;
            right: -15px;
            top: 0;
            height: 100%;
            width: 15px;
            background: 0 0;
            -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
            -moz-box-shadow: 0 0 15px rgba(0,0,0,.8);
            -ms-box-shadow: 0 0 15px rgba(0,0,0,.8);
            -o-box-shadow: 0 0 15px rgba(0,0,0,.8);
            box-shadow: 0 0 15px rgba(0,0,0,.8);
            z-index: 10000;
        }

     /* Set Link Colors */
     .custom-menu-primary2 a { color: #fff; }
     .custom-menu-primary2 a:hover { color: #C12017; }

     

     /* All Main Containers Display PARTIAL Width On Icon Click */
     .show-mobile-nav .custom-menu-primary2 {
         left:0;
     }
    body.show-mobile-nav,
    body.show-mobile-nav #site-wrapper{
        overflow-y:hidden;
     }
     #site-wrapper{
         left:0;
         -webkit-transition: left .5s;
  -moz-transition: left .5s;
  -o-transition: left .5s;
  -ms-transition: left .5s;
  transition: left .5s;;
     }
     body.show-mobile-nav #site-wrapper{
        left:290px;
     }
}


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


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

/* Blog Post and Listing Body Class */
.blog {}
.blog .widget-span.blog-sidebar {
    margin-left:0;
    width: 25%;
    padding-left:15px;
}
.blog .widget-span.blog-content {
    float:right;
    margin-left: 8.33333%;
    width: 66.66667%;
    padding-right:15px;
}
.blog .widget-type-blog_content {
    background-color: #f2f2f2;
    padding: 20px;
}
.breadcrumb-wrapper{
    background-color: #f5f5f5;
    margin: 0 0 50px;  
}
.breadcrumb-wrapper .page-center{
    padding: 16px 15px;  
}
.breadcrumb-wrapper ul{
    list-style: none;
    margin:0;
    padding:0 15px;
    font-size: .875em;
    font-family: 'Helvetica Bold';
    line-height: 18px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb a {
    color: #000;
    font-family: 'Helvetica Roman';
    font-weight: normal;
    font-size: .875em;
    line-height: 18px;
}
.breadcrumb a:hover {
    color: #C12017;
    text-decoration: none;
}
.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb>li:last-child{
    color: #c5281c;
    font-size: .875em;
    line-height: 18px;
}
.blog-nav {
    border: none !important;
    margin:0 0 30px;
    text-align: center;
    list-style:none;
    padding-left: 0;
}
.blog-nav:before, 
.blog-nav:after {
    content: " ";
    display: table;
}
.blog-nav li {
    border: none !important;
    float: none;
    display: inline-block;
    margin-bottom: -1px;
    position: relative;
}
.blog-nav li a {
    border: none !important;
    padding: 11px 10px 6px;
    background: #d0d0d0;
    font-size: 1em;
    line-height: 22px;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    margin-right: 2px;
    display: block;
}
.blog-nav li.active-topic > a, 
.blog-nav li:focus a,
.blog-nav > li > a:hover{
    color: white;
    background: #C12017;
    text-decoration:none;
}
/* Blog Post */
.hs-blog-post {}

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

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


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

.blog .blog-content {}
.blog .page-center.content-wrapper{
    padding:0;
}
.blog .widget-type-blog_comments {
    background-color: #f2f2f2;
    padding: 20px;
}
/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

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

/* Blog Title */
.hs-blog-header h1 {
    color: #C12017;
    text-transform: uppercase;
    margin-top: 0;
    font-family: 'Helvetica Medium';
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 42px;
}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
    font-size: 20px;
    color: #C12017;
    margin:0;
    padding:0;
    line-height:1.4;
}
.post-header h2 a {
    color: #C12017;
}
.post-header h1{
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #C12017;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 20px;
    font-family: "Helvetica Medium";
}
/* Blog Author and Avatar */
#hubspot-author_data{
    font-size: .75em;
    font-style: italic;
    text-transform: uppercase;
    margin: 7px 0 0;
}
#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%;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hs-author-profile .hs-author-avatar img {
    max-width: 70px!important;
}
/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #bcbcbc;
    padding:20px 0;
}
.blog-listing-wrapper .post-listing .post-item .post-header > div{
    float:left;
}
.blog-listing-wrapper .post-listing .post-item .post-header:before, 
.blog-listing-wrapper .post-listing .post-item .post-header:after {
    content: " ";
    display: table;
    clear: both;
}
.blog-listing-wrapper .post-listing .post-item .post-header #hubspot-author_data{
    width: 16.66667%;
    padding-right:15px;
}
.blog-listing-wrapper .post-listing .post-item .post-header .hs-listing-title{
    width: 83.33333%;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
 #comments-listing.no-comments {
   border: none;
}
#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-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.new-comments.no-comments {
    border: none !important;
}
.custom_listing_comments{
    border:1px solid #ccc;
    padding:15px;
    line-height:165%;
}

/* Pagination */
.blog-pagination {
    padding: 20px 0;
    margin-top: 20px;
}
.blog-pagination a {
    display:block;
    margin:0 0 10px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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


.custom-sidebar-menu{}
.custom-sidebar-menu ul{
    margin: 0;
    background-color: #f2f2f2;
    width: 100%;
}
.custom-sidebar-menu .active-branch > li:first-child a{
    background-color: #f1644a;
    color: #fff !important;
    margin: 0;
    font-family: "Helvetica Roman";
    padding: 16px 15px 13px;
    text-transform: uppercase;
    font-size: 20px; 
}
.custom-sidebar-menu .active-branch > li:first-child a:hover {
    background-color: #f1644a !important;
    color: #fff !important;
    opacity: 0.8;
}
.custom-sidebar-menu .active-branch > li a {
    font-size: .875em;
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #cdcdcd;
    display: block;
    text-transform: uppercase;
}
.custom-sidebar-menu .active-branch > li a:hover,
.custom-sidebar-menu .active-branch > li.active > a {
    text-decoration:none;
    color: #C12017;
    background-color: #ddd;
    text-decoration: none;
}
/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

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

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

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

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

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


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


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

/* Form Field */
.body-container .hs-form-field {
    margin-bottom:30px;
}
h3.form-title{
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #C12017;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label,
ul.hs-error-msgs.inputs-list label{
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
ul.hs-error-msgs.inputs-list {
    color: #FF0000;
    font-size: 12px;
    padding: 0;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    border-radius: 0;
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    font-family: inherit;
    -webkit-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-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

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: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
    height:auto;
    min-height:75px;
}
textarea:focus {}

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
    color:#000;
    opacity:0.6;
} /* Webkit Browsers */
:-moz-placeholder {
   color:#000;
    opacity:0.6; color:;
} /* Firefox 18- */
::-moz-placeholder {
    color:#000;
    opacity:0.6;
} /* Firefox 19+ */
:-ms-input-placeholder {
   color:#000;
    opacity:0.6;
} /* 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 (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) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border: none;
    border-radius: 0;
    background: transparent !important;
    border: 1px solid #C12017 !important;
    padding: 14px 21px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: 'Helvetica Bold';
    line-height: 18px;
    color:#C12017;
    -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;:
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
    background: #C12017 !important;
    color: white;
        text-decoration: none;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container 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                                      
   ========================================================================== */
.footer-logo a:last-child,
.widget-span.footer-social.visible-tab,
.widget-span.custom-mobile-menu.custom-menu-primary2{
    display:none;
}
.widget-span.footer-social.hidden-tab{}
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form{
    display:block;
    padding:20px;
    margin-bottom:15px;
    background:#f4f4f4;
    
}

.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 50%;
}
/* Styles that do not fit into any of the available sections above can go here. */
body.big-font{
    font-size: 18px !important;
}
body.big-font .custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li > a{
    font-size: 16px;
    line-height: 24px;
}
body.big-font .custom-desktop-menu .menu-site-wrapper > ul > li:first-child a {
    line-height: 20px;
}
body.big-font .custom-footer-inner-wrapper {
    padding-bottom:14px;
}
body.big-font .custom-sidebar-menu .active-branch > li:first-child a,
.post-header h1{
    font-size: 22px;
}
body.big-font .hs-blog-header h1 {
    font-size: 32px ;
}
body.big-font #hubspot-author_data {
    font-size: 0.85em;
}
body.small-font{
	font-size: 14px !important;
}
body.small-font .custom-menu-primary2.custom-desktop-menu .hs-menu-wrapper > ul > li > a{
    font-size: 12px;
    line-height: 18px;
}
body.small-font .custom-desktop-menu .menu-site-wrapper > ul > li:first-child a{
    padding-bottom:6px;
}
body.small-font .custom-desktop-menu .menu-site-wrapper > ul > li {
    padding-top: 1px;
}
body.small-font .custom-sidebar-menu .active-branch > li:first-child a,
.post-header h1{
    font-size: 18px;
}
body.small-font .hs-blog-header h1 {
    font-size: 28px ;
}
body.small-font #hubspot-author_data {
    font-size: 0.65em;
}
body.big-font .breadcrumb>li+li:before {
    font-size: 16px;
}
.breadcrumb>li+li:before {
    font-size: 14px;
}
body.small-font .breadcrumb>li+li:before {
    font-size: 12px;
}
#backtotop2 {
    display: none;
    height: 70px;
    width: 70px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    text-indent: -9999px;
    z-index: 1;
    background: url(//cdn2.hubspot.net/hubfs/524149/GeneraliGlobalAssistance_April_2017/Images/up.png) no-repeat left center;
    cursor: pointer;
}
.Header-no-nav-desktop {
    padding-top: 33px;
    min-height: 129px!important;
}

/* Section Header */
.custom-section-header-wrapper{
    background-position: center right 26%;
    background-size: cover ;
    background-repeat: no-repeat;
    
}
.custom-section-header-wrapper .page-center{
    padding:0;
    min-height: 500px!important;
    position: relative;
}
.custom-section-header-wrapper .page-header.section-header{
    position: absolute;
    max-width: 490px;
    text-align: left;
    background: white;
    top: 25%;
    left: 50%;
    margin-left: -245px!important;
    padding: 25px;
}
.custom-section-header-wrapper h1 {
    margin-top: 0;
    border-bottom: 1px solid #C12017;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 3.125em;
    line-height: 54px;
    text-transform: uppercase;
}
.custom-section-header-wrapper p {
    color: #333;
    font-size: 1.25em;
    line-height: 1.4em;
    margin-bottom: 20px;
    font-family: 'Helvetica Roman';
    margin: 0 0 20px;
}
i.fa.fa-bars {
   vertical-align: middle;
}
span.shiftnav-submenu-activation {
   max-height: 43px;
}
.blog .body-container ul li {
   padding: 0;
   position: static;
}
.blog .body-container ul li:after{
   display:none;
}

.blog .body-container ul {
   margin-bottom: 0px;
   padding-left: 0px;
   list-style: none;
}
ul.blog-nav {
    margin-bottom: 30px !important;
}
.blog .body-container ul li:before{
   display:none;
}
.blog .body-container li {
   font-family: "Helvetica Light",Helvetica,Arial,sans-serif;
}
.post-header h2 a {
   color: #C12017;
   font-family: "Helvetica Light",Helvetica,Arial,sans-serif;
   text-transform: capitalize;
}
.breadcrumb>li {
   display: inline-block;
   position: relative !important;
}
.breadcrumb li:after {
   content: "/ ";
   padding: 0 5px;
   color: #ccc;
   font-family:'Helvetica Bold';
   display:inline-block !important;
}
.breadcrumb li:last-child:after {
   display:none !important;
}

 ul.hs-error-msgs.inputs-list li:before {
    display:none;
    padding:0;
}
 ul.hs-error-msgs.inputs-list {
     margin:0px;
     padding:0px;

 }
 ul.hs-error-msgs.inputs-list li{
     margin:10px 0 0 0;
     padding:0px;
 }
 .breadcrumb li:after {
   content: "/ ";
   padding: 0 5px 0 9px;
   color: #ccc;
   font-family: 'Helvetica Bold';
   display: inline-block !important;
}
.breadcrumb>li:last-child {
   color: #c5281c;
   font-size: .875em;
   line-height: 18px;
   font-family: 'Helvetica Bold' !important;
}
/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media (max-width: 1199px) {
    .container-fluid .row-fluid .page-center {
        max-width: 970px;
    }
}

/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 991px) {
    .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
    .footer-social ul li a {
        width: 30px;
        height: 30px;
    }
    .footer-social ul{
        margin-bottom: 8px;
    }
    .footer-logo a:first-child {
        display:none;
    }
    .footer-logo a:last-child {
        display: inline-block;
    }
    .footer-logo a img {
        max-width: 250px;
        right: 15px;
        position: relative;
        top: 1px;
    }
    .footer-menu ul{
        margin-bottom: 25px;
    }
    
}
@media (max-width: 960px){
    .widget-span.footer-social.hidden-tab{
        display:none;
    }
    .widget-span.footer-social.visible-tab{
        display:block;
    }
    .custom-footer-wrapper{
        text-align: center;
    }
    .widget-span.footer-left-content,
    .widget-span.footer-right-content,
    .widget-span.footer-social.visible-tab,
    .widget-span.footer-menu{
        float:none;
        width:100%;
        text-align:center;
        padding-left:0;
        padding-right:0;
    }
    .custom-footer-inner-wrapper{
       padding-left:15px;
       padding-right:15px; 
    }
    .footer-logo{
        margin: 30px 0;
    }
    .footer-logo a img {
        max-width: 90%;
    }
    .footer-menu ul {
        margin-bottom: 20px;
    }
    .footer-logo a img {
        position: static;
    }
    body.big-font .custom-footer-inner-wrapper {
        padding-bottom:13px;
    }
}
@media (max-width: 1024px) {}


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

@media (max-width: 767px) {
    .landing-page.one-column .body-container .widget-type-form,
    .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
    .password-template .body-container form,
    .subscription-template .body-container .widget-type-email_simple_subscription form{
        width: 100%;
    }
    .custom-header-top-logo {
        padding-top: 90px;
    }
    .custom-header-top-menu ul li {
        margin-bottom: 10px;
        display: block;
    }
    .profile-toggle .glyphicon-menu-up, 
    .profile-toggle .glyphicon-menu-down,
    .profile-toggle.open .glyphicon-menu-down,
    .profile-toggle span {
        display: none !important;
    }
    .profile-toggle {
        position: absolute;
        right: 15px;
        top: 22px;
        font-size: 25px;
        padding: 6px 0 0 8px;
        width: 48px;
        height: 48px;
        text-align: center;
        z-index: 9999;
        border: 2px solid #C12017;
        -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -o-border-radius: 50%;
   -ms-border-radius: 50%;
   border-radius: 50%;;
    }
    .profile-toggle:hover {
        background: white;
        color: #C12017;
    }
    
    /* Menu */
    .widget-span.custom-header-left-wrapper,
    .widget-span.custom-header-right-wrapper{
        width:100%;
    }
    .custom-header-logo{
        text-align:center;
    }
    .custom-header-logo img{
        margin-top: 20px;
        max-width: 53%;

    }
    .custom-header-logo p > a:last-child{
        display:inline-block;
    }
    .custom-header-logo p > a:first-child,
    .widget-span.custom-header-right-wrapper,
    .widget-span.custom-desktop-menu{
        display:none!important;
    }
    .widget-span.custom-header-left-wrapper{
        padding: 14px 15px 28px;
    }
    .widget-span.custom-mobile-menu.custom-menu-primary2 {
        padding: 40px 3.2%;
        display:block;
        color:#fff;
    }
    .custom-mobile-menu-content{}
    .custom-mobile-menu-content .hs-menu-wrapper{
        position: static;
        display: block;
    }
    .custom-mobile-menu-content .hs-menu-wrapper > ul{
        border-left: 1px solid white;
    }
    .hs-menu-wrapper > ul  li.hs-item-has-children > span.shiftnav-submenu-activation {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }
    .hs-menu-wrapper > ul  li.hs-item-has-children > .shiftnav-submenu-activation i.fa {
        position: absolute;
        top: 50%;
        margin-top: -7px;
        left: 50%;
        margin-left: -5px;
        cursor:pointer;
    }
     .custom-mobile-menu-content .hs-menu-wrapper > ul > li > a,
     .custom-mobile-menu-content .hs-menu-wrapper > ul ul li a {
        padding: 12px 10px 12px 20px;
        line-height: normal;
        text-transform: uppercase;
        display:block;
        color:#fff;
        -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;;
    }
    .custom-mobile-menu-content .hs-menu-wrapper > ul ul li a {
        text-transform: none;
    }
    .custom-mobile-menu-content .hs-menu-wrapper > ul > li:hover > a,
    .custom-mobile-menu-content .hs-menu-wrapper > ul  li:hover > .shiftnav-submenu-activation,
    .custom-mobile-menu-content .hs-menu-wrapper > ul li.open-second li:hover > a{
        background: white;
        color: #C12017;
        text-decoration:none;
    }
    .custom-mobile-menu-content .hs-menu-wrapper > ul ul{
        position: absolute!important;
        min-height: 100%;
        top: auto;
        width: 100%;
        height: 0;
        overflow: hidden;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .5s;
        -moz-transition: -moz-transform .5s;
        -ms-transition: -ms-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }
    .custom-mobile-menu-content .hs-menu-wrapper > ul > li.open-second > ul{
        position: relative!important;
        height: auto;
        overflow: hidden;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    body.open-second-item .custom-mobile-menu-content .hs-menu-wrapper > ul >li{
        display:none;
    }
    body.open-second-item .custom-mobile-menu-content .hs-menu-wrapper > ul > li.open-second{
        display:block;
    }
    
    .mobile-search-content{}
    .side-content {
        width: 100%;
        margin: 40px 0 0 0;
        line-height: normal !important;
    }
    .side-content ul li {
        padding: 20px 0;
        text-align: center;
        border-top: 1px solid #fff;
        font-size: 1.125em;
        line-height: 23px;
    }
    .side-content ul li a {
        color: white;
        text-transform: uppercase;
    }
    .side-content ul li .font-size-toggle span.normal {
        margin: 0 5px;
    }
    .side-content ul li .font-size-toggle span.big {
        font-size: 120%;
    }
    .side-content ul li:last-child {
        position: relative;
        padding: 20px;
        border-bottom: 1px solid #fff;
    }
    .side-content ul li:last-child #searchsubmit {
        width: 10%;
        background: transparent;
        border: none;
        position: absolute;
        right: 30px;
        top: 23px;
        color: #C12017;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 16px;
        line-height: 1.42857;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-family: 'Helvetica Bold';
    }
    .side-content ul li:last-child .form-group{
        width: 100%;
        margin-bottom: 0;
    }
    .side-content ul li .font-size-toggle span {
        cursor: pointer;
        line-height: 1.3em;
    }
    .side-content ul li:last-child .form-group input{
        border-radius: 0;
        padding-right: 50px;
        display: block;
        width: 100%;
        height: 36px;
        padding: 6px 12px;
        font-size: 16px;
        line-height: 1.42857;
        color: #666;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        -webkit-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-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    }
    .back-to-menu > a > i{
        display: inline-block;
        width: auto;
        margin-right: 4px;
    }
    body.small-font .side-content ul li {
        line-height: 22px;
    }
    body.small-font .font-size-toggle {
        height: 24px;
    }
    body.big-font .side-content ul li {
        line-height: 26px;
    }
    #backtotop2 {
        right: 37px;
    }
    
    .custom-section-header-wrapper .page-center {
        min-height: 400px!important;
        padding:99px 0 100px 0;
    }
    .custom-section-header-wrapper .page-header.section-header {
        margin-top: 0px;
        margin-left: auto!important;
        margin-right: auto!important;
        position: static;
        width: 90%;
        margin: 0 auto;
    }
    .custom-section-header-wrapper h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .custom-section-header-wrapper p {
        font-size: 14px;
    }
    .blog .widget-span.blog-sidebar,
    .blog .widget-span.blog-content{
        float:none;
        margin:0;
        width:100%;
        padding-left:15px;
        padding-right:15px;
    }
    .blog .widget-span.blog-sidebar{
        display:none;
    }
    .blog-listing-wrapper .post-listing .post-item .post-header > div{
        width:100%!important;
        padding:0!important;
    }
    #hubspot-author_data {
        margin-bottom: 10px;
    }
    .blog-nav li a {
        font-size: 14px;
        text-transform: none;
    }
    .Header-no-nav-desktop {
        padding-top: 1px;
        min-height: 1px!important;
    }
    a.contact-link:hover {
       color: #fff;
    }
    
}  


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

@media (max-width: 479px) {
    body.show-mobile-nav #site-wrapper{
        left:320px;
     }
}




