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




/* Remove left padding from the logo in the header START */

.hhs-nav-grid {
padding-left: 0; !important;
}

/* See firefox code inspector for design fix */
/* Remove left padding from the logo in the header END */


/* Remove arrows ( > ) in main navigation START */




/* Remove arrows ( > ) in main navigation END */



/* Remove padding in mega menu ( > ) in main navigation START */

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    line-height: 1;
    width: auto !important;
    padding: 10px 20px 10px 0px; !important;
}
/* Remove padding in mega menu ( > ) in main navigation END */