/* @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: 150; !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 */

/* Fix background-image error for hero modules */
.hs_cos_wrapper .clean-base {
  background-repeat: no-repeat;
}

/* Adjust buttons for mobile */
.flex-buttons .c-col {
  display:flex;
  justify-content: center;
}

/* Hero styling */
@media (max-width: 575px) {
  .hero {
    background-size: 50% !important;
  }
}