/* Import your custom stylesheet at the top of module.css */
@import url('2023 Current Template/StylesheetTD.css');

.hs-search-field {
  position: relative;
}
  .hs-menu-wrapper a {
    display: block;
    position: relative;
    text-overflow: inherit;
}
 .hs-menu-wrapper ul ul li.hs-item-has-children>a:before {
    content: "\f105";
    font-weight: 900;
    position: absolute;
    right: 15px;
    font-family: 'proxima-nova', sans-serif;
}

}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

 .hs-menu-item{
      display:none;
    }
    .hs-menu-item.hs-menu-depth-1,.hs-menu-item.hs-menu-depth-2,.hs-menu-item.hs-menu-depth-3{
      display:block;
}
    
.hs-menu-item.hs-menu-depth-3 ul{
display:none;
}

.hs-menu-depth-3 ul.hs-menu-children-wrapper{
 display:none; 
}
.hs-menu-item.hs-menu-depth-3.hs-item-has-children a:before{
  display:none;
}

@media(max-width:567px){
 .Cl-web-button {
    padding: 20px 0px;
    display: inline-block;
    margin: 40px auto 0px;
    width: 100%;
    text-align: center;
}

.Cl-web-button a {
    display: inline-block;
	padding: 13px 20px;
} 
}