/* Top header */
.topmenu ul{
  list-style:none;
  padding:0;
  margin:0;
  text-align:right;
}
.topmenu ul li{
  display:inline-block;
}
.topmenu ul li a{
  color:#706F6F;
  font-size:14px;
  line-height:19px;
}
.topmenu ul li a:hover {
  color: #84bd00;
}
/* Header*/
.headerSection {
  padding:9px 0 4px;
  background:#fff;
  position:fixed;
  top:0;
  left:0;
  z-index:99;
  width:100%;
}
.headerSection.fixed {
  padding-bottom:0;
}
/* .fixed .headerSection{
     position:fixed;
     top:0;
     bottom:inherit;
}
 */
.home .headerSection {
  background: transparent;
}
.home .header-container-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
.home.fixed .headerSection {
  background: #fff;
}
.home.fixed .siteNavigation .hs-menu-wrapper ul > li > a, .home.fixed .topmenu ul li a {
  color: #333F48;
}
.white-logo {
  display: none;
}
.home .white-logo {
  min-height: 55px;
  display: block;
  width: 139px !important;
  margin: 0 !important;
}
.home.fixed .white-logo, .home.fixed .header-module.mobile .white-logo {
  display: none;
}
.home .logo, .home .header-module.mobile .logo-section {
  display: none;
}
.home.fixed .logo , .home .header-module.mobile .white-logo, .home.fixed .header-module.mobile .logo-section {
  display: block;
}
.fixed .siteNavigation .hs-menu-wrapper>ul>li>a:before {
  bottom: -19px;
}
.fixed .siteNavigation .hs-menu-wrapper>ul>li {
  margin-top: 20px;
  margin-bottom: 3px;
}
/*17px*/
.fixed .topmenu ul{
  display:none;
  transition:all ease 0.3s;
  -moz-transition:all ease 0.3s;
  -webkit-transition:all ease 0.3s;
  -o-transition:all ease 0.3s;
}
.fixed .openBtn{
  top:18px;
}
.fixed .siteNavigation .hs-menu-wrapper > ul ul.hs-menu-children-wrapper{
  top:68px;
}
.headerSection .container .parentmenu {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.headerSection .logo {
  width: 139px !important;
  margin: 0 !important;
}
.headerSection .siteNavigation{
  width: calc(100% - 317px)!important;
  margin: 0 !important;
  padding: 0 0 0 56px;
}
.home .siteNavigation .hs-menu-wrapper > ul > li > a {
  color: #fff;
}
.home .topmenu ul li a{
  color: #fff;
}
.home .topmenu ul li a:hover,.home .topmenu ul li a:active{
  color: #84bd00;
}
.home .siteNavigation .hs-menu-wrapper > ul > li > a:hover,.home .siteNavigation .hs-menu-wrapper > ul > li > a:active,.home .siteNavigation .hs-menu-wrapper>ul>li:hover>a {
  color: #84bd00!important;
}
.home button.openBtn img.sr-wht {
  width: 18px;
  display: block;
}
.home button.openBtn img {
  display:none;
}
.home.fixed button.openBtn img {
  display: block;
}
.home.fixed button.openBtn img.sr-wht {
  display: none;
}
.fixed .headerSection .logo {
  width: 109px !important;
}
.fixed .headerSection .siteNavigation {
  width: calc(100% - 280px) !important;
  padding: 0 0 0 106px;
}
.fixed .openBtn {
  top: 18px;
}
.hs-menu-children-wrapper {
}
.siteNavigation .hs-menu-wrapper ul > li > a {
  display:block;
  white-space:normal;
  width:auto !important;
  max-width:100% !important;
  color:#333F48;
}
.siteNavigation .hs-menu-wrapper > ul {
  display: inline-block;
  margin: 0;
  padding-left: 0;
}
.siteNavigation .hs-menu-wrapper > ul > li {
  margin-right:26px;
  margin-top: 34px;
  margin-bottom: 34px;
  padding-bottom: 34px;
  display:inline-block;
  position:relative;
}
/* SL closed the gap */
.siteNavigation .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}
.fixed .headerSection {
  border-bottom: 1px solid #ccc;
  /*height: 70px;*/
  box-shadow: 0 0px 8px #80808085;
}
/*added wl*/
/*.fixed .siteNavigation .hs-menu-wrapper>ul {
    border-bottom: 1px solid #ccc;
}
*/
.siteNavigation .hs-menu-wrapper > ul > li > a {
  padding: 0;
  font-size:16px;
  line-height:21px;
  font-weight:500;
  position:relative;
}
.siteNavigation .hs-menu-wrapper > ul > li > a:before {
  content:'';
  position:absolute;
  width:0;
  left:50%;
  bottom:-36px;
  height:0;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  transition:width ease-in 0.2s, all ease-in 0.4s;
  -webkit-transition:width ease-in 0.2s, all ease-in 0.4s;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  cursor: default;
}
/* SL closed the gap */
.siteNavigation .hs-menu-wrapper > ul > li:hover > a:before {
  border-color:#333f48;
  height:0px;
  width:100%;
  left:0
}
.siteNavigation .hs-menu-wrapper > ul > li:hover > a {
  color:#333F48;
}
.siteNavigation .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
  background:#333F48;
  top:121px;
  left:0;
  width:100%;
  padding-bottom: 56px;
}
/*padding-bottom:126px;
*/
.siteNavigation .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
}
/* .siteNavigation .hs-menu-wrapper > ul ul > li:hover > a {
     background:#f26c23;
     color:#fff;
}
 */
.siteNavigation .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.siteNavigation .hs-menu-wrapper > ul > li:hover > ul{
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms, 0s;
  transition-delay: 300ms, 0s;
}
/* SL added 0 delay mouseout */
.home .siteNavigation .hs-menu-wrapper > ul > li:hover > a:before {
  border-color:#84bd00;
}
.menubg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  margin-bottom:15px;
}
.part1,.part2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: none;
}
.part1 {
  text-align: left;
  padding:36px 50px;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
}
.part2 {
  text-align: left;
  padding:0 50px 50px;
  max-width: 1280px;
  margin: 0 auto;
}
.siteNavigation .part1 li.hs-menu-item.hs-menu-depth-2:first-child {
  text-align: left;
  width: 50%;
  padding-right: 45px;
}
.siteNavigation .part1 li.hs-menu-item.hs-menu-depth-2:nth-child(2) {
  text-align: left;
  width:23%;
  padding-right: 7px;
}
.siteNavigation .part1 li.hs-menu-item.hs-menu-depth-2:last-child {
  text-align: left;
  width: 24%;
  padding-left: 23px;
}
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  position: static;
}
.hs-menu-children-wrapper h5{
  font-size:19px;
  margin-bottom: 8px;
  font-weight: 800;
  color:#fff!important;
}
.hs-menu-children-wrapper p {
  font-weight: 500;
  padding-top:6px;
  font-size:16px;
  color:#fff;
}
.hs-menu-children-wrapper a {
  color:#84BD00;
  font-size:15px;
  line-height:21px;
  font-weight:500;
}
.innerleft p,.innerright p{
  font-size: 15px;
  font-weight: 500;
  margin-bottom:6px;
}
.hs-menu-children-wrapper ul li, .part1 ul li a{
  position:relative;
  color:#D0D3D4 !important;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 4px;
}
.part1 ul li a:hover{
  color: #84bd00 !important;
}
.hs-menu-children-wrapper ul li:before{
  content:'\f105';
  font-family:fontawesome;
  color:#84BD00;
  font-size:20px;
  position:absolute;
  top:0;
  left:-14px;
}
.hs-menu-children-wrapper ul.Research {
  border-top: 1px solid #707070;
  padding-left:14px;
  padding-top:21px;
}
.newsample h5{
  font-size:18px;
  font-weight:800;
  cursor: none;
}
.newsample ul {
  padding-left:14px;
  padding-top:5px;
}
.newinner {
  display: flex;
  flex-wrap: wrap;
}
.newsample {
  width:24%;
  margin-right: 2%;
  padding-right:13px;
  border-right:1px solid #707070;
}
.newsample:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
  width: 22%;
}
.newsample li {
  font-size: 15px;
  color:#D0D3D4 !important;
  font-weight:500;
}
.newsample li a{
  color:#D0D3D4 !important;
  font-weight:500;
}
.newsample li a:hover {
  color:#84BD00 !important;
}
.siteNavigation .hs-menu-wrapper > ul ul.hs-menu-children-wrapper:after {
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/212573/Envigo%20Jan%202020/Images/Navigation%20crosses.png);
  height: 159px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 559px;
  position: absolute;
  bottom: 0;
  right: 46px;
  z-index:-1;
}
.topmenu {
  padding-right:24px;
  position: relative;
}
.topmenu li{
  margin-left:13px;
}
.part2 > li {
  width: 100%;
}
.hs-search-field {
  position: relative;
}
.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;
}
input.hs-search-field__input {
  font-size: 20px !important;
  padding-bottom: 14px !important;
}
body ._siq_main_searchbox .siq_resultLeft.has-image.crop img {
  max-width: initial !important;
  max-height: initial !important;
}
.hm form input[type="search"]{
  padding: 10px 15px 10px 15px !important;
}
.overlay form input[type="search"]{
  -webkit-appearance: none;
  color:#fff !important;
  background: transparent;
  border-style: solid;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
}
.overlay-content {
  position: relative;
  top: 30%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
  background-color: rgba(51,63,72,0.85);
}
.overlay .closebtn {
  position: absolute;
  top: 40px;
  right: 45px;
  font-size: 59px;
  cursor: pointer;
  color: #fff;
}
.openBtn {
  width: 20px;
  cursor:pointer;
  border: 0;
  background: transparent;
  position: absolute;
  top:3px;
  right:-18px;
}
.closebtn span{
  font-size:18px;
  display: inline-block;
  vertical-align: middle;
  line-height:18px;
}
body.hidescroll {
  overflow:hidden;
}
.header-module {
  display: inline-block;
  width: 100%;
  position: absolute;
  z-index: 15;
  top: 0;
}
.innerleft a:hover,.innerright a:hover {
  opacity:.7;
}
.menuleft a:hover {
  opacity: .7;
}
.headerSection .container {
  padding: 0 20px 0 24px;
}
.home .siteNavigation .hs-menu-wrapper > ul {
  border-bottom: 0px solid #ccc;
}
.home.fixed .headerSection {
  padding: 9px 0 10px;
}
@media(min-width:1920px){
  .headerSection .siteNavigation {
    text-align: center;
  }
  .headerSection .container {
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media(max-width:1350px){
  .openBtn {
    top: 2px;
    right: -3px;
  }
  .topmenu {
    padding-right: 36px;
  }
  .headerSection .siteNavigation {
    padding: 0 0 0 79px;
  }
  .siteNavigation .hs-menu-wrapper>ul>li {
    margin-top: 32px;
  }
  .fixed .siteNavigation .hs-menu-wrapper>ul>li {
    margin-top: 11px;
  }
  .fixed .openBtn {
    top: 11px;
  }
  .headerSection .container {
    padding: 0 20px 0 16px;
  }
}
@media(max-width:1260px){
  .openBtn {
    right:0;
  }
  .headerSection .siteNavigation{
    width: calc(100% - 140px)!important;
  }
  .siteNavigation .hs-menu-wrapper>ul>li {
    margin-right: 19px;
  }
  .fixed .headerSection .siteNavigation {
    width: calc(100% - 164px) !important;
  }
}
@media(max-width:1080px){
  .siteNavigation .hs-menu-wrapper > ul > li {
    margin-right: 16px;
  }
}
@media(min-width:1025px){
  .header-module.mobile{
    display:none
  }
  .home.fixed .headerSection .siteNavigation {
    border-bottom: 0px solid #333f48;
  }
  /*new x for desktop menu*/
  .hs-menu-children-wrapper:active a.active .line-2 {
    opacity: 0;
  }
  .hs-menu-children-wrapper:active a.active .line-1 {
    transform: rotate(45deg) translate(7px,6px);
    height: 4px;
    background-color:#fff;
    margin-bottom:0px;
  }
  .hs-menu-children-wrapper:active a.active .line-3 {
    transform: rotate(-45deg) translate(3px, -3px);
    height: 4px;
    background-color:#fff;
  }
  /*END new x for desktop menu*/
}
@media(max-width:1024px){
  body.makemenu .tools{
    position:relative;
    transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
  }
  body.makemenu .tools:before{
    content:'';
    background-color:rgba(0,0,0,0.7);
    width:100%;
    height:100vh;
    z-index:15;
    position:absolute;
    top:0;
    left:0;
    transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
  }
  body.makemenu .header-module{
    background-color:transparent;
  }
  .hidescroll .logo-section{
    opacity:0;
  }
  .headerSection {
    padding:0;
  }
  .parentmenu{
    display:none !important;
  }
  .topmenu ul {
    display: none;
  }
  .logo-section {
    width: 140px;
    position: relative;
    z-index: 3;
  }
  .header-module {
    padding: 20px 30px;
    background-color:#fff;
    position:fixed;
  }
  .openBtn{
    top:28px;
    right:68px;
  }
  .fixed .openBtn {
    top:28px;
  }
  a.hamburger-main {
    position: absolute;
    right:30px;
    width:31px;
    top:29px;
    text-align: right;
    z-index: 3;
  }
  .line-1 {
    height: 3px;
    width: 100%;
    background: #333F48;
    margin-bottom: 6px;
    transition:0.2s ease all;
  }
  .line-2 {
    height: 3px;
    width: 100%;
    background: #333F48;
    margin-bottom: 6px;
    transition:0.2s ease all;
    margin-left:auto;
  }
  .line-3 {
    height: 3px;
    width: 100%;
    background: #333F48;
    transition:0.2s ease all;
  }
  a.hamburger-main.active {
    width: 34px;
    height: 40px;
    background: #333f48;
  }
  .home a.hamburger-main .line{
    background: #fff;
  }
  .home.fixed a.hamburger-main .line{
    background: #333F48;
  }
  /* a.hamburger-main:not(active):hover .line-2{
      width:100%;
  }
   */
  ul.nav-main:before,ul.sub-child:before{
    content: '';
    left:0px;
    right: 0;
    margin: 0 auto;
    top: 93px;
    border-top: 1px solid #DADADA;
    opacity: .3;
    width: calc(100% - 45px);
    position: absolute;
  }
  .nav-anchor-1 img {
    width: 7px;
    transform: rotate(-0deg);
  }
  .nav-main.menu-active {
    transform: translate(0, 0);
    right:0;
    transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
  }
  ul.nav-main {
    transform: translate(100%, 0);
    position: absolute;
    right:-2px;
    top:0;
    background: #333F48;
    width: 70%;
    padding:114px 30px 45px;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height:100vh;
    transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
  }
  a.hamburger-main.active .line-2 {
    opacity: 0;
  }
  a.hamburger-main.active .line-1 {
    transform: rotate(45deg) translate(7px,6px);
    height: 4px;
    background-color:#fff;
    margin-bottom:0px;
  }
  a.hamburger-main.active .line-3 {
    transform: rotate(-45deg) translate(3px, -3px);
    height: 4px;
    background-color:#fff;
  }
  ul.sub-child {
    position: absolute;
    display: block;
    left: 100%;
    top: 0;
    background-color: #333F48 !important;
    width: 100%;
    height:0%;
    transition: all ease 300ms;
    padding:114px 35px 45px;
    z-index: 2;
    margin:0px;
    overflow-x: hidden;
  }
  .nav-main li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
  }
  .nav-main li.search-bar-next {
    display: inline-block;
    border-bottom: 0;
  }
  .nav-main li > a {
    color: #fff;
    font-size: 19px;
    line-height: 26px;
  }
  ul.sub-child {
    position: absolute;
    display: block;
    left: 100%;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    transition: all ease 300ms;
  }
  ul.sub-child.active {
    height: 118vh;
    left: 0;
    transition: all ease 300ms;
  }
  .nav-main li > a:first-child , ul.sub-child li > a:first-child {
    width: 96%;
  }
  a.back-trigger {
    font-size:14px !important;
    line-height:19px !important;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 20px;
    position: relative;
  }
  a.back-trigger:before {
    content: '';
    width: 7px;
    height:12px;
    background-image: url(https://cdn2.hubspot.net/hubfs/212573/Envigo%20Jan%202020/Images/Subtraction%201.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    transform: rotate(180deg);
    top: 3px;
  }
  ul.sub-child li > a {
    font-size:16px;
    line-height:21px;
  }
  .nav-main li > a:hover {
    color:#84BD00;
  }
  ul.sub-child.active li:first-child {
    position: absolute;
    top: 25px;
  }
  .makemenu .logo-section{
    z-index:-1;
  }
  .uppernavigation {
    padding-top:65px;
  }
  .uppernavigation ul li a{
    font-size:16px !important;
  }
  a.res{
    font-size:19px !important;
  }
  a.res:hover {
    color:#84BD00 !important;
  }
  input.hs-search-field__input {
    background-size: 18px !important;
    font-size: 15px !important;
  }
  .overlay .closebtn {
    font-size: 37px;
  }
  .closebtn span {
    font-size: 15px;
  }
  .hidescroll .headerSection, .home.hidescroll .headerSection {
    position: relative;
    z-index: auto;
  }
  .hidescroll .header-module, .home.hidescroll .header-module {
    z-index: 998;
    background-color: rgba(51,63,72,0.99);
  }
  .hidescroll .overlay .closebtn{
    position: absolute;
    top: -52px;
  }
  .home.hidescroll a.hamburger-main{
    display:none;
  }
  .overlay {
    z-index: 999;
    top:78px;
  }
  .home .header-module {
    background: transparent;
  }
  .home.fixed .header-module {
    background:#fff;
  }
  .home .white-logo {
    width: 120px !important;
  }
  a.hamburger-main.active .line {
    background: #fff !important;
  }
  .makemenu button.openBtn {
    display: none;
  }
  .home.fixed .headerSection {
    padding: 0;
  }
  .home button.openBtn img.sr-wht {
    width: 18px;
    margin-top: 5px;
  }
  .home.fixed .openBtn {
    top: 31px;
  }
}
@media(max-width:767px){
  ul.nav-main{
    width:100%;
  }
  ul.nav-main {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .header-module {
    padding:16px 28px 22px;
  }
  .logo-section {
    width: 95px;
  }
  .home .white-logo {
    width: 95px !important;
  }
  .openBtn {
    right: 64px;
    top: 22px;
  }
  .home.fixed .openBtn {
    top: 22px;
  }
  a.hamburger-main {
    top: 22px;
  }
  .fixed .openBtn {
    top: 22px;
  }
  .home button.openBtn img.sr-wht {
    margin-top: 0px;
  }
  .hs-search-field__bar {
    margin-top:-200px;
  }
}
@media(max-width:480px){
  ul.nav-main,ul.sub-child {
    padding: 114px 15px 45px;
  }
  .overlay {
    top: 74px;
  }
}
@media(max-width:375px){
  .nav-main li > a {
    font-size:15px;
    line-height:20px;
  }
  .nav-anchor-1 img{
    width:5px
  }
}
span.stButton {
  display: none !important;
}
.tab-right i, .ban-text>div i {
  cursor: pointer;
}

/* Search Form */
#siq_searchForm {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
#siq_searchForm input {
  max-width: 700px;
}
#siq_searchForm .clear-input-btn {
  margin-left: -38px;
  margin-top: -4.5px;
  font-size: 40px;
  font-weight: 600;
  color: white;
}
#siq_searchForm .clear-input-btn:hover {
  color: #84bd00;
}
#siq_searchForm .submit-search-btn {
  margin-left: 10px;
  width: 2rem;
  height: 2rem;
  fill: white;
}
#siq_searchForm .submit-search-btn:hover {
  fill: #84bd00;
}
