.ion-navicon,
  #toggle-search {
    -webkit-transition: all 0.6s ease;
       -moz-transition: all 0.6s ease;
            transition: all 0.6s ease;
 }

  #search-mobile-button {
    background: transparent;
    border: none;
    color: black;
    position: absolute;
    right: 70px;
    top: 6px;
    font-size: 21px;
    z-index: 1;
  }

  #search-mobile-button > a {
    color: black;
  }
  
  .ion-navicon {
    float: left;
  }



 #searchBar {
    background-color: #efefef;
    border: none;
    color: rgba(#efefef, .5);
    font-size: 12pt;
    font-weight: 100;
    margin-right: 10px;
    padding: .25em .75em;
    float: right;
    max-width: 150px;
    text-align: right;
   border-radius: 8px
    -webkit-border-radius: 28px;
       -moz-border-radius: 28px;
            border-radius: 28px;
  }
  #toggle-search {
    float: right;
    color: #fff;
  }

.BoxShadow #toggle-search {
  color:#000;
 }


.globalHeader{
  position:fixed; 
  padding-left: 30px; 
  padding-right: 30px; 
  width:calc(100% - 60px);      
  z-index: 99999; 
  transition: .9s ease all; 
}

.BoxShadow{
  background-color:white; 
  box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);   
}

.globalLogoArea{
  flex-basis: 20%;   
}

.globalMenuArea{
  flex-basis: 75%;   
}

.globalMenuArea{
  text-align:right;   
}

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

.globalMenuArea ul li{
  display:inline-block;   
  padding: 10px 10px; 
  font-family: 'Open Sans';     
  font-size: 14px;
  letter-spacing: 0.1px;
}

.globalMenuArea ul li a{
  color:white;   
  text-decoration:none; 
}

.GlobalLogoImg{
  display:block; 
  margin:0px auto;
  padding-bottom: 10px; 
}

.hs-item-has-children{
  position:relative;   
}

.globalMenuArea .hs-menu-children-wrapper{
  position:absolute; 
  top: 45px; 
  left: 10px; 
  background-color:rgb(255 255 255 / 99%);
  border-radius: 2px;
  width: 180px; 
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  text-align:left; 
  display:none;    
  box-shadow: 0px 1px 5px rgb(0 0 0 / 12%);
  line-height: 135%;
}

.hs-menu-depth-2{
  padding-top: 4px; 
  padding-bottom: 4px!important; 
	display: block !important;
}

.globalMenuArea .hs-menu-children-wrapper li a{
  color:black!important; 
  text-decoration:none; 
}


.globalMenuArea .hs-item-has-children:hover .hs-menu-children-wrapper{
  display:block; 
}

#letsTalk{
  border: 1px solid white; 
  padding: 10px 15px;
  border-radius: 25px; 
}

@media screen and (max-width:767px){
  
  .hs-menu-children-wrapper{
   padding-left:0px;      
  }
  
  #letsTalk{
    border: none; 
    padding: 0px; 
    border-radius: 0px; 
  }  
  
  .GlobalLogoImg {
    margin-top: 4px;
    padding-bottom: 0px;
  }
}

.visible-phone {
  position: relative;
}

.mobile-logo-row {
  z-index: 10;
  width: auto;
  top: 4px;
  left: 0;
  position: absolute;
}


