{% if module.footer_logo.src %}
	{% set sizeAttrs = 'width="" height=""' %}
	{% if module.footer_logo.size_type == 'auto' %}
		{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}
	{% elif module.footer_logo.size_type == 'auto_custom_max' %}
		{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
	{% endif %}
	 {% set loadingAttr = module.footer_logo.loading != 'disabled' ? 'loading=""' : '' %}
	<img src="" alt=""  >
{% endif %}


section.u3gm-footer.refresher div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a {
  font-weight: 600;
}

section.u3gm-footer.refresher div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a:hover,
section.u3gm-footer.refresher div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a:focus,
section.u3gm-footer.refresher div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a:active {
  color: #0085e5 !important;
}

section.u3gm-footer.refresher-new div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul,
section.u3gm-footer.refresher-new div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a,
section.u3gm-footer.refresher-new div.menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
  color: var(--cloudli-midnight-grey);
}

section.u3gm-footer.refresher-new div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a:hover,
section.u3gm-footer.refresher-new div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a:focus,
section.u3gm-footer.refresher-new div.menu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a:active {
  color: var(--cloudli-fuscia-hover)!important;
}

@media (max-width: 1024px) {
  section.u3gm-footer .top-footer {
    text-align: center;
  }
}