/* Top Tier Menu Styles */

/* ===== MAIN NAV LAYOUT ===== */
.top-menu-items .hs-menu-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.top-menu-items .hs-menu-item {
  position: relative;
  padding-right: 20px;
}

.top-menu-items .hs-menu-item a {
  color: var(--color-border);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px;
  text-decoration: none !important;
}

/* ===== DROPDOWN CARD STYLE ===== */
.top-menu-items .hs-menu-wrapper .hs-menu-children-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--color-bg-light);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .35s cubic-bezier(.25,.8,.25,1);
  z-index: 999;
  width: 133px;
  z-index: 999;
  box-shadow: 0 1px 3px 0 rgba(85, 85, 85, 0.10);
}

.top-menu-items .hs-menu-wrapper .hs-menu-children-wrapper:before {
  border-top: 3px solid var(--color-primary);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 43px;
}

/* SHOW ON HOVER */
.top-menu-items .hs-menu-item.hs-item-has-children:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  left: 0;
}

/* ===== DROPDOWN LINKS ===== */
.top-menu-items .hs-menu-children-wrapper .hs-menu-item {
  list-style: none;
  padding-right: 0;
  margin-bottom: 4px;
}

.top-menu-items .hs-menu-children-wrapper .hs-menu-item:last-child {
  margin-bottom: 0;
}

.top-menu-items .hs-menu-children-wrapper a {
  display: block;
  text-decoration: none;
  transition: all .25s ease;
  color: var(--color-border);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

/* HOVER EFFECT */
.top-menu-items .hs-menu-children-wrapper a:hover {
  color: var(--color-primary);
}

/* ===== TOP LEVEL LINK ===== */
.top-menu-items > .hs-menu-wrapper > .hs-menu-item > a {
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  color: rgba(var(--color-text-rgb), 0.8);
}

/* Arrow indicator */
.top-menu-items .hs-has-children > a::after {
  content: "▾";
  font-size: 12px;
  margin-left: 6px;
}

.the_language_paragraph .theLocationLinkURL {
  margin: 0;
  text-transform: capitalize;
  color: var(--color-border);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px;
}
.the_language_paragraph .theLocationLinkURL:hover {
  text-decoration: none;
}

/* Parent menu link */
.top-menu-items .hs-menu-item.hs-item-has-children > a {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Arrow icon using your SVG */
.top-menu-items .hs-menu-item.hs-item-has-children > a:after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 6px;
  background-image: url("https://50916606.hs-sites.com/hubfs/arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  transition: transform .25s ease;
}

.global_top_tier_left_menu_area .globe_class {
  background-image: none;
  width: 0;
}

.global_top_tier_left_menu_area .lang_list_class {
  background: var(--color-bg-light);
  box-shadow: 0 1px 3px 0 rgba(85, 85, 85, 0.10);
  padding: 20px;
  border: none;
  top: 30px;
  -webkit-transform: translateX(-61%);
  transform: translateX(-61%);
}

.global_top_tier_left_menu_area .lang_list_class:before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 43px;
  margin: 0;
  border: 0;
  border-top: 3px solid var(--color-primary);
}


.global_top_tier_left_menu_area .lang_list_class li {
  border: none;
  color: var(--color-border);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 0;
  white-space: nowrap;
  margin-bottom: 4px;
  text-align: left;
  background: transparent;
}

.global_top_tier_left_menu_area .lang_list_class li .lang_switcher_link {
  color: var(--color-border);
}

.global_top_tier_left_menu_area .lang_list_class:after {
  display:none; 
}

p:empty {
  margin: 0;
}

.global_top_tier_left_menu_area .lang_switcher_class .arrow svg {
  /* margin-top: 16px; */
  position: relative;
  top: 5px;
}

.global_top_tier_left_menu_area .lang_list_class li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* End Top Tier Menu Styles */





/* mobile menu css */

/* ===== MOBILE MENU ENGINE ===== */
@media screen and (max-width:1100px){

  body.menu-open{
    overflow:hidden;
  }

  .flyoutMenu{
    transform: translateX(-100%);
    transition: transform .4s cubic-bezier(.25,.8,.25,1);
    display:block;
    width:320px;
    max-width:90%;
    box-shadow: 5px 0 20px rgba(0,0,0,.15);
  }

  .flyoutMenu.activeDrawer{
    transform: translateX(0);
  }

  .bodyScreen{
    opacity:0;
    transition:opacity .3s ease;
  }

  .bodyScreen.activeScreen{
    display:block;
    opacity:1;
  }

  .flyout_menu_top_item{
    display:block;

  }

  .flyout_menu_top_item img{
    transition:transform .3s ease;
  }

  .flyout_menu_top_item.open > img{
    transform:rotate(90deg);
  }

  .HiddenChildrenFlyout{
    display:none;
  }

  .HiddenChildrenFlyout.open{
    display:block;
    animation:fadeIn .25s ease;
  }

  .hiddenGrandChildrenMenu{
    display:none;
  }

  .hiddenGrandChildrenMenu.open{
    display:block;
    animation:fadeIn .25s ease;
  }

  @keyframes fadeIn{
    from{opacity:0; transform:translateY(-5px)}
    to{opacity:1; transform:translateY(0)}
  }
}


/* end mobile menu css */










/* mega menu css */

.topTiermegaMenu_items:hover .kld_mega_menu__inner:before, .topTiermegaMenu_items:hover .kld_simple_menu_dropdown:before {
  content: '';
  border-top: 3px solid var(--color-primary);
  display: block;
  width: 63px;
  position: absolute;
  top: 0;
  left: 0;
}


.topTiermegaMenu_items {
  position: relative;
}

/* Invisible hover bridge */
.topTiermegaMenu_items::after {
  content: "";
  position: absolute;
  left: -40px;
  right: -40px;
  height: 50px;     /* adjust based on gap */
  bottom: -50px;    /* extends hover area downward */
}

.kld_mega_menu[data-column],
.kld_simple_menu_dropdown {
  top: 100%;   /* instead of 45px */
}


.kld_mega_menu,
.kld_simple_menu_dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .25s ease;
}

.topTiermegaMenu_items:hover .kld_mega_menu,
.topTiermegaMenu_items:hover .kld_simple_menu_dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(15px);
}



.global_top_tier_left_menu_area:hover .lang_list_class {
  display: block;
}

.theLocationLinkURL{ 
  color: var(--color-secondary); 
}

.theLocationLinkURL:hover {
  text-decoration: underline;   
}

.grayHeaderGlobe{
  width: 10px;       
  display: inline-block; 
}

.grayLocationPin{
  width: 10px; 
  margin-right: 4px; 
  display: inline-block; 
}

.graySearchMag{
  width: 20px; 
  display: inline-block; 
  margin-bottom: -6px;   
}

.closeSearchIcon{
  width: 10px; 
}

.CLOSEIcon{
  width: 10px;   
}

.MobileGlobeIcon{
  width: 13px;   
}

.MobileLocationPin{
  width: 13px;   
}

.global_header_sticky_menu{
  width: 100%; 
  z-index: 999;   
}

.makeMeStickyNow{
  position: sticky;
  top: 0px; 
  z-index: 99999; 
}

.headerSpacer{
  min-height: 123px;   
}

.global_top_tier_menu{ 
  padding: 16px 0;
}

.global_top_tier_wrapper{
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}

.global_top_tier_right_menu_area{
  flex-basis: 50%;   
}

.the_language_paragraph{
  text-transform: uppercase; 
  font-size: 12px; 
  margin: 0px; 
}

.locations_link_container{
  display: inline-block; 
  margin-left: 15px;  
  font-size: 12px;  
}

.locations_link_container:hover{
  text-decoration: underline;    
}

.LocationPin{
  display: inline-block; 
  margin-right: 3px;   
}

.topTierGlobalMenu{
  padding-left: 0px; 
  list-style-type: none; 
  margin: 0px;  
  text-align: right; 
}

.topTierGlobalMenu__items{
  display: inline-block; 
  padding-left: 10px;
  padding-right: 10px; 
  font-size: 12px; 
  color: var(--color-secondary); 
  text-transform: uppercase;  
}

.desktopPipeDividers{
  display: inline-block; 
  padding-left: 0px;
  padding-right: 0px; 
  font-size: 12px; 
  color: var(--color-secondary); 
  text-transform: uppercase;  
}


.topTierGlobalMenu__links{
  text-decoration: none; 
  color: var(--color-secondary);  
}

.topTierGlobalMenu__links:hover{
  text-decoration: underline;    
}

#searchActivator{
  position: relative;   
  cursor: pointer;   
}

.globalSearchForm{
  position: relative;   
}

#closeSearchForm{
  position: absolute; 
  left: -20px; 
  top: -25px; 
  z-index: 999999; 
  width: 15px; 
}

.globalSearchForm{
  width: 0px;   
}


.globalSearchInput{
  padding-left: 20px;  
  position: absolute; 
  z-index: 99; 
  top: -31px;  
  left: 0; 
  border: none; 
  width: 370px;  
  background-color: var(--color-secondary); 
  height: 30px; 
  background-size: 20px; 
  background-repeat: no-repeat; 
  background-position: left center; 
  background-image: url('https://5218324.fs1.hubspotusercontent-na1.net/hubfs/5218324/Temp%20Images/searchMag.svg'); 
  transition: 2s ease all; 
  transition-property: width;  
}

.growInput{
  width: 302px;  
  transition: 2s ease all;   
}

.hideLinks{
  opacity: 0;    
}

.hideForm{
  display: none;   
  transition: opacity 200ms, display 200ms;
}

/* Main Menu Styles */

#whiteHeaderBG{
  background-color: transparent;      
}

.mainGlobalMenu{
  padding: 12px 0;
  background-position: left top; 
  background-repeat: repeat-x; 
}

.mainGlobalMenu__Wrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between;
  align-items: center;   
}


.DesktopBars{
  margin-top: 2px; 
  font-size: 30px; 
  margin-right: 20px;  
}

.globalLogo{
  display: inline-block; 
  max-width: 100%; 
  height: auto; 
  aspect-ratio: auto;  
}

.logo_area__wrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: flex-start; 
  align-items: flex-start; 
}


.topTiermegaMenu{ 
  padding-left: 0px; 
  list-style-type: none; 
  margin-bottom: 0px; 
}

.topTiermegaMenu_items {
  display: inline-block;
  position: relative;
  color: var(--color-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  padding-right: 29px;
  line-height: 27px; 
  cursor: pointer;
}

.topTiermegaMenu_items a {
  font-style: normal;
  font-weight: 800;
  line-height: 27px; 
  cursor: pointer;
}


.topTiermegaMenu_items:first-child {
  padding-left: 29px;
}

.mobile_menu__button__container {
  margin-left: auto;
}

.topTiermegaMenu_items:hover{
  color: var(--color-text);       
}

.kld_simple_menu_dropdown{
  width: max-content; 
  padding:30px 40px 40px 40px;
  background-color: var(--color-secondary); 
  display: none; 
  position: absolute; 
  top: calc(100% - 2px);
  left: 0; 
  border-top: 1px solid var(--color-border-subtle);
  background: var(--color-secondary);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10);

}

.simple_menu_dropdown_links:last-child p {
  margin-bottom: 0;
}

.topTiermegaMenu_items:hover .kld_simple_menu_dropdown{
  display: block;
  z-index: 99;
}

.simple_menu_dropdown_links{
  text-decoration: none;
  color: var(--color-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px;
  white-space: nowrap;
  display: block;
}

.simple_menu_dropdown_links p {
  margin-bottom: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px;
  text-decoration: none;
  white-space: nowrap;
}

.simple_menu_dropdown_links:hover{
  text-decoration: underline;
  text-decoration-color: var(--color-primary);
}

.mega_menu_headline_link:hover{
  color: var(--brightBlue); 
  text-decoration: underline;  
  text-decoration-color: var(--color-primary);
}

.kld_mega_menu_menu__list_item .kld_mega_menu_menu__link:hover .submenu.normal-weight,
.mega_menu_headline_link:hover, .simple_menu_dropdown_links:hover, .kld_mega_menu_wrapper .kld_mega_menu_headline:hover,
.kld_mega_menu_menu__link:hover .submenu
{
  color: var(--color-primary);
}

.kld_mega_menu_menu__link:hover, .kld_mega_menu_headline:hover {
  text-decoration: underline;     
  text-decoration-color: var(--color-primary);
}

.mega_menu_headline_link:hover .kld_mega_menu_headline{
  color: var(--brightBlue); 
}



.dropdown_caption_text{
  font-size: 14px;    
}


/*.megaMenuContainer{
border: 1px solid rgb(200,200,200); 
border-top: none;   
position: absolute; 
top: 72px; 
left: 0px;  
display: none; 
width: 1250px; 
float: none!important; 
margin: 0px auto!important; 
max-width: 1250px!important; 
background-color: var(--color-secondary);       
padding: 20px 60px;  
z-index: 9999999999; 
}*/

.topTiermegaMenu_items:hover .megaMenuContainer{
  display: block;      
}

.megaMenuContainer__Link__wrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: flex-start; 
}

.megaMenuContainer__Link__Item{
  flex-basis: 22%; 
  margin-right: 3%; 
}

#makeMeRelative{
  position: relative;      
}

.megaMenuChild__ul{
  list-style-type: none; 
  padding-left: 0px; 
}

.megaMenuChild__ul__items{
  padding-top: 7px; 
  padding-bottom: 7px; 
  font-size: 15px; 
}

.megaMenuChild__ul__links{
  text-decoration: none; 
  color: rgba(var(--color-text), 0.6); 
}

.megaMenuChild__ul__links:hover{
  color: var(--color-primary);     
}

.megamenuTrustLogo{
  display: block; 
  max-width: 100%;   
  height: auto; 
  aspect-ratio: auto; 
}

.trust_stars_container{
  margin-top: 15px; 
  margin-bottom: 15px; 
}

/*.TrustStars{
color: #00B778;     
}*/

.megaMenuColumnHeadlines{
  font-weight: 700; 
  font-size: 18px;  
  margin-top: 10px; 
  margin-bottom: 10px; 
  color: rgba(var(--color-text), 0.6);
}

.trust_pilot_quote{
  margin-top: 10px; 
  margin-bottom: 0px;  
  font-size: 23px; 
  line-height: 33px;   
  color: rgba(var(--color-text), 0.6);   
}

.trust_pilot_name{
  color: rgba(var(--color-text), 0.6); 
  font-size: 13px;  
}

/*#trustPilot_MenuContainer{
padding-left: 35px; 
border-left: 1px solid #D5DFE2;   
}*/

.start_your_quote_button_container, .job_tracker_button_container{
  display: block; 
  margin-top: 13px; 
  margin-bottom: 13px; 
}

/*.megaMenuHeaderButtonOne{
display: inline-block; 
text-align: center; 
border: 2px solid #FF1D00; 
color: #FF1D00; 
padding: 10px 20px; 
text-decoration: none;   
font-weight: 500;   
}

.megaMenuHeaderButtonOne:hover{
color: white; 
background-color:  #FF1D00; 
}*/

.megaMenuHeaderTwoOne{
  display: inline-block; 
  text-align: center; 
  border: 2px solid var(--color-primary); 
  color: var(--color-primary); 
  padding: 10px 20px; 
  text-decoration: none;   
  font-weight: 500;     
}

.megaMenuHeaderTwoOne:hover{
  color: var(--color-secondary); 
  background-color: var(--color-primary);  
}

.emergencyIcon, .fileIcon{
  margin-right: 5px;     
}

/*.MainNavButtonOne{ 
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
transition: background-color .3s ease-out 5ms;
border: 1px solid var(--color-border-subtle);
background: var(--color-primary);
overflow: hidden;
color: var(--color-secondary);
text-overflow: ellipsis;
font-size: 13px;
font-style: normal;
font-weight: 800;
line-height: normal;
border: none;
min-width: 124px;
}

.MainNavButtonOne:hover{
color: var(--color-secondary);
font-weight: 800;
background-color: var(--color-accent);
}

.MainNavButtonOneMobile{ 
background: var(--color-primary);
border: none;
color: var(--color-secondary);
display: inline-block;
font-size: 13px;
font-style: normal;
font-weight: 800;
line-height: normal;
min-width: 124px;
overflow: hidden;
padding: 10px 20px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
transition: background-color .3s ease-out 5ms;
}

.MainNavButtonOneMobile:hover {
background-color: var(--color-accent);
color: var(--color-secondary);
font-weight: 800;
}


@media screen and (max-width: 600px){

.MainNavButtonOne{ 
background-color: var(--mainGreen); 
border: 1px solid var(--mainGreen);    
color: white; 
padding: 10px;
font-size: 13px;  
text-align: center; 
text-decoration: none; 
display: inline-block;   
} 

.MainNavButtonOne:hover{
color: #FF1D00!important;  
}*/

}

.mobile_header_button_seperator{
  margin-bottom: 15px;    
}


/*.MainNavButtonTwo{
background-color: #99D816; 
border: 2px solid #99D816;       
color: white; 
padding: 10px 20px; 
text-align: center; 
text-decoration: none; 
display: inline-block;  
margin-left: 0px; 
font-size: 15px; 
transition: background-color .3s ease-out 5ms;   
}

.MainNavButtonTwo:hover{
background-color: transparent; 
color: var(--brightBlue);   
transition: background-color .3s ease-out 5ms;     
}

.MainNavTabletButtonTwo{
background-color: #99D816; 
border: 1px solid #99D816;   
color: white; 
font-size: 15px;   
padding: 10px 15px; 
text-align: center; 
text-decoration: none; 
display: inline-block;  
margin-left: 0px; 
transition: background-color .3s ease-out 5ms;   
}*/

.kld_mega_menu_wrapper .kld_mega_menu_menu__dropdown .kld_mega_menu_menu__list_item {
  padding-bottom: 10px;
}

/* tablet menu */ 
@media screen and (min-width:1101px){
  .mobileHamburger{ display:none; }
  .flyoutMenu { display: none; }
}


.mainGlobalTabletMenu{
  display: none;   
}

@media screen and (max-width: 1100px) { 

  /* ===== CSS HAMBURGER ICON ===== */
  .mobileHamburger{
    width:28px;
    height:20px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    cursor:pointer;
    position:relative;
    z-index:1;
  }

  .mobileHamburger span{
    height:3px;
    width:100%;
    background: var(--color-text);
    border-radius:3px;
    transition:all .35s cubic-bezier(.25,.8,.25,1);
  }




  /* ANIMATION TO CLOSE (X) */
  .mobileHamburger.active span:nth-child(1){
    transform:translateY(8px) rotate(45deg);
  }

  .mobileHamburger.active span:nth-child(2){
    opacity:0;
  }

  .mobileHamburger.active span:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
  }

  .DesktopBars{
    display:none;
  }



  .global_top_tier_menu{
    display: none;   
  }

  .mainGlobalMenu{
    display: none;   
  }

  .mainGlobalTabletMenu{
    display: block;   
    padding-top: 20px; 
    padding-bottom: 20px;  
  }

  .headerSpacer{
    display: none;   
  }


  /* ===== MOBILE FLYOUT NAV DESIGN ===== */

  .flyout_menu_top_tier{
    list-style:none;
    padding:0;
    margin:0;
  }

  /* LEVEL 1 */
  .flyout_menu_top_item{
    border-bottom:1px solid rgba(var(--color-text-rgb), 0.07);
    padding:16px 0;
    font-size:20px;
    font-weight:700;
    color: var(--color-text);
    cursor:pointer;
    position: relative;
  }

  .flyout_menu_top_item a {
    font-weight:700;
    color: var(--color-text);
    cursor:pointer;
    position: relative;
  }

  .flyout_menu_top_item:before {
    content: '';
    background-image: url(https://50916606.hs-sites.com/hubfs/arrow-icon.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 10px;
    background-position: center;
  }

  .flyout_menu_top_item.open:before {
    transform: rotate(180deg);
  }

  .flyout_menu_top_item > img{
    transition:transform .3s ease;
  }

  .flyout_menu_top_item.open > img{
    transform:rotate(90deg);
  }

  /* CHILD WRAPPER */
  .flyout_children_container{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s cubic-bezier(.25,.8,.25,1);
  }

  .flyout_menu_top_item.open > .flyout_children_container{
    max-height:1200px;
  }

  /* LEVEL 2 HEADINGS */

  .tabletSubheads img{
    transition:transform .3s ease;
  }

  .tabletSubheads.open img{
    transform:rotate(90deg);
  }

  /* LEVEL 3 LINKS */
  .hiddenGrandChildrenMenu{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
    padding-left:30px;
  }

  .hiddenGrandChildrenMenu.open{
    max-height:800px;
    padding-left: 0px;
  }

  .second_tier_flyout_menu.directLevel2 .second_tier_flyout_menu_items a, 
  .flyout_menu_top_item .flyout_children_container .second_tier_flyout_menu .second_tier_flyout_menu_links {
    color: var(--color-text);
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    text-decoration: none;
  }

  .second_tier_flyout_menu_items a:hover{
    color: var(--color-primary);
  }


  /* FIX LEVEL 2 ALIGNMENT */


  /* Make level 2 headings behave like submenu titles */
  .tabletSubheads{
    display:block;
    font-size:14px;
    font-weight:700;
    color: var(--color-text);
    padding:0;
    margin:0;
    position:relative;
  }

  .flyout_children_container .tabletSubheads:before, .flyout_children_container .kldSecondHeading:before {
    background-image: url(https://50916606.hs-sites.com/hubfs/arrow-icon.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 30px;
    top: 14px;
    width: 15px;
    background-position: center;
  }



  .flyout_children_container .kldSecondHeading.open:before, .flyout_children_container .tabletSubheads.open:before  {
    transform: rotate(180deg);
  }

  /* Arrow alignment */
  .tabletSubheads img{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
  }

  /* LEVEL 3 LIST */
  .second_tier_flyout_menu{
    padding-left:35px;
  }

  .flyout_children_container{
    max-height:0;
    overflow:hidden;
    transition:max-height .45s cubic-bezier(.25,.8,.25,1);
  } 

  .flyout_menu_top_item.open > .flyout_children_container{
    max-height:1500px;
  }

  /* SECOND HEADING STYLE */
  .kldSecondHeading {
    color: var(--color-text);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 0 0px 0px;
    position: relative;
  }

  .kldSecondHeading img{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    transition:transform .3s ease;
  }

  /* Rotate arrow */
  .kldSecondHeading.open img{
    transform:translateY(-50%) rotate(90deg);
  }

  /* Hide second list */
  .secondDropdown{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
    padding-left:35px;
  }

  .secondDropdown.open{
    max-height:800px;
  }

  .top-menu-items .hs-menu-item {
    padding-right: 0;
    position: relative;
    padding-bottom: 8px;
  }

  .kld_mega_menu_menu__list_item .kld_mega_menu_menu__link .submenu.normal-weight,
  .flyout_menu_top_item.open>.flyout_children_container .second_tier_flyout_menu.hiddenGrandChildrenMenu .second_tier_flyout_menu_links 
  {
    color: var(--color-border);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 8px;
    padding-top: 10px;
  } 


  .top-menu-items .hs-menu-item.hs-item-has-children>a:after {
    position: absolute;
    right: 0;
  }

  .top-menu-items .hs-menu-item.hs-item-has-children.submenu-open>a:after {
    transform: rotate(180deg);
  }

  .top-menu-items .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    width: 100%;
  }

  .top-menu-items .hs-menu-item.hs-item-has-children>a {
    width: 100%;
  }

  .top-menu-items .hs-menu-wrapper .hs-menu-children-wrapper {
    background: transparent;
    box-shadow: none;
    padding: 8px 0px 0px 5px;
  }

  .top-menu-items .hs-menu-wrapper .hs-menu-children-wrapper:before {
    display:none;
  }

  .top-menu-items .hs-menu-children-wrapper .hs-menu-item {
    margin-bottom: 0px;
  }


  .global_top_tier_left_menu_area .theLocationLinkURL .arrow {
    display: none;
  }

  .global_top_tier_left_menu_area .lang_switcher_class {
    width: 100%;
    margin: 0;
    height: 0;
    display: block;
  }

  .global_top_tier_left_menu_area .lang_switcher_class.the_language_paragraph a:before {
    background-image: url(https://50916606.hs-sites.com/hubfs/arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    right: 0;
    transition: transform .25s ease;
    width: 18px;
    top: 5px;
    background-position: center;
  }

  .global_top_tier_left_menu_area .lang_switcher_class.the_language_paragraph a.lang-open:before {
    transform: rotate(180deg);
  }


  .global_top_tier_left_menu_area .lang_list_class {
    transform: translateX(0%);
    padding: 8px 0 0px 8px; 
    left:0;
    background: transparent;
    box-shadow: none;
    top:20px;
  }

  .global_top_tier_left_menu_area .lang_list_class:before {
    display:none;
  } 


  .top-menu-items .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .top-menu-items .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .top-menu-items .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
  }  


  .top-menu-items .submenu-open .hs-menu-children-wrapper {
    opacity: 1 !important;
    position: relative !important;
    transform: translateY(0) !important;
    visibility: visible !important;
  }  

  .the_language_paragraph .theLocationLinkURL {
    width: 100%;
    display: block;
    position: relative;
  }  

  .mobile-language-drop .lang_switcher_class .globe_class {
    display: none;
  }

  .mobile-language-drop.language-active .lang_switcher_class .globe_class,
  .mobile-language-drop.language-active .lang_switcher_class .globe_class .lang_list_class {
    display: block;
  }


  .mainGlobalTabletMenu.sticky-active {
    background: var(--color-secondary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    left: 0;
    padding: 20px 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }


} 

.globalTabletWrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between;
}

.globalTabletBarsItem{
  flex-basis: auto;   
}

.globalTabletLogoItem{
  flex-basis: auto;   
}

.flyoutMenu{
  position: fixed; 
  background-color: var(--color-secondary); 
  top: 0px; 
  left: 0px; 
  height: 100vh; 
  min-height: 100vh; 
  width: 390px;  
  padding: 15px; 
  z-index: 999; 
  overflow: scroll; 
  transition: .6s ease all; 
}

.flyoutButton_container{
  margin-top: 20px; 
  margin-bottom: 20px;  
}

.flyout_menu_items_container{
  margin-top: 10px; 
  margin-bottom: 10px; 
}

.flyout_menu_top_tier{
  list-style-type: none; 
  padding-left: 0px;    
}

.flyout_menu_top_item{
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  padding: 7px 0;
}

.second_tier_flyout_menu{
  padding-left: 0px; 
  list-style-type: none;   
}

.second_tier_flyout_menu_items{
  font-weight: 400;  
  font-size: 15px;   
}

.second_tier_flyout_menu_links{
  color: rgba(var(--color-text), 0.6);
  text-decoration: none;
  color: /*var(--Dark-Blue-Grey, */var(--color-border);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hiddenFlyout{
  display: none;   
}

.bodyScreen{
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  z-index: 99; 
  background-color: rgba(0,0,0,0.5);    
}

.hiddenScreen{
  display: none;     
}

.HiddenFlyout{
  display: none;     
}

.HiddenChildrenFlyout, .hiddenGrandChildrenMenu{
  display: none;   
}

.tabletSubheads{
  cursor: pointer;
  font-weight: 700;
  padding: 10px 0 0 0px;
}

.flyoutClose__Container{
  position: absolute; 
  top: 0px; 
  right: 0px; 
  background-color: var(--color-primary); 
  padding: 5px 10px; 
}

.flyoutClose__Container .CLOSEIcon {
  filter: invert(1);
  width: 15px;
}


.hallowArrow{
  display: inline-block;      
}

.flyoutMenuDivider{
  margin-top: 10px; 
  margin-bottom: 10px; 
}

.topTierFlyoutMenu{
  padding-left: 0px; 
  list-style-type: none; 
}

.topTierFlyoutMenu__items{
  padding-top: 10px; 
  padding-bottom: 10px; 
  text-transform: uppercase; 
  font-size: 14px; 
}

.topTierFlyoutMenu__links{
  text-decoration: none; 
  color: rgba(var(--color-text), 0.6);  
}

#hs_cos_wrapper_module_16831218828673{
  position: relative; 
  z-index: 9; 
}

a[data-height="tallButton"]{
  min-height: 44.5px;    
  vertical-align: middle;   
}

#globalSearchModal{
  height: 100%; 
  min-height: 100%; 
  top: 0px; 
  left: 0px;  
  width: 100%; 
  background-color: rgba(0,0,0,0.8); 
  position: fixed;  
  z-index: 9999999999; 
  overflow: scroll;  
}


.hiddenModal{
  display: none;   
}

.innerSearchModal{
  float: none!important; 
  margin: 0px auto!important; 
  max-width: 994px!important;  
  background-color: var(--color-secondary); 
  margin-top: 50px!important; 
  padding: 60px; 
}

.search_box_container__item{
  background-color: var(--color-secondary); 
  border-bottom: 1px solid var(--color-border-strong);  
  padding-bottom: 41px; 
  margin-top: 50px;  
}

.search_box_container__item:first-child{
  margin-top: 0px;     
}

.search_box_container__item h3{
  margin-top: 0px;     
}


/*.BlueLink{
color: #092F9B;  
text-decoration: none;  
}

.BlueLink:hover{
color: var(--brightBlue); 
text-decoration: underline;  
}*/

.closeGlobalSearch_____Icon{
  position: fixed;    
  top: 10px; 
  right: 30px; 
  width: 40px;   
}

.kld_mega_menu[data-column="one"]{
  visibility: hidden;
  left: -50px;
  position: absolute;
  top: calc(100% - 2px);
  width: 210px;  
}

.kld_mega_menu[data-column="two"]{
  position: absolute; 
  top: calc(100% - 2px);
  width: max-content;
  visibility: hidden;
  z-index:99;
}

.kld_mega_menu[data-column="three"]{
  position: absolute; 
  top: calc(100% - 2px);
  left: -275px; 
  width: max-content;
  display: none; 
}

.kld_mega_menu[data-column="four"]{
  position: absolute; 
  top: calc(100% - 2px);
  left: -310px; 
  width: 750px; 
  display: none; 
}


.kld_mega_menu[data-column="five"]{
  position: absolute; 
  top: calc(100% - 2px);
  left: -300px;  
  width: 1000px; 
  display: none; 
}

.kld_mega_menu__inner{
  padding: 30px 40px 40px 40px;
  border-top: 1px solid var(--color-border-subtle);
  background: var(--color-secondary);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10);
}

.megaArrow{
  display: none;
  position: absolute; 
  left: calc(50% - 8.5px); 
  top: 35px; 
}

.topTiermegaMenu_items:hover .megaArrow{
  visibility: visible;
}

.topTiermegaMenu_items:hover .kld_mega_menu[data-column="one"]{
  visibility: visible;    
}

.topTiermegaMenu_items:hover .kld_mega_menu[data-column="two"]{
  visibility: visible; 
}

.topTiermegaMenu_items:hover .kld_mega_menu[data-column="three"]{
  visibility: visible;
}

.topTiermegaMenu_items:hover .kld_mega_menu[data-column="four"]{
  display: block;      
}

.topTiermegaMenu_items:hover .kld_mega_menu[data-column="five"]{
  display: block;      
}


.kld_mega_menu_wrapper{
  display: flex; 
  flex-direction: row; 
  justify-content: space-between;
  gap: 20px;
  min-width: 400px;
}

.kld_mega_menu_item[data-column="one"]{
  flex-basis: 100%; 
}

.kld_mega_menu_item[data-column="two"]{
  flex-basis: 46%;
}

.kld_mega_menu_item[data-column="three"]{
  flex-basis: 30%; 
  margin: 0px 1.65%; 
}

.kld_mega_menu_item[data-column="four"]{
  flex-basis: 23%; 
  margin: 0px 1%; 
}

.kld_mega_menu_item[data-column="five"]{
  flex-basis: 18%; 
  margin: 0px 1%; 
}



.kld_mega_menu_headline{
  color: var(--color-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px; /* 192.857% */ 
  margin-bottom: 10px;
}

.kld_mega_menu_menu__dropdown{
  list-style-type: none; 
  margin-left: 0px; 
  padding-left: 0px; 
}

.kld_mega_menu_menu__list_item a{
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px; /* 192.857% */  
}

.kld_mega_menu_menu__link{
  color: var(--color-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px; /* 192.857% */
  text-decoration: none; 
}

.kld_mega_menu_menu__link, .kld_mega_menu_menu__list_item {
  /* margin-bottom: 10px; */
}

.kld_mega_menu_menu__list_item .kld_mega_menu_menu__link .submenu.normal-weight {
  font-weight: 500;
  color: var(--color-border);
  line-height: normal;
}

/*.second_tier_flyout_menu_links:hover {
color: var(--brightBlue); 
text-decoration: underline;   
}*/

.trimPaddingOnFirst{
  padding-left: 0px;    
}

.searchMagPadding{
  padding-right: 3px;   
}


#whiteHeaderBG {
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}

#whiteHeaderBG.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color-secondary);
  padding: 18px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

#whiteHeaderBG.sticky-active #makeMeRelative {
  margin: 0 auto;
  max-width: 1105px;
}



/* New header menu style */


.kld-header__nav .hs-menu-item.hs-menu-depth-1:hover .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper {
  position:relative;
  opacity: 1;
  left: 0;
  top:0 !important;
}
.kld-header__nav 
.hs-menu-depth-1.simple-item:hover > .hs-menu-children-wrapper {
  padding: 30px 40px 30px 40px;
  border-top: 1px solid var(--color-border-subtle);
  background: var(--color-secondary);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10);
  top: calc(100% - 2px) !important;
  z-index: 999;
  left:28px !important;
}
.kld-header__nav 
.hs-menu-depth-1.mega-item:hover > .hs-menu-children-wrapper {
  display: flex !important;
  top: calc(100% - 2px) !important;
  width: max-content;
  background: var(--color-secondary);
  border-top: 1px solid var(--color-border-subtle);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  padding: 30px 40px 30px 40px;
  gap: 50px;
  flex-direction:row;
  flex-wrap: nowrap;
  z-index: 999;
  left:28px !important;
}

.kld-header__nav .hs-menu-depth-1.mega-item:hover>.hs-menu-children-wrapper .hs-menu-depth-2 {
  width: fit-content;
  line-height: 0;
}
.kld-header__nav .hs-menu-depth-1:hover>.hs-menu-children-wrapper .hs-menu-depth-2>a {
  line-height: 27px;
  margin-bottom: 10px;
}
.kld-header__nav .hs-menu-depth-1:hover>.hs-menu-children-wrapper .hs-menu-depth-2>.hs-menu-children-wrapper>.hs-menu-depth-3 a {
  white-space: normal;
  line-height: normal;

}
.kld-header__nav .hs-menu-depth-1:hover>.hs-menu-children-wrapper .hs-menu-depth-2>.hs-menu-children-wrapper>.hs-menu-depth-3 a:hover{
  text-decoration:underline;
}


.kld-header__nav .hs-menu-depth-1:hover>.hs-menu-children-wrapper .hs-menu-depth-2>a:empty {
  margin:0;
}
.kld-header__nav .hs-menu-depth-1:hover>.hs-menu-children-wrapper .hs-menu-depth-2>.hs-menu-children-wrapper .hs-menu-depth-3>.hs-menu-children-wrapper .hs-menu-depth-4>a:empty{
  margin:0;
}
.kld-header__nav .hs-menu-depth-1:hover>.hs-menu-children-wrapper .hs-menu-depth-2>.hs-menu-children-wrapper .hs-menu-depth-3>.hs-menu-children-wrapper .hs-menu-depth-4>a {
  margin-bottom:10px;
}
.kld-header__nav .hs-menu-depth-1:hover>.hs-menu-children-wrapper .hs-menu-depth-2>.hs-menu-children-wrapper .hs-menu-depth-3>a {
  margin-bottom:10px;
}
.mainGlobalMenu__Wrapper .kld-header__nav .hs-menu-item.hs-menu-depth-1 {
  padding-left:29px;
}
.mainGlobalMenu__Wrapper .kld-header__nav .hs-menu-item.hs-menu-depth-1 a {
  line-height: 27px; 
  display: inline-block;
}
.kld-header__nav .hs-menu-depth-1:hover>.hs-menu-children-wrapper:before{
  border-top: 3px solid var(--color-primary);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 63px;
}
.kld-header__nav .hs-menu-depth-1.mega-item:hover>.hs-menu-children-wrapper .hs-menu-depth-2 a:hover {
  text-decoration:underline;
}
.kld-header__nav .hs-menu-depth-1.simple-item:hover>.hs-menu-children-wrapper .hs-menu-depth-2 a:hover {
  text-decoration:underline;
}
.kld-header__nav .hs-menu-item.mega-item {
  padding-bottom:10px;
  padding-top:10px; 
}
.kld-header__nav .hs-menu-item.simple-item {
  padding-bottom:10px;
  padding-top:10px; 
}

.global_header_sticky_menu .global_top_tier_left_menu_area {
  margin-top:-2px;
}
.global_header_sticky_menu .global_top_tier_left_menu_area .lang_list_class li {
  list-style: none;
  margin-bottom: 4px;
  padding-right: 0;
}
.global_header_sticky_menu .global_top_tier_left_menu_area .lang_list_class li a {
  font-weight: 800;
  line-height: 27px;
  text-decoration: none;
  transition: all .25s ease;
}
/* MOBILE MENU STYLE */
@media (max-width: 1100px) {

  .flyout_menu_items_container .hs-menu-wrapper {
    display: block;
    width: 100%;
  }

  /* Level 1 items */
  .flyout_menu_items_container .hs-menu-depth-1 {
    border-bottom: 1px solid rgba(var(--color-text-rgb), 0.07);
    position: relative;
  }

  /* Menu link */
  .flyout_menu_items_container .hs-menu-depth-1 > a {
    align-items: center;
    color: var(--color-text);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: space-between;
    padding: 7px 0px;
    text-decoration: none;
    width: 100%;
    line-height: 27px;
  }

  /* Arrow icon */
  .flyout_menu_items_container .hs-item-has-children > a::after {
    content: "⌄";
    font-size: 18px;
    transition: transform 0.3s ease;
  }

  /* Rotate arrow when open */
  .flyout_menu_items_container .active > a::after {
    transform: rotate(180deg);
  }

  /* Hide dropdown initially */
  .flyout_menu_items_container .hs-menu-children-wrapper {
    display: none;
  }

  /* Dropdown links */
  .flyout_menu_items_container .hs-menu-children-wrapper a {
    color: var(--color-text);
    font-size: 14px;
    font-weight:700;
  }

  /* Show when active */
  .flyout_menu_items_container .active > .hs-menu-children-wrapper {
    display: block;
  }
  .flyout_menu_items_container .hs-item-has-children > a {
    position: relative;
    padding-right: 0px; /* space for arrow */
  }

  /* Arrow icon */
  .flyout_menu_items_container .hs-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 11px;
    height: 12px;
    background-image: url("https://50916606.hs-sites.com/hubfs/arrow-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.3s ease;
  }

  /* Rotate arrow UP when open */
  .flyout_menu_items_container .active > a::after {
    transform: translateY(-50%) rotate(180deg);
  }
  /* Hide arrow if anchor has NO visible text */
  .flyout_menu_items_container 
  .hs-item-has-children > a:not(:has(*)):empty::after {
    display: none;
  }
  /* 1️⃣ Hide empty parent link */
  .flyout_menu_items_container 
  .hs-item-has-children > a:empty {
    display: none;
  }

  /* 2️⃣ Show children automatically */
  .flyout_menu_items_container 
  .hs-item-has-children > a:empty + 
  .hs-menu-children-wrapper {
    display: block !important;
    position: static;
    padding: 0;
    background: transparent;
  }

  /* 3️⃣ Remove extra indentation */
  .flyout_menu_items_container 
  .hs-item-has-children > a:empty + 
  .hs-menu-children-wrapper a {
    margin-right: 16px;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    white-space: pre-wrap;
  }
  .hs-menu-wrapper.flyouts .hs-item-has-children a {
    padding-bottom:10px;
  }
  .hs-menu-children-wrapper .hs-menu-depth-2 a:after {
    right:16px;
  }
  .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper .hs-menu-depth-3 a:after{
    right:0;
  }
} 

@media (max-width: 1100px) {
  .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, .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
  .mobile_menu__button__container .action-layout .button-layout a {
    max-width:124px;
    width:100%;
  }
  .mobile_menu__button__container {
    margin-bottom: 20px;
    margin-top: 20px;
  }    
}
.mainGlobalMenu__Logo__Area .logo_area__wrapper .logo_area__image_container a {
  display:flex;
} 
.global_header_sticky_menu .global_top_tier_menu {
  padding-top:17px;
}
