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

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

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


/* Footer column headings */
.footer .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  pointer-events: none;
  cursor: default;
}

.footer .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover {
  color: inherit;
  text-decoration: none;
  
  
  /* HubSpot form – legal consent checkbox size and alignment */
.legal-consent-container input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 3px 8px 0 0;
  vertical-align: top;
}