.headerMenuContainer{
  float: none!important; 
  margin: 0px auto!important; 
  max-width: 1450px!important; 
}

@media screen and (max-width: 1500px){
  
  .headerMenuContainer{
    padding-left: 35px; 
    padding-right: 35px; 
  }
  
} 



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

.global_header_2024_Logo{
  flex-basis: 9%;   
}

.global_header_2024_Menu{
  flex-basis: 91%;  
  text-align: right;    
}

.whiteHeaderLinks{
  color: white; 
  text-decoration: none;  
  min-width: 71px; 
}

.whiteHeaderLinks:hover{
  color: var(--mainYellow);       
}

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

.header_menu_2024__items{
  display: inline-block;   
  padding: 10px 15px; 
  font-size: 14px; 
  position: relative; 
  text-align: center;   
}

.header_menu_2024__items:last-child{
  background-color: var(--mainYellow);  
  border: 1px solid var(--mainYellow);  
  padding: 7px 25px; 
  text-align: center; 
}

.header_menu_2024__items:last-child:hover{
  background-color: #102138;
  transition: background-color .6s ease;   
}


.header_menu_2024__items:last-child a{ 
  color: rgba(16,33,56,1.0); 
} 

.header_menu_2024__items:last-child:hover a{
  color: white; 
}


.header_menu_2024__items:nth-child(9){
  border: 1px solid var(--mainYellow);  
  padding: 7px 25px; 
  text-align: center; 
  margin-right: 6px; 
  background-color: #102138;  
  transition: background-color .6s ease; 
}

.header_menu_2024__items:nth-child(8):hover{
  background-color: var(--mainYellow);  
  transition: background-color 1s ease; 
}

{#
.header_menu_2024__items:nth-child(7):hover a{
  color: #102138; 
}
#} 


.header_menu_2024__items:nth-child(8):hover a{
  color: white; 
  transition: color .6s ease;     
}


#loopIndex4{
  left: -55px; 
}

.nested_desktop_menu{
  background-color: white; 
  min-width: 160px; 
  width: 160px; 
  padding: 15px; 
  border-top: 5px solid var(--mainYellow);  
  position: absolute; 
  top: 45px; 
  left: -45px; 
  display: none; 
  margin-left: 0px; 
  list-style-type: none; 
  text-align: left;    
  z-index: 9999; 
}


.header_menu_2024__items:hover .nested_desktop_menu{
  display: block;   
}

.nested_desktop_menu_items{
  font-size: 14px; 
  padding-top: 5px; 
  padding-bottom: 5px;  
}

.triangleUp{
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 0 6px 12px 6px;
   border-color: transparent transparent var(--mainYellow) transparent;
   transform: rotate(0deg); 
   position: absolute; 
  top: -13px; 
  left: calc(50% - 6px); 
}

#mobile__menu{
  display: none;   
}

.expandedMenu{
  display: none;   
}

@media screen and (max-width: 1275px){
  
  #desktop__Menu{
    display: none;  
  }
  
  #mobile__menu{
    display: block;   
  }  
  
  .expandedMenu{
    display: block;   
  }  
  
}

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

.mobile__menu__2024_Logo_area{
  flex-basis: 50%;   
}

.mobile__menu__2024_bars_area{
  flex-basis: 50%; 
  text-align: right; 
}

.MObileBars{
  color: white;   
}

.hiddenMenu{
  display: none;   
}

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

.header__mobile__menu_2024___items{
  display: block; 
  padding-top: 5px; 
  padding-bottom: 5px; 
  font-size: 15px; 
  border-bottom: 1px dotted rgb(200,200,200); 
}

.header__mobile__menu_2024___links{
  color: rgba(16,33,56,1.0);   
  text-decoration: none; 
}

.carrotDown{
  float: right;   
}

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

.nested_mobile_menu_items{
  padding-top: 5px; 
  padding-bottom: 5px; 
  font-size: 15px; 
  border-bottom: 1px dotted rgb(200,200,200);    
}

.hiddenMobileMenu{
  display: none;   
}

.nested_mobile_menu_links{
  color: rgba(16,33,56,1.0);    
}

.noBorderBottom{
  border-bottom: none;    
}

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













  
  


