


.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.nav-callout {
 display: flex !important;
  flex-direction: row;
    background-color: #F9FAFB;
  padding: 5px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: inherit;
  align-items: flex-start;
}

.mega-menu a.nav-callout .nav-callout-inner {
 display: flex;
  align-items: center;
}

.mega-nav-con{
 line-height: 0; 
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.nav-callout:hover {
    background-color: #f3f3f4 !important;
}

.mega-menu .nav-callout-img {
  width: 127px;
  height: 127px;
  display: flex;
  flex-shrink: 0;
  margin-right: 10px;
  justify-content: center;
}

.mega-menu .nav-callout-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}




.mega-menu p.nav-callout-text-heading {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 16px;
}
.mega-menu p.nav-callout-text-supporting {
  margin-bottom: 2px;
  color: #98A2B3;
  font-size: 14px;
}

.mega-nav-con ul {
 width: 100%; 
}

.mega-menu .col-4 {
 padding-left: 0px; 
  padding-right: 5px;
}
.mega-menu .col-8 {
 padding-left: 5px; 
  padding-right: 15px;
}

{# MOBILE MENU CUSTOMIZATION #}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
 position: relative; 
}
.hhs-side-menu .hhs-sidebar-nav-toggle {
  display: inline-block;
  width: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.hhs-side-menu .hhs-sidebar-nav-toggle svg {
  float: right;
  width: 15px;
}
{# END #}