header { width: 100%; display: inline-block; vertical-align: top; }
header.header { width: 100%; display: inline-block; vertical-align: top; background-color: transparent; }
header.header .header-wrap { width: 100%; display: inline-block; vertical-align: top; }
header.header .header-wrap nav.header-menu { position: relative; top: 0; left: 0; right: 0; display: flex; flex-wrap: wrap; background: #fff; width: 100%; align-items: center; justify-content: space-between; z-index: 55; padding: 18px 40px; }
header.header .header-wrap nav.header-menu .logo { position: relative; z-index: 30; margin: 0; }
header.header .header-wrap nav.header-menu .logo a { display: flex; align-items: center; }
header.header .header-wrap nav.header-menu .logo a img { max-width: 140px !important; object-fit: contain; object-position: center; }
header.header .header-wrap nav.header-menu .main-menu { display: flex; align-items: center; margin: 0; }
header.header .header-wrap nav.header-menu .main-menu ul { display: flex; align-items: center; }
header.header .header-wrap nav.header-menu .main-menu ul li { width: auto; margin-left: 2.5vw; }
header.header .header-wrap nav.header-menu .main-menu ul li.hs-item-has-children { position: relative; }
header.header .header-wrap nav.header-menu .main-menu ul li.hs-item-has-children>a:after { content: ""; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M10 0L5 3.68529V7L10 3.31471V0Z' fill='%235730EB'/%3E%3Cpath d='M0 0L5 3.68529V7L0 3.31471V0Z' fill='%235730EB'/%3E%3C/svg%3E"); position: absolute; z-index: 22; right: 50%; transform: translateX(50%); bottom: -10px; width: 12px; height: 8px; background-repeat: no-repeat; background-position: center; background-size: contain; }
header.header .header-wrap nav.header-menu .main-menu ul li a:not(.button) { font-size: 0.875rem; color: #000; display: inline-block; padding-top: 2px; padding-bottom: 2px; background: no-repeat 0 100%; background-image: linear-gradient(currentColor, currentColor); background-size: 0 2px; transition: background-size .3s ease; }
header.header .header-wrap nav.header-menu .main-menu ul li>a:not(.button):focus, header.header .header-wrap nav.header-menu .main-menu ul li>a:not(.button):hover { background-size: 100% 2px; background-image: linear-gradient(#5232e2, #5232e2); }
header.header .header-wrap nav.header-menu .main-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper { display: block; background-color: #fff; left: -20px; width: 200px; padding: 40px 0 20px; position: absolute; transition: all .3s; z-index: 20; }
header.header .header-wrap.fixed { width: 100%; transition: all 0.3s ease !important; position: fixed; top: 0; z-index: 999; }
@keyframes goDown {
  0%{
    top:-47px;
  }
  100% {
    transform: translateY(0px);
  }
}

{% set ulColor       = "" %} /* Set ul background color */
{% set liColor       = "" %} /* Set li background Color */
{% set aColor        = "" %} /* Set link Color */
{% set aColorHover   = "" %} /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.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 !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1201px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}






.mobile-trigger, .child-trigger{
  display: none; 
}

@media (max-width: 1200px){

  {% set menuColorMobile = "#000000" %}  
  {% set aColorMobile = "#ffffff" %}      
  {% set aColorHoverMobile = "#ffffff" %} 

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    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:;
  }


  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -28px;          /* Position Button at right of screen  */
    right: -10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent; /* Background color */
    border: unset;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    color: ; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:;
    background-color: ; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:;
    background-color: ; 
    border-color: transparent;
  }



  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #2e2e2f; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #2e2e2f !important; /* Icon color */
  }



  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: -20px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    z-index: 99;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 12px;
    height: 8px;
    background-color: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath d='M1 1.6875L4 4.67158L7 1.6875' stroke='black' stroke-linecap='square'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
  }
  /*   .child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
} */
  /*   .child-trigger.child-open i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
} */
  .child-trigger.child-open i{
    transform: rotate(180deg);
  }



  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0px; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}





@media(max-width: 1200px){

  header.header .header-wrap nav.header-menu .main-menu ul li.hs-item-has-children ul { width: 100%; display: inline-block; vertical-align: top; }
  header.header .header-wrap nav.header-menu .main-menu ul li.hs-item-has-children ul li { width: 100%; display: inline-block; vertical-align: top; margin: 0; }
  header.header-centre-logo .header-wrap .header-inner.mobile .mobile-menu.custom-menu-primary.js-enabled { width: 100%; display: inline-block; vertical-align: top; background-color: #ffffff; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; position: absolute; top: 110px; left: 0; z-index: 10; }
  header.header .header-wrap nav.header-menu .main-menu ul li.hs-item-has-children { margin-bottom: 0; }
  header.header .header-wrap nav.header-menu .main-menu ul li { width: calc(100% - 0px); margin: 0px; }

  body.mobile-open header.header .header-wrap nav.header-menu .main-menu ul { height: 100vh; display: flex; padding: 80px 0 22px 22px; }
  header.header .header-wrap nav.header-menu .main-menu span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_menu { width: 100%; }
  header.header .header-wrap nav.header-menu .main-menu ul li>a:not(.button) { color: #2e2e2f; display: inline-block; font-weight: 400; text-decoration: none; font-size: 1.3rem; padding: 6px 0 0 0; margin-left: 0; }
  header.header .header-wrap nav.header-menu .main-menu ul li.hs-item-has-children>a:after { display: none; }
  header.header .header-wrap nav.header-menu .main-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper { width: 100%; height: auto; padding: 0; }
  header.header .header-wrap nav.header-menu .main-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 10px 0 0 25px; }
  .header .header-wrap nav.header-menu .main-menu ul li.hs-menu-depth-1:last-child a.button.blue.bold { width: max-content; background-color: #5232e2; color: #fff; display: inline-block; cursor: pointer; display: inline-block; line-height: 1; padding: 16px 30px; border-radius: 44px; text-decoration: none; text-transform: uppercase; -webkit-user-select: none; -moz-user-select: none; user-select: none; vertical-align: middle; white-space: nowrap; font-weight: 700; font-size: .9rem; transition: all .3s; margin: 40px 0 0; }
  .header .header-wrap nav.header-menu .main-menu ul li.hs-menu-depth-1:last-child a.button.blue.bold:hover { background-color: #cbfe34; }
  header.header .header-wrap nav.header-menu .main-menu ul li>a:not(.button):hover { color: #5232e2; }
  header.header .header-wrap nav.header-menu .main-menu ul li>a:not(.button):focus, header.header .header-wrap nav.header-menu .main-menu ul li>a:not(.button):hover { background-size: unset; background-image: unset; }
  
  .mobile-open .mobile-trigger i { background-color: #ffffff !important; }
  .mobile-open .mobile-trigger i:before { background-color: #2e2e2f !important; transform: rotate(45deg); top: 0px; }
  .mobile-open .mobile-trigger i:after { background-color: #2e2e2f !important; transform: rotate(-45deg); top: 0px; }
  .child-trigger.child-open { top: -2px; }
}

@media (max-width: 767px){
  header.header .header-wrap nav.header-menu { padding: 18px 20px; }
}