/* ==========================================================================
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
10. POPUP
11. TRUSTEDSHOPS
========================================================================== */


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


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

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

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

@font-face {
  font-family:"Socicon";
  src: url('//www.proto-electronics.com/hubfs/ProtoElectronique_May2019/Font/socicon.eot') format('embedded-opentype'),
    url('//www.proto-electronics.com/hubfs/ProtoElectronique_May2019/Font/socicon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:vc_material;
  src: url('//www.proto-electronics.com/hubfs/ProtoElectronique_May2019/Font/vc_material.eot') format('embedded-opentype'),
        url('//www.proto-electronics.com/hubfs/ProtoElectronique_May2019/Font/vc_material.woff') format('woff'),
    url('//www.proto-electronics.com/hubfs/ProtoElectronique_May2019/Font/vc_material.eot') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'stack-interface';
  src: url('//www.proto-electronics.com/hubfs/ProtoElectronique_May2019/Font/stack-interface.eot') format('embedded-opentype'),
    url('//www.proto-electronics.com/hubfs/ProtoElectronique_May2019/Font/stack-interface.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'iconsmind';
  src: url('//www.proto-electronics.com/hubfs/ProtoElectronique_May2019/Font/iconsmind.eot') format('embedded-opentype'),
    url('//www.proto-electronics.com/hubfs/ProtoElectronique_May2019/Font/iconsmind.woff') format('woff'),
    url('//www.proto-electronics.com/hubfs/ProtoElectronique_May2019/Font/iconsmind.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}




/*--------- BOUTON DESACTIVE, SITE INACCESSIBLE -----------*/

/*.custom-btn-group .btn--primary {
 background-color:#c1c1c1 !important; 
}*/

/*--------------------------------------------------------*/





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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'iconsmind';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 87.5%;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-size: 1em;
  line-height: 1.85714286em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Open Sans, 'Helvetica', 'Arial', sans-serif;
  color: #666666;
  font-weight: 400;
}

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



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

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

/* Basic text */
p {
  margin:0 0 1.85714286em;
} 


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 {
  font-family: Open Sans, 'Helvetica', 'Arial', sans-serif;
  color: #0a0a0a;
  font-weight: 300;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 3.14285714em;
  line-height: 1.31818182em;
  letter-spacing: -.01em;
  margin-bottom: 0.59090909090909em;
}

h2 {
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  margin-bottom: 0.78787878787879em;
}

h3 {
  font-size: 1.7footerem;
  line-height: 1.5em;
  margin-bottom: 1.04em;
}

h4 {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  margin-bottom: 1.36842105263158em;
  font-weight: 400;
}

h5 {
  font-size: 1em;
  line-height: 1.85714286em;
  font-weight: 600;
}

h6 {
  font-size: 0.85714286em;
  font-weight: 700;
  line-height: 2.16666667em;
}

/* Anchor Links */
a {    
  color: #316f24;
  text-decoration: underline;
  font-weight: 400;
}


a:hover, a:focus { 
  color: #204818;
  text-decoration: underline;
}


/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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

/* ==========================================================================
Macros                                                  
========================================================================== */


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below on it's own CSS property line.  
* Ignore the jinja comment tags. 
*
* 
*/

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

.cm-header-top-bar {
  background: #316f24;
  padding: 0.92857143em 0;
  color: #fff;
  font-size: 12px;
}

.cm-header-contact-info p {
  margin: 0;
}
.cm-header-contact-info p > span {
  font-weight: bold;
  color: #fff;
}
ul.cm-header-lang-social-navs {
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  font-size: 0;
  line-height: 1.85714286em;
  padding-top: 2px;
}

ul.cm-header-lang-social-navs > li {
  display: inline-block;
  margin-left: 1.23809524em;
  font-size: 12px;
  vertical-align: top;
  line-height: 1.85714286em;
}

ul.cm-header-lang-social-navs > li > a {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

ul.cm-header-lang-social-navs > li > a > i {
  position: relative;
  top: 1px;
  color: #fff;
}

ul.cm-header-lang-social-navs > li > a:hover {
  opacity: 1;
  color: #0a0a0a;
}

ul.cm-header-lang-social-navs > li > a:hover > i {
  color: #fff;
}

.cm-header-bottom-wrapper {
  padding: 0.92857143em 0;
}

img.cm-normal-logo {
  display: none;
}

.cm-advanced-logo img {
  max-height: 110px;
}

.cm-advanced-logo {
  padding-top: 4px;
}

.custom-logo {
  width: auto !important;
}

.custom-menu-primary.js-enabled {
  float: right !important;
  width: auto !important;
}


.custom-header-container-wrapper.cm-fixed-header {
  margin: 0;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100px);
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  background: #fff;
  z-index: 999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}

.scrolled .custom-header-container-wrapper.cm-fixed-header {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

.custom-header-container-wrapper.cm-fixed-header  .cm-advanced-logo {
  padding: 0;
}

.hasBanner .custom-header-container-wrapper:first-child .cm-header-bottom-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}

.custom-header-container-wrapper {
  position: relative;
  z-index: 999;
}


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

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

.content-wrapper {
  padding-top:40px;
  padding-bottom:40px;
}

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


.cm-banner-area {
  position: relative;
  min-height: 250px;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
  text-align: center;
  overflow: hidden;
}

.cm-banner-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #252525;
  z-index: 2;
}
.cm-banner-area:after {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .8;
  display: block;
}

.cm-banner-bg-image:after {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  opacity: 0.8;
}

.cm-banner-area-innner-wrapper {
  position: relative;
  z-index: 99;
}

.cm-banner-content > h1 {
  color: #fff;
}

.cm-banner-content > p {
  color: #fff;
  opacity: .9;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  margin: 0;
}

.cm-banner-content-wrapper {
  padding-bottom: 80px;
  padding-top: 80px;
}


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

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

.custom-footer-container-wrapper {
  padding-top: 4.95238095em;
  padding-bottom: 4.95238095em;
  background: #252525;
  color: #fff;
}

.cm-footer-navs .hs-menu-wrapper > ul {
  display: block;
}

.cm-footer-navs .hs-menu-wrapper > ul > li {
  display: inline-block;
}

.cm-footer-navs .hs-menu-wrapper > ul > li > a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width:auto;
}

.cm-footer-navs .hs-menu-wrapper > ul > li:not(:last-child):after {
  content: "-";
  display: inline-block;
  margin: 0 3.5px 0 3px;
}
.cm-footer-navs .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: underline;
}
.cm-footer-top-wrapper p:last-child {
  margin-bottom: 0;
}
.custom-default-footer .cm-footer-logo p:last-child {
  margin-bottom: 20px;
}
.custom-german-footer .cm-certification-logo {
  text-align:center;
}
ul.cm-footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

ul.cm-footer-social li {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  display: inline-block;
  font-size: 14px;
  margin-left: -2.6px;
}

ul.cm-footer-social li:not(:last-child) {
  margin-right: 1.85714286em;
}

ul.cm-footer-social li:not(:hover) {
  opacity: .6;
}

ul.cm-footer-social li > a {
  color: #fff;
  text-decoration: none;
}

.cm-footer-top-wrapper p {
  opacity:0.9;
}
.cm-footer-top-wrapper p .btn {
  border-color: #3f3f3f;
}
.cm-footer-top-wrapper p .btn span {
  color:#fff;
}
.cm-footer-top-wrapper p .btn:hover {
  border-color: #656565;
  color: #fff;
  text-decoration: none;
}
.cm-footer-top-wrapper .cm-footer-contracter p .btn {
  border-color: #316f24;
}
.cm-certification-logo img {
  opacity: .9;
}
.cm-footer-bottom-wrapper {
  margin-top: 3.71428571em;
}

.cm-footer-top-wrapper h6 {
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}
h6:not(:last-child), .h6:not(:last-child) {
  margin-bottom: 2.16666666666667em;
}

.cm-footer-top-wrapper {
  color: #fff;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  font-family: Open Sans, 'Helvetica', 'Arial', sans-serif;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 6px;
  padding-top: 0.46428571em;
  padding-bottom: 0.46428571em;
  padding-right: 2.78571429em;
  padding-left: 2.78571429em;
  border: 1px solid #252525;
  border-width: 1px;
  font-size: inherit;
  line-height: 1.85714286em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: .5px;
  border: 1px solid #3f3f3f;
  font-weight: 600;
}

.btn > span {
  font-weight: 700;
  font-size: 0.85714286em;
}

.btn:hover {
  border-color: #656565;
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  text-decoration:none;
}

.btn.btn-green {
  background: #316f24;
  border-color: #316f24;
}

.btn.btn-green:hover {
  background: #39822a;
}

.back-to-top {
  position: fixed;
  width: 3.71428571em;
  height: 3.71428571em;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  right: 7em;
  bottom: 1.18em;
  padding-top: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  z-index: 99;
  border: 1px solid #ececec;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}

.back-to-top i {
  color: #252525;
}

.stack-up-open-big:before {
  content: '\e803';
  font-family: "stack-interface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.back-to-top.active:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}

.back-to-top:not(.active) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  pointer-events: none;
}
[class^="socicon-"], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-gamewisp:before {
  content: "\e905";
}
.socicon-bloglovin:before {
  content: "\e904";
}
.socicon-tunein:before {
  content: "\e903";
}
.socicon-gamejolt:before {
  content: "\e901";
}
.socicon-trello:before {
  content: "\e902";
}
.socicon-spreadshirt:before {
  content: "\e900";
}
.socicon-500px:before {
  content: "\e000";
}
.socicon-8tracks:before {
  content: "\e001";
}
.socicon-airbnb:before {
  content: "\e002";
}
.socicon-alliance:before {
  content: "\e003";
}
.socicon-amazon:before {
  content: "\e004";
}
.socicon-amplement:before {
  content: "\e005";
}
.socicon-android:before {
  content: "\e006";
}
.socicon-angellist:before {
  content: "\e007";
}
.socicon-apple:before {
  content: "\e008";
}
.socicon-appnet:before {
  content: "\e009";
}
.socicon-baidu:before {
  content: "\e00a";
}
.socicon-bandcamp:before {
  content: "\e00b";
}
.socicon-battlenet:before {
  content: "\e00c";
}
.socicon-beam:before {
  content: "\e00d";
}
.socicon-bebee:before {
  content: "\e00e";
}
.socicon-bebo:before {
  content: "\e00f";
}
.socicon-behance:before {
  content: "\e010";
}
.socicon-blizzard:before {
  content: "\e011";
}
.socicon-blogger:before {
  content: "\e012";
}
.socicon-buffer:before {
  content: "\e013";
}
.socicon-chrome:before {
  content: "\e014";
}
.socicon-coderwall:before {
  content: "\e015";
}
.socicon-curse:before {
  content: "\e016";
}
.socicon-dailymotion:before {
  content: "\e017";
}
.socicon-deezer:before {
  content: "\e018";
}
.socicon-delicious:before {
  content: "\e019";
}
.socicon-deviantart:before {
  content: "\e01a";
}
.socicon-diablo:before {
  content: "\e01b";
}
.socicon-digg:before {
  content: "\e01c";
}
.socicon-discord:before {
  content: "\e01d";
}
.socicon-disqus:before {
  content: "\e01e";
}
.socicon-douban:before {
  content: "\e01f";
}
.socicon-draugiem:before {
  content: "\e020";
}
.socicon-dribbble:before {
  content: "\e021";
}
.socicon-drupal:before {
  content: "\e022";
}
.socicon-ebay:before {
  content: "\e023";
}
.socicon-ello:before {
  content: "\e024";
}
.socicon-endomodo:before {
  content: "\e025";
}
.socicon-envato:before {
  content: "\e026";
}
.socicon-etsy:before {
  content: "\e027";
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-feedburner:before {
  content: "\e029";
}
.socicon-filmweb:before {
  content: "\e02a";
}
.socicon-firefox:before {
  content: "\e02b";
}
.socicon-flattr:before {
  content: "\e02c";
}
.socicon-flickr:before {
  content: "\e02d";
}
.socicon-formulr:before {
  content: "\e02e";
}
.socicon-forrst:before {
  content: "\e02f";
}
.socicon-foursquare:before {
  content: "\e030";
}
.socicon-friendfeed:before {
  content: "\e031";
}
.socicon-github:before {
  content: "\e032";
}
.socicon-goodreads:before {
  content: "\e033";
}
.socicon-google:before {
  content: "\e034";
}
.socicon-googlescholar:before {
  content: "\e035";
}
.socicon-googlegroups:before {
  content: "\e036";
}
.socicon-googlephotos:before {
  content: "\e037";
}
.socicon-googleplus:before {
  content: "\e038";
}
.socicon-grooveshark:before {
  content: "\e039";
}
.socicon-hackerrank:before {
  content: "\e03a";
}
.socicon-hearthstone:before {
  content: "\e03b";
}
.socicon-hellocoton:before {
  content: "\e03c";
}
.socicon-heroes:before {
  content: "\e03d";
}
.socicon-hitbox:before {
  content: "\e03e";
}
.socicon-horde:before {
  content: "\e03f";
}
.socicon-houzz:before {
  content: "\e040";
}
.socicon-icq:before {
  content: "\e041";
}
.socicon-identica:before {
  content: "\e042";
}
.socicon-imdb:before {
  content: "\e043";
}
.socicon-instagram:before {
  content: "\e044";
}
.socicon-issuu:before {
  content: "\e045";
}
.socicon-istock:before {
  content: "\e046";
}
.socicon-itunes:before {
  content: "\e047";
}
.socicon-keybase:before {
  content: "\e048";
}
.socicon-lanyrd:before {
  content: "\e049";
}
.socicon-lastfm:before {
  content: "\e04a";
}
.socicon-line:before {
  content: "\e04b";
}
.socicon-linkedin:before {
  content: "\e04c";
}
.socicon-livejournal:before {
  content: "\e04d";
}
.socicon-lyft:before {
  content: "\e04e";
}
.socicon-macos:before {
  content: "\e04f";
}
.socicon-mail:before {
  content: "\e050";
}
.socicon-medium:before {
  content: "\e051";
}
.socicon-meetup:before {
  content: "\e052";
}
.socicon-mixcloud:before {
  content: "\e053";
}
.socicon-modelmayhem:before {
  content: "\e054";
}
.socicon-mumble:before {
  content: "\e055";
}
.socicon-myspace:before {
  content: "\e056";
}
.socicon-newsvine:before {
  content: "\e057";
}
.socicon-nintendo:before {
  content: "\e058";
}
.socicon-npm:before {
  content: "\e059";
}
.socicon-odnoklassniki:before {
  content: "\e05a";
}
.socicon-openid:before {
  content: "\e05b";
}
.socicon-opera:before {
  content: "\e05c";
}
.socicon-outlook:before {
  content: "\e05d";
}
.socicon-overwatch:before {
  content: "\e05e";
}
.socicon-patreon:before {
  content: "\e05f";
}
.socicon-paypal:before {
  content: "\e060";
}
.socicon-periscope:before {
  content: "\e061";
}
.socicon-persona:before {
  content: "\e062";
}
.socicon-pinterest:before {
  content: "\e063";
}
.socicon-play:before {
  content: "\e064";
}
.socicon-player:before {
  content: "\e065";
}
.socicon-playstation:before {
  content: "\e066";
}
.socicon-pocket:before {
  content: "\e067";
}
.socicon-qq:before {
  content: "\e068";
}
.socicon-quora:before {
  content: "\e069";
}
.socicon-raidcall:before {
  content: "\e06a";
}
.socicon-ravelry:before {
  content: "\e06b";
}
.socicon-reddit:before {
  content: "\e06c";
}
.socicon-renren:before {
  content: "\e06d";
}
.socicon-researchgate:before {
  content: "\e06e";
}
.socicon-residentadvisor:before {
  content: "\e06f";
}
.socicon-reverbnation:before {
  content: "\e070";
}
.socicon-rss:before {
  content: "\e071";
}
.socicon-sharethis:before {
  content: "\e072";
}
.socicon-skype:before {
  content: "\e073";
}
.socicon-slideshare:before {
  content: "\e074";
}
.socicon-smugmug:before {
  content: "\e075";
}
.socicon-snapchat:before {
  content: "\e076";
}
.socicon-songkick:before {
  content: "\e077";
}
.socicon-soundcloud:before {
  content: "\e078";
}
.socicon-spotify:before {
  content: "\e079";
}
.socicon-stackexchange:before {
  content: "\e07a";
}
.socicon-stackoverflow:before {
  content: "\e07b";
}
.socicon-starcraft:before {
  content: "\e07c";
}
.socicon-stayfriends:before {
  content: "\e07d";
}
.socicon-steam:before {
  content: "\e07e";
}
.socicon-storehouse:before {
  content: "\e07f";
}
.socicon-strava:before {
  content: "\e080";
}
.socicon-streamjar:before {
  content: "\e081";
}
.socicon-stumbleupon:before {
  content: "\e082";
}
.socicon-swarm:before {
  content: "\e083";
}
.socicon-teamspeak:before {
  content: "\e084";
}
.socicon-teamviewer:before {
  content: "\e085";
}
.socicon-technorati:before {
  content: "\e086";
}
.socicon-telegram:before {
  content: "\e087";
}
.socicon-tripadvisor:before {
  content: "\e088";
}
.socicon-tripit:before {
  content: "\e089";
}
.socicon-triplej:before {
  content: "\e08a";
}
.socicon-tumblr:before {
  content: "\e08b";
}
.socicon-twitch:before {
  content: "\e08c";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-uber:before {
  content: "\e08e";
}
.socicon-ventrilo:before {
  content: "\e08f";
}
.socicon-viadeo:before {
  content: "\e090";
}
.socicon-viber:before {
  content: "\e091";
}
.socicon-viewbug:before {
  content: "\e092";
}
.socicon-vimeo:before {
  content: "\e093";
}
.socicon-vine:before {
  content: "\e094";
}
.socicon-vkontakte:before {
  content: "\e095";
}
.socicon-warcraft:before {
  content: "\e096";
}
.socicon-wechat:before {
  content: "\e097";
}
.socicon-weibo:before {
  content: "\e098";
}
.socicon-whatsapp:before {
  content: "\e099";
}
.socicon-wikipedia:before {
  content: "\e09a";
}
.socicon-windows:before {
  content: "\e09b";
}
.socicon-wordpress:before {
  content: "\e09c";
}
.socicon-wykop:before {
  content: "\e09d";
}
.socicon-xbox:before {
  content: "\e09e";
}
.socicon-xing:before {
  content: "\e09f";
}
.socicon-yahoo:before {
  content: "\e0a0";
}
.socicon-yammer:before {
  content: "\e0a1";
}
.socicon-yandex:before {
  content: "\e0a2";
}
.socicon-yelp:before {
  content: "\e0a3";
}
.socicon-younow:before {
  content: "\e0a4";
}
.socicon-youtube:before {
  content: "\e0a5";
}
.socicon-zapier:before {
  content: "\e0a6";
}
.socicon-zerply:before {
  content: "\e0a7";
}
.socicon-zomato:before {
  content: "\e0a8";
}
.socicon-zynga:before {
  content: "\e0a9";
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li + li {
  margin-left: 1.23809524em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.navButtons.logInBtn {
  padding-left: 1.85714286em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  font-size: 0.857142857142857em;
  line-height: 2.166666666666667em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  color: #0a0a0a;
  opacity: .5;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.navButtons > a {
  font-weight: 700;
  font-family: Open Sans, 'Helvetica', 'Arial', sans-serif;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  font-size: inherit;
  line-height: 1.85714286em;
  text-transform: uppercase;
  display: inline-block;
  color: #0a0a0a;
  letter-spacing: .5px;
  opacity: 1;
  padding-top: 0.30952381em;
  padding-bottom: 0.30952381em;
  padding-right: 1.85714286em;
  padding-left: 1.81714286em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.navButtons > a > span {
  font-size: .85714286em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.navButtons.registerBtn > a {
  background: #316f24;
  border-color: #316f24;
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.navButtons > a:hover {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.navButtons.logInBtn > a:hover {
  border-color: #252525;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.navButtons.registerBtn > a:hover {
  background: #39822a;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: '\e80a';
  margin-left: 4px;
  font-family: "stack-interface";
  display: inline-block;
  font-size: 8px;
  position: relative;
  bottom: 2px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:not(.navButtons) {
  padding-top: 5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
  border-radius: 6px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  padding: 1.23809524em 1.85714286em;
  margin-left: -5px;
  margin-top: 18px;
  width: 296px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li {
  margin-bottom: 0.30952381em;
  opacity: .75;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:last-child {
  margin-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a {
  color: #666666;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:hover {
  opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  height: 20px;
  left: 0;
  width: 100%;
  display: block;
  background: transparent;
  margin-top: -20px;
  opacity: 0;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


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

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

@media (max-width: 767px){

  /* Menu Reset */
  /*   .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
  display: block;
  float: none;
  position: static;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 0px;
  margin: 0px;
  background-image: none;
  background-color: transparent;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
  max-width: none;
  width: 100%;
  height: auto;
  line-height: 1;  
  font-weight: normal;
  text-decoration: none;
  text-indent: 0px;
  text-align: left;
  color:#fff;
} */

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

  .mobile-trigger {
    color: #252525;
    font-size: 2.35714286em;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: block;
  }
  .mobile-trigger i {
    font-style: normal;
    font-size: 30.1714px;
  }
  .mobile-trigger i:before {
    font-family: "stack-interface";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e80e';
  }
  .custom-menu-primary.js-enabled {
    float: none !important;
    width: 100% !important;
    position: static !important;
  }
  .cm-header-contact-info p {
    padding-bottom: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
    width: auto !important;
    display: inline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li + li {
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.navButtons.logInBtn {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.navButtons > a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.navButtons.logInBtn {
    margin-bottom: 0.92857143em;
    margin-top: 1.45714286em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.navButtons > a > span {
    font-size: 0.85714286em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0 1.85714286em 0;
    display: none;
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:first-child {
    padding-top:1.13809524em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:last-child {
    padding-bottom:1.23809524em;
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: none;
  }
  .cm-header-bottom-wrapper {
    position: relative;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 26px;
    display: block;
    background: transparent;
    cursor: pointer;
    text-align: center;
    opacity: .5;
  }
  a:hover + .child-trigger  {
    opacity: 1;
  }
  .child-trigger:after {
    content: '\e80a';
    margin-left: 4px;
    font-family: "stack-interface";
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    padding-bottom: 2px;
  }
  .custom-header-top-right {
    text-align: left;
  }
  .cm-footer-navs .hs-menu-wrapper>ul>li:not(:last-child):after {
    margin: 0 0.5px 0 3px;
  }
  .cm-footer-top-wrapper p:last-child {
    margin-bottom: 1.85714286em;
  }
  .cm-certification-logo img {
    margin-bottom: 1.85714286em;
  }


}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */


.post-header h2, h2.post-listing-simple {}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
  color: inherit;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
}
.section.post-header h1 {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  /*   border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
  padding-bottom: 30px; */
}
.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 {
  display:block;
  margin:0;
}
.cm-rec-post-section .post-item {
  margin-bottom: 0;
}

/* Blog Topics List */
#hubspot-topic_data {
  margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

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

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

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

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

#comments-listing.no-comments {
  border: none;
}

#comment-form {
  background: #fff;
  border: 1px solid #000;
  margin: 15px 0;
  padding: 30px;
}

.comment-date { 
  font-size: 13px;
  text-align: left;
  display: block !important;
  margin-top: 5px;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin > span {
  vertical-align: top !important;
}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


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

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


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


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

.hs-search-field,
#email-prefs-form,
.widget-type-blog_comments > span > div,
.widget-type-form, .widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt,
.widget-type-email_simple_subscription form ,
#comment-form, .widget-type-widget_container form
{
  max-width:750px;
}

form h3,
#email-prefs-form h1,
#email-prefs-form h2{
  color:inherit;
}

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

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

/* Labels and Legends */
label {
  font-size: .85714286em;
  display: inline-block;
  max-width: 100%;
  font-weight: 400;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  color: #666666;
  font: inherit;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  background: #fcfcfc;
  padding: .46428571em .46428571em 4px;  
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  padding-left: 0.92857143em;
  width:100%;
  max-width:650px;
  display:block;
}

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: #429630;
  outline: none;
}

.hs-error-msgs label {
  background: #fff;
  display: block;
  padding: 5px 0px;
  margin-top: 4px;
  line-height: 1.85714286em;
}

ul.hs-error-msgs.inputs-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  padding: .46428571em;
  padding-left: 0.92857143em;
}
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;
  margin: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 {}

.cm-cokiee-search .hs-search-field--open .hs-search-field__suggestions {
  padding:5px 10px;
}
.custom-404-group {
  background: #252525;
  color: #fff;
  padding: 5em 0;
  text-align: center;
}
.custom-404-group .custom_error_message h1 {
  margin-bottom: .419354838709677em;
  font-weight: 200;
  font-size: 4.428571428571429em;
  line-height: 1.048387096774194em;
  color: #fff;
}
.custom-404-group .custom_error_message p {
  margin-top: 2.052631578947368em;
  margin-bottom: 1.36842105263158em;
  font-weight: 400;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
.custom-404-group .custom_error_message a {
  font-size: .85714286em;
  font-weight: 700;
  line-height: 2.16666667em;
  color: #fff;
  text-decoration: none;
}
.custom-404-group .custom_error_message a:hover {
  text-decoration:underline;
}
@media (max-height: 600px) and (min-width: 767px){
  .custom-404-group .custom_error_message {
    padding-top:100px;
  }
}
@media (min-height: 600px) and (min-width: 767px){
  .custom-404-group {
    height: 100vh !important;
    position:relative;
  }
  .custom-404-group .custom_error_message{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}

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

/* Placeholder Text */
::-webkit-input-placeholder {
  color:#b3b3b3;
  font-size:1.14285714em;
} /* Webkit Browsers */
:-moz-placeholder {
  color:#b3b3b3;
  font-size:1.14285714em;
} /* Firefox 18- */
::-moz-placeholder {
  color:#b3b3b3;
  font-size:1.14285714em;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color:#b3b3b3;
  font-size:1.14285714em;
} /* 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) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 2px solid #316f24;
  color: white;
  background: #316f24;
  padding: 0.46428571em 2.78571429em 0.46428571em 2.78571429em;
  border-radius: 6px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  min-height: 3.25000000000001em;
  display:inline-block;
  white-space:normal;
  margin:20px 0;
}

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

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border-color: #429630;
}



/* =============== 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                                      
========================================================================== */
.post-item {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}

.post-listing {
  margin: 0 -15px;
}

.cm-post-feature-image {
  display: block;
}

.cm-post-feature-image img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.cm-post-feature-image:hover img {
  opacity: .85;
}

.cm-post-item-inner {
  border-radius: 6px;
  overflow: hidden;
}

.post-header {
  border: 1px solid #ececec;
  padding: 1.85714286em;
  border-radius: 0 0 6px 6px;
}

.post-header > h2 {
  font-size: 1em;
  line-height: 1.85714286em;
  font-weight: 600;
  margin-bottom: 1.85714286em;
}

.post-header > h2 > a {
  font-weight: inherit;
  text-decoration: none;
  color: #0a0a0a;
}

a.more-link {
  color: #316f24;
  font-weight: 700;
  text-decoration: none;
}

.blog-pagination {
  clear: both;
  font-size: 0.85714286em;
  overflow: hidden;
  margin-top: 30px;
}

.blog-pagination > a {
  text-decoration: none;
}

a.previous-posts-link {
  float: right;
}

a.next-posts-link {
  float: left;
}

a.more-link:hover {
  text-decoration: underline;
}

.blog-pagination > a:hover {
  text-decoration: underline;
}

.blog .page-center.content-wrapper {
  padding-top: 0;
}

.blog .page-center.content-wrapper > div {
  position: relative;
}

.blog.hs-blog-listing .page-center.content-wrapper > div {
  border-top: 0px solid #ECECEC;
  padding-top: 4.64285714em;
}
.blog.hs-blog-listing .cm-english-blog-cnt.page-center.content-wrapper > div {
  border-top: 1px solid #ececec;
  padding-top: 4.64285714em !important;  
  margin-top: 0;
}

.article__share {
  margin-top: 5.57142857em;
}

.text-center {
  text-align: center;
}

.bg--facebook {
  background: #3b5998;
  color: #fff;
}

.btn--icon {
  padding-left: 5.57142857em;
  text-transform: none;
}

.btn.bg--facebook, .btn.bg--twitter, .btn.bg--instagram, .btn.bg--googleplus, .btn.bg--pinterest, .btn.bg--dribbble, .btn.bg--behance, .btn.bg--dark {
  border-color: rgba(0, 0, 0, 0) !important;
}

.btn span, .btn i {
  color: #0a0a0a;
  border-color: #0a0a0a;
  font-weight: 700;
  font-size: 0.85714286em;
}

.btn.bg--facebook span,
.btn.bg--twitter span,
.btn.bg--instagram span,
.btn.bg--googleplus span,
.btn.bg--pinterest span,
.btn.bg--dribbble span,
.btn.bg--behance span,
.btn.bg--dark span{
  color: #fff;
}

.btn.bg--facebook span i,
.btn.bg--twitter span i,
.btn.bg--instagram span i,
.btn.bg--googleplus span i,
.btn.bg--pinterest span i,
.btn.bg--dribbble span i, 
.btn.bg--behance span i, 
.btn.bg--dark span i {
  color: #fff;
}

.btn span, .btn i {
  color: #0a0a0a;
  border-color: #0a0a0a;
  font-weight: 700;
  font-size: 0.85714286em;
}

.btn--icon i {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 13px;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
  line-height: 41px;
}

.btn--icon i.socicon {
  line-height: 42px;
}

.socicon-facebook:before {
  content: "\e028";
}

.btn {
  position: relative;
}

.btn.bg--facebook:hover, .btn.bg--twitter:hover, .btn.bg--instagram:hover, .btn.bg--googleplus:hover, .btn.bg--pinterest:hover, .btn.bg--dribbble:hover, .btn.bg--behance:hover, .btn.bg--dark:hover {
  opacity: .9;
}

.btn + .btn {
  margin-left: 1.85714286em;
}

.bg--twitter {
  background: #00aced;
  color: #fff;
}

.cm-blog-post-wrapper {
  padding-bottom: 7.42857143em;
  border-bottom: 0px solid #ECECEC;
  margin-bottom: 4.95238095em;
}
.blog .section.post-footer {
  padding-bottom: 7.42857143em !important;
}
.cm-italian-blog-cnt .cm-blog-post-wrapper {
  border-bottom: 1px solid #ECECEC;
}

.hs-blog-post .cm-blog-post-wrapper .section.post-header {
  border: none;
  padding: 0;
}

.hs-blog-post .content-wrapper {
  padding:0
}
.section.post-header > h1 {
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  margin: 0 0 52px;
  text-align: center;
}

.cm-post-featured-image-wrapper img {
  border-radius: 6px;
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.section.post-body p, .section.post-body ul {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: 400;
  color: #808080;
  margin-bottom: 1.36842105263158em;
}
.section.post-body ul {
  padding: 0;
  list-style: none;
  margin-bottom: 1.36842105263158em;
}
.section.post-body ul li {
  list-style: initial;
  margin-left: 25px;
}
.cm-german-blog-cnt .section.post-body ul li {
  list-style-type: circle;
}
.section.post-body ul ul {
  margin: 0 0 0 40px;
  font-size: 1em;
}
.cm-blog-comments-wrapper,
.widget-type-blog_comments  .section.post-footer {
  background: transparent;
  width: 66.66666667%;
  margin: 0 auto;
  max-width: 100%;
  color: #666666;
  padding: 0 15px;
}
.cm-italian-post-header h1 {
  margin-bottom: .29545454545455em !important;
}
.custom-blog-byline {
  text-align: center;
  margin-bottom: 3.71428571em;
}
.widget-type-blog_comments .section.post-footer input, .widget-type-blog_comments .section.post-footer textarea {
  max-width: 100%;
}

.widget-type-blog_comments .hs-form-field {
  padding-bottom: 20px;
}

.widget-type-blog_comments  .hs-error-msgs label {
  padding: 0;
  background: transparent;
}

.cm-post-featured-image-wrapper {
  margin-bottom: 45px;
}

.cm-rec-post-section {
  border-top: 1px solid #f0f0f0;
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
}

.widget-type-blog_comments .section.post-footer input.hs-button.primary {
  width: 100%;
  height: 3.5em;
}

div#comments-listing {
  display: none;
}

.blog .cm-footer-logo img {
  width: 120px;
  opacity: 0.9;
}

.blog .cm-certification-logo img {
  opacity: 0.9;
}
.icon--xs {
  font-size: 1em;
}
.btn:not([class*='primary']) {
  border-color: #d3d3d3;
}
.btn:not([class*='primary']):hover {
  border-color: #252525;
}

/* ==========================================================================
Pages                             
========================================================================== */

/* ------ FAQ Page Start Here ----- */
.hs-faq-section-1 ul,
.hs-faq-section-1 ol {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.85714286em;
}
.hs-faq-section-1 ol {
  list-style-position: outside;
  list-style-type: decimal;
}
.hs-faq-section-1 ul ul,
.hs-faq-section-1 ol ul,
.hs-faq-section-1 ul ol,
.hs-faq-section-1 ol ol {
  margin-bottom: 0;
}
.hs-faq-section-1 ol li:not(:last-child) {
  margin-bottom: 1.85714286em;
}
.body-container p:last-child {
  margin-bottom: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    -webkit-font-smoothing: antialiased
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    -webkit-font-smoothing: antialiased
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -webkit-font-smoothing: antialiased
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -webkit-font-smoothing: antialiased
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1)
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2)
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1)
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2)
  }
}

@keyframes kenBurns {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.1)
  }
}

@-webkit-keyframes kenBurns {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.1)
  }
}
.hs-faq-section-1 .content-wrapper {
  padding-top: 50px;
  padding-bottom: 0px;
}
.hs-tabberlive-wrapper {
  padding-bottom: 50px;
}
ul.tabbernav:empty {
  display: none;
}
.hs-tabberlive-heading h3 {
  margin-bottom: 50px;
}
.hs-tabberlive-group {
  overflow: hidden;
  position:relative;
}
.tabber-heading-grp {
  margin: 0;
  list-style: none;
  line-height: 1.85714286em;
  display: inline-block;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  margin-bottom: 1.85714286em;
  width: 25%;
  float: left;
  padding: 0;
}
.hs-contact-section-1-column-cont .hs_cos_wrapper_type_module:last-of-type .hs_cos_wrapper_type_rich_text strong {
  font-weight: bold;
}
.hs-tabber-wrapper {
  padding-bottom: 50PX;
}
.tabber-heading-grp .tabber-heading {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  padding: .92857143em 1.85714286em;
  opacity: .5;
  display: block;
  text-align: center;
  cursor:pointer;
}
.tabber-heading-grp .tabber-heading:hover {
  opacity: 1;
}
.tabber-heading-title {
  opacity: 1;
  color: #316f24;
}
.tabber-heading-title:before {
  color: #316f24;
}
.tabber-heading-grp .tabber-heading:not(:last-child){
  border-right: none;
  border-bottom: 1px solid #ECECEC;
}
.tabber-heading-grp .tabber-heading .tabber-heading-title {
  font-family: Open Sans,'Helvetica','Arial',sans-serif;
  color: #0a0a0a;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  display: block;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.85714286em;
  text-decoration: none;
  font-weight: 600;
}
.tabber-heading-grp .tabber-heading .tabber-heading-title:before {
  content: "\e042";
  font-family: 'Socicon'!important;
  display: block;
  font-size: 2.35714286em;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 6.500px;
  color: #666;
}
.tabber-heading-grp .tabber-heading .tabber-heading-title:hover {
  opacity: 1;
}
.custom-tabber-item-group{
  width: 70%;
  float: right;
  margin-top: 0;
  text-align: left;
  animation: fadeInLeft .5s ease forwards;
  -webkit-animation: fadeInLeft .5s ease forwards;
  backface-visibility: hidden;
}
/* .custom-tabber-item {
display: none;
} */
.hs-tabber-heading h3 {
  margin-bottom: 50px;
}
.tabber-heading.active .tabber-heading-title {
  color: #316f24;
}
.tabber-heading.active {
  opacity: 1;
}
.tabber-heading.active .tabber-heading-title:before {
  color: #316f24;
}
.custom-tabber-item.active {
  animation: fadeInLeft .5s ease forwards;
  -webkit-animation: fadeInLeft .5s ease forwards;
  backface-visibility: hidden;
}
.custom-tabber-item.active .custom-tabber-content {
  animation: fadeInUp .5s ease forwards;
  -webkit-animation: fadeInUp .5s ease forwards;
  backface-visibility: hidden;
  display: block;
  width: 100%;
}
.custom-tabber-item:not(.active) .custom-tabber-content {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  animation: fadeOutRight .5s ease forwards;
  -webkit-animation: fadeOutRight .5s ease forwards;
  animation: fadeOutUp .5s ease forwards;
  -webkit-animation: fadeOutUp .5s ease forwards;
}

.faq-questions{
    background-color: #d8f4d3;
    border: 1px solid #1da407;
    height: 50px;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    margin-bottom:25px;
}

.faq-categories{
    background-color: #e4e4e4;
    height: 150px;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
}

.faq-categories a:link{
    text-decoration:none;
}

.faq-questions a:link{
    text-decoration:none;
}





























































/* ------ FAQ Page End Here ----- */
/* ------ Contact Page Here ----- */
.hs-contact-section1 {
  background: #316f24;
  position: relative;
  padding-top: 4.95238095em;
  padding-bottom: 4.95238095em;
}
.hs-contact-section1 .page-center {
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hs-contact-section-2 .page-center {
  padding-top: 64px;
  padding-bottom: 50px;
}
.hs-contact-section-2-column .hs_cos_wrapper_type_rich_text h4 {
  margin-bottom: 32px;
}
@media(max-height:767px){
  .hs-contact-section1 .page-center {
    padding-top: 3.71428571em;
    padding-bottom: 3.71428571em;
  }
}
.hs-contact-section-1-Image {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  right: auto;
  width: 50% !IMPORTANT;
  background-size: cover!important;
  background-position: 50% 50%!important;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
}
.hs-contact-section-1-column-cont {
  float: right !important;
  margin: 0 !important;
  width: 41.66666667% !important;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.hs-contact-section-1-column-cont .hs-error-msgs label {
  color: #fff;
  display: block;
  line-height: 1.85714286em;
  background: transparent;
  padding: 0;
}
.hs-contact-section-1-column-cont h1 {
  color: #fff;
  margin-bottom: 32px;
}
.hs-contact-section-1-column-cont p {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: 400;
  opacity: .9;
}
.hs-contact-section-1-column-cont form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: 100%;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  position: static;
  height: auto;
  margin: 4px 0 0;
}
.hs-contact-section-1-column-cont p strong {}
.hs-contact-section-1-column-cont h2 {
  color:#fff;
}
.custom-contact-map > div {
  min-height: 450px;
}
.hs-contact-section-2-column {
  padding-left: 15px;
  padding-right: 15px;
}

strong {
  font-weight: 600;
}
p strong {
  color: #252525;
}
.hs-contact-section-1-column-cont .hs_cos_wrapper_type_module {
  margin-bottom: 32px;
}
.hs-contact-section-1-column-cont .form-title {
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  margin: 0;
  color: #fff;
}
.hs-contact-section-1-column-cont form {
  background: transparent;
  padding: 0;
  max-width: 100%;
}
.hs-contact-section-1-column-cont form .hs-input {
  height: 2.78571429em;
  max-width: 100%;
  width: 100% !important;
}

.hs-contact-section-1-column-cont form textarea.hs-input {
  height: auto;
}
.hs-richtext {
  margin-top: 10px;
  color: black;
  font-size: 10px;
  line-height: 1.6em;
}
.legal-consent-container .field.hs-form-field {
  margin-bottom: 8px;
}
.hs-contact-section-1-column-cont .hs-button {
  margin: 20px 0 !important;
  width: 100%;
  border: 2px solid #FFF;
}

/* ------ Contact Page End Here ----- */
/* --- Two Column with Top Content Website Page ---*/

.hs-row1-top-section {
  text-align: center;
  padding-bottom: 50px;
}
.body-container .hs-row1-two-col-top-content-group .page-center {
  padding-top: 10px;
}
.hs-row1-top-section h2 {
  margin-bottom: 50px;
}
.hs-two-col-row1-col2-section.widget-type-widget_container form{
  background: none;
  padding: 0;
}
.hs-two-col-row1-col2-section.widget-type-widget_container form label {
  font-size: .85714286em;
  color: #666;
}
.hs-two-col-row1-col2-section.widget-type-widget_container form label.hs-error-msg {
  padding:0;
}
.hs-two-col-row1-col2-section.widget-type-widget_container form .hs-error-msgs label {
  padding: 0;
}
.hs-two-col-row1-col2-section.widget-type-widget_container form .hs-richtext p {
  color: #000;
  font-size: 10px;
  line-height: 1.6em;
}
.hs-two-col-row1-col2-section.widget-type-widget_container form .hs-richtext {
  margin: 11px 0 0;
}
.hs-two-col-row1-col2-section.widget-type-widget_container form .hs-button {
  display: block;
  width: 100%;
  outline:0 none;
}
.hs-two-col-row1-col1-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.hs-two-col-row1-col1-section h3:not(:first-of-type) {
  margin-bottom: 0px;
}
/* --- Two Column with Top Content Website Page End ---*/

/* --- Savoir Faire Website Page ---*/
.hs-savoir-faire-row1-col1 .custom-btn-group {
  text-align: left;
}
.hs-savoir-faire-row1-col1 .btn {
  margin: 25px 0 0;
}
.hs-savoir-faire-row1-col1 .btn:hover {
  background: #39822a;
}
.hs-savoir-faire-row1-group .page-center {
  padding-top: 110px;
  padding-bottom: 60px;
}
.hs-savoir-faire-row2-group {
  background-color: #f7f7f7;
  padding: 75px 0 40px;
  text-align: center;
}
html[lang="fr"] .hs-savoir-faire-row2-group{  
  background-color: #efefef;
}
.body-container .hs-savoir-faire-row2-group p {
  margin-bottom: 1.85714286em;
}
.hs-savoir-faire-row2-group .custom-btn-group {
  margin: 0 0 20px;
}

/* --- Savoir Faire Website Page End ---*/

/* ---Recruitment Website Page-- */

.hs-recruitment-page .cm-advanced-logo {
  margin-bottom: -4px;
}
.hs-recruitment-page.scrolled .cm-advanced-logo {
  margin-bottom: 0;
}
.inner-page-center {
  width: 66.66666667% !important;
  margin: 0 auto !important;
  float: none !important;
}

.hs-recruitment-section1-cnt .hs_cos_wrapper_type_module:first-of-type {
  margin: 40px 0 146px;
}
.hs-page-header-group h2 {
  text-align:center;
}
.hs-page-header-group p {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: 400;
  color: gray;
  margin: 0;
}
.hs-recruitment-section1-cnt .hs-page-header-group p {
  text-align:center;
}
.hs-recruitment-section1-cnt .hs-page-header-group {
  width: 100%;
  margin: 0 auto;
}
.hs-recruitment-section2 .page-center {
  padding-top: 60px !important;
  padding-bottom: 80px !important;
}
.hs-recruitment-section3b{
  background-color:#efefef;
}
.hs-recruitment-section1 .page-center {
  padding-bottom:0 !important;
}
.hs-col-3 {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-col-4 {
width: 25%;
float:left;
padding-left:10px;
padding-right:10px;
}
.cm-row {
  margin: 0 -15px;
}
.hs-recruitment-section3-cnt {
  width: 65.66666667% !important;
  float: none !important;
  margin: 0 auto !important;
}
.hs-recruitment-section3 .page-center {
  padding-top: 0;
  padding-bottom: 32px;
}
.custom-main-form form{
  max-width: 100%;
}
.custom-main-form .hs-input {
  max-width:100% !important;
  width:100% !important;
}
form.hs-form fieldset[class*="form-columns"] .hs-input {
  max-width: 100%;
}
.custom-main-form .hs-button{
  width: 100%;
  height: 3.25000000000001em;
  border: none;
}
.custom-main-form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  position: static;
  width: auto;
  height: auto;
  width: 100%!important;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  position: static;
}
.hs-recruitment-section3-cnt .hs-page-header-group {
  padding-bottom: 32px;
}
.hs-recruitment-section3-cnt .hs-page-header-group h2 {
  margin: 0;
  padding-bottom: 32px;
}

/* ---Recruitment Website Page End -- */

/* --- Demonstration Website Page -- */
.hs-demonstration-section2-left {
  padding-bottom:50px;
}
.hs-demonstration-section3 {
  padding-bottom: 7.42857143em;
}
.hs-demonstration-section3 .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs-demonstration-section3 h2 {
  margin: 0;
}
.hs-demonstration-section2 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.hs-demonstration-section2-cnt form {
  padding: 20px 0;
}
.hs-demonstration-section1 {
  padding-bottom: 30px;
  padding-top: 40px;
}
.hs-demonstration-section1 .page-center {
  padding: 17.5px;
}
.hs-demonstration-section1 h1 {
  margin: 0;
  padding-bottom: 15px;
}
.custom-main-form.hs-demonstration-section2-cnt .hs-button {
  margin-top:25px;
}
.cm-demonstration-banner-area {
  position: relative;
  overflow: hidden;
  padding: 5em 0;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.cm-demonstration-banner-area > div {
  width: 100%;
}
.cm-demonstration-banner-bg-image {
  height: 115vh;
  min-height: 100vh;
  top: 0;
  transition: opacity 0.3s ease!important;
  -webkit-transition: opacity 0.3s ease!important;
  -webkit-transform-style: preserve-3d;
  left: 0;
  background-size: cover!important;
  background-position: 50% 50%!important;
  z-index: 0;
  position: absolute;
  width: 100%;
  right: 0;
}
.cm-demonstration-banner-area:before {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .4;
  display: block;
}
.cm-demonstration-banner-area-innner-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -41px;
}
.cm-demonstration-banner-area-innner-wrapper h1 {
  color: #fff;
  margin: 0;
}
.cm-demonstration-banner-area-innner-wrapper p {
  opacity: .9;
  color: white;
  margin: 0 !important;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
.cm-demonstration-banner-btn {
  padding: 40px 0;
  opacity: .9;
  color: #fff;
}
.cm-demonstration-banner-btn .btn:focus {
  outline: none;
  text-decoration: none;
}
.cm-demonstration-banner-btn a {
  border-color: rgba(255,255,255,.3);
  color: #fff;
  font-weight: 600;
  letter-spacing: .5px;
}
.cm-demonstration-banner-btn .btn {
  border-color: rgba(255,255,255,.3) !important;
}
.cm-demonstration-banner-btn .btn:hover {
  border-color: #fff !important;
}
.cm-demonstration-bannner-cnt-img {
  width: 50%;
  margin: 0 auto;
  padding: 0 8px;
}
.cm-demonstration-banner-btn a .btn__text {
  color: #fff;
}
.cm-demonstration-banner-btn a:hover {
  border-color: #fff;
}
.hs-demonstration-section1-cnt {
  padding-top: 35px;
}
/* --- Demonstration Website Page End -- */
/* --- Team Website Page  -- */

.hs-team-section {
  padding-top: 60px !important;
  padding-bottom: 30px !important;
}
.hs-team-item {
  width: 25%;
  float: left;
}
.hs-team-area {
  padding: 0 16.166667%;
}
.hs-team-item p {
  background-color: #f7f7f7 !important;
  margin: 0;
  text-align: center;
  padding: 10px 5px 35px;
  margin: 0;
}
.hs-team-item p strong {
}
.hs-team-section .hs_cos_wrapper_type_rich_text h2{
  padding-bottom: 30px;
  margin:0;
}
.cm-banner-no-sub-title h1 {
  margin: 0;
}
/* --- Team Website Page End  -- */
/* --- Quote Page -- */
.hs-quote-section1 .page-center {
  padding-top: 80px;
  padding-bottom: 0;
}
.hs-one-col-img-cnt-grp {
  padding-top: 35px;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-one-col-img-cnt-grp-image {
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 17.5px;
  width: 66.66666667%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.hs-one-col-img-cnt-grp-cnt {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 17.5px;
  display: flex;
  width: 33.33333333%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.hs-one-col-img-cnt-grp.right-align .hs-one-col-img-cnt-grp-image {
  order: 2;
}
.hs-one-col-img-cnt-grp.right-align .hs-one-col-img-cnt-grp-cnt {
  order: 1;
}
.hs-one-col-img-cnt-grp-cnt-icon {
  text-align: left;
  line-height: 0;
  font-size: 14px;
  margin-bottom: 35px;
}
.hs-one-col-img-cnt-grp-cnt-icon-inner {
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  width: 4em;
  height: 4em;
  box-sizing: content-box;
  position: relative;
  max-width: 100%;
  line-height: 5em;
}
.hs-one-col-img-cnt-grp-cnt-icon-inner span {
  font-family: vc_material!important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1!important;
  font-size-adjust: none;
  font-stretch: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-language-override: normal;
  font-language-override: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 5em;
  color: #2c6420;
}
.hs-one-col-img-cnt-grp-cnt-icon-inner span:before {
  content: "";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: inherit;
  height: inherit;
  font-size: 1em;
  text-align: center;
  text-rendering: optimizelegibility;
}
.hs-one-col-img-cnt-grp-cnt-icon-inner.vc-material-looks_one span:before{
  content: "\e400";
}
.hs-one-col-img-cnt-grp-cnt-icon-inner.vc-material-looks_two span:before{
  content: "\e401";
}
.hs-one-col-img-cnt-grp-cnt-icon-inner.vc-material-looks_3 span:before{
  content: "\e3fb";
}
.hs-one-col-img-cnt-grp-cnt-icon-inner.vc-material-looks_4 span:before{
  content: "\e3fd";
}
.hs-one-col-img-cnt-grp-cnt > div {
  width: 100%;
  display: block;
}
.hs-one-col-img-cnt-grp.left-align .hs-one-col-img-cnt-grp-image {
  order: 1;
}
.hs-one-col-img-cnt-grp.left-align .hs-one-col-img-cnt-grp-cnt {
  order: 2;
}
.hs-quote-page .hs-quote-section1-cnt .hs_cos_wrapper_type_module:first-of-type .hs_cos_wrapper_type_rich_text{
  width: 50%;
  margin: 0 auto;
  padding: 0 15px;
  display:block;
}
.hs-quote-page.hs-layout-fr .hs-quote-section1-cnt .hs_cos_wrapper_type_module:first-of-type .hs_cos_wrapper_type_rich_text{
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  display:block;
}
.hs-quote-section1-cnt .hs_cos_wrapper_type_module:last-of-type .hs-one-col-img-cnt-grp-image {
  float: none;
  width: 100%;
  order: 2;
  padding: 0;
}
.hs-quote-section1-cnt .hs_cos_wrapper_type_module:last-of-type .hs-one-col-img-cnt-grp .hs-one-col-img-cnt-grp-cnt {
  float: none;
  width: 100%;
  order: 1;
  padding: 0 0 30px;
}
.hs-quote-section1-cnt .hs_cos_wrapper_type_module:last-of-type .hs-one-col-img-cnt-grp-cnt-icon {
  text-align: center;
}
.hs-quote-section1-cnt .hs_cos_wrapper_type_module:last-of-type .hs-one-col-img-cnt-grp {
  padding: 17.5px;
}
.hs-quote-section2 {
  background-color: #efefef !important;
  padding-top: 35px;
}
.hs-quote-section3 {

padding-top:35px;
background: url('https://www.proto-electronics.com/hubfs/ProtoElectronique_May2019/Images/fond-carte-1-1.jpg');
background-size:cover;
}
html[lang="en"] .hs-quote-section2 {
  background-color:#fff;
}
.hs-quote-section2 .page-center {
  padding-top: 32px;
  padding-bottom: 75px;
}
.hs-quote-section2 h3{
  margin:0;
  padding-bottom:32px;
}
.custom-btn-group {
  text-align: center;
}
.btn.type--uppercase {
  letter-spacing: .5px;
}

.btn--primary, .btn--primary:visited {
  background: #316f24;
  border-color: #316f24;
}
.btn:last-child {
  margin-right: 0;
}
.btn--primary {
  color: #fff;
  font-weight: 700;
}
.type--uppercase {
  text-transform: uppercase;
}
.btn--primary:hover {
  background: #39822a;
}
.custom-btn-group .btn {
  text-decoration: none;
}
html[lang="en"] .hs-home-section2-content .custom-btn-group .btn.btn--primary {
  padding-top: .30952381em;
  padding-bottom: .30952381em;
  padding-right: 1.85714286em;
  padding-left: 1.85714286em;
}
.btn--primary span, .btn--primary:visited span {
  color: #fff;
}
.btn.type--uppercase span {
  letter-spacing: .5px;
  margin-right: -.5px;
}
.btn:first-child {
  margin-left: 0;
}
.hs-one-col-img-cnt-grp-image-inner {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.hs-one-col-img-cnt-grp-image-inner img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.hs-one-col-img-cnt-grp-cnt-inner h2 {
  margin:0;
  padding-bottom:30px;
}
.hs-one-col-img-cnt-grp-cnt-inner h2 + p {
  font-weight: 400;
  color: gray;
  margin: 0 0 30px !important;
  font-size: 1.35714286em;
  line-height: 1.68421053em;  
}
.hs-one-col-img-cnt-grp-cnt-inner hr{
  border: 0;
  border-top: 1px solid #eee;
  margin: 1.85714286em 0;
  width: 2.78571429em;
  border-color: #316f24;
  margin-top: 0;
}
.hs-one-col-img-cnt-grp-cnt-inner ul {
  list-style: none;
  line-height: 1.85714286em;
  padding: 0;
}
.cm-two-col-video-with-bg-grp {
  background-size: cover;
  background-repeat: no-repeat;
}
/* --- Quote Page End  -- */
/* --- About Page  -- */
.hs-about-section5 {
  padding-top: 5em;
  padding-bottom: 5em;
  background-color:#efefef;
}
.hs-about-section5-cnt .hs_cos_wrapper_type_module:not(:first-child) {
  padding-top: 60px;
}
.hs-about-section5-cnt .hs-page-header-group {
  width: 66.66666667%;
  margin: 0 auto;
  text-align: center;
}
.hs-about-section5-cnt .hs_cos_wrapper_type_module:last-child {
  padding-top: 0;
  margin-top: 1.866621em;
}
.hs-video-banner-area {
  overflow: hidden;
  position: relative;
  padding: 5em 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hs-video-banner-area-video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.hs-video-banner-area-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hs-video-banner-area:before {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .9;
  display: block;
}
.hs-video-banner-area-cnt-grp {
  position: relative;
  z-index: 2;
  opacity: 1;
  padding: 42px 0 15px;
}
.hs-video-banner-area-cnt {
  width: 66.66666667%;
  margin: 0 auto;
  color: #fff;
  padding: 0 15px;
}
.hs-video-banner-area-cnt h3 {
  color: #fff;
}
.hs-video-banner-area-cnt h3+p {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: 400;
  margin-bottom: 1.36842105263158em;
  opacity: .9;
}
.hs-video-banner-area > div {
  width: 100%;
}
.hs-about-section3 .page-center {
  padding-bottom: 100px;
}
.hs-about-section2-cnt .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_rich_text {
  display:block;
  padding-top: 80px;
}
.hs-about-section2-cnt .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_rich_text hr {
  background-color: #ECECEC;
  margin: 0;
}
.hs-about-section2-cnt .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_rich_text p{
  margin: 0;
}
.hs-about-section2-cnt .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_rich_text p span {
  background-color: #f09038;
  margin-right: .92857143em;
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
  height: 26px;
  min-width: 65px;
  padding: 0 10px;
  text-align: center;
  border-radius: 50px;
}
.hs-about-section2-cnt .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_rich_text p + hr{
  margin-top: 32px;
  margin-bottom: 0;
}
.hs-about-section2-cnt .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_rich_text > hr{
  margin-bottom: 32px;
}
html[lang="fr"] .hs-about-section3 .page-center {
  padding-top: 60px;
  padding-bottom: 60px;
}
.hs-about-section3-cnt {
  padding-bottom: 50px;
  text-align: center;
  width: 66.66666667% !important;
}
.hs-about-section3-cnt .hs-page-header-group p {
  margin-bottom: 1.36842105263158em;
}
.hs-about-section3-cnt .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 1.85714286em !important;
}
.hs-about-section2 {
  border-top: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  padding-top: 5em;
  padding-bottom: 5em;
}
.hs-about-section2-cnt .hs-page-header-group {
  width: 66.66666667%;
  margin: 0 auto;
  text-align: center;
}
.hs-about-section2-cnt .hs-three-col-eql-cnt-grp {
  padding-top: 60px;
}
html[lang="fr"] .hs-about-section2 {
  background-color: #efefef;
}
html[lang="fr"] .hs-about-section2-cnt .hs-three-col-eql-cnt-grp {
  padding-top: 30px;
}
.hs-about-section1 {
  padding-top: 5em;
  padding-bottom: 5em;
}
.hs-about-section1-cnt .hs-page-header-group {
  width: 66.66666667%;
  margin: 0 auto;
  text-align: center;
}
.hs-about-section1-cnt .hs_cos_wrapper_type_module:not(:first-child) {
  padding-top: 80px;
  width: 83.33333333%;
  margin: 0 auto;
  padding-left: 2px;
  padding-right:2px;
}
.hs-about-section1-cnt .hs_cos_gallery {
  margin-bottom: 3.71428571em;
}
.hs-about-section1-cnt .hs_cos_gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}
.hs-about-section1-cnt .hs_cos_gallery .hs_cos_gallery_main .slick-slide-inner-wrapper {
  display: block;
}
.hs-about-section1-cnt .hs_cos_gallery .hs_cos_gallery_main .slick-slide-inner-wrapper .slick-dots {
  margin: 0;
}
.hs-about-section1-cnt .hs_cos_gallery .hs_cos_gallery_main .slick-dots {
  margin: 0;
  bottom: -2.714286em;
  line-height: 1;
  margin-bottom: -13px;
}
.hs-about-section1-cnt .hs_cos_gallery .hs_cos_gallery_main .slick-dots li button:before {
  opacity: .25;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #252525;
  border: none;
  margin: 0 .46428571em;
  font-size: 0;
}
.hs-about-section1-cnt .hs_cos_gallery .hs_cos_gallery_main .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
  width: 8px;
  height: 8px;
  margin: 0;
}
.hs-about-section1-cnt .hs_cos_gallery .hs_cos_gallery_main .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 .46428571em;
  vertical-align: middle;
}
.hs-about-section1-cnt .hs_cos_gallery .hs_cos_gallery_main .slick-dots li:hover button:before {
  opacity: .6;
}
.hs-about-section1-cnt .hs_cos_gallery .hs_cos_gallery_main .slick-dots li.slick-active button:before,
.hs-about-section1-cnt .hs_cos_gallery .hs_cos_gallery_main .slick-dots li.slick-active:hover button:before{
  opacity:1;    
}

.hs-about-section1-cnt .hs_cos_gallery .slick-arrow {
  z-index: 1;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  border-radius: 0;
  background: #252525;
  width: 2.78571429em;
  height: 5.57142857em;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  opacity: .5;
  padding-left: 12px;
  transform: translateY(-50%);
  margin-top: 0;
}

.hs-about-section1-cnt .hs_cos_gallery .slick-arrow:before {
  color: #fff;
  font-family: 'stack-interface';
  font-weight: 400;
  opacity: 1;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  border-radius: 0;
  background: #252525;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.hs-about-section1-cnt .hs_cos_gallery .slick-arrow:hover{
  opacity:1;
}
.hs-about-section1-cnt .hs_cos_gallery .slick-prev:before {
  content: "\e80b";
}

.hs-about-section1-cnt .hs_cos_gallery .slick-next:before {
  content: "\e80c";
}

/* --- About Page End  -- */

/* --- One Column Page  -- */
.hs-one-column-section1 .page-center {
  padding-top:0;
  padding-bottom:50px;
}
.hs-legales-section1 {
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  display: flex !important;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 100vh !important;
  margin-top: -140px;
  padding-top: 140px;
  padding-bottom: 20px;
}
.hs-legales-section1-cnt {
  width: 33.33333333% !important;
  padding: 0 15px;
  margin: 0 auto !important;
  float: none !important;
}
.hs-legales-section1 > div {
  width: 100%;
}
.hs-service-section1 {
  padding-top: 5em;
  padding-bottom: 5em;
}
.hs-service-section1-content {
  text-align: center;
}
.hs-service-section1-content .hs_cos_wrapper_type_module:not(:last-child) {
  padding-bottom: 50px;
}
.hs-service-section2{
  background-color:#efefef;
  padding-top: 5em;
  padding-bottom: 5em;
}
.hs-cookie-section1 {
  padding-top: 4.95238095em;
  padding-bottom: 4.95238095em;
}
.hs-cookie-section2-sidebar {
  border: 1px solid #ececec;
  padding: 2.78571429em;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 48px;
}
.hs-cookie-section2 {
  padding-bottom: 7.42857143em;
}
.hs-cookie-section2 .hs-search-field__bar form label {
  margin-bottom: .92857143em;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.85714286em;
  font-family: Open Sans,'Helvetica','Arial',sans-serif;
  color: #0a0a0a;
}
.cm-cokiee-search {
  margin-bottom: 3.71428571em;
}
.hs-cookie-section1-cnt hr{
  background-color: #ECECEC;
  margin: 1.85714286em 0;
}
.hs-cookie-section2 .hs-search-field {
  padding-bottom: 0;
}
.hs-cookie-section2-sidebar h5 {
  margin-bottom: .92857143em;
}

/* --- One Column Page End  -- */
/* --- Our Team Page   -- */
.hs-our-team-section1 {
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
}
.hs-our-team-grp {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 5px;
}
.hs-our-team-image {
  width: 50%;
  float: left;
  padding: 0;
}
.hs-our-team-image img {
  border-radius: 6px;
  vertical-align: middle;
}
.hs-our-team-content-grp {
  width: 41.66666667%;
  float: right;
  margin-top: 1.85714286em;
}
.hs-our-team-content-block {
  margin-bottom: 1.85714286em;
}
.hs-our-team-content-block h2 {
  margin-bottom: .3939393939394em;
}
.hs-our-team-content-linkedin ul {
  line-height: 1.85714286em;
  margin: 0;
  list-style: none;
  padding: 0;
}
.hs-our-team-content-linkedin ul li {
  display: inline-block;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  opacity: .6;
}
.hs-our-team-content-linkedin ul li a {
  color: #252525;
  font-weight: 400;
  text-decoration: none;
}
.hs-our-team-content-linkedin ul li a .icon.icon--xs {
  font-size: 1.14285714285714em;
  display: inline-block;
}
.hs-our-team-content-linkedin ul li:hover {
  opacity: 1;
}
.hs-our-team-wrap:not(:first-child) {
  padding-top: 85px;
}
.hs-our-team-wrap:nth-child(even) .hs-our-team-image {
  float: right;
}
.hs-our-team-wrap:nth-child(even) .hs-our-team-content-grp {
  float: left;
}
.hs-our-team-section2{
  padding-top: 60px;
  padding-bottom: 120px;
}
.hs-our-team-section2 .hs-page-header-group {
  text-align:center;
}
.hs-our-team-section2 .hs-page-header-group p {
  margin-bottom: 1.36842105263158em !important;
}
.hs-our-team-section2-content {
  width: 50% !important;
  margin:0 auto !important;
  float:none !important;
  padding: 0 5px;
}
html[lang="en"] .hs-our-team-section2 .hs_cos_wrapper_type_rich_text p {
  font-weight: 400;
  color: gray;
  margin-bottom: 1.36842105263158em;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
html[lang="en"] .hs-our-team-section2 .hs_cos_wrapper_type_rich_text p small{
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #444444;
}
.hs-our-team-inner-section2 {
  padding-bottom: 4.95238095em;
}
.hs-our-team-inner-section1 {
  padding-top: 4.95238095em;
  padding-bottom: 4.95238095em;
}
.hs-our-team-inner-section2-content .hs-our-team-grp {
  padding: 0;
}
.hs-our-team-inner-section1-content hr {
  background-color: #ECECEC;
  margin: 1.85714286em 0;
}
.post-body .article__share .btn {
  letter-spacing: 0;
}

/* --- Our Team Page End  -- */

/* ----- Home PAge --- */

.hs-home-section2 {
  padding-top: 0;
  padding-bottom: 7.42857143em;
}
.hs-home-section2 .custom-btn-group {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs-one-col-cont-icon-item {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}
.hs-two-col-cont-icon-item {
width:50%;
float: left;
padding : 0 15px;
}
.hs-one-col-cont-icon-grp {
  margin: 0 -15px;
  padding-top: 100px;
}
.hs-one-col-cont-icon-item-inner {
  border: 1px solid #ececec;
  background: #fff;
  padding: 2.78571429em;
  border-radius: 6px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.hs-one-col-cont-icon-item-icon span {
  margin-bottom: 30px;
  display: inline-block;
  color: #316f24;
  font-size: 5.57142857em;
}
.icon-Euro-Sign2:before {
  content: "\e868";
}
.hs-one-col-cont-icon-item-cnt h4 {
  margin-bottom: .342105263157895em;
}
.hs-one-col-cont-icon-item-cnt p a {
  font-size: 1em;
  text-decoration: underline;
  font-weight: 400;
  line-height: 1.85714286em;
}
.hs-img-cnt-grp.right-align {
  padding-top: 100px;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.hs-img-cnt-grp-image {
  padding-left: 15px;
  padding-right: 15px;
  width: 58.33333333%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  float: left;
}
.hs-img-cnt-grp-cnt {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 41.66666667%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-img-cnt-grp.right-align .hs-img-cnt-grp-image {
  order: 2;
}
.hs-img-cnt-grp-cnt-inner-grp h2 + p {
  margin-bottom: 1.36842105263158em;
  font-weight: 400;
  color: gray;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
.hs-img-cnt-grp.left-align .hs-img-cnt-grp-image {
  width: 50%;
}
.hs-img-cnt-grp.left-align .hs-img-cnt-grp-cnt {
  width: 50%;
  padding-left: calc(8.33333333% + 15px);
}
.hs-img-cnt-grp {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.icon-Over-Time2:before {
  content: "\eb2e";
}
.icon-Medal-2:before {
  content: "\eaa6";
}
.hs-home-section1 {
  padding-bottom: 7.42857143em;
  padding-top: 0;
}
.cm-cnt-video-lightbox-grp {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cm-cnt-video-lightbox-col {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.cm-cnt-video-lightbox-left-col img {
  max-width: 100%;
  vertical-align: top;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
}
.cm-cnt-video-lightbox-right-col {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cm-cnt-video-lightbox-right-col > div {
  width: 100%;
}
.cm-cnt-video-lightbox-video-icn {
  width: 7.42857143em;
  height: 7.42857143em;
  border-radius: 50%;
  position: relative;
  z-index: 4;
  display: inline-block;
  border: 2px solid #fff;
  cursor: pointer;
  background: #fff;
  background: #316f24;
  width: 1.85714286em;
  height: 1.85714286em;
}

.cm-cnt-video-lightbox-video-icn:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  border-width: 3px 0 3px 6px;
  margin-left: -3px;
  border-color: transparent transparent transparent #fff;
}
.cm-cnt-video-lightbox-video-icn-grp > span {
  position: relative;
  display: inline-block;
  bottom: 8px;
  margin-left: .46428571em;
}
.cm-cnt-video-lightbox-right-col-inner h1 {
  margin-bottom: 32px;
  margin-top: 32px;
  color: #316f24;
}

.hs-home-section1 {
  margin-top: -35px;
}
.cm-cnt-video-lightbox-right-col-inner p {
  margin-bottom: 32px;
}
.cm-cnt-video-lightbox-left-col img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
}
.cm-cnt-video-lightbox-grp {
  padding-bottom: 79px;
}
html[lang="de"] .cm-cnt-video-lightbox-grp {
  padding-bottom: 32px;
}
.hs-home-section1-content .hs_cos_wrapper_type_rich_text  hr{
  margin: 0;
  background-color: #ECECEC;
  margin-bottom: 32px;
}
.hs-home-section1-content .hs_cos_wrapper_type_rich_text  p{
  text-align: center;
}
.hs-home-section1-content .hs_cos_wrapper_type_rich_text p span{
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
  height: 26px;
  min-width: 65px;
  padding: 0 10px;
  text-align: center;
  border-radius: 50px;
  margin-right: .92857143em;
  background-color: #f09038;
}
.cm-full-width-cnt-with-bg-grp {
  position: relative;
  overflow: hidden;
}
.cm-full-width-cnt-with-bg-inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.cm-full-width-cnt-with-bg-col {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm-full-width-cnt-with-bg-col > div {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cm-full-width-cnt-with-bg-left-cnt {
  margin-top: 40px;
  color: #fff;
}
.cm-full-width-cnt-with-bg-left-cnt h2 {
  color: #fff;
}
.cm-full-width-cnt-with-bg-left-cnt a {
  color: #fff;
}
.cm-full-width-cnt-with-bg-right-img {
  padding-top: 32px;
  padding-bottom: 32px;
}
.cm-full-width-cnt-with-bg-right-img-inner {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hs-french-secton3 {
  background-color: #efefef !important;
}
.hs-french-secton3-cnt .custom-btn-group {
  margin-bottom: 25px;
}
.icon-Timer-2:before {
  content: "\ed51";
}
.icon-Check:before {
  content: "\e73e";
}
.icon-Paper-Plane:before {
  content: "\eb3b";
}
.icon-Lock-User:before {
  content: "\ea5a";
}
.icon-Support:before {
  content: "\ecfc";
}
.hs-french-secton3-cnt .hs-one-col-cont-icon-grp {
  padding-top:32px;  
}
.hs-french-secton3-cnt {
  padding-top: 50px;
}
.icon-Paper-Plan:before {
  content: "\eb3b";
}
.cm-two-col-cnt-with-bg-grp {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cm-two-col-cnt-with-bg-inner {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-two-col-cnt-with-bg-col {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm-two-col-cnt-with-bg-col > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cm-two-col-cnt-with-bg-col h2+p {
  font-weight: 400;
  color: gray;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
.cm-two-col-cnt--with-bg-left-cnt {
  padding-bottom: 32px;
}
.cm-two-col-cnt-with-bg-wrap:nth-child(odd) .cm-two-col-cnt-with-bg-grp {
  background-color: #efefef;
}
.cm-two-col-cnt-with-bg-wrap:nth-child(even) .cm-two-col-cnt-with-bg-grp {
  background-color: #fff;
}
.cm-two-col-cnt-with-bg-wrap:nth-child(odd) .cm-two-col-cnt--with-bg-left-cnt {
  padding-bottom: 0;
}
.cm-two-col-cnt-with-bg-wrap:nth-child(odd) .cm-two-col-cnt-with-bg-right-img {
  padding-bottom: 32px;
}
.cm-two-col-cnt-with-bg-wrap:nth-child(even) .cm-two-col-cnt-with-bg-right {
  order: 1;
}
.cm-two-col-video-with-bg-grp {
  padding-top: 50px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
  background-position: 50% -147.456px;
}
.cm-two-col-video-with-bg-inner {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-two-col-video-with-bg-col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm-two-col-video-with-bg-col > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cm-two-col-video-with-bg-col h2 + p {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: 400;
  color: gray;
}
.cm-two-col-video-with-bg-right-video iframe {
  margin: 0;
  min-height: 350px;
  width:100%;
}
.hs-img-cnt-grp-image > *,
.custom-two-column-cnt-with-img-col > *,
.cm-two-col-video-with-bg-col > *,
.cm-two-col-cnt-with-bg-col > *,
.cm-two-col-cnt-with-bg-col > *{
  width:100%;
}
.cm-two-col-video-with-bg-left-inner {
  padding-bottom: 32px;
}
#hs-pwd-widget-password {
  margin-top: 0 !important;
}
.cm-two-col-video-with-bg-left-cnt h3 img {
  float: left;
  margin-right: 15px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.cm-two-col-video-with-bg-left-cnt h3:last-child {
  margin: 0;
  padding-bottom: 32px;
}
.cm-two-col-video-heading {
  padding: 32px 0;
  text-align: center;
}
.cm-two-col-video-heading h2 {
  margin: 0;
  color: #316f24;
}
.hs-french-secton1 {
  padding-top: 0;
  padding-bottom: 7.42857143em;
}
.custom-two-column-cnt-with-img-grp {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1px;
}
.custom-two-column-cnt-with-img-col {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-two-column-cnt-with-img-col > div {
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.custom-two-column-cnt-with-img-right-col-cnt h1 {
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0;
  color: #316f24;
}
.custom-two-column-cnt-with-img-right-col-cnt h1+p {
  font-weight: 400;
  color: gray;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
.custom-two-column-cnt-with-img-right-col-cnt {
  padding-bottom: 32px;
}
.custom-search-page-head {
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
  text-align:center;
}
.custom-search-page-cnt .hs-search-results {
  margin-top: 60px;
}
.custom-search-page-cnt .hs-search-results__listing li {
  margin: 0;
  padding: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  position: relative;
  padding: 1.85714286em;
  width: 31.33%;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.custom-search-page-cnt .hs-search-results__listing li > a {
  margin-bottom: 2.16666666666667em;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.custom-search-page-cnt .hs-search-results__description:last-child {
  margin-bottom: 0;
}
.custom-search-page-cnt .hs-search-results__description {
  font-weight: 600;
}
.custom-search-page-cnt .hs-search-results__listing li:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  box-shadow: 0 0 25px 0 rgba(0,0,0,.04);
}

/* ----- Home Page End --- */
.custom-btn-group .hs_cos_wrapper_type_cta {
  display: inline-block;
  vertical-align: middle;
}
.custom-btn-group .btn {
  vertical-align:middle;
}
.custom-btn-group .hs_cos_wrapper_type_cta + .btn {
  margin-left: 1.85714286em;
}
.cm-footer-bottom-wrapper.no-nav-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cm-footer-bottom-wrapper.no-nav-footer ul li {
  display: inline-block;
  position: relative;
}
.cm-footer-bottom-wrapper.no-nav-footer ul li a {
  color: #fff;
  text-decoration: none;
}
.cm-footer-bottom-wrapper.no-nav-footer ul li a:hover {
  text-decoration: underline;
}
.cm-footer-bottom-wrapper.no-nav-footer ul li:not(:last-child):after {
  content: "-";
  display: inline-block;
  margin: 0 3.5px 0 3px;
}
.custom-header-spacer {
  display: none !important;
}
.custom-header-language-area .globe_class {
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: auto;
  height: 100%;
  cursor: pointer;
}
.custom-header-language-area .lang_list_class {
  display: block;
  position: static;
  -webkit-transform: none;
  transform: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.custom-header-language-area .lang_list_class li:first-child {
  padding-top: 0;
  border-top: none;
}
.custom-header-language-area .lang_list_class li:not(:last-child) {
  margin-right: -3px;
}
.custom-header-language-area .lang_list_class li {
  position: relative;
  padding: 0;
  background-color: transparent;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  width: auto;
  display: inline-block;
  margin-left: 1.23809524em;
  font-size: 12px;
  vertical-align: top;
  line-height: 1.85714286em;
  padding-top: 2px !important;
}
.custom-header-language-area .lang_list_class li a {
  cursor: pointer;
  color: #fff;
  opacity: .5;
  text-decoration: none;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
}
.custom-header-top-right {
  text-align:right;
}
.custom-header-language-area .lang_list_class li a:hover {
  color: #0a0a0a;
}
.custom-header-social-area,.custom-header-language-area {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: inline-block !important;
  vertical-align: top;
}
.custom-header-language-area .lang_list_class:before {
  display: none;
}
.custom-header-language-area .lang_list_class:after {
  display: none;
}
.custom-header-language-area .lang_list_class li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.custom-header-language-area {
  margin-right: -2.5px !important;
}
body div#hs-eu-cookie-confirmation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  border: none;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: #fff;
  margin: 0 auto;
  max-width: 500px;
  padding: 20px;
  box-shadow: rgba(0,0,0,.5) 0 5px 50px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  top: 50%;
  left: 0;
  position: fixed;
  right: 0;
  border: 20px solid rgba(0,0,0,.7)!important;
  transform: translateY(-50%);
  font-family: Open Sans,'Helvetica','Arial',sans-serif;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  text-shadow: none !important;
  font-size: 16px;
  text-align: center;
  font-weight: 300 !important;
  line-height: 26px;
  margin: 0 0 12px;
  color: #33475b;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  color: rgb(255, 255, 255);
  background-color: rgb(49, 111, 36) !important;
  border: 1px solid rgb(49, 111, 36) !important;
  font-size: 14px;
  padding: 8px 14px 9px !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  line-height: 1;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  background-color: rgb(39, 89, 29) !important;
  border: 1px solid rgb(39, 89, 29) !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  color: rgb(255, 255, 255);
  background-color: rgb(107, 107, 107) !important;
  border-color: rgb(107, 107, 107) !important;
  font-size: 14px;
  padding: 8px 14px 9px !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  line-height: 1;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover {
  background-color: rgb(86, 86, 86) !important;
  border-color: rgb(107, 107, 107) !important;
}
.cm-404-page .custom-footer-container-wrapper {
  background: #1b1b1b;
}
.cm-blog-topic-grp {
  border-bottom: 1px solid #ececec;
  margin-bottom: 4.64285714em;
  padding-bottom: 1.85714286em;
  padding-top: 4.95238095em;
}
.cm-blog-page-title {
  border-bottom: 1px solid #ececec;
  padding-bottom: 1.85714286em;
  margin-bottom: 1.85714286em;
}
.cm-blog-page-title h1 {
  margin: 0;
}
.cm-blog-topic-inner-grp {
  padding-bottom: 15px;
}
.cm-blog-topic-inner {
  margin-left: .92857143em;
  display: inline-block;
  cursor: pointer;
  height: 3.71428571em;
  position: relative;
  z-index: 9;
  min-width: 160px;
  vertical-align: middle;
}
.cm-blog-topic-inner > span {
  display: inline-block;
  vertical-align: middle;
}
.cm-blog-topic-inner ul {
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  z-index: 2;
  display: inline-block;
  position: absolute;
  left: 0;
  text-align: left;
  padding: .92857143em 1.85714286em;
  border: 1px solid #ececec;
  background: #fff;
  border-radius: 6px;
  list-style: none;
  margin: 0;
  vertical-align: bottom;
}
.cm-blog-topic-inner ul li {
  display: none;
}
.cm-blog-topic-inner ul li.active-tag {
  display: block;
}
.cm-blog-topic-inner ul li.active-tag:after {
  content: '\25bc';
  font-size: 8px;
  margin-left: 6px;
  position: relative;
  bottom: 2px;
  display: inline-block;
  transform: scaleX(1.4) scaleY(.9);
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
}

.cm-blog-topic-inner:hover ul li {
  display: block;
  margin-bottom: .92857143em;
}
.cm-blog-topic-inner ul li a {
  font-weight: 400;
  text-decoration: none;
}
.hs-quote-section1-cnt .hs_cos_wrapper_type_rich_text h2:last-of-type {
  margin: 0;
}
.blog ul.cm-header-lang-social-navs > li.lang_switcher_link-wrap {
  display:none;
}
.it-team .cm-header-lang-social-navs li.lang_switcher_link-wrap,
.de-team .cm-header-lang-social-navs li.lang_switcher_link-wrap,
.en-team .cm-header-lang-social-navs li.lang_switcher_link-wrap{
  display: none !important;
}

.hs-french-secton3 .hs-french-secton3-cnt h2 {
  margin: 0;
}

.hs-our-team-section2-content p {
    margin: 0 0 26px !important;
    line-height: 32px;
}

.hs-our-team-section2-content p small {
  font-size: 14px;
  line-height: 34px;
  display: block;
}
html[lang="it"] .hs-quote-section2 {
    background-color: #fff;
}

.custom-main-form form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto !important;
  margin-top: 8px;
}

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


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


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

@media (min-width: 768px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .hasBanner .custom-header-container-wrapper:first-child .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
  }
  .hasBanner .custom-header-container-wrapper:first-child .custom-menu-primary .hs-menu-wrapper > ul > li.logInBtn > a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .hasBanner .custom-header-container-wrapper:first-child .custom-menu-primary .hs-menu-wrapper > ul > li.logInBtn > a:hover {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .hasBanner .custom-header-container-wrapper:first-child  img.cm-fixed-logo {
    display: none;
  }
  .hasBanner .custom-header-container-wrapper:first-child img.cm-normal-logo {
    display: block;
  }
  .cm-blog-post-wrapper > div {
    width: 66.66666667%;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .cm-post-featured-image-wrapper {
    margin-left: -55px;
    margin-right: -55px;
    margin-bottom: 45px;
  }
  ul.cm-header-lang-social-navs li.sep {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1170px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li + li {
    margin-left: 1.23809524em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.navButtons.logInBtn {
    padding-left: 1.85714286em;
    margin-left: 1em;
    margin-right: 3px;
  }
  li.hs-menu-item.hs-menu-depth-1.navButtons.registerBtn {
    margin-left: .92857143em;
  }
}


@media (min-width: 992px) and (max-width: 1300px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(.navButtons) {
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display:block;  
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .custom-menu-primary .hs-menu-wrapper > ul > li+li {
    margin-left:1em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.navButtons.logInBtn {
    margin-left:0;
    padding-left: 1em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.navButtons > a {
    padding-right: 1em;
    padding-left: 1em;
  }

}

@media (max-width: 1024px) {
  html {
    font-size: 80%;
  }
  ul.cm-header-lang-social-navs>li:not(:last-child) {
    margin-right: -2.8px;
  }
  ul.cm-header-lang-social-navs > li {
    font-size: inherit;
  }
  ul.cm-header-lang-social-navs,
  ul.cm-footer-social li{
    font-size: inherit;
  }
  .cm-header-top-bar {
    font-size: .85714286em;
  }
  .cm-header-contact-info p {
    font-size: 12px;
  }
  .hs-video-banner-area-video {
    display:none;
  }
  .hs-video-banner-area {
    background: #252525;
  }
  .custom-header-language-area .lang_list_class li {
    padding-top: 2px !important;
    font-size: 11px;
  }
  .cm-footer-top-wrapper p:last-child {
    margin-bottom: 1.85714286em;
  }
  .hs-home-section1 {
    margin-top: -33px;
  }
  .custom-two-column-cnt-with-img-grp {
    margin-top: -7px;
  }
}
@media  (max-width: 991px) {
  .blog ul.cm-header-lang-social-navs > li:first-child {
    margin-left:0;
  }
  .blog.hs-blog-listing .cm-english-blog-cnt.page-center.content-wrapper > div {
    margin-top: 7.42857143em;
  }
  .hs-french-secton1 {
    padding-top: 7.42857143em;
  }
  .cm-banner-bg-image {
    margin-top: 0;
  }
  .hs-about-section1-cnt .hs_cos_gallery .slick-arrow {
    display:none !important;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .hasBanner .custom-header-container-wrapper:first-child .cm-header-bottom-wrapper {
    position: relative;
  }
  .custom-menu-primary.js-enabled {
    width: 100% !important;
    margin: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li + li {
    margin-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.navButtons > a {
    padding-right: 1em;
    padding-left: 1em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.navButtons > a > span {
    font-size: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.navButtons.logInBtn {
    padding: 0;
  }
  .post-item {
    width: 50%;
  }
  .cm-blog-comments-wrapper,
  .widget-type-blog_comments  .section.post-footer {
    background: transparent;
    width:100%;
    margin: 0 auto;
    max-width: 100%;
    color: #666666;
  }
  .cm-advanced-logo {
    margin-bottom: 1.85714286em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
    margin-top:0;
  }
  .hs-contact-section-1-Image {
    width: 33.33333333%!IMPORTANT;
  }
  .hs-contact-section-1-column-cont {
    width: 58.33333333% !important;
  }
  .hs-one-column-section1 .page-center {
    padding-top:50px;
  } 
  .widget-span.custom-footer-col {
    width: 50%;
    margin: 0;
    padding: 0 15px;
  }
  .widget-span.custom-footer-col.cm-footer-logo,
  .widget-span.cm-footer-protonews.custom-footer-col{
    padding-left:0;
  }
  .widget-span.custom-footer-col.cm-certification-logo,
  .widget-span.custom-footer-col.cm-footer-contracter{
    padding-right:0;
  }
  .cm-certification-logo img {
    margin-bottom: 1.85714286em;
  }
  .widget-span.cm-header-contact-info,
  .widget-span.custom-header-top-right{
    width: 100%;
    margin: 0;
    float:none;
  }
  .widget-span.custom-header-top-right {
    text-align: left;
    margin-top: 0;
    margin-bottom: -3px;
  }
  .custom-header-language-area .lang_list_class li {
    padding-top: 0px !important;
    font-size: 11px;
  }
  ul.cm-header-lang-social-navs {
    padding-top: 0;
  }
  ul.cm-header-lang-social-navs>li.sep {
    display: none;
  }
  .custom-header-language-area .lang_list_class li:nth-child(2) {
    margin-left:0;
  }
  .hs-home-section1 {
    margin-top: 0;
    padding-top: 70px;
  }
  .cm-cnt-video-lightbox-grp > div {
    padding-top: 35px;
  }
  .cm-blog-post-wrapper {
    padding-top: 7.42857143em;
  }

}


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

@media (max-width: 767px) {
  .hs-one-column-section1 .page-center {
    padding-top:50px;
  }
  .cm-header-contact-info p {
    text-align: center;
  }
  ul.cm-header-lang-social-navs {
    text-align: center;
    display: block;
    margin-bottom: 0.92857143em;
    font-size: 10.9714px;
  }
  .hasBanner .custom-header-container-wrapper:first-child .cm-header-bottom-wrapper {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(.navButtons) {
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    float: none;
    margin-top: 14px;
  }
  .cm-fixed-header .cm-header-top-bar {
    display: none;
  }
  .cm-footer-logo, .cm-footer-logo ~ div {
    margin-bottom: 35px;
    overflow: hidden;
  }
  .cm-footer-navs .hs-menu-wrapper > ul > li {
    display: inline-block;
    width: auto;
  }
  ul.cm-footer-social {
    text-align: left;
    margin: 1.85714286em 0;
  }
  h1, .h1 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  h2, .h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  h3, .h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .custom-header-language-area .lang_list_class li {
    padding-top: 0px !important;
    font-size: 10.9px;
  }
  .cm-banner-area {
    padding: 5.57142857em 0;
  }
  .main-content:not(:last-child),
  .blog-content:not(:last-child),
  .sidebar.left:not(:last-child),
  .blog-sidebar:not(:last-child),
  .sidebar.right:not(:last-child) {
    margin-bottom: 40px;
  }
  .post-item {
    width: 100%;
  }
  .cm-blog-comments-wrapper,
  .widget-type-blog_comments  .section.post-footer {
    background: transparent;
    width:100%;
    margin: 0 auto;
    max-width: 100%;
    color: #666666;
  }
  .section.post-header > h1 {
    font-size: 1.78571429em;
    line-height: 1.5em;
    margin: 0 0 30px;
  }
  .cm-post-featured-image-wrapper {
    margin-bottom: 30px;
  }
  .btn.bg--facebook.btn--icon {
    margin-bottom: 1.85714286em;
  }
  .article__share .btn--icon {
    margin-left: 0.95em;
    margin-right: 0.95em;
  }
  ul.cm-footer-social li {
    font-size: 1em;
    float: left;
  }
  ul.cm-footer-social li:not(:last-child) {
    margin-right: 25px;
  }
  ul.cm-footer-social {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    max-height: calc(100vh - 145px);
    overflow: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper:before {
    display: none;
  }
  .scrolled .custom-header-container-wrapper:first-child .custom-menu-primary .hs-menu-wrapper {
    display: none !important;
  }
  ul.cm-header-lang-social-navs > li {
    margin-left: 10.18px;
  }
  ul.cm-header-lang-social-navs > li.sep {
    display: none;
  }
  ul.cm-header-lang-social-navs {
    text-align: left;
    font-size: 10.9714px;
    padding-top: 0;
  }
  .cm-header-contact-info p {
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: left;
  }
  .cm-header-bottom-wrapper {
    padding: .92857143em 0 7px;
  }
  .cm-fixed-header .cm-header-bottom-wrapper {
    padding-bottom:11px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 16px;
  }
  .body-container p:last-child {
    margin-bottom: 1.85714286em;
  }
  .custom-tabberlive-item {
    position: relative;
    width: 100%;
    float: none;
  }
  .custom-tabberlive-item.tabbertab.tabbertabhide .custom-tabberlive-content {
    animation: fadeOutRight .5s ease forwards;
    -webkit-animation: fadeOutRight .5s ease forwards;
    display: none;
    width: 100%;
  }
  .custom-tabberlive-item .custom-tabberlive-content {
    animation: fadeInLeft .5s ease forwards;
    -webkit-animation: fadeInLeft .5s ease forwards;
    backface-visibility: hidden;
    display: block;
  }
  .hs-faq-section-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-tabberlive-group > .tabbernav {
    width: 100%;
    float: none;
  }
  .hs-tabberlive-group>.tabbernav li a {
    display:block;
  }
  .body-container .hs-row1-two-col-top-content-group .page-center {
    padding-top: 20px;
  }
  form.hs-form fieldset .hs-form-field{
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  .hs-two-col-row1-col2-section.widget-type-widget_container form .hs-input {
    width: 100% !important;
  }
  .hs-contact-section1 .page-center {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hs-contact-section1 {
    background: #316f24;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hs-contact-section-1-column-cont {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
    padding-top: 5.57142857em;
    padding-bottom: 5.57142857em;
  }
  .hs-contact-section-1-column-cont .form-title {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  .hs-contact-section-1-Image {
    position: relative;
    min-height: 18.57142857em !important  ;
    width: 100%!IMPORTANT;
  }
  .hs-recruitment-page .cm-advanced-logo {
    margin-bottom: 0;
  }
  .cm-banner-content > p {
    margin: 1.36842105263158em 0 0 !important;
  }
  .inner-page-center,
  .hs-recruitment-section1-cnt .hs-page-header-group,
  .hs-recruitment-section3-cnt{
    width: 100% !important;
  }
  .hs-recruitment-section3-cnt {
    padding:0 15px;
  }
  .hs-col-3 {
    width: 100%;
    float: none;
  }
  .hs-col-4 {
  width:100%;
  float:none;
  }
  .cm-row {
    margin: 0;
  }
  .cm-demonstration-banner-area-innner-wrapper {
    margin-top: 0;
  }
  .cm-demonstration-banner-area {
    padding: 4em 0;
    display: block;
    min-height: auto;
  }
  .cm-demonstration-bannner-cnt-img {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 40px;
  }
  .hs-demonstration-page .body-container p:last-child {
    margin-bottom: 0;
  }
  .hs-team-area {
    padding: 0;
  }
  .hs-team-item {
    width: 100%;
    float: none;
  }
  .hs-team-area {
    padding: 0 15px;
  }
  .hs-team-item p {
    height: auto !important;
    margin:0 !important;
  }
  .hs-one-col-img-cnt-grp.right-align .hs-one-col-img-cnt-grp-image {
    order: unset;
  }
  .hs-one-col-img-cnt-grp-image,
  .hs-one-col-img-cnt-grp-cnt{
    width: 100%;
    float: none;
    display: block;
  }
  .hs-one-col-img-cnt-grp.right-align .hs-one-col-img-cnt-grp-cnt {
    order: unset;
  }
  .hs-quote-section1-cnt .hs_cos_wrapper_type_module:last-of-type .hs-one-col-img-cnt-grp .hs-one-col-img-cnt-grp-cnt {
    order: unset;
    padding: 30px 0 0;
  }
  .hs-quote-section1-cnt .hs_cos_wrapper_type_module:last-of-type .hs-one-col-img-cnt-grp-image {
    float: none;
    width: 100%;
    order: unset;
    padding: 0;
  }
  .custom-btn-group .btn:not(:last-child) {
    margin-bottom: 1.85714286em;
  }
  .hs-about-section1,
  .hs-about-section2,
  .hs-service-section1 {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .hs-about-section1-cnt .hs-page-header-group,
  .hs-about-section2-cnt .hs-page-header-group{
    width: 100%;
  }
  .hs-about-page .body-container p:last-child {
    margin-bottom: 0;
  }
  .hs-about-section1-cnt .hs_cos_wrapper_type_module:not(:first-child) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-about-section2-cnt .hs-col-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-video-banner-area-cnt {
    width: 100%;
  }
  .hs-video-banner-area-cnt-grp {
    padding: 0;
  }
  .hs-legales-section1-cnt {
    width: 100% !important;
  }
  .hs-legales-section1 {
    display: block !important;
    min-height: 100% !important;
    margin-top: 0;
    padding-top: 50px;
  }
  .hs-cookie-section2-sidebar {
    padding: 1.23809524em;
    margin-bottom: 15px;
    margin-top: 2px;
  }
  .hs-cookie-section2 {
    padding-bottom: 5.57142857em;
  }
  .hs-cookie-section2 .hs-search-field {
    padding-bottom: .92857143em;
  }
  .custom-header-language-area .lang_list_class li:first-child {
    margin-left: 0;
  }
  .custom-header-language-area .lang_list_class li:nth-child(2) {
    margin-left:0;
  }
  .custom-header-top-right {
    padding-bottom: 8px;
  }
  ul.cm-header-lang-social-navs {
    margin: 0;
  }
  .hs-our-team-section1 {
    padding-top: 5.57142857em;
    padding-bottom: 5.57142857em;
  }
  .hs-our-team-image {
    width: 100%;
    float: none;
    padding: 0;
  }
  .hs-our-team-grp {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .hs-our-team-content-grp {
    width: 100%;
    float: none;
  }
  .hs-our-team-wrap:nth-child(even) .hs-our-team-image {
    float: none;
  }
  .hs-our-team-wrap:nth-child(even) .hs-our-team-content-grp {
    float: none;
  }
  .hs-our-team-section2-content {
    width: 100% !important;
    padding: 0;
  }
  .custom-header-top-right {
    text-align: left;
  }
  ul.cm-footer-social li {
    margin-left: 0;
  }
  .hs-home-section1 {
    padding-top: 70px;
    margin-top: 0;
    padding-bottom: 5.57142857em;
  }
  .cm-cnt-video-lightbox-left-col {
    display: none !important;
  }
  .cm-cnt-video-lightbox-col {
    display: block;
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cm-cnt-video-lightbox-right-col {
    padding-top: 35px;
  }
  .hs-img-cnt-grp-cnt-inner-grp p:last-child {
    margin-bottom: 0;
  }
  .hs-img-cnt-grp.left-align .hs-img-cnt-grp-cnt {
    width: 100%;
    padding-left: 15px;
  }
  .hs-img-cnt-grp-cnt {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    width: 100%;
    display: block;
  }
  .hs-img-cnt-grp.left-align .hs-img-cnt-grp-image {
    width: 100%;
  }
  .hs-img-cnt-grp-image {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block;
    float: none;
  }
  .hs-one-col-cont-icon-item {
    width: 100%;
    float: none;
  }
  .hs-two-col-cont-icon-item {
    width:100%;
    float:none;
  }
  .cm-cnt-video-lightbox-grp {
    margin:0;
  }
  .custom-btn-group .btn+.btn {
    margin-left: 0;
  }
  .hs-home-section2 {
    padding-top: 0;
    padding-bottom: 5.57142857em;
  }
  .custom-two-column-cnt-with-img-col {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    width: 100%;
    display: block;
  }
  .hs-french-secton1 {
    padding-top: 5.57142857em;
    padding-bottom: 5.57142857em;
  }
  .custom-two-column-cnt-with-img-col > div {
    padding-top: 35px;
  }
  .hs-french-home-page .body-container p:last-child {
    margin-bottom: 0;
  }
  .custom-two-column-cnt-with-img-grp {
    margin-top: 0;
  }
  .cm-two-col-video-with-bg-right-video iframe {
    min-height: 220px;
    width: 100%;
  }
  .cm-two-col-cnt-with-bg-col {
    float: none;
    width: 100%;
    display: block;
  }
  .cm-two-col-cnt-with-bg-wrap:nth-child(odd) .cm-two-col-cnt-with-bg-grp {
    padding-bottom: 75px;
  }
  .cm-two-col-cnt-with-bg-right-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .cm-two-col-cnt-with-bg-wrap:nth-child(even) .cm-two-col-cnt-with-bg-right {
    order: 0;
  }
  .hs-french-secton3-cnt .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 0;
  }
  .hs-one-col-cont-icon-item-inner {
    margin-bottom: 15px;
  }
  .cm-full-width-cnt-with-bg-col {
    float: none;
    width: 100%;
    display: block;
  }
  .cm-two-col-video-with-bg-col {
    float: none;
    width: 100%;
    display: block;
  }
  .hs-about-section5-cnt .hs-page-header-group {
    width: 100%;
  }
  .custom-search-page-head {
    padding-top: 5.57142857em;
    padding-bottom: 5.57142857em;
  }
  .custom-two-column-cnt-with-img-left-col-inner {
    padding-top: 0 !important;
  }
  .custom-btn-group .hs_cos_wrapper_type_cta+.btn {
    margin-left: 0;
  }
  .custom-btn-group .btn {
    margin-bottom:1.85714286em;
  }
  .custom-btn-group .btn:last-child {
    margin-bottom: 0;
  }
  .custom-404-group {
    padding: 4em 0;
  } 
  .custom-404-group .custom_error_message h1 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  .custom-404-group .custom_error_message p {
    margin-top:0;
  }
  .cm-blog-post-wrapper {
    padding-top: 7.42857143em;
    padding-bottom: 7.42857143em;
  }
  .post-header {
    padding: 1.23809524em;
  }
  .blog.hs-blog-listing .page-center.content-wrapper > div {
    padding-top: 4.95238095em;
  }
  .blog .section.post-footer {
    padding-bottom: 5.57142857em !important;
  } 
  .blog.hs-blog-listing .cm-english-blog-cnt.page-center.content-wrapper > div {
    margin-top: 5.57142857em;
  }
  .cm-blog-topic-inner-grp {
    padding-bottom: 7px;
  }
  .hs-one-col-cont-icon-item-inner {
    padding: 1.23809524em;
  }
  .hs-one-col-cont-icon-item-cnt p:last-child {
    margin-bottom: 1.85714286em !important;
  }
  .hs-french-secton2 .cm-two-col-video-with-bg-wrap:nth-of-type(2) .cm-two-col-video-with-bg-right-video{
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }
  .hs-french-secton2 .cm-two-col-video-with-bg-wrap:nth-of-type(2) .cm-two-col-video-with-bg-right-video iframe{
    min-height: 220px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cm-banner-bg-image {
    margin-top: -217px;
  }
  .custom-tabber-item-group {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: left;
    animation: fadeInLeft .5s ease forwards;
    -webkit-animation: fadeInLeft .5s ease forwards;
    backface-visi bility: hidden;
  }
  .custom-tabber-item:not(.active) .custom-tabber-content {
    -webkit-animation: fadeOutUp .5s ease forwards;
    animation: fadeOutRight .5s ease forwards;
    -webkit-animation: fadeOutRight .5s ease forwards;
    display: none;
  }
  .custom-tabber-item.active .custom-tabber-content {
    animation: fadeInLeft .5s ease forwards;
    -webkit-animation: fadeInLeft .5s ease forwards;
  }
  .tabber-heading-grp {
    width: 100%;
    float: none;
    padding: 0;
  }
  .hs-our-team-page .cm-banner-bg-image {
    margin-top: -235px;
  }
  .hs-quote-section1-cnt .hs_cos_wrapper_type_module:first-of-type .hs_cos_wrapper_type_rich_text{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display:block;
  }
  .cm-img-hover {
    margin-top: 20px;
  }
  .hs-about-page .body-container .hs-about-section3 p:last-child {
    margin-bottom: 1.36842105263158em;
  }
  .hs-about-page .hs-about-section3 {
    padding: 0 15px;
  }


}  

/* =============== POPUP ==================== */

#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    color:#ffffff !important;
}



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

@media (max-width: 479px) {  

  .hs-one-column-section1-cnt h1 {
    font-size: 26px;
  }
  .custom-btn-group .hs_cos_wrapper_type_cta {
    display: block;
  }
  .custom-btn-group .hs_cos_wrapper_type_cta:first-child .btn{
    margin-bottom: 1.85714286em !important;
  }
}

@media (min-height: 600px) and (min-width: 767px){
  .hs-video-banner-area {
    min-height: 60vh;
  }
}

/* --- START | CSS Bandeau page demo --- */
#demo-2020{
  background-image:url(https://www.proto-electronics.com/hubfs/ProtoElectronique_May2019/Images/plateforme-protoelectronique-2018-bg.jpg);
}

/* --- START | CSS correctifs Trusted shop | COPERNIC ---*/
 #tsbadge4_db8d3657bdbe440c985ae127463eaad4 {
left: 0;
  }
  #tscard4_db8d3657bdbe440c985ae127463eaad4{
left: 0
}
#tsbadge4_db8d3657bdbe440c985ae127463eaad4{
  width:80px}

#tsbadge4_db8d3657bdbe440c985ae127463eaad4 .menu_db8d3657bdbe440c985ae127463eaad4__container, 
#tscard4_db8d3657bdbe440c985ae127463eaad4 .menu_db8d3657bdbe440c985ae127463eaad4__container {
left: 0;
right: unset !important;
margin-left: 70px;
}

/* --- END | CSS correctifs Trusted shop | COPERNIC ---*/


/* =============== MENU PCB ==================== */

.menu-pcb{
  background-color:#efefef;
  width:100%;
  padding:20px;
}

.menu-pcb .hs-menu-depth-2{
  margin-left:20px;
}

.menu-pcb .hs-menu-depth-3{
  margin-left:10px;
}

#hs_menu_wrapper_module_1607936428683123_ a{
  text-decoration:none !important;
}

#hs_menu_wrapper_module_1607936428683123_ a:active{
  text-decoration:underline !important;
}

.bg-pcb-tuile{
  background-color: #f7f7f7 !important;
  padding: 15px;
}

.bg-pcb-tuile-groupe{
  background-color: #f7f7f7 !important;
  margin-bottom: 25px;
  padding:15px;
}


/* --- END | Menu PCB ---*/