header .hhs-top-bar {
  position: static;
}
.container.hhs-nav-grid {
  max-width: 1415px;
  padding: 0 20px;
}
#google_translate_element .goog-te-gadget > span{
  display: none;
}
#google_translate_element .goog-te-gadget{
  font-size: 0;
  line-height: 0;
}
#google_translate_element .goog-te-combo{
  border: none;
  padding: 0 24px 0 0 !important;
  color: #000;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: url('https://www.merits.com/hubfs/KEEP-theme-2023/Images/Layer_1.svg');
  background-size: 16px 8px;
  border-radius: 0;
  cursor: pointer;
}
.language-switcher{
  padding: 0 35px;
}
.hhs-header-cta > span:not(:last-child){
  margin-right: 9px;
}
.hhs-extras-ctas .hhs-header-cta{
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#hamburger-icon.hamburger-icon:not(.active) .line.line-3 {
  left: 0;
  width: 2em;
}
.hhs-nav-grid__extras .hhs-lang-switch {
  margin: 0 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  padding: 5px 0;
}
.hhs-lang-switch .globe_class::before {
  content: "" !important;
  background-image: url('https://www.merits.com/hubfs/KEEP-theme-2023/Images/Layer_1.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 8px;
  vertical-align: middle;
  transition: all .5s ease;
}
.hhs-lang-switch.active .globe_class::before {
  transform: rotate(180deg);
}
.hhs-nav-grid__extras .hhs-lang-switch .lang_switcher_class {
  margin-top: 0;
  padding: 0px;
  position: static;
}
.hhs-nav-grid__extras{
  align-items: center;
}
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}
.hhs-nav-grid__extras .hhs-lang-switch .lang_list_class{
  top: 100%;
  left: 0;
  transform: none;
}
.hhs-nav-grid__extras .hhs-lang-switch .globe_class {
  height: auto;
  padding: 0px 10px;
  width: 40px;
}
.header__language-switcher--label-current{
  color: #000;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.hhs-nav-grid__extras .globe_class:hover .lang_list_class {
  display: none;
}
header .cta-primary, header .cta-secondary, header .cta-tertiary, header .cta-four, header .cta-five{
  font-family: "Source Sans 3", sans-serif;
  font-weight:700;
  border-radius: 50px;
}
.skiptranslate iframe.skiptranslate{
  display: none;
}



/*-------- Responsive ----------*/
@media screen and (max-width: 1250px) and (min-width: 1025px) {
  .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    margin: 3px 15px 0 !important;
  }
  .language-switcher {
    padding: 0 15px;
  }
  .hhs-nav-grid__extras .hhs-lang-switch {
    margin: 0 15px;
  }
  .hhs-lang-switch .lang_list_class li a, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .header__language-switcher--label-current, .language-switcher .goog-te-combo
  {
    letter-spacing: 1px !important;
    font-size: 14px !important;
  }
  .hhs-extras-ctas .hhs-header-cta .cta-secondary, .hhs-extras-ctas .hhs-header-cta .cta-tertiary, .hhs-extras-ctas .hhs-header-cta .cta-primary{
    font-size: 14px !important;
  }
}/*-------- 1250 ends here ----------*/
@media screen and (max-width: 1024px) {
  /*.language-switcher, .hhs-nav-grid__extras .hhs-lang-switch{
  display: none;
}*/
  .hhs-side-menu__ctas{
    order: 2;
  }
  header .hhs-side-menu__footer{
    padding: 0;
  }
  header .hhs-side-menu__mobile .sc-site-header__menu{
    padding-bottom: 0;
  }
  header .hhs-side-menu__mobile, header .hhs-side-menu__ctas {
    padding: 2em 25px 0;
  }
  .hhs-nav-grid__extras .hamburger-icon{
    vertical-align: middle;
  }
}/*-------- 991 ends here ----------*/
@media screen and (max-width: 767px) {
  .hhs-top-bar {
    padding: 23px 0 !important;
  }
  .hhs-extras-ctas .hhs-header-cta .cta-secondary, .hhs-extras-ctas .hhs-header-cta .cta-tertiary, .hhs-extras-ctas .hhs-header-cta .cta-primary{
    font-size: 14px !important;
  }
  #google_translate_element .goog-te-combo{
    color: transparent;
    background-size: 100% 100%;
    background-image: url('https://www.merits.com/hubfs/lang_switcher.png');
    padding: 0 !important;
    width: 30px;
    height: 30px; 
    -webkit-appearance: none; /* Remove default Safari styles */
    -moz-appearance: none; /* Remove default styles on other browsers */
    appearance: none;
    font-size: 16px;
  }
  #google_translate_element .goog-te-combo option{
    color: #000000;
  }
  .language-switcher {
    padding: 0 0 0 20px;
  }
}/*-------- 767 ends here ----------*/
}
@media screen and (max-width: 360px) {
  header .logo-standard, header .logo-sticky {
    max-width: 130px !important;
  }
}/*-------- 360 ends here ----------*/