.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	max-width: none !important;
	vertical-align: bottom;
  padding: 5px 0;
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a.mega span {
padding-right: 17px !important;
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a.mega:after {
  position: absolute;
  right: 0px;
  top: 6px;
  z-index: -1;
}

.hhs-top-bar .mega-menu .hs-menu-wrapper > ul > li > ul:before {
	content: '';  
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
 position: relative; 
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover:after {
 width: 100%;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active:after,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active-branch:after,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 4px;
    width: 0;
    height: 2px;
    transition: width 220ms ease-in;
}
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active:after,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active-branch:after{
 width: 100%;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu ul li.hs-menu-depth-1:after {
 height: 0; 
}



.hhs-menu-toggle {
	padding-left: 1em;
	position: relative;
	z-index: 1001;
}

.hhs-side-menu .hhs-menu-toggle {
  text-align: right;
  float: right;
  margin-right: 15px;
}

.hhs-side-menu.is-open .hhs-menu-toggle {
  display: block;
}

.hhs-side-menu .hhs-menu-toggle button {
  position: relative;
}

.hamburger-icon {
	width: 2em;
	height: 1.5em;
	position: relative;
	display: block;
	margin: auto;
}
.hamburger-icon .line {
	display: block;
	background: #666;
	width: 2em;
	height: 4px;
	position: absolute;
	left: 0;
	border-radius: 0.025em;
	transition: all 0.4s;
	border-radius: 1em;
}
.hamburger-icon .line.line-1 {
	top: 0;
}
.hamburger-icon .line.line-2 {
	top: 50%;
}
.hamburger-icon .line.line-3 {
	top: 100%;
}

.hamburger-icon:not(.active) .line.line-3 {
	left: 1em;
	width: 1em;
}

.hamburger-icon.active .line-1 {
	transform: translateY(0.75em) translateX(0) rotate(45deg);
}
.hamburger-icon.active .line-2 {
	opacity: 0;
}
.hamburger-icon.active .line-3 {
	transform: translateY(-0.75em) translateX(0) rotate(-45deg);
}

.hhs-side-menu__mobile-controls {
	padding-right: 1em;
  margin-bottom: 0em;
  float: left;
}

.hhs-nav-grid {
	display: flex;
	align-items: center;
}

.hhs-nav-grid__extras {
	display: flex;
}



.hs-search-field {
	position: relative;
	width: 1px;
}

.hs-search-field__bar {
	top: 2px;
	left: 0;
	max-width: 0;
	overflow: hidden;
	transition: all 0.125s ease-in-out;
}

.hs-search-field.is-open .hs-search-field__bar {
	width: 40vw;
	max-width: 40vw;
	left: -40vw;
  position: absolute;
}

.hhs-top-bar .hs-search-field__bar .hs-search-field__input {
	border: 0;
	border: 1px solid #ccc;
	position: relative;
	z-index: 1000;
  -webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
  padding: 5px 8px !important;
}

.top-bar-search {
	border: 0;
	background: none;
	padding: 0.33em;
	display: inline-block;
	margin-top: 0px;
	cursor: pointer;
  margin-right: 5px;
}

.top-bar-search i span {
 display: none; 
}

.hhs-side-menu .top-bar-search {
  position: absolute;
  top: 2px;
  right: 52px;
}

.hhs-side-menu__controls .hhs-lang-switch .globe_class:before,
.hhs-side-menu .fas {
 font-size: 20px; 
}

.hhs-menu-button {
	border: 0;
	background: none;
	display: inline-block;
	cursor: pointer;
}

@media (max-width: 575px) {
  .hhs-menu-button {
    vertical-align: super;
  }
}

.sc-site-header__menu .hs-menu-children-wrapper {
	padding: 0.33em 0 !important;
}

.sc-site-header__menu .hs-menu-item.hs-menu-depth-2 {
	width: 100%;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
 padding: 10px 0px; 
}

.hhs-lang-switch .lang_list_class li a {
 padding: 10px; 
}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 visibility: hidden;
  opacity: 0;
}



.hhs-side-menu .hhs-lang-switch .globe_class:before {
	color: #000; 
}

.hhs-side-menu {
	position: fixed;
	max-height: 100vh; 
	top: 0;
	bottom: 0;
	background-color: #fff;
	padding-top: 1em;
	z-index: 100001;
	overflow-y: auto;
	right: -100%;
	transition: all 0.5s ease-in-out;
}

.page-editor .hhs-side-menu {
	height: 0px; 
}

.hhs-side-menu.is-open {
	right: 0;
}

.body-wrapper.nav-is-open  {
	overflow-y: hidden;
}

.body-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100%;
	opacity: 0;
	pointer-events: none;
	z-index: 1000;
	transition: all 0.33s ease-in-out;
}

.body-wrapper.nav-is-open::after {
	left: 0;
	opacity: 1;
}

.hhs-side-menu__ctas {
	padding: 1.88em 2em 0em;
}

.hhs-side-menu__form {
	padding: 0em 2em 0em;
}
.hhs-side-menu__text {
	padding: 0em 2em 0em;
}

.hhs-side-menu__text.text-above {
 padding-top: 2em; 
}

.hhs-side-menu__ctas .hhs-header-cta {
	float: left;
	margin: 0 1em 0 0;
}
.hhs-side-menu__ctas .hhs-header-cta a {
 margin-bottom: 15px; 
}

.hs-menu-flow-vertical .hhs-nav-links {
	display: block;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
	padding: 0.2em 0 !important;
	max-width: 100%;
	width: 100%;
  overflow: visible;
}

.hhs-side-menu__mobile {
	padding: 1em 2.25em 0 2em;
}

.hhs-side-menu__mobile .sc-site-header__menu {
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(125,125,125, 0.42);
}

.hhs-nav-links {
	margin: 0 !important;
  vertical-align: bottom;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	font-size: 0.88em;
	display: block;
	visibility: visible;
	opacity: 1;
	position: static;
	background: none;
	padding-left: 1.33em !important;
	padding-top: 0 !important;
}

.hhs-side-menu .hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	max-height: 0;
	overflow: hidden;
  opacity: 0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
  background-color: transparent !important;
}

.hhs-side-menu .hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper.is-open {
	max-height: 100%;
  opacity: 1;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.fa-caret-right::after {
	content: '\f0da';
}

.hhs-sidebar-nav-toggle {
  display: inline-block;
	border: 0;
	background: none;
	font-size: 1rem;
	padding: 0.25rem 0.66rem 0.25rem;
	line-height: 1;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: -10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.hhs-sidebar-nav-toggle.is-open > * {
	transform: rotate(45deg);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.hhs-side-menu__extras {
	padding: 0.66em 2em;
}
.hhs-side-menu__extras .hs-menu-item {
	width: 100%;
}

.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	width: 100%;
	padding: 0.25em 0;
  overflow: visible;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  max-width: 250px;
  width: max-content;
  line-height: 1;
  -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.05);
  box-shadow: 0 0 4px 4px rgba(0,0,0,0.05);
}

.hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  -webkit-box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
  box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  line-height: 1;
  width: auto !important;
  padding: 10px 20px 10px 10px;
}

.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  position: static;
}
.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper a {
 text-indent: 10px; 
}
.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li li a {
 text-indent: 20px; 
}

.hhs-side-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {
  content: '' !important;
}

@media (min-width: 510px) {
	.hhs-side-menu__mobile-controls {
		display: none;
	}
}


@media (max-width: 509px) {
	.hhs-nav-grid__extras .top-bar-search,
	.hhs-nav-grid__extras .hhs-lang-switch {
		display: none;
	}
}

.hhs-side-menu .sc-site-header__menu.hs-menu-flow-vertical {
	overflow: initial;
	height: auto;
}

.hhs-side-menu span {
	display: inline;
}

.hhs-side-menu__controls {
	position: relative; 
  width: 100%;
  z-index: 100000;
  margin: 0em 0 0 auto;
}


.hhs-side-menu__controls .hs-search-field .hs-search-field__bar {
 width: 0px;
  display: none;
}

.hhs-side-menu__controls .hs-search-field.is-open .hs-search-field__bar {
	width: 13.5em;
	max-width: 13.5em;
  top: -3px;
	left: 2em;
  display: block;
  position: absolute;
}

.hhs-side-menu__controls .hs-search-field {
	z-index: 1000; 
}

.hhs-side-menu__controls .hs-search-field input {
	padding: 8px;
  font-size: 16px;
}

.hhs-side-menu .hs-menu-wrapper.hs-menu-flow-vertical li a {
  white-space: inherit;
}

.hhs-side-menu__footer {
	padding: 2em;
	text-align: right;
}

.hhs-side-menu__footer i {
	font-size: 18px;
	padding: 5px;
}
.hhs-side-menu__footer i span {
	display: none;
}

.hhs-side-menu {
	display: flex;
	flex-direction: column;
}



.hhs-top-bar div.hs_cos_wrapper_type_cta {
	display: inline; 
}



/*Vested*/ 

/* ===================================================================
   Mega‑menu 2/3–1/3 layout override for BOTH "Solutions" & "Resources"
   =================================================================== */

/* 1) Base styles for both flyouts */
.mega-menu-1.mega-menu.active,
.mega-menu-2.mega-menu.active {
  display: flex !important;
  justify-content: center !important;
  width: 100vw !important;
  max-width: none !important;
  background: #f2f2f2 !important;
  padding: 35px 0 50px !important;
  box-sizing: border-box !important;
  z-index: 9999 !important;
}

/* 2) Make their inner .container truly full‑width & flex */
.mega-menu-1 .container,
.mega-menu-2 .container {
  width: 100% !important;
  max-width: 100% !important;
  /* ← change this line: */
  /* padding: 0 30px !important; */
  padding: 0 30px 0 80px !important;  /* top 0, right 30px, bottom 0, left 60px */
  margin: 0 auto !important;
  display: flex !important;
  box-sizing: border-box !important;
}

/* 3) Force the row to span the full width too */
.mega-menu-1 .row,
.mega-menu-2 .row {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
}

/* 4) Override ANY col‑7/col‑8 to be 66.666% */
.mega-menu-1 .col-7,
.mega-menu-1 .col-8,
.mega-menu-2 .col-7,
.mega-menu-2 .col-8 {
  flex: 0 0 65% !important;
  max-width: 65% !important;
}

/* 5) Override ANY col‑5/col‑4 to be 40% */
.mega-menu-1 .col-5,
.mega-menu-1 .col-4,
.mega-menu-2 .col-5,
.mega-menu-2 .col-4 {
  flex: 0 0 35% !important;
  max-width: 35% !important;
}
}



/*Vested*/

.mega-menu {
	left: 0; 
	position: fixed;
	width: 100%;
	padding:0px;
	z-index: 10000;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.1);
}

.mega-menu {
	opacity: 0; 
	pointer-events: none; 
	transition: opacity .2s ease-in-out,
				max-height .8s ease-in-out,
				padding .2s ease-in-out;
  transition-delay: 300ms;
	max-height: 0;
	padding: 30;
  cursor: default;
}
.mega-menu.active {
	opacity: 1;
	visibility: visible; 
	pointer-events: inherit;
	max-height: 10000px;
	padding: 20px 0 !important;
}

.mega-menu::before {
	content: '';
	width: 100%;
	display: block;
	background: transparent;
	position: absolute;
}

.mega-menu.mega-scrolled {
	top: 55px; 
}


.side-bar-nav {
	height:680px;
	overflow-y: scroll;
}

side-bar-nav .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.mega-menu .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	left: auto;
	top: auto;
	visibility: visible;
	opacity: 1;
	position: static; 
}

.mega-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul {
	margin-bottom: 0px; 
}

.mega-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li a,
.mega-menu .widget-type-post_listing ul li a{
	padding: 2px 0px !important;
	width: auto !important;
	white-space: normal;
	text-indent: inherit;
}

.mega-menu .key-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li:first-child a {
	padding: 0px 0px !important;
	width: auto !important;
}


mega-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-2 > a {
	font-size: .9em;
	603 -padding-left: 5px;
}

.hhs-top-bar .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
 margin-top: 5px;
 margin-bottom: 5px;
}

.custom-menu-primary .mega-menu .hs-menu-wrapper>ul,
.custom-menu-primary .mega-menu .hs-menu-wrapper>ul ul,
.custom-menu-primary .mega-menu .widget-type-post_listing ul,
.custom-menu-primary .mega-menu .widget-type-post_listing ul ul{
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul,
.custom-menu-primary .mega-menu .key-menu .hs-menu-wrapper>ul,
.custom-menu-primary .mega-menu .key-menu .hs-menu-wrapper>ul ul {
	padding: 0px; 
}

.custom-menu-primary .mega-menu .hs-menu-wrapper>ul ul {
	min-width: 170px !important;
}

.custom-menu-primary .hs-menu-wrapper .mega-menu > ul > li,
.custom-menu-primary .mega-menu .hs-menu-wrapper>ul>li,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu .hs-menu-flow-vertical ul li a,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu .widget-type-post_listing ul li a{
	text-transform: none !important;
	font-weight: normal !important;
	display: block;
	clear: both;
}

.hhs-top-bar .mega-nav-con .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	padding-bottom: 5px;
}

.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu .key-menu.hs-menu-flow-vertical ul li:first-child a {
	line-height: 1em; 
}

.custom-menu-primary .mega-menu .hs-menu-wrapper > ul > li, 
.custom-menu-primary .hs-menu-wrapper .mega-menu > ul > li {
	margin-left: 0px !important;
}

.custom-menu-primary .mega-menu .hs-menu-wrapper>ul ul {
	padding: 0px 0  0px 0px !important; 
}

.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu>ul li a {
	font-weight: normal !important; 
}

.custom-menu-primary .hs-menu-wrapper .mega-menu ul>li>ul:before,
.hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu ul li.hs-item-has-children>a:after {
	display: none !important; 
}

.custom-menu-primary .mega-menu .hs-menu-wrapper > ul li a:hover {
	background-color: transparent !important; 
}

.custom-menu-primary .mega-menu .hs-menu-wrapper > ul {
	float: none !important; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	display: block;
	opacity: 1;
	visibility: visible;
	position: static;
}


.mega-text-con {
	white-space: normal; 
}
.mega-text-con ul {
	padding-left: 20px !important; 
}
.mega-text-con li {
	list-style-type: disc; 
	width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul .mega-menu ul {
	background: transparent !important; 
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}


@media (max-width: 922px){
	.mega-menu.active {
		display: none !important;
		opacity: 0;
	}
	.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a span {
		padding: 0px !important; 
	}
	.header-container-wrapper .container-fluid .mega-menu {display: none !important;}
	.header-container-wrapper .container-fluid .row-fluid .mega-menu,
	.custom-menu-primary .mega-menu {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}

.mega-nav-con .hs-menu-item {
	width: 100%;
}

.mega-nav-con .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	display: block;
	width: 100%;
	visibility: visible;
	opacity: 1;
	position: static;
	background: none;
	padding-left: 0.33em !important;
}

.mega-nav-con .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	padding: 0.33em 0;
}

[class^=mega-drop].loaded::before {
 display: block;
   width: 20px;
  height: 20px;
  position: absolute;
  right: -20px;
  top: 0;
}




.hhs-nav {
	padding-right: 0 !important;
	padding-left: 0 !important;
}


.hhs-alt-nav .hhs-header-logo .logo-sticky,
.hhs-header-logo .logo-standard {
	display: block;
}

.hhs-alt-nav .hhs-header-logo .logo-standard,
.hhs-header-logo .logo-sticky {
	display: none;
}
.sticky-menu .hhs-header-logo .logo-standard {
	display: none;
}
.sticky-menu .hhs-header-logo .logo-sticky {
	display: block;
}

.hhs-header-logo,
.hhs-nav-opt-items {
	display: table-cell;
	vertical-align: middle;
}

.hhs-header-logo {
	position: relative;
	z-index: 10;
}

.hhs-header-menu {
	float: right !important;
}



 
 .hhs-lang-switch {
   float: right;
 }
 
 .hhs-lang-switch .lang_switcher_class {
   padding: 7px 10px; 
   margin-top: 5px;
 }
 
 .hhs-lang-switch .globe_class {
   background-image: none !important;
   font-family: "Font Awesome 5 Free";
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
   font-weight: 900;
 }
 .hhs-lang-switch .globe_class:before {
   content: "\f0ac";
 }


.hhs-side-menu__controls .hhs-lang-switch {
	position: absolute;
	top: 5px;
	right: 100px;
}

.hhs-side-menu__controls .hhs-lang-switch .lang_switcher_class {
	padding: 0px;
	margin-top: 0;
}

.hhs-lang-switch .globe_class {
 height: 30px; 
}
 
 .hhs-lang-switch .lang_list_class {
   text-align: left;
   border: none;
   top: 35px;
   left: -10px;
   padding-top: 0px !important;
   -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
   box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
   min-width: 100px;
   width: max-content;
 }

.hhs-side-menu .hhs-lang-switch .lang_list_class {
   top: 30px;
  z-index: 1000;
}
 
 .hhs-lang-switch .lang_list_class:before {
   border: none;
   width: 10px;
 }
 .hhs-lang-switch .lang_list_class:after {
   border: 5px solid transparent;
   left: 85px;
   top: -10px;
 }
 .hhs-side-menu .hhs-lang-switch .lang_list_class:after {
   left: 76px;
 }



 .hhs-lang-switch .lang_list_class li:first-child,
 .hhs-lang-switch .lang_list_class li{
   border: none !important; 
 }
 .hhs-lang-switch .lang_list_class li:first-child {
   padding-top: 10px; 
 }
 
 .hhs-lang-switch .lang_list_class li:last-child {
   padding-bottom: 10px; 
 }
 
 .hhs-lang-switch .lang_list_class li {
   padding: 0px; 
   margin-bottom: 0px;
 }
 

.hhs-lang-switch .lang_list_class li a {
  display: block;
}

.hhs-lang-switch,
.hhs-header-search,
.hhs-header-cta {
	float: right;
	margin-left: 15px;
	z-index: 1000;
	position: relative;
}

.hhs-lang-switch a,
.hhs-header-search a{
	padding: 10px 5px;
	display: block;
}

.hhs-header-search a i {
	vertical-align: bottom;
}

.hhs-lang-switch .globe_class:before {
	vertical-align: middle;
}


.hhs-header-mod .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
	width: 100%;
	display: block;
	clear: both;
}

.hhs-header-hat {
	position: relative;
	z-index: 1000;
}

.hhs-hat-menu .hs-menu-children-wrapper:before {
	content: "\f0d8";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100%;
	padding-left: 10px;
}

.hhs-header-hat .col-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.hhs-header-hat .col-12 * {
 margin-bottom: 0px; 
}

.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	float: right;
}
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a span {
	padding: 10px 0;
}



.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a {
	color: #555555 !important;
	padding: 5px;
	text-transform: none;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a {
  white-space: normal !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	display: block;
	opacity: 1;
	visibility: visible;
	position: static;
}

.mega-text-con {
	white-space: normal; 
}
.mega-text-con ul {
	padding-left: 20px !important; 
}
.mega-text-con li {
	list-style-type: disc; 
	width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul .mega-menu ul {
	background: transparent !important; 
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}



.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	margin-right: 0px;
}

.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	max-width: none;
	overflow: visible;
}




.custom-menu-primary .hs-menu-wrapper {
	overflow: visible !important;
}

.custom-menu-primary .hs-menu-wrapper > ul{
	float: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
	font-weight: normal;
	margin-left: 0px !important;
	margin-bottom: 0px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
	padding: 10px 15px;
	position: relative;
	display: block;
}

.custom-menu-primary a:hover {
	color: #000000;
}


.hs-menu-children-wrapper .hs-menu-item.active,
.custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper li.active a:hover,
.sticky-menu .hs-menu-item.active,
.sticky-menu .custom-menu-primary .hs-menu-wrapper > ul li.active a:hover{
	background-color: transparent !important;
	cursor: default !important;
}
.sticky-menu {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
}

.sticky-menu.active {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all .3s ease;
	opacity: 1;
}

.sticky-menu .widget-type-logo img {
	height: 35px !important;
	width: auto !important;
	margin: 10px 0;
}

.hhs-header.sticky-menu.active {
	padding: 5px 0px !important;
}

.custom-menu-primary.js-enabled .hamburger {
	display: none;
}

@media (max-width: 922px){
	.sticky-menu.active {
		position: static !important;
	}
	.sticky-menu .widget-type-cta {
		display: none;
	}
	.sticky-menu .widget-type-logo img {
		margin: 0;
	}
	.sticky-menu .page-center {
		padding: 0 10px !important;
	}
	.hhs-nav {
		position: relative;
	}
	.hhs-nav-opt-items {
		padding-right: 40px;
	}
	.custom-menu-primary.js-enabled {
		float: none;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper{
		display: none;
	}
	.custom-menu-primary.js-enabled .hamburger {
		display: inline-block;
	}
	.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		padding: 0px 15px;
	}
	.hhs-header-logo {
		position: relative;
		z-index: 1000;
	}
	.custom-menu-primary.js-enabled .hs-menu-wrapper > ul > li{
		margin-left: 0px !important;
	}
	.hamburger {
		padding-top: 10px; 
	}
}

@media (max-width: 575px){
	nav {
		transition: height 0.5s ease-in-out;
	}
	.hhs-header-mod .hhs-nav {
		padding-top: 25px; 
	}
	.custom-menu-primary.js-enabled {
		top: 20px; 
	}
	.hhs-hat-menu {
		position: relative;
	}
	.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		text-align: center !important;
		padding: 0 !important;
	}
	.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li li a {
		padding: 2px 10px !important;
	}
	.hhs-hat-menu .hhs-header-search a {
		padding: 5px 0px 5px 10px;
	}

	.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul,
	.hhs-hat-menu > ul {
		width: 100% !important;
		margin: 0px auto !important;
		float: none !important;
    text-align: center;
	}
  
  .hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
   display: inline-block;
    text-align: center;
    padding: 0 5px;
  }
  .hhs-hat-menu .hs-menu-children-wrapper:before {
   text-align: left; 
  }
}