/* @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    */
/*****************************************/

.hs-menu-wrapper li.hs-menu-depth-1.active-branch>a:not(.is-anchor), .hs-menu-wrapper li.hs-menu-depth-1:hover>a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 15px);
  height: calc(100% + 15px)
  background: #FFFFFF1A;
  pointer-events: none;
}