/* ==========================================================================
   Built in HubSpot Style: DO NO EDIT
   ========================================================================== */

/* Menus */

.hs-menu-wrapper ul {
  padding: 0;
}


/* Horizontal Menu
========================================================================== */

.header-nav-wrap{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #FFF;
  background-color: #FFF;
}  
.header-nav{
  background-color: transparent;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 50%);
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: inline-block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  align-items: center;
  display: flex;    
  height: 50px;
  float: left;
  margin-right: calc(25px + (45 - 25) * ((100vw - 1024px)/ (1920 - 1024)))!important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover {
  
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  display: inline-block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
/*
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-bottom: 0;
}*/

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children {
  position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
  display: inline-block;
}


/* Vertical Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
  position: relative;
}


/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1500px) {

  .hs-menu-wrapper,
  .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  
  .mobile-trigger {
    height: 45px;
    margin: 10px;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    z-index: 120;
  }

  .mobile-trigger div {
    background-color: #7C9F2A;
    position: relative;
    width: 28px;
    height: 4px;
    margin-top: 7px;
    border-radius: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    opacity: 1;
    visibility: visible;
  }

}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* ==========================================================================
   Author Style: Custom Menu Primary
   ========================================================================== */
.kore-navigation-commerce-iq-header {
  background-color: #FFF;
}

.kore-navigation-commerce-iq-header .top {
  background-color: #FFF;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}

.kore-navigation-commerce-iq-header .top a {
  color: #ffa800;
  text-decoration: none;
}

.kore-navigation-commerce-iq-header .top .text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
/*
.kore-navigation-commerce-iq-header .top .text p:last-child {
  margin-bottom: 0;
}*/

.kore-navigation-commerce-iq-header .top .social-icon {
  float: right; 
}

.kore-navigation-commerce-iq-header .top .w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.kore-navigation-commerce-iq-header .top .social-icon a {
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.kore-navigation-commerce-iq-header .top .social-icon a svg {
  width: 11px;
  height: 11px;
  vertical-align: baseline;
  fill: #fff;
}

.kore-navigation-commerce-iq-header .page-width {
  max-width: 1330px;
  margin: 0 auto;
  padding: 18px 3rem 24px 3rem;
}

.kore-navigation-commerce-iq-header .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -20px;
}

.kore-navigation-commerce-iq-header .flex .col {
  flex: 1;
  padding: 0px;
}

.kore-navigation-commerce-iq-header .flex .col {
  flex: 1;
}

.kore-navigation-commerce-iq-header .flex .col:first-child {
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}

.kore-navigation-commerce-iq-header .hs_cos_wrapper_type_logo a img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  width: 197px !important;
}

/* Override max width on menu links */
.kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li a,
.kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: 90px !important;  
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000000;
  letter-spacing: 0px;
  min-width: 60px;
  line-height: 18px !important;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  text-align: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
.kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  color: #000000;
}

/*.header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
  text-align: center; 
  border-bottom: 0px solid #FFF !important;
}

.header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child > a {
  display: inline-block;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left !important;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FF8672;
  border: 1px solid transparent;
  padding: 12px 0px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 21px;
  border-bottom: 0px solid #FFF !important;
}*/

/* .header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child > a:hover {
  opacity: 1;
  color: #fff;
  border-bottom: 0px solid #FFF !important;
  background-color: #ff5a3f;
}*/

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1500px) {
  
  /* Header */
  .header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
      display: block;
  }
  .header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {

  }/*
  .header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:not(:last-child) {
      margin-right: 30px;
  }*/
  
  .header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
    line-height: 60px; 
    font-size: 16px;
  }

  .header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-menu-depth-1.hs-item-has-children > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: inline-block;
    padding-left: 7px;
    vertical-align: baseline;
    font-weight: 900;
    line-height: 1;
    font-size: 14px;
  }
   
  .header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children ul {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 40;
  }
  
  .header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > ul li a {
    padding: 10px 20px;
    font-size: 14px;
    text-align: left;
  }

  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper {
    text-align: right;
    align-items: center;
    justify-content: flex-end;
    display: flex !important;
    align-self: center;
  }
  
}

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */

/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.kore-navigation-commerce-iq-header .mobile-trigger,
.kore-navigation-commerce-iq-header .child-trigger {
    display: none; /* Hide button on Desktop */
}

@media(max-width: 1500px) {
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper>ul li a {
    text-align: left !important;
    max-width: 250px !important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover {
    border-bottom: 0px solid #ff5a3f; !important;
    background: #ff5a3f;
  }
  .kore-navigation-commerce-iq-header {
    padding: 0 0 0; 
  }

  .kore-navigation-commerce-iq-header .top .social-icon {
    float: none; 
    margin-bottom: 10px;
  }
  
  .kore-navigation-commerce-iq-header .flex .col {
    flex: 0 0 100%;
  }

  .kore-navigation-commerce-iq-header .flex .col:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .kore-navigation-commerce-iq-header .flex.menu-wrap {
    padding-top: 0px; 
  }
  
  .kore-navigation-commerce-iq-header .hs_cos_wrapper_type_logo a img {
    width: 197px !important;
  }
  /*
  .header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
    padding: 0px 0px 15px 0px;
  }*/
  
   /**
   * Menu Reset
   *
   * Remove styling from desktop version of custom-menu-primary. Place any
   * additional CSS you want removed from the mobile menu in this reset               
   */
  
   .kore-navigation-commerce-iq-header .custom-menu-primary,
   .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul,
   .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li,
   .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: block;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
  }
  
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 15px 0px;
  }
  
  /* Toggle Button
     ========================================================================== */
  .kore-navigation-commerce-iq-header .mobile-trigger {
    display: inline-block !important;  /* Show button on mobile */
    cursor: pointer;                   /* Mouse pointer type on hover */
    position: absolute;                /*******************************************/
    top: -70px;                          /* Position Button at right of screen  */
    right: 0px;                          /*******************************************/
    width: auto;                       /* Button width */
    height: auto;                      /* Button height */      
    background: #FFF;                  /* Background color */
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #007cf6;
    padding: 5px 9px;
  }
  
  .kore-navigation-commerce-iq-header .mobile-trigger:hover {
    text-decoration: none;  /* Removes link text underline on button */
    color: #0682bb;
    background-color: transparent;
    border-color: transparent;
  }
  
  /* Change button when menu is open 
  .mobile-open .kore-navigation-commerce-iq-header .mobile-trigger {
    color: #fff;
    padding: 5px 9px;
    border: 1px solid #5d5d5d;
    border-color: #5d5d5d;
  }
  */

.mobile-open .kore-navigation-commerce-iq-header .mobile-trigger .topdropdown {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 22.5px;
}

 .mobile-open .kore-navigation-commerce-iq-header .mobile-trigger .meat {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

 .mobile-open .kore-navigation-commerce-iq-header .mobile-trigger .bottom {
  -webkit-transform: scale(0);
          transform: scale(0);
}
  
  /* Child Toggle Button
     ========================================================================== */
  .kore-navigation-commerce-iq-header .child-trigger {
    display: block !important;  /* Hide button on Desktop */
    cursor: pointer;  /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;  /* Button width */
    min-width: 55px !important;
    height: 45px !important;  /* Button height */  
    padding: 0 !important;
  }
  
  .kore-navigation-commerce-iq-header .child-trigger i {
    display: inline-block;
    line-height: 45px;
    text-align: center;
    color: #222;
  }
  
  .kore-navigation-commerce-iq-header .child-trigger i:hover {
    color: #0682bb;
  }
  
  .kore-navigation-commerce-iq-header .child-trigger:hover {
    text-decoration: none;
  }

  /* Menu Styles on Mobile Devices
     ========================================================================== */
  .kore-navigation-commerce-iq-header .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;  /* Makes room for button */
    margin: 0 0 0 0;
    width: 100%;
  }
  
  .kore-navigation-commerce-iq-header .custom-menu-primary.js-enabled .hs_cos_wrapper_type_menu {
    margin: 0 -20px;
    display: block;
  }
  
  /* Hide menu on mobile */
  .kore-navigation-commerce-iq-header .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .kore-navigation-commerce-iq-header .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
  }
  
  /* Make child lists appear below parent items */
  .kore-navigation-commerce-iq-header .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  
  /* Mobile Menu Styles */ 
  .kore-navigation-commerce-iq-header .custom-menu-primary.js-enabled .hs-menu-wrapper {
/*     max-width: 280px; */
    max-width: 280px;
    position: absolute;  /**************************************************************/
    top: 24px;              /* Positions the menu to drop from the very top of the screen */
    z-index: 100;          /**************************************************************/
    right: 0;
    border-radius: 0px;
    padding: 0px;
  }
  
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper {
    background-color: #FF8672;  /* Menu background color set off global menuColorMobile variable */
    width: 100%;  /* Full screen width */
  }
  
  /* Level 1 Menu List Styles */
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 16px;  /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }
  
  /* Level 1 and Higher Menu List Styles */
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li {
    /* Adds transparent dark highlights to top of top level list items */
    padding: 20px 0px;
    
  }
  
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0 20px;
    color: #fff;  /* link color set by global mobile-aColor variable */
  }
  
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #fff;  /* link hover color set by global mobile-aColorHover variable */
  }
  
  /* Level 2 and Higher Menu List Styles */
  
   .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #f6f6f6;
    box-shadow: none;
  }
  
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul ul li {
    background-color: rgba(255, 255, 255, .08);
  }
  
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-indent: 15px;  /* Indent Child lists */
    font-size: 16px;  /* Font size of child lists */
  }
  
   .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
     background-color: #fff;
     color: #0682bb;
  }
  
  /* Level 3 and Higher Menu List Styles */
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    text-indent: 30px;  /* Indent Child lists */
  }
  
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
    text-indent: 50px;  /* Indent Child lists */
  }

}

@media(max-width: 480px) {
  .kore-navigation-commerce-iq-header .flex .col {
    padding: 0px;
  }
  .kore-navigation-commerce-iq-header .page-width {
    max-width: 1330px;
    margin: 0 auto;
    padding: 18px 2rem 24px 2rem;
  }
  .kore-navigation-commerce-iq-header .hs_cos_wrapper_type_logo a img {
    width: 165px !important;
  }
  .kore-navigation-commerce-iq-header .mobile-trigger {
    top: -65px;  
  }
}