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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=IBM+Plex+Serif:100,200,300,400,500,600,700|Raleway:100,200,300,400,500,600,700,800,900');
@font-face {
	font-family: 'iconsFont';
	src: url(//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Fonts/Icons%20Font/icons.eot) format("embedded-opentype"),
		url(//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Fonts/Icons%20Font/icons.woff) format("woff"), 
		url(//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Fonts/Icons%20Font/icons.ttf) format("truetype"),
		url(//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Fonts/Icons%20Font/icons.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}


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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed)*/
@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;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	box-sizing: border-box;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
} 
body {
	background: #fff;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.5;
	color: #232323;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
}


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

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


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

/* Basic text */
p {
	margin: 0;	
} 
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-weight: 700;
	margin: 15px 0;
	font-family: "Raleway";
	font-style: normal;
	color: #a4064e;
	text-rendering: optimizeLegibility;

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 2.5rem;
	letter-spacing: 8px;
	line-height: 1.2;
}
h2 {
	letter-spacing: 6px;
	font-size: 2rem;
	line-height: 1.25;
}
h3 {
	letter-spacing: 0;
	font-size: 1.5rem;
	line-height: 1.33;
}
h4 {
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: normal;
	text-transform: none;
}
h5 {
	font-size: 1.125rem;
	line-height: 1.75;
}
h6 {
	font-size: 1rem;
	line-height: 1.33;
}

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

/* Lists */
ul, ol {}
ol{
	padding-left: 15px;	
}
.body-container ul:not([class]) {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.body-container ul:not([class]) li:not([class]):before {
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	content: "\e910";
	display: inline-block;
	margin-right: 1rem;
	font-family: "iconsFont";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.body-container ul:not([class]) li:not([class]) {
	margin-bottom: .5rem;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
.cm-header-wrapper {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.35);
	z-index: 3;
}
.cm-header-wrapper .page-center > div:first-child > div.row-fluid {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	height: 80px;
}
.cm-header-wrapper .page-center > div > div.row-fluid:before , 
.cm-header-wrapper .page-center > div > div.row-fluid:after {
	display: none;
}

.widget-span.cm-logo-wrapper {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	max-width: 100%;
}
.widget-span.cm-logo-wrapper ,
.widget-span.header-desktop-menu,
.widget-span.header-search-wrap {
	width: auto;
	margin-left: 0;
}
.header-search-wrap .header-search-block {
	overflow: hidden;width: 200px;
	margin-left: 1.5rem;
	-webkit-transition: width 1s;
	float: right;
	background-color: #f5f5f5;
	color: #232323;
}
.header-desktop-menu {
	height: 100%;
}
.widget-span.header-desktop-menu {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: flex-end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-ms-flex: 1 1 0;
	-webkit-box-flex: 1;
	flex: 1 1 0px;
}
.header-desktop-menu ul {
	float: right;
}
.header-desktop-menu .hs-menu-wrapper > ul > li:not(:last-child) {
	margin-right: 1.5rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
	height: 100%;
	padding: 0;
	border-top: .5rem solid transparent;
	border-bottom: .5rem solid transparent;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.custom-menu-primary ul {
	line-height: 1.23;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	color: #680532;
	font-size: .875rem;
	line-height: 1.14;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	background: 0;
	position: relative;
	cursor: pointer;
	transition: all 1s ease 0s;
}
.header-desktop-menu .hs-menu-wrapper > ul > li:hover {
	border-bottom: 8px solid #680532;
}
.header-search-wrap form {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.header-search-wrap form .js-form-item {
	width: calc(100% - 51px);
	color: inherit;
}
.header-search-wrap form .search-cancel {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
	color: #616161;
	display: none;
	position: relative;
	right: 1.5rem;
	font-size: 1.3125rem;
	cursor: pointer;
}
.header-search-wrap form .search-cancel span.icon-close {
	content: "\e908";
	font-family: "iconsFont";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.header-search-wrap form .search-cancel span.icon-close:before {
	content: "\e908";
}
.header-search-wrap form .form-submit {
	padding: 0 1.5rem;
	margin: 0;
	border: 0;
	font-family: "iconsFont";
	font-size: 1.25rem;
	background-color: transparent;
	color: #616161;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	transition: background-color .25s ease-out,color .25s ease-out;
	line-height: 1;
	text-align: center;
	font-weight: 400;
}
.header-search-wrap form .js-form-item input[type="text"] {
	margin: 0;
	width: 100%;
	max-width: 100%;
	margin: 0;
	line-height: 1.14;
	background-color: #f5f5f5;
	padding: 1rem 1.5rem;
	color: inherit;
	cursor: pointer;
}
.header-search-wrap {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	max-width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	height: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul:before , 
.custom-menu-primary .hs-menu-wrapper > ul:after {
	display: none;
}
.header-desktop-menu > div, .header-desktop-menu > div > span ,
.header-desktop-menu > div > span > div {
	height: 100%;   
}
.widget-span.header-desktop-menu .hs-menu-wrapper > ul > li {
	float: none;
}
.header-desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children:after {
	content: "\e910";
	transition: all 1s ease 0s;
	cursor: pointer;
	font-family: "iconsFont";
	font-style: normal;
	font-weight: 410;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.header-search-wrap form .js-form-item input[type="text"]:focus {
	outline: 0;
}
section.header-search-block.expanded {
	width: 37.5rem;
	border: 0;
}
section.header-search-block.expanded form .js-form-item {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}
section.header-search-block.expanded form .search-cancel {
	display: block;
}
.expanded .header-desktop-menu {
	opacity: 0;
}
section.header-search-block.expanded form .form-submit {
	font-size: 1.5rem;
	padding-right: 0;
}
.header-search-wrap form .form-submit:hover {
	border-color: transparent;
	color: #616161;
	background-color: transparent;
}


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

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

.content-wrapper {
	font-size: .875rem;
	line-height: 24px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
.cm-footer-wrapper .footer-bottom-wrap {
	padding: 3.5rem 0;
	background-color: #cb0961;
	color: #fff;
}
.cm-footer-wrapper .footer-bottom-wrap .page-center {
	padding: 0;
	max-width: 1200px;
}
.cm-footer-wrapper .footer-bottom-wrap .page-center > div > div.row-fluid {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
.cm-footer-wrapper .footer-bottom-wrap .page-center > div > div.row-fluid:before , 
.cm-footer-wrapper .footer-bottom-wrap .page-center > div > div.row-fluid:after {
	display: none;
}
.cm-footer-wrapper .footer-bottom-wrap .widget-span.footer-bottom-col {
	margin-left: 0;
	padding-right: 1rem;
	padding-left: 1rem;
	color: inherit;
}
.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul li:not(:nth-last-child(-n+2)) {
	margin-bottom: 1rem;
}
.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul li {
	display: inline-block;
	width: 45%;
	line-height: 1.23;
}
.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul li a {
	font-size: .875rem;
	color: #fff;
	line-height: 1.14;
	text-decoration: none;
}
.cm-footer-wrapper .footer-bottom-wrap .footer-follow-us h2 {
	font-size: 1rem;
	line-height: 1.75;
	font-weight: 700;
	margin-bottom: 1.5rem;
	margin-top: 0;
	color: #fff;
	letter-spacing: normal;
}
.cm-footer-wrapper .footer-bottom-wrap .footer-follow-us .cm-follow-us {
	display: inline-block;
	margin-left: 2rem;
}
.cm-footer-wrapper .footer-bottom-wrap .footer-follow-us h2+.cm-follow-us {
	margin-left: 0;
}
.cm-footer-wrapper .footer-bottom-wrap .footer-follow-us .cm-follow-us a {
	text-decoration: none;
	font-size: 1.5rem;
	color: #ffffff;
}
.cm-footer-wrapper .footer-bottom-wrap .footer-follow-us .cm-follow-us span.visually-hidden {
	position: absolute;
	clip: rect(1px,1px,1px,1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
	word-wrap: normal;
}
.icon-twitter:before {
	content: "\e906";
}
.icon-linkedin:before {
	content: "\e917"
}
.icon-insta:before {
	content: "\e900"
}
.icon-youtube:before {
	content: "\e904"
}
.icon-facebook:before {
	content: "\e905"
}
.cm-footer-wrapper .footer-bottom-wrap .footer-follow-us .cm-follow-us a:before {
	font-family: "iconsFont";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cm-footer-wrapper .footer-bottom-wrap .footer-btn-text button {
	min-width: 7rem;
	width: 100%;
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	padding: .75rem 32px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: solid 1px;
	line-height: 1.5;
	font-size: .875rem;
	cursor: pointer;
	font-family: inherit;
}
.cm-footer-wrapper .footer-bottom-wrap .footer-btn-text button span {
	display: block;
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/world.svg');
	background-repeat: no-repeat;
	background-position: 9px center;
	background-size: 1rem 100%;
}
.cm-footer-wrapper .footer-bottom-wrap .footer-btn-text button:hover {
	color: #cb0961;
	background-color: #fff;
	border-color: #fff;
}
.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul li a:hover {
	text-decoration: underline;
}
.cm-footer-wrapper .footer-bottom-wrap .footer-follow-us .cm-follow-us a:hover {
	opacity: .7;
}
.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu .hs-menu-wrapper , 
.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul {
	line-height: 1.23;
}
.cm-footer-wrapper .footer-bottom-wrap .footer-follow-us .cm-follow-us a:focus {
	color: #680532;
}
.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu .hs-menu-wrapper {
	margin-bottom: -4px;
}
a#back-to-top {
	background: url(//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/backtotop.png) no-repeat center center;
	bottom: 20px;
	height: 70px;
	position: fixed;
	right: 20px;
	text-indent: -9999px;
	width: 70px;
	z-index: 300;
	cursor: pointer;
}
a#back-to-top:hover {
	opacity: .8;
}
a#back-to-top {
	background: url(//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/backtotop.png) no-repeat center center;
	bottom: 20px;
	height: 70px;
	position: fixed;
	right: 20px;
	text-indent: -9999px;
	width: 70px;
	z-index: 300;
	cursor: pointer;
}
a#back-to-top:hover {
	opacity: .8;
}
.footer-top-wrap {
	background-color: #a4064e;
	color: #fff;
	padding: 3rem;
}
.cm-footer-wrapper .footer-top-wrap .page-center {
	padding: 0;
	max-width: 1200px;
}
.cm-footer-wrapper .footer-top-wrap .page-center > div > div.row-fluid {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
.cm-footer-wrapper .footer-top-wrap .page-center > div > div.row-fluid:before ,
.cm-footer-wrapper .footer-top-wrap .page-center > div > div.row-fluid:after {
	display: none;
}
.cm-footer-wrapper .footer-top-wrap .cm-footer-newsletter {
	padding-right: 1rem;
	padding-left: 1rem;
}
.cm-footer-wrapper .footer-top-wrap .footer-newsletter-text h2 {
	font-weight: 700;
	color: #fff;
	letter-spacing: normal;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 7px;
}
.cm-footer-wrapper .footer-top-wrap .footer-newsletter-form span.hs-form-required {
	display: none;
}
.cm-footer-wrapper .footer-top-wrap .footer-newsletter-form input[type="email"] {
	color: #fff;
	background-color: #680532;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	margin: 0;
	line-height: 1.14;
	padding: 1rem 1.5rem;
	box-shadow: none;
	border: 0;
	font-size: .875rem;
	font-family: inherit;
	border-radius: 0;
	font-weight: 400;
	transition: box-shadow .5s,border-color .25s ease-in-out;
	max-width: 100%;
	cursor: pointer;
	outline: 0;
}
.cm-footer-wrapper .footer-top-wrap .footer-newsletter-form form {
	position: relative;
}
.footer-top-wrap .footer-newsletter-form form .hs-form-field > label {
	display: none;
}
.footer-top-wrap .footer-newsletter-form form .hs-email , 
.footer-top-wrap .footer-newsletter-form form .hs-submit {
	padding-right: 1rem;
	padding-left: 1rem;
}
.footer-top-wrap .footer-newsletter-form form .hs-submit {
	-ms-flex: 0 0 33.33333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.footer-top-wrap .footer-newsletter-form form .hs-email {
	-ms-flex: 0 0 66.66667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.footer-top-wrap .footer-newsletter-form form {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
.footer-top-wrap .footer-newsletter-form form .hs-submit input[type="submit"] {
	margin: 0;
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	cursor: pointer;
	padding: .75rem 32px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: solid 1px;
	line-height: 1.5;
	font-size: .875rem;
	text-align: center;
	width: 100%;
	vertical-align: middle;
	margin: 0;
	font-family: inherit;
	transition: background-color .25s ease-out,color .25s ease-out;
}
.footer-top-wrap .footer-newsletter-form form .hs-submit {
	padding-right: 0;
}
.footer-top-wrap .footer-newsletter-form form .hs-email {
	padding-left: 0;
	padding-right: 11px;
}
.footer-top-wrap .footer-newsletter-form form .hs_error_rollup {
	display: block;
	width: 100%;
}
.footer-top-wrap .footer-newsletter-form form .hs-submit input[type="submit"]:hover {
	color: #cb0961;
	background-color: #fff;
	border-color: #fff;
}
.cm-footer-wrapper .footer-top-wrap .cm-footer-newsletter {
	margin-left: 0;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* 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: 1024px) {
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display:block !important;
	}
	.widget-span.header-mobile-menu {
		display: none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
		display: none !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}


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

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

@media (max-width: 1023px){

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

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

	.mobile-trigger{
		display: inline-block !important;
		cursor: pointer;
		position: absolute;
		top: 30px;
		left: 24px;
		height: auto;
		background: #ffffff;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		color: #000;
	}
	.mobile-trigger:hover{
		text-decoration: none; /* Removes link text underline on button */
		color: #fff;
		background-color: transparent; 
		border-color: transparent;
	}

	/* Change button when menu is open */
	.mobile-open .mobile-trigger{
		color: #fff;
		background-color: transparent; 
		border-color: transparent;
	}

	/* Toggle Button Icon */
	.mobile-trigger:before {
		content: "\e90a";
		font-size: 1.25rem;
		color: #680532;
		font-family: "iconsFont";
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

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

	.child-trigger{
		display: inline-block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100% !important;
		min-width: 100% !important;
		height: 56px !important;
		padding: 0 !important;
		border-left: 1px dotted rgba(255, 255, 255, .20);
	}
	.child-trigger:hover{
		text-decoration: none;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children >  a:after {
		font-family: "iconsFont";
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e910";
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
		position: absolute;
		top: 11px;
		right: 24px;
		font-size: 2rem;
		transition: all 1s ease 0s;
		cursor: pointer;
		color: #680532;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.children-open >  a:after{
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}


	/* ===== Mobile Menu Styles ===== */  

	.custom-menu-primary.js-enabled{
		position: relative;
		padding-top: 0; /* Makes room for button */
		margin: 0;
	}

	/* Hide menu on mobile */
	.custom-menu-primary.js-enabled .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper{
		display: none;
	}  

	/* Make child lists appear below parent items */
	.custom-menu-primary ul.hs-menu-children-wrapper{
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}

	/* Mobile Menu Styles */ 
	.custom-menu-primary.js-enabled .hs-menu-wrapper{
		width: 100%;
		position: relative;
		top: 10px;
		left: 0;
		padding: 0;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color: #fff;
		width: 100%; /* Full screen width */
	}

	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
		position: relative;
		border-bottom: 1px solid #999088;
		border-top: 0;
		background-color: #fff;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li a{
		overflow: visible;		
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		width: 100%;
		padding: 1rem;
		font-size: 1.25rem;
		line-height: 1.2;
		font-weight: 700;
		color: #680532;
	}

	/* Level 1 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul li{
	}
	.custom-menu-primary .hs-menu-wrapper >  ul li a{
	}
	.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
	}

	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background-color: transparent;
		padding: .625rem 2rem;
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li{
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li:not(:last-child) {
		border-bottom: 1px solid #999088;
		padding-bottom: .9375rem;
		margin-bottom: .5rem;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul li:not(:last-child) {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		font-size: .8125rem;
		line-height: 1.85;
		color: #a4064e;
		font-weight: 700;
		margin-bottom: .5rem;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
		color: #680532;
	}

	/* Level 3 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul {
		display: block !important;
		padding: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
		font-size: .8125rem;
		line-height: 1.85;
		color: #232323;
		font-weight: 400;
		font-style: normal;
		margin: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul > li > a:hover {
		color: #a4064e;
	}

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


/* ==========================================================================
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 {}
.post-header h2 a {}

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

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
}

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

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

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

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


/* =============== Global Form Styles =============== */
h3.form-title {
	color: #a4064e;
	font-size: 2.5rem;
	letter-spacing: 8px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
	font-family: "Raleway";
	font-size: .875rem;
	line-height: 1.71;
	color: #232323;
	margin-bottom: 8px;
	font-weight: 700;	
	display: inline-block;
}

/* 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 {
	display: block;
	max-width: 500px;
	margin-bottom: 21px;
	width: 100%;
	line-height: 1.14;
	background-color: #f5f5f5;
	padding: 16.5px 24px;
	box-shadow: none;
	border: 0;
	font-size: .875rem;
	color: #616161;
	border-radius: 0;
	font-family: inherit;
	transition: box-shadow .5s,border-color .25s ease-in-out;	
}

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

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

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

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

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

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

span.hs-form-required {
	color: red;
}

/* Error */
.hs-error-msgs label{}
ul.no-list.hs-error-msgs.inputs-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.no-list.hs-error-msgs.inputs-list li {
	margin: 5px 0;
}
ul.no-list.hs-error-msgs.inputs-list li label {
	color: red;
	font-size: .75rem;
	line-height: 1.5;
}

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

.cm-footer-wrapper .footer-top-wrap .footer-newsletter-form input[type="email"]::-webkit-input-placeholder {
	color: #ffffff;

} /* Webkit Browsers */
.cm-footer-wrapper .footer-top-wrap .footer-newsletter-form input[type="email"]:-moz-placeholder {
	color: #ffffff;

} /* Firefox 18- */
.cm-footer-wrapper .footer-top-wrap .footer-newsletter-form input[type="email"]::-moz-placeholder {
	color: #ffffff;

} /* Firefox 19+ */
.cm-footer-wrapper .footer-top-wrap .footer-newsletter-form input[type="email"]:-ms-input-placeholder {
	color: #ffffff;
} /* IE10 */
@-moz-document url-prefix() { 
	.cm-footer-wrapper .footer-top-wrap .footer-newsletter-form input[type="email"]::placeholder {
		color: #ffffff;
		opacity: 1;
	}
	.header-search-wrap form .js-form-item input[type="text"]::placeholder{
		color: #616161;		
		opacity: 1;
	}
}  

/* =============== 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;
	width: auto;
	display: inline-block;
	margin: 15px 0;
	white-space: normal;
	color: #fff;
	background-color: #a4064e;
	border-color: #fff;
	line-height: 1.5;
	font-size: 1rem;
	cursor: pointer;
	padding: .75rem 32px;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	text-align: center;
	border: solid 1px;
	vertical-align: middle;
	font-family: inherit;
	transition: background-color .25s ease-out,color .25s ease-out;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	border-color: #a4064e;
	color: #a4064e;
	background-color: #fff;	
}

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


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

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


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

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


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

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


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

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

ul.hs-search-field__suggestions {
	padding: 10px;
}
ul.hs-search-field__suggestions li {
	margin-bottom: 5px;
}
ul.hs-search-field__suggestions a {
	padding: 5px;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration { 
	display: none; 
}  

input[type="checkbox"] {
	display: inline-block;
}  

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	margin-top: 15px;
	margin-bottom: 15px;  
}

.subscribe-options label {
	margin: 0;
}  

.comment-date {
	display: table;
}  
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item span {
	vertical-align: top !important;
}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.custom-banner-area {
	text-align: center;
}
.custom-banner-area .custom-banner-area-content {
	padding-top: 65px;
	padding-bottom: 65px;
}
.custom-banner-area .custom-banner-area-content h1 {
	text-transform: uppercase;
}
.hs-blog-listing .custom-banner-area .custom-banner-area-content h1 {
	margin-bottom: 3rem;
	margin-top: 0;
}
.hs-blog-listing .custom-banner-area .blog-banner-content p {
	font-family: "Raleway";
	line-height: inherit;
	font-size: .875rem;
	margin: 0;
	line-height: 23.94px;
}
.hs-blog-listing .custom-banner-area .custom-banner-area-content {
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
}

.blog-listing-wrapper .post-listing .post-item {
	padding: 1rem;
	background-color: transparent;
	position: relative;
	border: solid 1px #999088;
	margin-left: -1px;
	margin-top: -1px;
}
.blog-listing-wrapper .post-listing .post-item {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}
.blog-listing-wrapper .post-listing .post-item-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(2n+1) {
	clear: left;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	float: none;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
.blog-listing-wrapper .post-listing .post-item .img-container.infos-sep {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.blog-listing-wrapper .post-listing .post-item img {
	transition: all 1s ease 0s;
}
.blog-listing-wrapper .post-listing h3.post-title {
	margin: 0;
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: normal;
	font-weight: 700;
	color: #a4064e;
	text-transform: none;
}
.blog-listing-wrapper .post-listing h3.post-title a:hover {
	color: #680532;
	text-decoration: none;
}
.blog-listing-wrapper .post-listing .post-item .post-content {
	font-size: .875rem;
	line-height: 1.71;
	font-family: "IBM Plex Serif";
}
.blog-listing-wrapper .post-listing .post-item:hover {
	background-color: #f6f2ee;
}
.blog-listing-wrapper .post-listing .post-item .img-container.infos-sep:hover img {
	transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-webkit-transform: scale(1.15,1.15);
}
.blog .page-center.blog-content-wrapper {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 3.5rem;
	max-width: 1200px;
}
.blog .blog-content-wrapper > div > div.row-fluid {
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 2;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
.blog .blog-content-wrapper > div > div.row-fluid:before , 
.blog .blog-content-wrapper > div > div.row-fluid:after {
	display: none;
}
.hs-blog-listing .blog-content-wrapper .blog-sidebar {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
}
.hs-blog-listing .blog-content-wrapper .blog-content {
	margin-left: 0;
	-ms-flex: 0 0 66.66667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
	width: 66.66667%;
}
.hs-blog-listing .blog-content-wrapper .blog-sidebar ,
.hs-blog-listing .blog-content-wrapper .blog-content {
	padding-right: 1rem;
	padding-left: 1rem;
}
.hs-blog-listing .blog-content-wrapper .blog-content {
	transition: all 300ms ease 0s;
	transform: translate3d(0,0,0);
}
.blog .blog-sidebar span.display-block.semi-infos-sep {
	margin-bottom: .5rem;
	display: block;
}
.blog-sidebar .block-region-sidebar {
	transition: all 300ms ease 0s;
	transform: translate3d(0,0,0);
}
.blog-sidebar .block-region-sidebar .display-flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: flex-end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 3.5rem;
	margin-left: -1rem;
	margin-right: -1rem;
}
.blog-sidebar .block-region-sidebar .small-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}
.blog-sidebar .block-region-sidebar .parag-padding-all {
	padding: 2rem;
	background-color: #f6f2ee;
	color: #232323;
}
.blog-sidebar .infos-sep.txt-center {
	margin-bottom: 1.5rem;
	text-align: center;
}
.blog-sidebar .infos-sep.txt-center img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
.blog-sidebar .bg-greige * {
	color: inherit;
}
.blog-sidebar  .h2-style.small {
	font-size: 1.25rem;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 1.25;
	color: #232323;
	text-decoration: none;
}
.blog-sidebar .flag {
	margin-left: .25rem;
	color: inherit;
	background-position: -64px -66px;
	float: none;
	background-image: url(//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/flag-icons.png);
	background-repeat: no-repeat;
	width: 16px;
	min-width: 16px;
	height: 11px;
	margin-right: 3px;
	display: inline-block;
}
.blog-sidebar .txt.regular {
	font-family: "Raleway";
	font-size: 1rem;
	line-height: 1.75;
	margin-bottom: 1rem;
	font-weight: 700;
	color: #a4064e;
}
.blog-sidebar .txt {
	font-size: .875rem;
	line-height: 1.71;
	font-family: "IBM Plex Serif";
	margin-bottom: 1.5rem;
}
.blog-sidebar .semi-infos-sep {
	margin-bottom: .5rem;
}
.blog-sidebar .semi-infos-sep a.read-more {
	text-decoration: underline;
	color: #a4064e;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	font-size: .875rem;
	line-height: 1.71;
	font-weight: 700;
	font-family: "Raleway";
}
.blog-sidebar .semi-infos-sep a.read-more:hover {
	color: #680532;
}
.blog .blog-sidebar span.display-block.semi-infos-sep a#mask {
	vertical-align: middle;
	display: inline-block;
	color: #161616;
	font-family: "Raleway";
	font-size: .875rem;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	line-height: 1.71;
	margin: 0;
}
.blog .blog-sidebar span.display-block.semi-infos-sep a#mask:before {
	float: left;
	padding-left: .625rem;
	display: inline-block;
	font-size: 1.5rem;
	vertical-align: middle;
	content: "\e916";
	display: block;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	font-family: "iconsFont";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-sidebar .h2-style.sidebar {
	letter-spacing: 4px;
	line-height: 1.6;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #a4064e;
	margin-bottom: 1.5rem;
	text-align: center;
	display: block;
}
.hs-blog-listing .blog-pagination {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 2rem;
	font-size: inherit;
}
.hs-blog-listing .blog-pagination a {
	text-decoration: underline;
	color: #a4064e;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	font-family: "Raleway";
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.71;
}
.hs-blog-listing .blog-pagination a:hover {
	text-decoration: none;
	color: #8b0542;
}
.pop-post-wrapper {
	position: relative;
}
.pop-post-wrapper button.slick-prev.slick-arrow:before, 
.pop-post-wrapper button.slick-next.slick-arrow:before {
	content: "\e916";
	font-family: "iconsFont";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #a4064e;
	font-size: 2.5rem;
}
.pop-post-wrapper button.slick-arrow {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	position: absolute;
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	background: 0 0;
	color: transparent;
	right: auto;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	font-size: 0;
	border: 0;
	outline:0;
	top: 50%;
	transform: translateY(-50%) !important;
}
.pop-post-wrapper button.slick-prev.slick-arrow:before {
	left: 0px;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pop-post-wrapper button.slick-prev.slick-arrow {
	left: 10px;
}
.pop-post-wrapper button.slick-next.slick-arrow{
	right: 10px;
	left: auto;
}
.pop-post-image img {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.popular-post-slider h2.block-title {
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 2rem;
	text-align: center;
	display: block;
	width: 100%;
	color: #a4064e;
	max-width: 66.66%;
	margin-left: 16.67%;
	margin-right: 16.67%;
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 700;
	margin-top: 0;
}
.pop-post-outer-wrapper {
	padding: 1rem;
	background-color: transparent;
	position: relative;
	border: solid 1px #999088;
	margin-top: -1px;
}
.pop-post-content  h1 {
	margin-bottom: 2rem;
	margin-top: 0;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 700;
	color: #a4064e;
}
.pop-post-image {
	margin-bottom: 2rem;
}
.pop-post-content h1 a:hover {
	color: #680532;
}
.pop-post-content .post-content {
	font-size: .875rem;
	line-height: 1.71;
	font-family: "IBM Plex Serif";
	margin: 0;
	padding: 0;
}
.pop-post-outer-wrapper:hover {
	background-color: #f6f2ee;    
}
.hs-blog-listing .post-listing h2.block-title {
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 2rem;
	text-align: center;
	display: block;
	width: 100%;
	color: #a4064e;
	max-width: 66.66%;
	margin-left: 16.67%;
	margin-right: 16.67%;
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 700;
	margin-top: 0;
}
.popular-post-slider {
	margin-bottom: 3.5rem;
}
.pop-post-image img {
	height: 505px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	font-family: "object-fit: cover; object-position: center";
}
.blog .fusion-breadcrumbs .page-center {
	padding: 0;
	max-width: 1200px;
	padding-top: .75rem;
}

.blog .fusion-breadcrumbs .page-center {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
.blog .fusion-breadcrumbs a, .blog .fusion-breadcrumbs span span {
	text-decoration: none;
	font-size: .625rem;
	color: #6b625c;
	line-height: 1.23;
	float: left;
}
span.fusion-breadcrumb-sep {
	margin: 0 .1875rem;
	color: inherit;
	font-size: .625rem;
}
.blog .fusion-breadcrumbs .page-center {
	padding-top: .75rem;
}
.hs-blog-post .section.post-header h1.post-title {
	margin-bottom: 5rem;
	margin-top: 0;
	text-align: center;
	display: block;
	line-height: 1.2;
	width: 100%;
	max-width: 66.66%;
	margin-left: 16.67%;
	margin-right: 16.67%;
	color: #a4064e;
	font-size: 2.5rem;
	letter-spacing: 8px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: -3px;
}
.hs-blog-post .fusion-breadcrumbs {
	margin-bottom: 3.5rem;
}
.hs-blog-post .hs-featured-image-wrapper {
	margin-bottom: 3rem;
}
.hs-blog-post .post-body p {
	line-height: 1.23;
}
.hs-blog-post a.more-link {
	text-decoration: underline;
}
.cm-header-wrapper.lp-header .mobile-trigger {
	display: none !important;
}

.blog .cm-footer-wrapper .footer-bottom-wrap .footer-btn-text button span {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/france.svg');
}

.blog .cm-footer-wrapper .footer-bottom-wrap .footer-btn-text button span.bg-china {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/china.svg');
}

.blog .cm-footer-wrapper .footer-bottom-wrap .footer-btn-text button span.bg-united-kingdom {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/united-kingdom.svg');
}

.blog .cm-footer-wrapper .footer-bottom-wrap .footer-btn-text button span.bg-france {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/france.svg');
}

.blog .cm-footer-wrapper .footer-bottom-wrap .footer-btn-text button span.bg-germany {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/germany.svg');
}

.blog .cm-footer-wrapper .footer-bottom-wrap .footer-btn-text button span.bg-japan {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/japan.svg');
}

.blog .cm-footer-wrapper .footer-bottom-wrap .footer-btn-text button span.bg-spain {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/spain.svg');
}

.blog .cm-footer-wrapper .footer-bottom-wrap .footer-btn-text button span.bg-united-states {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/united-states.svg');
}

.blog .cm-footer-wrapper .footer-bottom-wrap .footer-btn-text button span.bg-world {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/world.svg');
}



/* Styles that do not fit into any of the available sections above can go here. */
.sidebar-hidden.blog-content-wrapper .blog-content {
	transform: translate3d(-25%,0,0);
	margin-top: 2rem;
}
.sidebar-hidden .block-region-sidebar {
	transform: translate3d(-115%,0,0);
}
.blog-sidebar {
	overflow: hidden;
}
body.password-template input[type="password"] {
	margin-top: 21px !important;
}

#region-before-header.show-region {
	visibility: visible;
	top: 0;
}
#region-before-header, #region-before-header.show-region {
	transition: all 1s ease 0s;
}
#region-before-header {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 999;
	color: #fff;
	background-color: #680532;
	top: -100%;
}
#region-before-header .country-language-form {
	padding: 1.33333rem 0;
}
#region-before-header * {
	color: inherit;
}
#region-before-header .align-middle {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
#region-before-header .align-middle.page-center {
	padding: 0;
	max-width: 1200px;
}
#region-before-header .country-language-form #country-language-form {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
}
#region-before-header .display-flex.space-between {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	width: 100%;
}
#region-before-header .country-language-form #country-language-form .country-language-description {
	color: #fff;
	font-size: .8125rem;
	line-height: 1.33;
	max-width: 28.5rem;
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	padding-right: 1rem;
	padding-left: 1rem;
}
#region-before-header .large-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
#region-before-header .medium-4 {
	-ms-flex: 0 0 33.33333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	padding-right: 1rem;
	padding-left: 1rem;
}
#region-before-header .align-center {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}
#region-before-header .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	position: relative;
}
#region-before-header .column > .menu:before , 
#region-before-header .js-form-type-select:before {
	content: "\e910";
	font-size: .875rem;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	bottom: .5rem;
	right: 0;
	pointer-events: none;
	z-index: 1;
	display: inline-block;
	margin-right: 1rem;
	font-family: "iconsFont";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#region-before-header .select-style-wrapper .select-style {
	position: relative;
	text-indent: .01px;
	cursor: pointer;
	font-size: .875rem;
	max-height: 48px;
	margin: 0;
	line-height: 1.14;
	display: block;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #680532;
	border: 1px solid #fff;
	width: 100%;
}
#region-before-header  .dropdown.menu>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.5rem;
	line-height: 1;
	text-decoration: none;
	display: block;
}
#region-before-header .dropdown.menu .is-active>a {
	background: 0 0;
}
#region-before-header .js-form-type-language-select .select-style>a,
#region-before-header .js-form-type-select .select-style>a,
#region-before-header .select-style-wrapper .select-style>a {
	padding: 1rem 1.5rem 1rem 2rem;
}
#region-before-header .dropdown.menu>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	background-color: #680532;
	min-width: auto;
	left: -1px;
	width: calc(100% + 2px);
	border: 1px solid #fff;
	outline: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: block;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: absolute;
}
#region-before-header ul {
	line-height: 1.23;
}
#region-before-header ul#country_dropdown ul.select-list li a {
	padding: .25rem 0 .25rem 2rem;
	font-size: .875rem;
	line-height: 1;
	text-decoration: none;
	display: block;
}
#region-before-header ul#country_dropdown a {
	background-repeat: no-repeat;
	background-position: 9px center;
	background-size: 1rem 100%;
	cursor: pointer;
}
#region-before-header ul#country_dropdown a.bg-china {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/china.svg');
}
#region-before-header ul#country_dropdown a.bg-united-kingdom {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/united-kingdom.svg');
}
#region-before-header ul#country_dropdown a.bg-france {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/france.svg');
}
#region-before-header ul#country_dropdown a.bg-germany {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/germany.svg');
}
#region-before-header ul#country_dropdown a.bg-japan {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/japan.svg');
}
#region-before-header ul#country_dropdown a.bg-spain {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/spain.svg');
}
#region-before-header ul#country_dropdown a.bg-united-states {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/united-states.svg');
}
#region-before-header ul#country_dropdown a.bg-world {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/world.svg');
}
#region-before-header .js-form-type-select select {
	text-indent: .01px;
	height: 3rem;
	padding: 0 1.5rem;
	color: inherit;
	border: 1px solid #fff;
	background-color: #680532;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	max-height: 48px;
	margin: 0;
	line-height: 1.14;
	box-shadow: none;
	font-size: .875rem;
	cursor: pointer;
	font-family: inherit;
	border-radius: 0;
	font-weight: 400;
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	transition: box-shadow .5s,border-color .25s ease-in-out;
	outline: 0;
}
#region-before-header .js-form-type-select {
	position: relative;
}
#region-before-header input[type=submit] {
	background-color: transparent;
	border-color: #fff;
	padding: .75rem 32px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: solid 1px;
	line-height: 1.5;
	font-size: .875rem;
	cursor: pointer;
	margin: 0;
	vertical-align: middle;
	border-radius: 0;
	font-family: inherit;
	transition: background-color .25s ease-out,color .25s ease-out;
}
#region-before-header input[type=submit]:hover {
	color: #a4064e;
	background-color: #fff;
	border-color: #fff;
}
#region-before-header .dropdown.menu>li.is-dropdown-submenu-parent > a.bg-world {
	background-image: url('//cdn2.hubspot.net/hubfs/4944288/LesvergersBoiron_April2019/Images/world.svg');
	background-repeat: no-repeat;
	background-position: 9px center;
	background-size: 1rem 100%;
}
#region-before-header .dropdown.menu>li.opens-right>.is-dropdown-submenu {
	display: none;
}
#region-before-header .dropdown.menu>li.opens-right>.dropdown-active {
	display: block;
}

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


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

@media (max-width: 1250px) {
	.hs-blog-post .page-center.blog-content-wrapper {
		max-width: 1230px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 1235px) and (min-width: 1024px) {
	.blog .fusion-breadcrumbs .page-center {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 1024px) {	
	.cm-footer-wrapper .footer-top-wrap .footer-newsletter-text {
		-ms-flex: 0 0 41.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cm-footer-wrapper .footer-top-wrap .footer-newsletter-form {
		-ms-flex: 0 0 58.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
		margin-left: 0;
	}
	.cm-footer-wrapper .footer-bottom-wrap .widget-span.cm-footer-menu {
		-ms-flex: 0 0 41.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cm-footer-wrapper .footer-bottom-wrap .widget-span.footer-follow-us {
		-ms-flex: 0 0 33.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cm-footer-wrapper .footer-bottom-wrap .widget-span.footer-btn-text {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.footer-top-wrap .footer-newsletter-form form .hs-submit {
		padding-right: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 32.5%;
	}

	.header-desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
		padding: 2rem 1rem;
		right: 0;
		border: 0;
		background: #fff;
		min-width: 200px;
		top: 5.0625rem;
	}
	.widget-span.custom-menu-primary .hs-menu-wrapper > ul > li {
		position: static;
	}
	.header-desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper:before {
		content: "";
		position: absolute;
		top: .625rem;
		left: 0;
		width: 100%;
		height: calc(100% - 10px);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,.35);
		background-color: transparent;
		z-index: -1;
	}
	.header-desktop-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper li.hs-menu-depth-2 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
		padding-right: 1rem;
		padding-left: 1rem;
		display: inline-block;
	}
	.widget-span.header-desktop-menu .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
		display: block;
		opacity: 1;
		visibility: visible;
		position: relative;
		left: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul .image {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
		min-height: 1px;
		margin-bottom: 1rem;
	}
	.header-desktop-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper li.hs-menu-depth-2 > .wrap-inner > a , 
	.custom-menu-primary .hs-menu-wrapper ul ul li a{
		margin-bottom: .5rem;
		font-style: normal;
		transition: all 1s ease 0s;
		cursor: pointer;
		color: #a4064e;
		font-size: 1rem;
		line-height: 1.5;
		font-weight: 700;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-desktop-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper li.hs-menu-depth-2.hs-item-has-children > .wrap-inner > ul.hs-menu-children-wrapper {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.header-desktop-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper li.hs-menu-depth-2 .wrap-inner {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul .image img {
		width: 260px;
	}
	.widget-span.header-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		white-space: normal;
	}
	.header-desktop-menu .hs-menu-wrapper > ul ul ul.hs-menu-children-wrapper li {
		display: block;
		width: 100%;
	}
	.header-desktop-menu .hs-menu-wrapper > ul ul ul.hs-menu-children-wrapper li a {
		color: #232323;
		font-weight: 400;
		font-style: normal;
		font-size: .875rem;
		display: inline-block !important;
		position: relative;
		line-height: 1.7;
		cursor: pointer;
		transition: all 1s ease 0s;
	}
	.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul li {
		float: none;
	}
	.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul li a {
		display: unset;
	}
	.cm-footer-wrapper .footer-bottom-wrap {
		padding-bottom: 60px;
	}
}
@media (max-width: 1199px) {
	.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul li:not(:nth-last-child(-n+2)) {
		margin-bottom: .75rem;
	}
	.cm-footer-wrapper .footer-bottom-wrap .footer-follow-us .cm-follow-us {
		margin-left: 1.5rem;
	}
	.cm-footer-wrapper .footer-bottom-wrap .widget-span.footer-bottom-col {
		padding-right: .75rem;
		padding-left: .75rem;
	}
	.cm-footer-wrapper .footer-top-wrap .cm-footer-newsletter {
		padding-right: .75rem;
		padding-left: .75rem;
	}
	.footer-top-wrap .footer-newsletter-form form .hs-submit {
		padding-left: 11px;
	}
	.footer-top-wrap .footer-newsletter-form form .hs-email {
		padding-right: 8px;
	}
	.header-desktop-menu .hs-menu-wrapper > ul > li > a {
		font-size: .8125rem;
	}
	#region-before-header .country-language-form {
		padding: 1rem 0;
	}
	#region-before-header .display-flex.space-between {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	#region-before-header .country-language-form #country-language-form .country-language-description {
		padding-right: .75rem;
		padding-left: .75rem;
	}
	#region-before-header .medium-4 {
		padding-right: .75rem;
		padding-left: .75rem;
	}
	#region-before-header .column > .menu:before, #region-before-header .js-form-type-select:before {
		margin-right: .75rem;
	}
}
@media (max-width: 1023px) {	
	.cm-footer-wrapper .footer-bottom-wrap .widget-span.footer-bottom-col {
		width: 100%;
	}
	.cm-footer-wrapper .footer-bottom-wrap {
		padding: 1.5rem;
	}
	.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul li {
		display: inline-block;
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
	}
	.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: .8125rem;
		line-height: 1.23;
	}
	.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul:before ,
	.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul:after {
		display: none;
	}
	.cm-footer-wrapper .footer-bottom-wrap .footer-btn-text {
		margin-top: 1.5rem;
	}
	.cm-footer-wrapper .footer-bottom-wrap .footer-follow-us {
		margin-top: 1.5rem;
		margin-bottom: 1rem;
	}
	.cm-footer-wrapper .footer-bottom-wrap .footer-follow-us h2 {
		margin-bottom: 1rem;
	}
	.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul li:nth-child(2n) {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul li:nth-child(2) {
		margin-top: 1rem;
	}
	.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu ul li:not(:nth-last-child(-n+2)) {
		margin-bottom: 1rem;
	}
	.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu {
		margin-bottom: 1rem;
	}
	.cm-footer-wrapper .footer-bottom-wrap .cm-footer-menu .hs-menu-wrapper {
		margin-bottom: 0;
	}
	.footer-top-wrap {
		padding: 1.125rem;
	}
	.footer-top-wrap .footer-newsletter-form form .hs-email ,
	.footer-top-wrap .footer-newsletter-form form .hs-submit {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.footer-top-wrap .footer-newsletter-form form .hs-email {
		width: 100%;
	}
	.footer-top-wrap .footer-newsletter-form form .hs-email ,
	.footer-top-wrap .footer-newsletter-form form .hs-submit {
		padding-right: .75rem;
		padding-left: .75rem;
	}
	.cm-footer-wrapper .footer-top-wrap .cm-footer-newsletter {
		margin-left: 0;
	}
	.cm-footer-wrapper .footer-top-wrap .page-center > div > div.row-fluid {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.cm-footer-wrapper .footer-top-wrap .footer-newsletter-form input[type="email"] {
		margin-bottom: 1rem;
	}
	.cm-footer-wrapper .footer-top-wrap .footer-newsletter-text h2 {
		margin: 0;
	}
	.widget-span.header-desktop-menu {
		display: none;
	}
	.header-mobile-menu {
		display: block;
	}
	.widget-span.header-mobile-menu {
		width: 100%;
	}
	.cm-header-wrapper .page-center > div:first-child > div.row-fluid {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding: 0 1.5rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.widget-span.header-search-wrap {
		position: absolute;
		right: 0;
	}
	.header-search-wrap form .form-submit {
		font-size: 1.375rem;
		cursor: pointer;
		padding-bottom: 4px;
		padding-right: 8px;
	}
	.header-search-wrap .header-search-block {
		margin-right: 16px;
	}
	.widget-span.cm-header-wrapper  .page-center {
		padding: 0;
	}
	.cm-logo-wrapper {
		margin-bottom: 1px;
		margin-right: 1px;
	}
	.custom-banner-area {
		text-align: center;
	}
	.custom-banner-area .custom-banner-area-content {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.custom-banner-area .custom-banner-area-content h1 {
		text-transform: uppercase;
	}
	.custom-banner-area .custom-banner-area-content h1 {
		font-size: 1.25rem;
		letter-spacing: 4px;
		line-height: 1.6;
	}
	.custom-banner-area .custom-banner-area-content {
		padding-top: 40px;
		padding-bottom: 35px;
	}
	.hs-blog-listing .custom-banner-area .custom-banner-area-content h1 {
		margin-bottom: 1.125rem;
	}
	.hs-blog-listing .custom-banner-area .custom-banner-area-content {
		padding-bottom: 2rem;
	}
	.hs-blog-listing .blog-content-wrapper .blog-sidebar, 
	.hs-blog-listing .blog-content-wrapper .blog-content {
		padding-right: .75rem;
		padding-left: .75rem;
	}
	.hs-blog-listing .blog-content-wrapper .blog-sidebar , 
	.hs-blog-listing .blog-content-wrapper .blog-content {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.blog .blog-sidebar span.display-block.semi-infos-sep a#mask {
		display: none;
	}
	.blog .blog-sidebar span.display-block.semi-infos-sep {
		margin-bottom: .5rem;
	}
	.blog-sidebar .block-region-sidebar .parag-padding-all {
		padding: 1.5rem;
	}
	.blog-sidebar .h2-style.sidebar {
		font-size: 1rem;
		margin-bottom: 1rem;
		line-height: 1.5;
	}
	.blog-sidebar .infos-sep.txt-center {
		margin-bottom: 1rem;
	}
	.blog-sidebar .h2-style.small {
		font-size: 1rem;
		line-height: 1.5;
	}
	.blog-sidebar .flag {
		margin-left: .1875rem;
	}
	.blog-sidebar .txt.regular {
		margin-bottom: 1rem;
	}
	.blog-sidebar .txt {
		margin-bottom: 1rem;
	}
	.popular-post-slider h2.block-title {
		font-size: 1.125rem;
		max-width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 1.5rem;
		line-height: 1.33;
	}
	.blog-sidebar .block-region-sidebar .display-flex {
		margin-right: -.75rem;
		margin-left: -.75rem;
		margin-bottom: 2rem;
	}
	.popular-post-slider {
		margin-top: 1.5rem;
	}
	.blog .page-center.blog-content-wrapper {
		padding-bottom: 2rem;
	}
	.pop-post-slider-inner {
		padding-right: .75rem;
		padding-left: .75rem;
	}
	.pop-post-content h1 {
		margin-bottom: 1.5rem;
		font-size: 1rem;
		line-height: 1.5;
	}
	.popular-post-slider {
		margin-right: -.75rem;
		margin-left: -.75rem;
	}
	.hs-blog-listing .post-listing h2.block-title {
		font-size: 1.125rem;
		line-height: 1.33;
		max-width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 1.5rem;
	}
	.hs-blog-listing .post-listing {
		margin-bottom: 2rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.popular-post-slider {
		margin-bottom: 2rem;
	}
	.blog-listing-wrapper .post-listing .post-item {
		padding: .75rem;
	}
	.blog-listing-wrapper .post-listing .post-item .img-container.infos-sep {
		margin-bottom: 1rem;
	}
	.blog-listing-wrapper .post-listing h3.post-title {
		margin-bottom: 1rem;
		font-size: 1rem;
		line-height: 1.5;
	}
	.blog-sidebar .block-region-sidebar .small-12 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.hs-blog-post .section.post-header h1.post-title {
		margin-bottom: 3rem;
		max-width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		font-size: 1.25rem;
		letter-spacing: 4px;
		line-height: 1.6;
	}
	.hs-blog-post .fusion-breadcrumbs {
		margin-bottom: 2rem;
	}
	.blog .fusion-breadcrumbs .page-center {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#region-before-header .display-flex.space-between {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#region-before-header .country-language-form #country-language-form .country-language-description , #region-before-header .large-6 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
	}
	#region-before-header .country-language-form #country-language-form .country-language-description {
		margin-bottom: 1rem;
	}
	.header-search-wrap .hide-for-large span {
		font-size: 1.375rem;
		color: #680532;
		cursor: pointer;
		margin-right: 24px;
	}
	.header-search-wrap .hide-for-large span:before {
		content: "\e911";
		font-family: "iconsFont"!important;
		font-style: normal!important;
		font-weight: 400!important;
		font-variant: normal!important;
		text-transform: none!important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.header-search-wrap .hide-for-large {
		text-align: right;
	}
	.header-search-wrap form .form-submit {
		display: none;
	}
	.header-search-wrap .header-search-block {
		background: transparent;
	}
	.header-search-wrap form .js-form-item input[type="text"] {
		width: 0;
		padding: 0;
		position: absolute;
		top: 64px;
		right: 15px;
	}
	.header-search-block.mobile-search .js-form-item input[type="text"] {
		width: 100%;
		padding: 1rem 1.5rem;
	}
	.cm-header-wrapper .page-center > div:first-child > div.row-fluid {
		position: relative;
	}
	section.header-search-block.expanded form .search-cancel {
		display: none;
	}
}
@media (max-width: 1023px) and (min-width: 640px) {	
	.cm-footer-wrapper .footer-top-wrap .footer-newsletter-form {
		-ms-flex: 0 0 58.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
		width: 58.33333%;
	}
	.cm-footer-wrapper .footer-top-wrap .footer-newsletter-text {
		-ms-flex: 0 0 41.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
		width: 41.66667%;
	}	
}

/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 767px) {
	.one-column .body-container form {
		max-width: 100%;
	}
	.hs_recaptcha.hs-recaptcha.field.hs-form-field {
		padding: 5px;
		overflow: hidden;
		overflow-x: auto;
	}  
	.section.post-body img {
		float: none !important;
		display: block;
		margin: 10px auto !important;
	}    
	.hs-author-profile .hs-author-avatar {
		float: none;
		margin: 0 0 10px;
	}  
	input[type="text"],
	input[type="password"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="date"], 
	input[type="month"], 
	input[type="time"], 
	input[type="week"], 
	input[type="number"], 
	input[type="email"], 
	input[type="url"], 
	input[type="search"], 
	input[type="tel"], 
	input[type="color"],
	input[type="file"],
	textarea,
	select {	
		max-width: 100%;
	}
	.blog-listing-wrapper .post-listing .post-item {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.hs-blog-post .section.post-footer .replying {
		padding: 0;
	}
}
@media (max-width: 699px) {	
	section.header-search-block.expanded {
		width: 27.5rem;
	}
}
@media (max-width: 639px) {	
	.footer-top-wrap .footer-newsletter-form form .hs-email ,
	.footer-top-wrap .footer-newsletter-form form .hs-submit {
		padding-right: 0;
		padding-left: 0;
	}
	.cm-footer-wrapper .footer-top-wrap .cm-footer-newsletter {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cm-footer-wrapper .footer-top-wrap .footer-newsletter-text h2 {
		font-size: 1.125rem;
	}
	.cm-footer-wrapper .footer-top-wrap .footer-newsletter-form {
		margin-top: 1.5rem;
	}
	.cm-footer-wrapper .footer-bottom-wrap .footer-follow-us .cm-follow-us {
		margin-left: 1rem;
	}
	.pop-post-outer-wrapper {
		padding: 0;
		background-color: transparent;
		border: 0;
		margin-top: 0;
	}
	.pop-post-slider-inner {
		padding: 0;
	}
	.pop-post-content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#region-before-header .medium-4 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 50%;
	}
	#region-before-header .align-center {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		margin-top: 2rem;
	}
	#region-before-header input[type=submit] {
		width: 100%;
	}
}
@media (max-width: 530px) {	
	section.header-search-block.expanded {
		width: 20.5rem;
	}
}


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

@media (max-width: 479px) {	
	section.header-search-block.expanded {
		width: 14.5rem;
	}
	h3.form-title {
		font-size: 1.5rem;
	}
}
@media (max-width: 365px) and (min-width: 327px) {	
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
		font-size: 1.2rem;
		right: 1px;
		top: 18px;
	}
}