/**
	////// Special styles for homepage and level 2 pages For Google Search Bar
**/
/**
	////// HOMEPAGE AND LEVEL 1
**/
.searchtag {
  margin: 1.4% 10% 0 0%;
}
.header-shadow-search {
  margin-top: 80px;
}
.herosearchbox .gsc-input {
  margin-top: 7px !important;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .gsc-search-button {
    margin: 0px 0 0 -23px !important;
  }
  .searchtag {
    width: 100% !important;
  }
  .herosearchbox .gsc-input {
    margin-top: 3px !important;
  }
}

@media (max-width: 1099px) {
.header-shadow-search {
  margin-top: 89px;
}
}
@media (max-width: 768px) {
 
  /*nav.navik-menu.separate-line.submenu-top-border.submenu-scale {
    margin-top: 24px;
  }*/
  .herosearchbox .gsc-input {
    margin-top: 5px !important;
  }
  .gsc-search-button {
    margin: 0px 0 0 -23px !important;
  }
  .herosearchbox .gsc-input {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    font-size: 12px !important;
  }
  .searchtag, .searchtag a, .searchtag a:visited {
    width: 100% !important;
    font-size: .9em !important;
  }
}