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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Roboto:400,500,900&display=swap');
@import url('//fonts.googleapis.com/css?family=Lato&display=swap');


@font-face {
	font-family: "Font Awesome 5 Brands";
	src: url("//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.eot") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.ttf") format("woff"),
		url("//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Font Awesome 5 Free";
	src: url("//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Fonts/Font%20Awesome%205%20Free%20900/fa-solid-900.eot") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Fonts/Font%20Awesome%205%20Free%20900/fa-solid-900.woff2") format("woff2"), 
		url("//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Fonts/Font%20Awesome%205%20Free%20900/fa-solid-900.woff") format("woff"), 
		url("//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Fonts/Font%20Awesome%205%20Free%20900/fa-solid-900.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
}
@font-face {
	font-family: Lato Bo;
	src: url("//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Fonts/Lato%20Bo/Lato-Bold.ttf") format("truetype");
}
@font-face {
	font-family: Lato Li;
	src: url("//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Fonts/Lato%20Li/Lato-Light.ttf") format("truetype");
}
@font-face {
	font-family: Lato Re;
	src: url("//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Fonts/Lato%20Re/Lato-Regular.ttf") format("truetype");
}
/* 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 */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* 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 iFrames */
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.net/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.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 16px;
} 
html{
	font-family: sans-serif;
	line-height: 1.15;
}
body {
	background: #fff;
	color:#555555;
	font-family: 'Lato Re', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

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


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

/* Basic text */
p {} 
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 {
	margin: 0 0 15px;
	font-family: 'Lato Bo', Helvetica, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #555;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 2em;
	color: #045d8c;
	letter-spacing: 1px;
}
h4 {
	font-size: 1.2em;
  color: #045d8c;
}
h5 {
	font-size: 1.2em;
  color: #045d8c;
}
h2 {
	font-size: 1.6em;
	color: #045d8c;
}
h3 {
	font-size: 1.4em;
  color: #ec773b;
}
h6 {
	font-size: 1.2em;
}

/* Anchor Links */
a { 
	color: #0058a4;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: underline;
}
a:hover, a:focus { 
	color: #ec773b;
	text-decoration: underline;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

/* Lists */
ul, ol {
	margin-top: 0;
	margin-bottom: 1rem;
}
.body-container ul{
	padding-left: 0;
	list-style: none;
}
.body-container ol{
	padding-left: 15px;
}
.body-container ul li:not(.hs-form-checkbox):not(.hs-form-radio):before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 6px;
	content: "\f111";
	margin-right: 8px;
	vertical-align: middle;
	display: inline-block;
	color: #ec773b;
}

ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote,figure {
	margin: 0 0 1rem;
}
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 {}
.widget-span.header-logo {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.widget-span.h-social-icons-links {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.h-t-group {
	position: relative;
	font-size: 1em;
	background: #fff;
	padding: 1.5em 0;
}
.h-t-group .page-center > div > .row-fluid {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.h-t-group .page-center > div > .row-fluid:before,
.h-t-group .page-center > div > .row-fluid:after {
	display: none;
}
.h-t-group .page-center > div {
	margin-right: -15px;
	margin-left: -15px;
}
.widget-span.header-logo {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
}
.widget-span.h-social-icons-links {
	text-align: right;
	margin-left: 0;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
}
.header-logo a {
	position: relative;
	display: inline-block;
	color: #045d8c;
	text-decoration: none !important;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header-logo a img {
	width: 220px !important;
	height: auto;
	vertical-align: middle;
	border-style: none;
}
.h-social-icons-links ul {
	display: table;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}
.h-social-icons-links > div {
	float: right;
}
.h-social-icons-links .social-links {
	border-bottom: 1px solid #045d8c;
	display: inline-block;
}
.h-social-icons-links .contact-links {
	display: inline-block;
}
.h-social-icons-links .social-links ul li {
	padding: 0 0.3em;
	float: left;
	margin-bottom: 0.2em;
	list-style: none;
}
.h-social-icons-links .social-links ul li a {
	color: #fff;
	padding: 0.15em 0.45em;
	border-radius: 4px;
	position: relative;
	display: inline-block;
	text-decoration: none !important;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.h-social-icons-links .social-links ul li:nth-child(1) a {
	background-color: #f07355;
	border-color: #f07355;
}
.h-social-icons-links .social-links ul li:nth-child(2) a {
	background-color: #0077b5;
	border-color: #0077b5;
}
.h-social-icons-links .social-links ul li:nth-child(3) a {
	background-color: #dd3333;
	border-color: #dd3333;
}
.h-social-icons-links .social-links ul li.lang-item {
	text-transform: uppercase;
}
.h-social-icons-links .social-links ul li.lang-item-fr a {
	color: #3498db !important;
	padding: 0;
	border-radius: 4px;
}
.h-social-icons-links .social-links ul li.lang-item a {
	color: #045d8c;
	padding: 0;
}
.h-social-icons-links .contact-links ul li {
	padding: 0.5em 0.3em 0 0.3em;
	float: left;
}
.h-social-icons-links .contact-links ul li a {
	position: relative;
	display: inline-block;
	color: #045d8c;
	text-decoration: none !important;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	vertical-align: middle;
}
.contact-links ul li a div#search-button {
	background-color: #f5f5f5;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	border: #045d8c solid 1px;
	cursor: pointer;
	opacity: 1;
	padding-right: 10px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.contact-links ul li a div#search-button i {
	color: #045d8c !important;
	font-size: 15px;
	position: absolute;
	left: 7px;
	top: 6px;
	font-family: FontAwesome;
	font-weight: 400;
}
.h-social-icons-links .contact-links ul li a.contact {
	background-color: #045d8c;
	padding: 0.11em 0.6em 0.16em 0.6em;
	border: #045d8c solid 1px;
	color: #fff !important;
}
.h-social-icons-links .social-links ul .lang-item-fr {
	margin-left: 10px;
}
.widget-span.hb-group > div > .row-fluid {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
}
.widget-span.hb-group > div {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
	float: none;
}
.hb-group {
	font-family: 'Lato Re', Helvetica, sans-serif;
	background-color: #045d8c;
	margin-bottom: 1em;
}
/* =============== Header Search =============== */
.header-search-wrapper {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #045d8c;
	text-align: center;
	-webkit-transition: all ease-in-out .25s;
	-moz-transition: all ease-in-out .25s;
	-ms-transition: all ease-in-out .25s;
	-o-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
}
.open-form .header-search-wrapper {
	visibility: visible;
	opacity: 1;
}
.mk-close {
	color:#fff !important;
	position: absolute;
	right: 1.5em;
	top: 1em;
	font-size: 1.7em;
	-webkit-transition: transform ease-out .2s;
	-moz-transition: transform ease-out .2s;
	-ms-transition: transform ease-out .2s;
	-o-transition: transform ease-out .2s;
	transition: transform ease-out .2s;
	transform: rotate(0deg);
	z-index: 999;
}
.mk-search-wrapper {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	ms-transform: scale(0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	height: 100%;
}
.open-form .mk-search-wrapper {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	ms-transform: scale(1);
}
.mk-search-wrapper form#mk-searchform input[type="text"] {
	max-width:100%;
	background-color: transparent;
	-webkit-box-shadow: 0 3px 0 0 #fff;
	-moz-box-shadow: 0 3px 0 0 #fff;
	box-shadow: 0 3px 0 0 #fff;
	border: 0;
	text-align: center;
	font-size: 35px;
	padding: 20px;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border-radius: 0;
	margin: 0;
	font-family: inherit;
	line-height: inherit;
}
.mk-search-wrapper form#mk-searchform .fullscreen-search-icon {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 25px;
	position: absolute;
	right: 15px;
	width: 25px;
	top: 30px;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.fullscreen-search-icon input[type="submit"] {
	position: absolute;
	width: 100px;
	height: 100%;
	background-color: transparent;
	border: 0;
	right: 0;
	top: 0;
	border-radius: 0;
	margin: 0;
	padding: 1px 6px;
}
.mk-search-wrapper form#mk-searchform input[type="text"]::placeholder {
	color: #fff;
}
.mk-close i {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
form#mk-searchform {
	transform: translatey(-55%);
	position: relative;
	top: 55.4%;
	max-width: 600px;
	margin: 0 auto;
}
.header-search-wrapper .hs_cos_wrapper {
	height: 100%;
}
/* =============== Header Search =============== */

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

.body-container-wrapper {}
.body-container-wrapper {
	padding: .75rem 0;
}

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


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

.footer-container-wrapper {}
.footer-container {}
.footer-group {
	width: 100%;
	background-color: #f9f9f9;
	padding: 0 0 1.5em 0;
	color: #333;
	overflow-x: hidden;
}
.footer-bg {
	background: url(//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Images/footer-bg.png);
	width: 100vw;
	height: 210px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.7;
}
.footer-social {
	padding: 0;
	margin: 0;
	list-style: none;
	display: table;
	margin: 1.1em auto 0 auto;
	padding-left: 0;
	list-style-type: none;
}
.footer-social li {
	padding: 0.5em 0.3em 0 0.3em;
	float: left;
}
.footer-social li a {
	color: #fff;
	padding: 0.46em 0.68em;
	border-radius: 4px;
	text-decoration: none;
}
.footer-social li:nth-child(3) a {
	background-color: #dd3333;
	border-color: #dd3333;
}
.footer-social li:nth-child(2) a {
	background-color: #0077b5;
	border-color: #0077b5;
}
.footer-social li:nth-child(1) a {
	background-color: #f07355;
	border-color: #f07355;
}
.footer-social li a i {
	text-align: center;
}
.fab {
	font-family: "Font Awesome 5 Brands";
}
.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.fa-youtube:before {
	content: "\f167";
}
.fa-linkedin-in:before {
	content: "\f0e1";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.footer-copyright p {
	font-size: 0.75em;
	color: #333;
	padding-bottom: 0px;
	margin-bottom:0;
	text-align: center;
	font-family: 'Lato Re', Helvetica, sans-serif;
	margin-top: 1rem;
}
.footer-copyright p a {
	color: #333;
}
.footer-copyright p a:hover {
	color: #ec773b;
	text-decoration: underline;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.footer-social li a:hover,
.h-social-icons-links .social-links ul li a:hover{
	opacity: 0.8;
}
.footer-menu-primary .hs-menu-wrapper > ul > li {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
.footer-top-group .page-center > div {
	margin: 0 -15px;
}
.footer-menu-primary .hs-menu-wrapper > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children>ul.hs-menu-children-wrapper {
	opacity: 1 !important;
	visibility: visible !important;
	position: static !important;
}
.footer-menu-primary .hs-menu-wrapper>ul>li> a {
	padding-top: 1.5em;
	font-size: 1em;
	color: #555;
	font-family: 'Lato Bo', Helvetica, sans-serif;
	display: block;
	cursor: text;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem;
	text-decoration: unset;
}
.footer-menu-primary .hs-menu-wrapper>ul>li> a:after {
	margin: 1rem auto;
	background-color: #ec773b;
	width: 50px;
	height: 3px;
	position: relative;
	display: block;
	content: "";
}
.footer-menu-primary .hs-menu-wrapper > ul ul > li {
	list-style: none;
	padding: 0 0 0.5em 0;
}
.footer-menu-primary .hs-menu-wrapper > ul ul > li > a {
	color: #333;
	text-decoration: none;
	white-space: normal !important;
	display: inline !important;
}
.footer-menu-primary .hs-menu-wrapper > ul ul {
	margin: 0px;
	list-style-type: none;
	padding: 0;
	font-size: 0.75em;
}
.footer-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
	text-decoration: underline;
}


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


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

/* Parent List */
.widget-span.hb-group .page-center {
	margin: 0 auto;
	padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: .5rem 1rem;
}
.custom-menu-primary .hs-menu-wrapper > ul {
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	justify-content: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
	position: relative;
	padding-right: 0.7rem;
	padding-left: 0.7rem;
	float: none !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child a {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:first-child a {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
	background-color: #f8f9fa;
	color: #16181b;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	text-decoration: none;
}
.scroll-header .hb-group {
	border-bottom: 1px solid #fff;
	transition-property: margin-top,margin-right;
	transition-duration: .5s,.1s;
	transition-delay: 0;
	transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
	-moz-transition-property: margin-top,margin-right;
	-moz-transition-duration: .5s,.1s;
	-moz-transition-delay: 0;
	-moz-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
	-o-transition-property: margin-top,margin-right;
	-o-transition-duration: .5s,.1s;
	-o-transition-delay: 0;
	-o-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
	-ms-transition-property: margin-top,margin-right;
	-ms-transition-duration: .5s,.1s;
	-ms-transition-delay: 0;
	-ms-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
	-webkit-transition-property: margin-top,margin-right;
	-webkit-transition-duration: .5s,.1s;
	-webkit-transition-delay: 0;
	-webkit-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
	padding: 0.5em 1em !important;
	position: fixed;
	top: 0;
	z-index: 500;
	width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
	color: #ec773b;
}
.widget-span.main-header-group {
	min-height: 170px;
}

/* 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:992px) {
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display:block;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
		opacity: 0;
		visibility: hidden;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
		opacity: 0 !important;
		visibility: hidden !important;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.clicked > ul.hs-menu-children-wrapper{
		opacity: 1 !important;
		visibility: visible !important;
	}
}


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

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

@media (max-width:991px){

	/* 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-trigger {
		border: 1px solid transparent;
		display: inline-block !important;
		cursor: pointer;
		color: rgba(255,255,255,.5);
		border-color: rgba(255,255,255,.1);
		padding: .25rem .75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border-radius: .25rem;
	}

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

	.child-trigger{
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100% !important;
		min-width: 55px !important;
		height: 42px !important;
		padding: 0 !important;
	}

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

	.custom-menu-primary.js-enabled{
		position: relative;
	}

	/* 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: 0;
		left: 0;
		padding: 0;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color:transparent;
		width: 100%; /* Full screen width */
	}
	.widget-span.hb-group>div {
		padding: 0;
	}
	.widget-span.hb-group .page-center {
		max-width:100% !important;
	}
	.hb-group {
		font-family: 'Lato Re', Helvetica, sans-serif;
		background-color: #045d8c;
		padding: 0.5em 1em;
		margin-bottom: 1em;
	}
	.navbar-toggler-icon {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		content: "";
		background: no-repeat center center;
		background-size: 100% 100%;
		background-image: url('//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Images/download.svg');
	}
	.custom-menu-primary .hs-menu-wrapper>ul > li > a {
		color: #fff;
		font-size: 1.1em;
		text-decoration: none;
		display: block;
		padding: .5rem 1rem;
		padding-right: 0;
		padding-left: 0;
		font-weight: 400;
		line-height: 1.5;
	}
	.custom-menu-primary ul.hs-menu-children-wrapper {
		min-width: 10rem;
		padding:0;
		margin: .125rem 0 0;
		font-size: 1rem;
		color: #212529;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: .25rem;
	}
	.custom-menu-primary ul.hs-menu-children-wrapper li:first-child {
		padding-top: .5rem;
	}
	.custom-menu-primary ul.hs-menu-children-wrapper li:last-child {
		padding-bottom: .5rem;
	}
	.custom-menu-primary .hs-menu-wrapper>ul ul li a {
		line-height: 1.5;
	}
	.widget-span.main-header-group {
		min-height: 193px;
	}
	@media (max-height:508px){
		.custom-menu-primary .hs-menu-wrapper {
			overflow-x: hidden !important;
			overflow-y: auto !important;
			height: 70vh;
			max-height: 500px !important;
		}
	}
}


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

/* ================================================================== Listing Style ========================================================================= */
.blog-listing-wrapper .post-listing .post-item {
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
.blog-listing-wrapper .post-listing {
	margin: 0 -15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hs-blog-listing .body-container-wrapper {
	padding: 0 0 4em;
}
.b-breadcrumb {
	font-family: 'Lato Li', Helvetica, sans-serif;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto 1rem;
	padding: .75rem 1rem;
}
.b-breadcrumb li {
	display: inline-block;
}
.b-breadcrumb li a,.b-breadcrumb li+li strong {
	font-family: 'Lato Li', Helvetica, sans-serif;
	color: #929497;
	text-decoration: none;
	font-weight: 400;
}
.b-breadcrumb li+li {
	padding-left: 5px;
}
.b-breadcrumb li+li:before {
	color: #ec773b;
	content: ">";
	display: inline-block;
	padding-right: .5rem;
}
.blog-title h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 2rem;
	font-size: 2em;
	font-family: 'Lato Bo', Helvetica, sans-serif;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: #045d8c;
	text-align: center;
}
.feature-image {
	margin: 0 0 1rem;
	border-top: 2px #f06600 solid;
	padding: 0.5em 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #ffffff;
	text-align: center;
	margin-bottom: 0;
}
.blog-listing-wrapper .post-listing .post-item .blog-content-wrapper {
	margin-top: 3rem;
}
/*Commented out - HS support 2980755 - 01/07/2020 */
/*.blog-listing-wrapper .post-listing .post-item:first-of-type .blog-content-wrapper{
	margin-top:0;
}*/ 
.feature-image img {
	max-width: 100%;
	width: 100%;
	vertical-align: top;
	padding-top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.feature-image i {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.5em;
	color: #2d96dd;
	width: 60px;
	height: 57px;
	line-height: 60px;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.feature-image:hover img {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.feature-image:hover i {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.feature-image a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.blog-text {
	margin-top: 1.5em;
}
.blog-text .b-title,h2.post-listing-simple {
	color: #555;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0;
	text-transform: unset;
	letter-spacing: 0;
	font-family: 'Lato Bo', Helvetica, sans-serif;
}
.blog-text .b-title a,h2.post-listing-simple a {
	color: #555;
	text-decoration: none;
}
.blog-text .b-title a:hover,h2.post-listing-simple a:hover {
	color: #ec773b;
}
.blog-text .b-date {
	color: #333;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 0.8em;
	position: relative;
}
.blog-text .b-date:before {
	background: #ec773b none repeat scroll 0 0;
	content: "";
	height: 1px;
	position: absolute;
	right: -70px;
	top: 11px;
	width: 50px;
}
p.post-info {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0;
	font-family: 'Lato Re', Helvetica, sans-serif;
}
.blog-text a.more-link {
	border: 1px solid #3498db;
	background-color: #3498db;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	font-family: 'Lato Bo', Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1;
	margin-top: 2.4em;
	padding: 1em 1.8em;
	position: relative;
	transform: perspective(1px) translateZ(0px);
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}
.blog-text a.more-link:hover {
	border: 1px solid #ec773b;
	text-decoration: underline;
}
.blog-text a.more-link:before {
	background: #ec773b none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
}
.blog-text a.more-link:hover:before {
	transform: scaleY(1);
}
.blog-pagination {
	text-align: center;
	margin-top: 3rem;
}
.blog-pagination {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.blog-pagination > div {
	display: inline-block;
}
.blog-pagination a {
	color: #555;
	padding: 0.5em;
}
.blog-pagination-right {
	margin-left: -3px;
}
.blog-pagination a:after {
	content: '';
	display: inline-block;
	position: relative;
	right: -9px;
	width: 7px;
	height: 7px;
	border: 2px solid;
	box-sizing: border-box;
	color: #ec773b;
	top: -1px;
}
.blog-pagination-right a:after {
	display: none;
}
.blog-pagination a:hover {
	color: #ec773b;
	text-decoration: underline !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.blog-pagination a.active {
	color: #ec773b;
	text-decoration: unset !important;
	cursor: text;
}
.blog-pagination-center a:last-child:after {
	display: none;
}
/* ================================================================== Listing Style Ends ========================================================================= */
/* ================================================================== Post Style ========================================================================= */

.hs-blog-post .feature-image {
	border: 0;
	padding: 0;
}
.hs-blog-post .feature-image img {
	vertical-align: baseline;
}
.post-feature-image {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}
.section.post-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-align: center;
	align-items: center;
}
.post-title-wrapper {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 3rem;
}
.img-box:before {
	position: absolute;
	content: '';
	background: url(//cdn2.hubspot.net/hubfs/5464586/Comeca_October2019/Images/about-shap.png);
	width: 24em;
	height: 23em;
	left: -2em;
	bottom: -2em;
	background-size: cover;
	background-repeat: no-repeat;
}
.post-ttile-wrapper a.topic-link {
	color: #ec773b;
	text-transform: uppercase;
	text-decoration: none;
}
.post-title-wrapper a.topic-link {
	color: #ec773b;
	text-transform: uppercase;
	text-decoration: none;
}
.post-title-wrapper small {
	font-size: 100%;
	font-weight: 400;
}
.post-title-wrapper h2 {
	font-family: 'Lato Bo', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 0;
	font-size: 2em;
	color: #045d8c;
	margin-bottom: .5rem;
}
.post-title-wrapper .p-time {
	color: #949494;
}
.post-title-wrapper a.topic-link:hover {
	text-decoration: underline;
}
.addtoany-container {
	clear: both;
	margin: 16px 0;
}
.blog-post-wrapper .post-body {
	margin-top: 4em;
	margin-bottom: 3em;
	color: #045d8c;
	font-family: 'Lato Re', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.addtoany-container-inner {
	line-height: 32px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	display: inline;
	font-size: 0;
}
.addtoany-container-inner a {
	font-size: 32px;
	cursor: pointer;
	border: 0;
	box-shadow: none;
	display: inline-block;
	padding: 0 4px;
	vertical-align: middle;
}
.addtoany-container-inner a span {
	height: 32px;
	line-height: 32px;
	width: 32px;
	border-radius: 0;
	display: inline-block;
	opacity: 1;
	background-repeat: repeat;
}
.a2a_label {
	position: absolute!important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0 0,0 0,0 0);
	-webkit-clip-path: polygon(0 0,0 0,0 0);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.hs-blog-post .body-container-wrapper {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}
.related-post-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.related-title {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.related-title h3 {
	color: #045d8c;
	padding-top: 1em;
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-size: 1.5em;
	border-top: 2px dashed #ccc;
}
.blog-related-posts{
	margin-top: 30px;
}
.related-post-item {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	opacity: 0;
	-webkit-transform: translateX(400px);
	transform: translateX(400px);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.related-post-item {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.next-posts-link {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
	opacity: 0;
	-webkit-transform: translateX(400px);
	transform: translateX(400px);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.related-post-wrapper h4 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	font-family: 'Lato Bo', Helvetica, sans-serif;
	font-weight: 500;
	line-height: 1.2;
}
.related-post-wrapper h4 a {
	color: #555;
	text-decoration: none;
}
.related-post-wrapper h4 a:hover {
	text-decoration: underline;
}
body.hs-blog-post {
	overflow-x: hidden;
}
.related-post-inner {
	background-color: #fff;
	padding: 2em 1em;
	border: 1px solid #f9f9f9;
}
.related-post-item span {
	color: #949494;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	position: relative;
}
.related-post-item span:before {
	background: #ec773b none repeat scroll 0 0;
	content: "";
	height: 1px;
	position: absolute;
	right: -70px;
	top: 11px;
	width: 50px;
}



/* ================================================================== Post Style Ends ========================================================================= */



/* =============== 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{
	border-width: 0;
	max-height: 170px;
	max-width: 210px;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: right;
	margin: 20px 0 20px 20px;
}

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

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

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

/* Blog Commments */
.custom_listing_comments {
	border: 1px solid #e2e2e2;
	display: block;
	line-height: 165%;
	padding: 15px;
}

#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
#comments-listing.no-comments {
	border: none;
}
.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}
.comment-body {
	border-bottom: medium none;
	color: ;
	display: block;
	font-family: ;
	font-size: ;
	line-height: ;
	padding: 0;
}
.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}
.comment-date {
	color:  !important;
	display: block !important;
	text-align: left;
}
#comments-listing:not([data-has-comments="true"]) {
	display: none;
}
.replying {
	padding: 0 15px !important;
}

/* 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 {}
.hs-author-profile .hs-author-avatar {
	float: none;
	margin: 0 auto;
	max-width: 100px;
}
.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	text-align: center;
}
.hs-author-avatar img {
	border-radius: 100px;
}

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


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

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

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

/* Labels and Legends */
label {
	color: #555555;
	font-family: Lato;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
	margin-bottom: 4px;
	display: block;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 18px;
}

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 {
	outline: none;
	border-color: rgba(82,168,236,0.8);
}

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

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

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

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

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

/* Error */
.hs-form-required {
	color: red;
}
.hs-error-msgs {
	padding: 0;
	margin: 0;
	list-style: none;
}
.body-container .hs-error-msgs li:before {
	display: none !important;
}
.hs-error-msgs label {
	margin: 0 0 5px;
	width: 100%;
	padding-left: 5px;
	color: #f2545b;
	line-height: 18px;
	font-family: Lato;
	font-size: 16px;
}
.hs-input.invalid.error{
	border-color: #c87872;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (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;
	background: #ec681b;
	border-color: #ec681b;
	color: #ffffff;
	font-size: 24px;
	font-family: Lato;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	position: relative;
	text-align: center;
	padding: 12px 24px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	margin: 15px 0;
	white-space: normal;
}
.form-title {
	color: #045d8c;
	font-size: 2em;
	letter-spacing: 1px;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */
div#sticky-button {
	position: fixed;
	right: -198px !important;
	top: 18em;
	width: 200px !important;
	height: 25px !important;
	z-index: 99999;
	transform: rotate(90deg);
	transform-origin: left top 0;
}
div#sticky-button a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	border: 1px solid #fff;
	color: #ffffff;
	font-size: 16px;
	background: #ec773b;
	padding: 5px 15px 10px 15px;
	text-decoration: none;
}
.fa, .fas {
	font-weight: 900;
}
.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}
div#sticky-button a i {
	vertical-align: middle;
	margin-right: 3px;
}
div#sticky-button a span {
	vertical-align: middle;
}
div#sticky-button a:hover {
	background: #045d8c;
}
div#back-to-top {
	border: 1px solid transparent;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	cursor: pointer;
	color: #fff;
	background-color: #ec773b;
	border-color: #ec773b;
	padding: 0.5rem 1rem;
	position: fixed;
	right: 1rem;
	bottom: 2rem;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
	border-radius: 0;
}
div#back-to-top.scrolled {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
div#back-to-top i {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.8em;
}
div#back-to-top:hover {
	border-color: #045d8c;
	color: #fff;
	background-color: #045d8c;
}
input[type="search"]::-webkit-search-cancel-button { 
	display:none; 
}
.custom-form{
	width:50%;
	max-width:50%;
}
.no-nav .mobile-trigger{
	display:none !important;
}
.sidebar.left .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
	float: none !important;
}
.landing-page div#sticky-button {
	display: none;
}
.no-nav.widget-span.main-header-group{
	min-height: 120px;
}
/*========================================================== Animation ===========================================================*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1;
		display: block
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1;
		display: block
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-400px)
	}

	60% {
		-webkit-transform: translateX(30px)
	}

	80% {
		-webkit-transform: translateX(-10px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-400px)
	}

	60% {
		transform: translateX(30px)
	}

	80% {
		transform: translateX(-10px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}






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

/* =============== 576px =============== */
@media (min-width: 576px){
	.container-fluid .row-fluid .page-center{
		max-width: 540px;
	}
	.footer-menu-primary .hs-menu-wrapper > ul > li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.widget-span.header-logo {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.widget-span.h-social-icons-links {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-listing-wrapper .post-listing .post-item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.post-feature-image,.post-title-wrapper {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.related-post-item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* =============== 768px =============== */
@media (min-width: 768px){
	.container-fluid .row-fluid .page-center{
		max-width: 720px;
	}
	.footer-menu-primary .hs-menu-wrapper > ul > li {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.widget-span.header-logo {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.widget-span.h-social-icons-links {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.blog-listing-wrapper .post-listing .post-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.post-feature-image,.post-title-wrapper{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.related-post-item {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
}
/* =============== 992px =============== */
@media (min-width: 992px){
	.container-fluid .row-fluid .page-center{
		max-width: 960px;
	}
	.footer-menu-primary .hs-menu-wrapper > ul > li {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.widget-span.header-logo {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.widget-span.h-social-icons-links {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		font-size: 0.9em;
		padding-right: 0;
		padding-left: 0;
		text-transform: uppercase;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		position: relative;
		padding-right: 0.7rem;
		padding-left: 0.7rem;
		float: none !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.widget-span.hb-group > div > .row-fluid {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.widget-span.hb-group > div {
		padding: 0;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:before,.custom-menu-primary .hs-menu-wrapper>ul>li.active>a:before {
		content: " ";
		height: 5px;
		width: 45%;
		background-color: #ec773b;
		margin: 0 auto;
		bottom: -2px;
		position: absolute;
		display: block;
		left: 0;
		right: 0;
	}
	.custom-menu-primary .hs-menu-wrapper>ul ul {
		margin: .5rem 0 0;
		border: 0 solid rgba(0,0,0,0);
		border-radius: 0;
		border-bottom: 3px solid #045d8c;
		font-size: 1rem;
		color: #212529;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		min-width: 10rem;
		padding: .5rem 0;
	}
	.custom-menu-primary .hs-menu-wrapper>ul ul li {
		position: relative;
		padding-right: 0.7rem;
		padding-left: 0.7rem;
	}
	.blog-listing-wrapper .post-listing .post-item {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.post-feature-image,.post-title-wrapper{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.related-post-item {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
}

/* =============== 1200px =============== */
@media (min-width: 1200px){
	.container-fluid .row-fluid .page-center{
		max-width: 1140px;
	}
	.footer-menu-primary .hs-menu-wrapper > ul > li {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.widget-span.header-logo {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.widget-span.h-social-icons-links {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.blog-listing-wrapper .post-listing .post-item {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.post-feature-image {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.post-title-wrapper {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.related-post-item {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.related-post-item:nth-child(3){
		margin-left: 16.666667%;
	}
}

/* =============== 1200px =============== */

@media (max-width:1276px){
	.custom-menu-primary .hs-menu-wrapper>ul > li.carrière > ul {
		right: 0 !important;
		left: auto !important;
	}
}

/* =============== 1200px =============== */
@media (max-width: 1200px){
	.footer-group{
		padding: 0 0 1.45em 0;
	}
}

/* =============== 992px =============== */
@media (max-width: 992px){
	div#sticky-button {
		top: 100px;
	}
}

/* =============== 1024px =============== */
@media (max-width: 768px){
	.h-t-group .page-center>div>.row-fluid {
		-ms-flex-align: center!important;
		align-items: center;
	}
	.widget-span.header-logo {
		text-align: center;
	}
	.h-t-group {
		padding: 2em 0 3em;
	}
	.widget-span.h-social-icons-links {
		text-align: center;
		padding-top: 8px;
	}
	.h-social-icons-links>div {
		float: none;
	}
	div#sticky-button {
		display: none;
	}
}

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

@media (max-width: 767px) {
	.footer-group {
		padding: 0 0 1.5em 0;
	}
	.custom-form{ 
		width:100%;
		max-width:100%;
	}
	.sidebar.left .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
		display: inline-block;
		width: auto !important;
	}
	.widget-span.main-header-group {
		min-height: 243px;
	}
	.no-nav.widget-span.main-header-group{
		min-height: 100px;
	}
}  


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

@media (max-width: 479px) {
	.subscribe-options label span {
		font-weight: normal;
		margin-left: 3px;
		font-size: 13px;
		font-weight: normal;
	}
	.hs_recaptcha.hs-recaptcha.field.hs-form-field {
		overflow-x: auto;
	}
}