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

.custom-menu-primary.js-enabled .hamburger {
    display: none!important;
}
.logo-standard img {
  width: 280px!important;
}
@media (max-width: 575px) {
.hhs-foot-nav-col .hhs-col-content {
display: block!important;
text-align: center;
}
.footer .show-mobile {
  display: none!important;
  }
.hhs-foot-nav-col .hhs-col-content.open-menu {
display: block;
text-align: center;
} 

  .font-white,
  h3.font-white {
    color: #fff!important;
  }