/* ==========================================================================
   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%;
  padding:0px 0px;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  min-height:60px;
}  
.header-nav{
  background-color: transparent;
  position: relative;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: flex;
  align-items: center;
}

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

.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 {
  float: left;
}

.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;
  padding: 25px 0px;
  min-width:120px;
  cursor:pointer;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 30px!important;
  border-bottom: 0px solid #c9c9c9!important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
  left: -50px!important;
}
.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;
  min-width: 180px;
  margin-top:0px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper a{
  color: #494949;
  padding: 10px;
  font-weight: 400;
  width:100%!important;
  text-align:left;
  font-size: 14px; 
  height: 40px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper a:hover{
    background-color: rgba(0,91,150,.8) !important;
    color: #fff!important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper .hs-menu-item{
    background-color: hsla(0,0%,100%,.8);
  margin-bottom:1px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper .hs-menu-item:hover{
    background-color: rgba(0,91,150,.8) !important;
    color: #fff!important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper .hs-menu-item:hover a{
    color: #fff!important;
}
.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: 30px;
}

.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: 670px) {

  .hs-menu-wrapper,
  .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .header-nav-wrap {
    min-height: 115px;
  }
  .kore-navigation-commerce-iq-header .hs_cos_wrapper_type_logo a img {
    width: 150px!important;
  }
  .menu_dropdown {
    width: 30px;
    height: 4px;
    background-color: #005B95;
    margin: 6px 0;
    color: #005B95;
  }

  .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.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper a {
    background-color: hsl(0deg 0% 100% / 0%);
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
    font-size: 14px!important;
    white-space: normal;
    margin-left: 0px;
    padding: 0px!important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a {
   
  }
  /* 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: #1c304d;
  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: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.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 23%;
  flex: 0 0 23%;
  max-width: 23%;
}

.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: 200px !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: none !important;
  width: auto;
  text-decoration: none;
  color: #494949;
  min-width: 60px;
  padding: 0px 30px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  float: left;
  font-size: 18px;
}
.kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li:last-child a {
  font-size:18px;
  font-weight:500;
  border-radius:0px;
  padding:0px 30px;
  margin-left:0px;
}
.kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li:last-child a:hover {
}

.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: #005b96;
}

.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; 
}

.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: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #007cf6;
  border: 1px solid transparent;
  padding: 9px 15px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  border-radius: 290486px;
}
.kore-navigation-commerce-iq-header .icon-down {
  position: relative;
  top: 1px;
  left:-24px;
}
.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: 0.7;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}
.kore-navigation-commerce-iq-header .custom-menu-primary .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;
    top: 30px;
    padding-left: 7px;
    position: absolute;
    font-size: 14px;
    display:none;
}
@media (max-width: 1050px) {
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0px 20px;
    font-size: 14px;
  }
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-item-has-children>a:after {
    font-size: 11px;
    padding-left: 5px;
    top: 29px;
  }
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper>ul li:last-child a {
    padding: 0px 20px;
    font-size: 14px;
  }
  .kore-navigation-commerce-iq-header .icon-down {
    top: -3px;
    left: -16px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    min-width: 100px;
  }
  .kore-navigation-commerce-iq-header .icon-down i{
    font-size:12px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    min-width: 150px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 15px!important;
  }
}

@media (max-width: 767px) {
  .kore-navigation-commerce-iq-header .icon-down {
    top: -3px;
    left: -7px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    min-width: 75px;
  }
 .kore-navigation-commerce-iq-header .hs_cos_wrapper_type_logo a img {
    width: 100px!important;
  }
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0px 12px;
    font-size: 14px;
  }
  .header-nav-wrap {
    min-height: 90px;
    padding: 0px 0px;
  }
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper>ul li:last-child a {
    padding: 0px 12px;
    font-size: 14px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    position: absolute;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    margin-top: 20px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 7px!important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
    left: -60px!important;
  }
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 670px) {
  
  /* Header */
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-item-has-children > a:after {
    display:inline-block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
     border-bottom: 0px solid #c9c9c9;
  }
  .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 {
      float: none;
      display: inline-block;
  }
  .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: 14px;
  }

  .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: 670px) {
   .kore-navigation-commerce-iq-header .child-open .hs-menu-children-wrapper {
    display: block!important;
   }
  .kore-navigation-commerce-iq-header {
    padding: 0 0 0; 
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    display: block;
    font-size: 27px;
    font-weight: 900;
    line-height: 1;
    padding-left: 7px;
    position: absolute;
    top: -38px;
    left: 265px;
    vertical-align: baseline;
    color: #494949;
      z-index: 10000;
  cursor:pointer;
}
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper>ul li:last-child a {
    margin:auto;
    margin-bottom:0px;
    font-weight:700;
    font-size: 16px;
  }
  .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: 150px !important;
  }
  
  .header-container .kore-navigation-commerce-iq-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
    padding: 10px 0; 
  }
  
   /**
   * 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: #ffffffe6;
    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: -60px;                          /* 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: 0px;
    color: #005b95;
    padding: 5px 9px;
  }
  
  .kore-navigation-commerce-iq-header .mobile-trigger:hover {
    text-decoration: none;  /* Removes link text underline on button */
    color: #000;
    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: 0px solid #005B95 !important;
    border-color: #000;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper a {
    height: auto;
    padding: 0px;
  }
  /* 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: 5px;
    right: 25px;
    width: 100% !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: right;
    color: #222;
    margin-right:25px;
    margin-top:-4px;
    font-size:12px;
  }
  .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: 0px;  /* 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: 100%;
    position: absolute;  /**************************************************************/
    top: -85px;              /* Positions the menu to drop from the very top of the screen */
    z-index: 100;          /**************************************************************/
    left: -20px;
    border-radius: 0px;
    background: #fffffffa;
    max-width:320px;
    padding: 60px 0px 380px;
  }
  
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper {
    background-color: #fff;  /* 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;
    font-weight:700;
    width: inherit;
  }
  
  /* Level 1 and Higher Menu List Styles */
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li {
    padding: 1px 20px;
    display:flex;
    flex-direction:column;
    border-bottom: 1px solid #c9c9c9;
  }
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li:last-child {
    border-bottom: 0px solid #c9c9c9!important;
  }
  
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0px 10px;
    color: #494949;  /* link color set by global mobile-aColor variable */
    margin: auto;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    margin-top: 0px;
    border-bottom: 1px solid #c9c9c9;
  }
  
  .kore-navigation-commerce-iq-header .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #0682bb;  /* 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 {
    padding:0px !important;
    border-top: 1px dashed #c9c9c9;
    border-bottom: 0px solid #c9c9c9;
  }
  
  .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 */
  }
  .mobile-open {
    background-color: rgb(0 0 0 / 85%);
    opacity: 0.92;
  }
}

@media(max-width: 480px) {
  .kore-navigation-commerce-iq-header .flex .col {
    padding: 0px;
  }
}

.header__container.content-wrapper {
display: none;
}

.custom-menu-primary.js-enabled {
  margin-bottom: -30px !important;
}

.dnd-section > .row-fluid {
  max-width: 100% !important;
}

.dnd-section .dnd-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.content-wrapper {
  padding-left: 0 !important;
}

.kore-navigation-commerce-iq-header {
  padding-top: 0 !important;
}

/* 
div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .page-width {
  display:flex;
  align-items:center;
  gap:12px;
  padding-left:0;
  padding-right:0;
  flex-wrap:nowrap;
}

@media (max-width:1279px){
div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] {
  position:relative;
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .custom-menu-primary.js-enabled {
  display:none!important;
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .avolve_language_select {
  order:1;
  align-self:center;
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .button-small-blue.uppercase {
  order:2;
  align-self:center;
  margin-left:8px;
  position:absolute;
  right:0;
  top:-40px;
  text-transform:uppercase;
  background-color:#007BFF;
  color:#fff;
  padding:8px 16px;
  font-size:14px;
  border-radius:4px;
  text-decoration:none;
  display:inline-block;
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .hs-search-field {
  order:3;
  margin-left:auto;
  display:flex;
  align-items:center;
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .hs-search-field__bar {
  display:flex;
  align-items:center;
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .hs-search-field__input {
  width:0;
  opacity:0;
  padding:0;
  border:0;
  transition:width .22s ease,opacity .22s ease;
  margin-left:6px;
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .hs-search-field.search--expanded .hs-search-field__input {
  width:220px;
  opacity:1;
  padding:6px 10px;
  border-radius:4px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .hs-search-field__button {
  background:none;
  border:0;
  padding:6px;
  cursor:pointer;
  border-radius:999999999px;
  display:flex;
  justify-content:center;
  align-items:center;
  background-color:#002156!important;
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .hs-search-field__input:focus {
  outline:none;
  box-shadow:0 1px 3px rgba(0,0,0,.08);
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .hs-search-field__button svg {
  height:20px;
  fill:white;
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .hs-search-field.hs-search-field--initialized {
  position:absolute;
  left:-40px;
  top:15px;
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] #avolve_top .avolve_language_select {
  margin-right:230px !important;
}

div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] #avolve_top select {
  padding:8px 12px;
}

@media (min-width:900px) and (max-width:1279px){
div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .header__search.header--element {
  top:0!important;
}
div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .button-small-blue.uppercase {
  top:-47px;
} */
  #hs_cos_wrapper_site_search .hs-search-field__button {
  top: 8px;
  }
}

@media (min-width:1000px) and (max-width:1279px){
div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .header__search.header--element {
  top:0!important;
}
div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .button-small-blue.uppercase {
  top:-40px;
}
}

  }

 @media (min-width:600px) and (max-width:1279px) {
  .kore-navigation-commerce-iq-header .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -60px;
    right: 0px;
    width: auto;
    height: auto;
    background: #fff;
    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: 0px;
    color: #005b95;
    padding: 5px 9px;
  }
}

@media (max-width: 850px) {
  .hidden.md\\:flex.items-center.space-x-4.xl\\:space-x-6.mr-auto.xl\\:mr-0 {
    margin-left: -100px !important;
  }
}

@media (max-width: 650px) {
  .kore-navigation-commerce-iq-header .custom-menu-primary.js-enabled .hs-menu-wrapper {
    left: -175px;
    top: -127px;
  }
  div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .button-small-blue.uppercase {
    display: none;
  }
}
/* div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] .button-small-blue.uppercase {
    top: 200px;
    right: 410px;
    position: absolute;
    z-index: 100;
    white-space: nowrap;
}
 */
@media (min-width: 991px) and (max-width: 1279px) {
  /* First element */
  #hs_cos_wrapper_site_search .hs-search-field__button {
    top: 0px;
  }

  /* Second element */
  div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] 
  .button-small-blue.uppercase {
    top: -35px;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] 
  .button-small-blue.uppercase {
    top: -40px;
  }
}

@media (min-width: 1235px) and (max-width: 1279px) {
  div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] 
  .button-small-blue.uppercase {
    top: -35px;
  }
}

@media (max-width: 900px) {
  div[data-global-resource-path="AvolveSoftware_April2023/templates/partials/header.html"] 
  .button-small-blue.uppercase {
    top: -45px;
  }
}


:root {
          --brand: #0a2a5e;
          --accent: #f9a825;
        }
        body { margin:0; font-family: Arial, sans-serif; }
        body.avolv_software--no-scroll { overflow: hidden; }
        .avolv_software--top-bar {
          display:flex; align-items:center; justify-content:flex-end;
          gap:16px; padding:6px 0px;
        }
        .avolv_software--top-bar img { height:28px; }
        .avolv_software--lang-select { padding:6px 12px; border-radius:20px; border:1px solid #ccc; font-size:14px; }
        .avolv_software--search-group {
          display: inline-flex;
          align-items: center;
          gap: 8px;
        }
        .avolv_software--sidebar-logo {
          display: flex;
          align-items: center;
          gap: 10px;
        }
        .avolv_software--sidebar-logo .avolv_software--logo {
          font-size: 20px;
          margin: 0;
        }
        .avolv_software--sidebar-actions {
          display: flex;
          gap: 12px;
          align-items: center;
        }
        .avolv_software--sidebar-actions .avolv_software--btn-support {
          width: 190px;
        }
        .avolv_software--mobile-links {
          display: flex;
          flex-direction: column;
          gap: 10px;
          font-family: Arial, sans-serif;
        }
        .avolv_software--menu-item {
          border-bottom: 1px solid #eee;
        }
        .avolv_software--menu-toggle {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          padding: 12px 0;
          font-size: 16px;
          background: none;
          border: none;
          outline: none;
          cursor: pointer;
          color: #222;
        }
        .avolv_software--menu-toggle:hover {
          color: #0073e6;
        }
        .avolv_software--dropdown-icon {
          width: 16px;
          height: 16px;
          transition: transform 0.3s ease;
        }
        .avolv_software--menu-item.avolv_software--open .avolv_software--dropdown-icon {
          transform: rotate(180deg);
        }
        .avolv_software--submenu {
          display: none;
          flex-direction: column;
          padding-left: 10px;
          margin-bottom: 8px;
        }
        .avolv_software--submenu a {
          padding: 8px 0;
          text-decoration: none;
          color: #444;
          font-size: 15px;
        }
        .avolv_software--submenu a:hover {
          color: #0073e6;
        }
        .avolv_software--menu-item.avolv_software--open .avolv_software--submenu {
          display: flex;
        }
        .avolv_software--sidebar-actions .avolv_software--lang-select {
          width: 140px;
        }
        .avolv_software--navbar {
          display:flex; align-items:center; justify-content:space-between;
          padding:12px 0px; border-top:1px solid #eee; border-bottom:1px solid #ddd;
          z-index:900; background:#fff;
        }
        .avolv_software--menu-icon { display:none; font-size:22px; color:var(--brand); cursor:pointer; }
        .avolv_software--logo { font-size:26px; font-weight:700; color:var(--brand); }
        .avolv_software--logo span { color:var(--accent); }
        .avolv_software--logof { font-size:26px; font-weight:700; color:var(--brand); }
        .avolv_software--logof span { color:var(--accent); }
        .avolv_software--nav-links { display:flex; gap:25px; }
        .avolv_software--nav-links a { text-decoration:none; color:var(--brand); font-size:15px; }
        .avolv_software--nav-right { display:flex; align-items:center; gap:15px; }
        .avolv_software--search-icon {
          background:var(--brand); color:#fff; width:35px; height:35px; border-radius:50%;
          display:flex; align-items:center; justify-content:center; cursor:pointer;
        }
        .avolv_software--btn-support {
          background:var(--brand); color:#fff; border:none; padding:8px 20px; border-radius:20px; cursor:pointer;
        }
        .avolv_software--search-input {
          display:none; min-width:220px; max-width:420px; padding:8px 12px; border-radius:20px; border:1px solid #ccc;
          font-size:14px;
        }
        .avolv_software--mobile-sidebar {
          position:fixed; top:0; left:0; height:100%; width:320px; max-width:85%;
          background:#fff; box-shadow:2px 0 16px rgba(0,0,0,0.28);
          transform:translateX(-100%); transition:transform .33s cubic-bezier(.22,.9,.2,1);
          z-index:1001; display:flex; flex-direction:column; gap:18px; padding:20px;
          will-change:transform; overflow-y:auto; -webkit-overflow-scrolling:touch;
        }
        .avolv_software--mobile-sidebar.avolv_software--active { transform:translateX(0); }
        .avolv_software--mobile-sidebar .avolv_software--close-btn { align-self:flex-end; background:transparent; border:none; cursor:pointer; font-size:22px; }
        .avolv_software--mobile-links { display:flex; flex-direction:column; gap:10px; padding-top:6px; }
        .avolv_software--mobile-links a {
          display:block; padding:12px 6px; text-decoration:none; color:var(--brand); font-size:16px;
          border-bottom:1px solid rgba(10,42,94,0.06);
        }
        .avolv_software--mobile-footer { display:flex; flex-direction:column; gap:10px; margin-top:16px; }
        .avolv_software--mobile-footer img { height:28px; }
        .avolv_software--sidebar-backdrop {
          position:Fixed; inset:0; background:rgba(0,0,0,0.45); opacity:0; pointer-events:none;
          transition:opacity .28s; z-index:1000;
        }
        .avolv_software--sidebar-backdrop.avolv_software--active { opacity:1; pointer-events:auto; }
        .avolv_software--search-overlay {
          position:fixed; inset:0; display:none; align-items:center; justify-content:center; background:rgba(0,0,0,0.4);
          z-index:2000;
        }
        .avolv_software--search-overlay.avolv_software--active { display:flex; }
        .avolv_software--search-box { background:#fff; padding:14px; border-radius:28px; width:min(90%,720px); display:flex; gap:10px; align-items:center; box-shadow:0 8px 30px rgba(0,0,0,0.2); }
        .avolv_software--search-box input { flex:1; border:none; outline:none; font-size:16px; padding:8px 6px; }
        @media (min-width:1270px) {
          .avolv_software--notallowedondesktop { display:none; }
          .avolv_software--search-icon { display:none !important; }
          .avolv_software--search-input { display:inline-block; }
        }
        @media (max-width:1270px) and (min-width:1020px) {
          .avolv_software--top-bar { display:flex; }
          .avolv_software--nav-right { display:none; }
          .avolv_software--top-bar .avolv_software--btn-support { display:inline-block; }
          .avolv_software--navbar .avolv_software--nav-right { display:none; }
        }
        @media (max-width:1270px) {
          .avolv_software--navbar { padding:12px 20px; }
          .avolv_software--nav-links { flex:1; justify-content:center; }
        }
        @media (max-width:1020px) {
          .avolv_software--nav-links { display:none; }
          .avolv_software--top-bar { display:none; }
          .avolv_software--menu-icon { display:block; }
          .avolv_software--navbar { justify-content:space-between; }
          .avolv_software--logo { position:absolute; left:50%; transform:translateX(-50%); }
          .avolv_software--thediffucltstuff {
            gap: 12px;
            align-items: start;
            flex-direction: column;
          }
          .theotehrthibgshtatsnotallowd {
            display: none !important;
          }
          .avolv_software--sidebar-actions .avolv_software--btn-support, .avolv_software--sidebar-actions .avolv_software--lang-select {
            width: 100%;
          }
          .avolv_software--sidebar-actions {
            flex-direction: column;
          }
          .avolv_software--mobile-footer {
            flex-direction: row;
          }
          .avolv_software--notallowedonasmalladevices {
            display: none;
          }
        }
        .avolv_software--tehthingontheleftforthis {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .avolv_software--search-input:focus, .avolv_software--lang-select:focus { box-shadow:0 0 0 3px rgba(10,42,94,0.08); border-color:var(--brand); }
        .avolv_software--mobile-links {
          display: flex;
          flex-direction: column;
          gap: 15px;
          font-family: Arial, sans-serif;
        }
        .avolv_software--mobile-links a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          text-decoration: none;
          color: #222;
          font-size: 16px;
          padding: 10px 0;
          border-bottom: 1px solid #eee;
        }
        .avolv_software--mobile-links a:hover {
          color: #0073e6;
        }
        .avolv_software--dropdown-icon {
          width: 16px;
          height: 16px;
          flex-shrink: 0;
        }
        .avolv_software--nav-links {
          display: flex;
          gap: 30px;
          font-family: Arial, sans-serif;
        }
        .avolv_software--nav-item {
          position: relative;
        }
        .avolv_software--nav-item > a {
          display: flex;
          align-items: center;
          gap: 6px;
          text-decoration: none;
          color: #002156;
          font-size: 16px;
          padding: 8px 0;
        }
        .avolv_software--nav-item > a:hover {
          color: #0073e6;
        }
        .avolv_software--nav-icon {
          width: 14px;
          height: 14px;
          transition: transform 0.3s ease;
        }
        .avolv_software--dropdown {
          position: absolute;
          top: 100%;
          left: 0;
          min-width: 180px;
          background: #fff;
          box-shadow: 0 6px 12px rgba(0,0,0,0.1);
          border-radius: 6px;
          padding: 10px 0;
          opacity: 0;
          visibility: hidden;
          transform: translateY(10px);
          transition: all 0.3s ease;
          z-index: 10;
        }
        .avolv_software--dropdown a {
          display: block;
          padding: 10px 16px;
          text-decoration: none;
          color: #444;
          font-size: 15px;
        }
        .avolv_software--dropdown a:hover {
          background: #f7f7f7;
          color: #f5a623;
        }
        .avolv_software--nav-item:hover .avolv_software--dropdown {
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
        }
        .avolv_software--nav-item:hover .avolv_software--nav-icon {
          transform: rotate(180deg);
        }

.avolv_software--nav-item {
color: #002156;
}

.avolv_software--close-btn {
color: black !important;
}

/* Only the cancel/close button */
.avolv_software--close-btn {
  padding:0px !important;
}

/* All other toggle buttons */
.avolv_software--menu-toggle {
  color:#002156 !important;
  background-color:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.avolv_software--menu-toggle:hover,
.avolv_software--menu-toggle:focus,
.avolv_software--menu-toggle:active {
  color:#002156 !important;
  background-color:transparent !important;
  box-shadow:none !important;
}

/* -----------------------
   Minimal responsive overrides — DO NOT CHANGE ANY OTHER RULES ABOVE
   These only enforce: menu icon & mobile menu show at <=1020px;
   desktop nav/top-bar show at >=1021px.
   ----------------------- */

@media (min-width:1021px) {
  .avolv_software--menu-icon { display: none !important; }
  .avolv_software--mobile-sidebar { display: none !important; transform: translateX(-100%) !important; }
  .avolv_software--mobile-links { display: none !important; }
  .avolv_software--sidebar-backdrop { display: none !important; }
  .avolv_software--nav-links { display: flex !important; }
  .avolv_software--top-bar { display: flex !important; }
}

@media (max-width:1020px) {
  .avolv_software--nav-links { display: none !important; }
  .avolv_software--top-bar { display: none !important; }
  .avolv_software--menu-icon { display: block !important; }
  .avolv_software--navbar { justify-content: space-between; }
  .avolv_software--logo { position: absolute; left: 50%; transform: translateX(-50%); }
}

.avolv_software--logo img {
   width: 150px !important;
}

.avolv_software--navbar {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1270px) {
.avolv_software--logo img {
   width: 100px !important;
}
 
}

.custom-badge-containe-proerpone {
display: flex;
  gap: 10px;
}

@media (max-width: 846px) {
 .custom-badge-container {
   margin-left: 0px;
   display: flex;
  } 
}
.avolv_software--search-input {
border-radius: 9999999999999px !important;
}

.avolv_software--btn-support:hover {
  color: #ffffff !important; 
}

.avolv_software--btn-support:hover {
  background-color: #005b96 !important;
  border-radius: 9999999px !important;
  border: none;
}

@media (min-width: 1020px) {
  .avolv_software--search-icon.avolv_software--notallowedondesktop {
    display: none !important; /* show on smaller screens */
  }
}

.suidebarlogotripping img {
  width: 80px !important;
}

@media (max-width: 1020px) {
  .hs-search-field__button {
    display: none !important;
  }
   .header__search.header--element {
  display: none;
  }
  .avolv_software--search-icon.avolv_software--notallowedondesktop, svg {
  background-color: transparent !important;
    fill: black;
}
  #avolve_top {
  display: none !important;
}

}

.header__search.header--element {
top: 17px !important;
}
.hs-search-field__button {
  top: -2px !important;
}
@media (max-width: 766px) {
  .header__search.header--element {
    right: -43px;
    top: -5px !important;
  }
}
@media (max-width: 766px) {
  #site_search-input {
    padding: 10px;
    position: absolute;
    right: -140px;
    width: 100px;
  }
}
@media (min-width: 770px) {
  #site_search-input {
      width: 200px !importnat;
  right: -143px;
  }
}



@media (max-width: 1020px) {
  .hs-search-field__input {
    padding: 16px 20px;
  }
}

@media (max-width: 766px) {
   body .widget_1755593459714-hidden {
        display: flex !important;
    }
  .avolv_software--search-icon.avolv_software--notallowedondesktop {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    transform: none !important;
}

}