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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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




/****************** REPLACE CHINESE in Manadarin ***********************/
.lang_list_class a.lang_switcher_link[data-language="zh"]:before {
/*   content:'中国 / ';
  display:block; */
}
.lang_list_class a.lang_switcher_link[data-language="zh"] {
}
/***** END ****/
h2.tool-logo-header {font-size:1.5em;}
.tool-logo-header a {color:#fff;}
.tool-logo-header a:hover {color:fff; opacity:.8;}
.tool-logo {
  color:#49525c;
  font-family: Lato, sans-serif;
  font-weight:bold;
}
h2.tool-logo a:hover {
    text-decoration:none;
}
.tool-logo a {
  color:#49525c;
}
.tool-logo a:hover {
  text-decoration:underline;
}

a.language-filter-btn-한국어 {display:inline-block!important;}

.header-container .hs_cos_wrapper_type_logo a:after {
    border: 0px solid #fff!important;
}

.hs_cos_wrapper_type_space {
	padding-top:20px!important;
  display: block!important;
}

.hs-accordion__item button {
    padding-right: 50px;
}

.header-vote-button {
	padding:8px 15px;
}

a {color:#f05a22;}




.about-author-sec {padding-top:50px;}

.hs-hero h1 {
	font-family: Lato, sans-serif; 
  font-weight: bold; 
}

.hs-hero:before {
    background-color: #252731;
    opacity: .17;
}

/* .body-container-wrapper {
  	padding-top:72px;
	} */

.small-header .global-header .logo img, 
.global-header .logo img {
  max-width:175px!important;
}

.header-container-wrapper {
/*   position:static!important; */
  border-bottom: 1px solid #e4e4e4;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
 	padding-top:7px!important; 
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    background: font-weight: normal;
    text-transform: none;
    font-size: 15px;
    margin-right: 20px;
}

#banner-background-image {
    background-position: center top;
}



.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-block;
    padding: 8px 7px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #564e41;
}
#banner-background-image h3 {
  font-size:1em;
	color:#fff;
  max-width: 100%;
  margin-bottom: 0px;
  font-family: 'Lato',arial,sans-serif;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  padding: 5px 5px 5px 10px;
}

/*#banner-background-image:before {background-color: rgba(0,0,0,0);}*/

#banner-background-image:before {
    background-color: rgba(0,0,0,.3);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#banner-background-image .page-center {
  position:relative;
}

.about-us-wrapper {
  background-color: rgb(236, 81, 35);
  position:relative;
  min-height:700px!important;
}
.about-us-main-content {
  z-index:1000;
  position:relative;
}

.background-flotant-03 {
position:absolute;
  z-index:10;
  left:0px;
  bottom:20px;
  width:65%!important;
  opacity:.9;
  max-width:850px;
}

.background-flotant-04 {
position:absolute;
  z-index:10;
  right:0px;
  top:-120px;
  width:100px!important;
  opacity:1;
}

h1, h2 ,h3 ,h4 ,h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  margin: 20px 0;
  line-height:1.2em;
}

.about-us-main-content {
  color:#fff;
}

body {
    background: #fff;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.8;
}

@media (min-width: 1180px) {
  .particles-js-title {
       padding-left:0px!important;
       padding-right:0p!important;
  }
  
  .about-us-main-content .row-fluid .span6 {
      width: 44.717949%;
  }
  .about-us-main-content .row-fluid [class*="span"]:nth-child(2) {
      margin-left: 10.564103%;
  }
}

.background-flotant-top-left,
.background-flotant-top-left2,
.background-flotant-top-right,
.background-flotant-top-left div,
.background-flotant-top-left2 div,
.background-flotant-top-right div
{
  overflow:hidden!important;
  width:0px;
  height:0px;
  min-height:0px!important;
}


#footer table.footer-address-table tr td:first-child {
 padding:0px 20px 0px 0px;
}
#footer table.footer-address-table tr td:nth-child(2) {
 padding:0px 0px 0px 20px;
}
#footer {
	position:relative;
  background-color:#141720;
}

#footer .footer-left-content {
  padding-right:80px;
}
#footer .footer-right-content {
  padding-left:80px;
  text-align:center;
}

#footer .footer-media-sociaux .widget-type-linked_image  {
  background-color:transparent;
  padding:20px 5px;
}
#footer .footer-media-sociaux .widget-type-linked_image a {
  background-color:transparent;
}
#footer .footer-media-sociaux .widget-type-linked_image:hover {
  opacity:.6;
}

#footer .footer-media-sociaux .row-fluid-wrapper {
    display:inline-block;
}

#footer.footer-background .footer-menu a,
#footer.footer-background .footer-menu h4 a {
  color:#fff!important;
}
#footer.footer-background .footer-menu h4 {
	margin:20px 0px 10px 0px;
  font-weight:800;
  font-size:16px;
}
@media (min-width: 500px) {
   #footer.footer-background .footer-menu h4:first-child {
    margin:0px 0px 10px 0px;!important;
  }
}
#footer.footer-background .footer-menu span.tool-logo a {color:#fff!important;}

.background-flotant-footer-left img {
  position:absolute;
  bottom:0px;
  left:0px;
  width:235px!important;
  opacity:1;
  z-index:10000;
}
.background-flotant-footer-right img {
  position:absolute;
  bottom:0px;
  right:0px;
  width:160px!important;
  opacity:1;
  z-index:10000;
}

.background-flotant-top-left img {
	position:absolute;
  top:-20px;
  left:0px;
  z-index:10000;

}
.background-flotant-top-left2 img {
	position:absolute;
  bottom:-20px;
  left:0px;
  z-index:1000;

}

.background-flotant-top-right img  {
	position:absolute;
  top:-41px;
  right:0px;
  z-index:10000;

}
@media (max-width: 768px) {
  .particles-js-title {
       padding-left:60px;
       padding-right:60px;
  }

  .step-wrapper {
  	display:block!important;
  	margin-bottom:50px;
	}
  .about-author-sec.row-fluid h4
  {
    margin-top:20px;
  }
  .float-sidebar-content {
    top:0px!important; 
    margin-top:50px!important;
  }
  .title-background {padding:20px 0px!important;}
  
 .hs-menu-wrapper {margin-bottom:30px;}

 .custom-menu-primary .hs-menu-wrapper>ul {
   background: #da3816;
  }
	.mobile-trigger.cta_border_button {
    color: #7f7f7f;
    border-color: #7f7f7f;
  }
  .mobile-trigger.cta_border_button:hover {
    color: #fff!important;
    border-color: #7f7f7f!important;
    background: #7f7f7f!important;
  }
  
  #header .widget-type-language_switcher,
  #header .language-switcher .hs_cos_wrapper_type_module {
      padding: 0px!important;
      float: right;
      position: absolute;
      top: 23px;
      right: 97px ;
  }
  .background-flotant-top-left,
  .background-flotant-top-left2,
  .background-flotant-top-right,
  .background-flotant-03,
  .background-flotant-04,
  .background-flotant-footer-left,
  .background-flotant-footer-right{
    display:none!important;
  }
  #footer .footer-left-content {
  	padding-right:0px;
	}
	#footer .footer-right-content {
  	padding-left:0px;
    margin-top:50px;
	}
  .contact-address {
  	margin-bottom:30px;
    text-align:center;
  }
  #values .twotextcolumns_wrapper {
	background-image:none!important;
  }

  #values .twotextcolumns_wrapper  .twotextcolumns_right.twotextcolumns_content {
    background-color:#f04a24;
	}
  
	/*  sidebar on left on mobile */
	.blog .blog-content > .row-fluid-wrapper > .row-fluid {
      display: -webkit-box;   
      display: -moz-box;      
      display: -ms-flexbox;   
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
    }
    .blog-content .eos-blog-list {
      order: 2;
			-webkit-order: 2;
    	-moz-order: 2;
    	-ms-order: 2;
      width: 100%;
    }
    .blog .blog-content .blog-sidebar {
	    order: 1;
			-webkit-order: 1;
    	-moz-order: 1;
    	-ms-order: 1;
      width: 100%;
    }
  	.blog .blog-content .blog-sidebar .no-mobile {display:none;}
}

@media ( max-width:1320px) and (min-width: 1180px ) {
    .logo {
  	-ms-transform: translate(50px, 0px); 
    -webkit-transform: translate(50px, 0px); 
    transform: translate(50px, 0px);
    transition-duration: 1s;
  }
  .header-vote-button {
  	-ms-transform: translate(-60px, 0px); 
    -webkit-transform: translate(-60px, 0px); 
    transform: translate(-60px, 0px);
    transition-duration: 1s;
  }
}

.page-without-padding-box .container-fluid .row-fluid .page-center { 
    padding-top: 0px!important;
  	padding-bottom: 0px!important;
 }

body .hs-form-field {
    margin-bottom: 25px;
}

@media (max-width: 1180px) and (min-width: 769px ) {
  .particles-js-title {
       padding-left:60px!important;
       padding-right:60px!important;
  }
  .logo {
  	-ms-transform: translate(50px, 0px); 
    -webkit-transform: translate(50px, 0px); 
    transform: translate(50px, 0px);
    transition-duration: 1s;
  }
  .header-vote-button {
  	-ms-transform: translate(-60px, 0px); 
    -webkit-transform: translate(-60px, 0px); 
    transform: translate(-60px, 0px);
    transition-duration: 1s;
  }
  .body-container-wrapper .container-fluid .row-fluid .page-center,
  #footer .row-fluid .page-center { 
        padding: 50px 60px;    
    }

    .container-fluid .footer-copyright .row-fluid .page-center {
        padding: 0 60px;
    }
  	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
   		display: inline-block;
   	 	padding: 8px 2px;
      font-size:14px;
	}
  .team-wrapper .slick-list  {left:-1px;}
}

.hs-testimonial {
    padding: 0px!important;
}

@media (max-width: 1180px) {
  .hs-hero {
   background-size: unset!important;
    background-position: top center!important;  

	}

  .global-header  {
      padding: 0px 30px!important;
  }
  .container-fluid .row-fluid .page-center {
      padding: 30px;
  }
  
}


@media (max-width: 2000px) and (min-width: 768px) {
  	.global-header {
    		padding: 0px 30px!important;
		}
		.body-container-wrapper .container-fluid .row-fluid .page-center, #footer .row-fluid .page-center {
    		padding: 50px 30px;
		}
    .particles-js-title {
       padding-left:30px!important;
       padding-right:30px!important;
  	}
     .float-sidebar-content {
      -webkit-transition: all .3s ease-in-out!important;
      -moz-transition: all .3s ease-in-out!important;
      -o-transition: all .3s ease-in-out!important;
      -ms-transition: all .3s ease-in-out!important;
      transition: all .3s ease-in-out!important;
      transition-delay: .5s!important;
  }
  
  .background-flotant-top-left img  {
    width:120px!important;
    top:20px;
    left:0px;
  }
  .background-flotant-top-left2 img  {
    width:100px!important;
    bottom:-20px;
    left:-30px;
  }
  .background-flotant-top-right img  {
    width:50px!important;
    top:-22px;
    right:0px;
  }

}

.technology-wrapper {
  background-color:#eee;
}

.home-read-more {
    padding-top: 8px;
    color: #f06a23;
    display: block;
  font-size:.8em;
}

#backers {
	min-height:500px;
}
body input[type="text"], 
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"], 
body input[type="file"], 
body textarea, 
body select {
    width: 100%;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    display: block;
    height: 34px;
    padding: 10px 30px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f5f5f5!important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
}

/* body .hs-button.primary, body input[type="submit"], body input[type="button"] */
body .email-subscribe-form input[type="submit"], .hs-button.primary.large {
    background: #eb5325;
    border-style: none;
    border-width: 0px!important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 17px 47px;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #fff;
    border-color: transparent;
    -webkit-appearance: none;
    border-radius: 30px;
    height: 60px;
    margin-top: 30px;
}
body .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover, .hs-button.primary.large:hover {
    background: #d53127;
}
body .email-subscribe-form .legal-consent-container ul.inputs-list {
  padding-top:15px!important;
}
body .email-subscribe-form .legal-consent-container li.hs-form-booleancheckbox {
	padding-left: 46px;
  position: relative;
}
body .email-subscribe-form .legal-consent-container li.hs-form-booleancheckbox input[type="checkbox"] {
	position: absolute;
  left: 4px;
  top: 7px;
}
body .email-subscribe-form .legal-consent-container .hs-form-required {display:none;}

/* pour cacher le mailing form dans le footer du blog */
/* .footer-blog .footer-left-content {
  display:none;
} */
/* .footer-blog .footer-right-content {
    width: 100%!important;
    padding: 0px!important;
    margin: 0px!important;
}
 */



/* .footer-blog .footer-left-content, .inside-page .footer-left-content {
  display:none;
}
.footer-blog .footer-right-content, .inside-page .footer-right-content {
    width: 100%!important;
    padding: 0px!important;
    margin: 0px!important;

} */

.hs-responsive-embed-youtube {height:330px!important;}

#we-chat-code-wrapper {
	overflow:hidden;
  display:none;
}
.tooltip-social-media {
	display:table;
}


.tooltip-social-media + .tooltip > .tooltip-inner {background-color: #f00!important;}
.tooltip-social-media + .tooltip > .tooltip-arrow { border-bottom-color:#f00!important; }


.site-page .page-content-wrapper  {
  min-height:700px;
}

#header .widget-type-language_switcher,
#header .language-switcher .hs_cos_wrapper_type_module {
  padding: 16px 4px 0px 0px;
}

#header .language-switcher a:hover,
#header .custom-menu-primary a:hover {
 	color:#eb5325!important;
}

#header .globe_class {
  background-image: url(https://cdn2.hubspot.net/hubfs/4518039/globe.svg?t=1540517370406)!important;
  border-radius: 7px;
  width: 15px;
  height: 15px;
  opacity: .5;
} 

#header .globe_class:hover {
    opacity: 12;
}

#footer .hs_email label, body.blog .hs_email label{
  display:none;
}

.side-subscribe-blog-mail-wrapper {
  background:#eee;
  padding:25px 15px 40px 15px;
}

.float-sidebar-content {
  margin-top:0px;
  position:relative; 
  top:3px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transition-delay: .4s!important;
}

.float-sidebar-content h4,
.float-sidebar-content h3 {
	line-height:1.3em;
}

.post-listing-simple-wrapper {
	padding-bottom:60px;
}




.eos-blog-list .post-header h4, .eos-blog-list h4.post-listing-simple a {
  color:#564e41!important;
  margin-bottom:20px;
}
.eos-blog-list  h4.post-listing-simple a:hover,
.eos-blog-list a.more-link:hover {
 	color:#eb5325!important;
}

.eos-blog-list  .post-body {
 	font-size:15px; 
}

.eos-blog-list .hs-featured-image-wrapper {
  position:relative;
  margin:10px 0px 10px 0px;
}

.hs-featured-image-wrapper, .blog-post-wrapper img {border:1px solid #ddd;}

.eos-blog-list .hs-featured-image-wrapper .hs-featured-image-link img {
  margin:0px 0px 0px 0px!important;
}



.eos-blog-list .hs-featured-image-link:hover:before {
	background:rgba(0,0,0,.2);
  content:' ';
  height:100%;
  width:100%;
  position:absolute;
}

.blog .related-title {
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom:30px;
}
.blog .blog-related-posts-wrapper {
  border-top:1px dotted #ccc;
  margin-top:60px;
  padding-top:30px;
}

.language-filter {
	width:100%;
  text-align:center;
  padding-bottom:50px;
  padding-top:15px;
}

.language-filter-btn,
.blog-pagination a {
  padding: 0px 15px;
  border: 1px solid #eb5325;
  font-size: 14px;
  line-height: 30px;
  border-radius: 15px;
  height: 30px;
  display: inline-block;
  margin: 0px 5px 10px 5px; 
}

.language-filter-btn:hover,
.blog-pagination a:hover {
	background-color:#efefef;
}
.current-filter-blog {
	background-color:#eb5325!important;
  color:#fff!important;
}

.blog.hs-blog-post .language-switcher .widget-type-language_switcher {display:none!important;}

.title-background {
  background : #eee url("https://cdn2.hubspot.net/hubfs/4518039/background-line-02.png?t=1540517370406")!important;
  opacity:.7;
  animation: animatedBackground 700s linear infinite!important;
  background-repeat: repeat!important;
  background-position: 0px 0px!important;
  background-size: auto auto!important;
}

@keyframes animatedBackground {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px -10000px;
  }
 }

.teambio-title {display:none;}

.hs_cos_wrapper_type_rich_text ul {
	padding-left: 30px;

}
.hs_cos_wrapper_type_rich_text ul li {
	position:relative;
}
.hs_cos_wrapper_type_rich_text ul.check li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    margin-right: 8px;
    color: #f05922;
    font-size: 18px;
    position: absolute;
    left: -30px;
    width: 0px;
    top: 5px;
}

.hs_cos_wrapper_type_rich_text ul li:before {
		display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    margin-right: 8px;
    color: #f05922;
    font-size: .5em;
    position: absolute;
    left: -20px;
    width: 0px;
    top: 1em;
    list-style-position: outside;
}


.footer-background a {
  background: transparent;
  color:#f05a22;
}

.footer-background a:hover {
  text-decoration:underline;
}

/* ******* nice checkbox ******** */

body .email-subscribe-form input[type=checkbox] {
    position: relative;
    cursor: pointer;
    box-sizing: border-box
  
    display: inline;
    top: 0;
    /*margin-left: -25px;*/
    margin-right: 5px;
    padding: 0;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    background: transparent;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox
}

body .email-subscribe-form input[type=checkbox]:focus {
    border: 1px solid #ec482e
}

body .email-subscribe-form input[type=checkbox]:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 1;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    box-sizing: border-box
}

body .email-subscribe-form input[type=checkbox]:checked:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 9px;
    border-color: #ec482e;
    border-top-style: none;
    border-right-style: none
}

body .email-subscribe-form input[type=checkbox]:focus:before {
    border-color: #ec482e
}

body .email-subscribe-form input[type=checkbox]:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 22px;
    height: 22px;
    background: #141720;
    cursor: pointer;
    box-sizing: border-box
}

/* ******* END nice checkbox ******** */


.side-blog-filter-content {margin-top:40px;}

.step-num {
  clear:both;
  display:inline-block;
  margin-right:20px;
  width:100px;
  font-weight:800;
}

.step-content {
  display:inline-block;
  width:100%;
}
  
.step-wrapper {
  display:flex;
  margin-bottom:50px;
}

.step-code {
  white-space: pre-wrap;
	margin:30px 0px;
  padding:20px;
  border:1px solid #ccc;
  background:#fff;
	display: block;
  width:100%;
}
pre {
  white-space: pre-wrap;
}

.hs-accordion__item[aria-expanded=true] button {
    color: #ff1922;
    border-bottom-color: #ff1922;
}

.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon {
    border-color: #ff1922!important;
    background-color: #ff1922!important;
}

.hs-accordion__item button:hover {
    color: #ff1922!important;
}
.hs-accordion__item button:hover .hs-accordion__item-icon {
    border-color: #ff1922!important;
}

.hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon {
    border-color: #ff1922!important;
      background-color: #fc7170!important;
}

.hs-accordion__item button:hover {
    color: #ff1922!important;
}

.hs-accordion__item button:hover .hs-accordion__item-icon:before, .hs-accordion__item button:hover .hs-accordion__item-icon:after {
    background-color: #ff1922!important;
  color: #ff1922!important;
}
.hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:before, .hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:after {
   background-color: #fff!important;
  color: #fff!important;
}

.tool-box-all .row-fluid-wrapper .row-fluid  {
  display:flex;
}
.tool-eosc {
  background-image: url(https://cdn2.hubspot.net/hubfs/4518039/background-tools-06.jpg?t=1540517370406)!important;
  padding:0px;
  background-size:cover;
} 
.tool-eos-go {
  background-image: url(https://cdn2.hubspot.net/hubfs/4518039/background-tools-05.jpg?t=1540517370406)!important;
  padding:0px;
    background-size:cover;
}
.tool-eos-bios {
  background-image: url(https://cdn2.hubspot.net/hubfs/4518039/background-tools-04.jpg?t=1540517370406)!important;
  padding:0px;
    background-size:cover;
}
.tool-box-all .tool-box  {
  padding: 0px 0px;
  color:#fff;
  width:33.33%;
  margin:0px 0px 0px 1px; 
  position:relative;
  overflow: hidden;
  box-sizing:border-box;
}
.tool-box-all .tool-box:fist-child {
  margin-left:0px;
}
.tool-box-all .tool-box-text  {
  color:#fff!important;
  padding:40px;
  margin-top:120px;
}
.tool-box-all .tool-box, .tool-box .row-fluid-wrapper  {
	position:relative;
}
.tool-box-all .tool-box:before  {
  margin-top:120px;
  content:'';
  background-color:rgba(0,0,0,.4)!important;
  position:absolute;
  height:100%;
  width:100%;
}


.custom-button, body input[type="submit"].custom-button, body input[type="button"].custom-button,
.hbspt-form input.hs-button {
    color: #fff;
    border: 0px;
    text-shadow: 0px 0px rgb(76,25,5);
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    background-image: unset;
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 0px!important;
    width: auto;
    box-sizing: border-box!important;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
    background-color: rgb(255,85,18);
    height: auto;
    font-family: sans-serif;
    line-height: 1.1em;
}

.custom-button-full {
    width: 100%;
}

.custom-button2 {
    padding: 10px 50px;
}

.custom-button-large, body input[type="submit"].custom-button-large, body input[type="button"].custom-button-large {
	font-size:20px;
  padding:15px 20px;
}

.form-eth-to-eos input[type="text"] {
	height: 60px;
  font-size: 19px;
}

.custom-button:hover,  body input[type="submit"]:hover, body input[type="button"]:hover {
 	color:#fff; 
  background-color: rgb(228,80,28);
  border:0px;
}

table tbody th {
	text-align:left;
  padding-right:30px;
}

#alert {
    background-color: #ffeae2;
    padding: 50px;
    margin-bottom: 40px;
    font-size: 20px;
    border: 2px solid #ff5513;
}

/************** Knowledge *******************/

#knowledge {
  background : #eee url("https://cdn2.hubspot.net/hubfs/4518039/background-01.jpg?t=1540517370406")!important;
  background-repeat: repeat!important;
  background-position: left center!important;
  background-size: cover!important;
  height:100vh;
}
#knowledge.knowledge-small {
  height:60vh!important;
}
#knowledge #knowledge-search-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height:100vh;
}

#knowledge.knowledge-small #knowledge-search-content {
  height:60vh!important;
}

.knowledge-home-search .body-container-wrapper {padding-top:0px!important;}

#knowledge>.row-fluid-wrapper {width:100%!important;position:relative;}
#knowledge-search-content>.row-fluid-wrapper {width:100%!important;}
#knowledge:before {
  content:' ';
  width:100%;
  height:100%;
  position:absolute;
  background-color: #252731;
  opacity: .25;
}

.kb-search__bar, .hs-search-field__bar {
  display:flex;
  min-height: 48px;
  align-items: center;
}

.kb-search__bar form, .hs-search-field__bar form {
    flex: 1;
}

.kb-search__bar .kb-search__input, .hs-search-field__bar .hs-search-field__input {
    width: 100%;
    box-sizing: border-box;
    font-size: 1em;
    padding: .75em;
    border: 0;
    color: #564e41;
    transition: color .1s ease-in;
    background-color: #fff!important;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;

}

.kb-search__bar .kb-search__input:focus, .hs-search-field__bar .hs-search-field__input:focus {
  outline: none;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.kb-search__box, .hs-search-field {
  background-color: #fff;
  border-radius: 24px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border: 1px solid #564e41;
  padding:0px 30px;
}
.hs-search-field--open .hs-search-field__suggestions {
  border:0px solid #fff!important; 
  padding: 0px 0px 15px 0px!important;
}
.kb-search__suggestions,  .hs-search-field__suggestions {
  margin: 0;
  padding: 0px;
  list-style: none;
  border:none;
}
.kb-search__mag *, .hs-search-field__mag * {
  fill: #f05a22;
  transition: fill .1s ease-in;
}
@media (max-width: 768px)  {
	#knowledge-search-content {
		height:calc(100vh - 140px);
	}
  #knowledge {
		height:calc(100vh - 117px);
	}
  #knowledge-search-content h1 {
      font-size: 2.0em;
  }
}


.kb-search-results__title {
	font-size:1.3em;
  margin-bottom:20px;
}

.kb-search-results__listing {
  list-style: none;
  list-style-position: inside;
  padding-left: 0px;
}
.kb-search-results__listing li {
	margin-bottom:20px;
}

.kb-search-results__cat {
  padding: 5px 10px;
  border: 1px solid #eb5325;
  font-size: .7em;
  line-height: .7em;
  border-radius: 10px;
  height: auto;
  display: inline-block;
  margin: 0px 5px 10px 5px;
}

.hs-search-highlight {
  font-weight:800;
}

/************** Blog search *******************/

.blog-input-search input[type="search"] {
	height:36px!important; 
  -webkit-appearance: none;
}
.blog-input-search input[type="search"]:focus {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}

.blog-input-search .hs-search-field--open ul.hs-search-field__suggestions {
  border: 1px solid #ddd;
  padding:10px;
}

.blog-input-search .hs-search-field--open ul.hs-search-field__suggestions li {
  border-bottom: 1px dotted #ccc;
}

.lexique-page .lexique-title, 
.hs-blog-listing  ul.hs-search-results__listing li a.hs-search-results__title, 
.search-results ul.hs-search-results__listing li a.hs-search-results__title {
  font-size: 1.3em;
  margin-bottom: 20px;
  color:#f05a22;
}

.lexique-page ul.lexique-list li,
.hs-blog-listing ul.hs-search-results__listing li, 
.hs-blog-listing ul.hs-search-results__listing li {
  padding-bottom:10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
.hs-blog-id-6073327628 .blog-listing-wrapper {display:none;}
.hs-blog-id-6073327628 .blog-related-posts-wrapper .related-image {display:none;}

/* .hs-blog-id-6073327628 .hs-author-avatar img {display:none!important;} */

.hs-blog-social-share {width:100%;}


.page-lexique-abc .alpha-links { 
  border-bottom: 1px #ddd solid ; 
  padding:20px 0px;
  margin-bottom:50px;
  background-color:#fff;
}
@media  (max-width: 768px) {
  .page-lexique-abc .alpha-links.alpha-links-stick {
		transform: translateY(0px)!important;
  }
}
@media  (min-width: 769px) {
  .page-lexique-abc .alpha-links.alpha-links-stick {
    padding-left: 50%;
    margin-left: -50%;
    padding-right: 50%;
    margin-right: -50%;
    background-color:#f5f5f5;
    position: fixed;
    top: 0px;
    z-index:999;
    transition: transform .3s ease-out;
  }
}

.page-lexique-abc .external-link:after {
    content: "\f08e";
    display: inline-block;
    font-family: FontAwesome;
    color: #f2545b;
    padding-left: 4px;
    padding-right: 4px;
    top: -2px;
    position: relative;
    font-size: 12px;
}

.page-lexique-abc .external-link:hover:after {
    color: #333;
}

.page-lexique-abc .alpha-links a {padding-right:20px;}

.lexique-anchor.lexique-letter {padding-top:40px;display:table;}


.page-lexique-abc a.alphabet-letter.letter-empty {
  color:#ccc!important;
  cursor:default;
}


.hbspt-form .hs-form-field input[type="text"] {
  border-bottom: 2px dotted #ff7a59!important;
  background:white!important;
}

.hbspt-form legend.hs-field-desc {
  color: #6c6c6c!important;
	padding-bottom:8px!important;
  line-height:1.2em!important;
}

.hbspt-form label {
    color: #686868!important;
}


.footer-cta {
  background-color: #465155;
}

body .footer-cta .email-subscribe-form h3,
body .footer-cta .hs-form-field {
	margin-top:0px!important;
  margin-bottom:0px!important;
}

.icon-on-left i {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 15px;
    font-size: 1.1em;
  line-height: inherit;
}

.icon-on-left {
  padding-left:2em;
  position:relative;
}

.alpha-links:before {
	background-color:#fff;
  content:" ";
  width:100%;
  height:100%;
}

