#main-header {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
z-index: 9;
}
.sticky-active #main-header.sticky .header-row.row-2 {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9998;
}
#main-header .header-row {
width: 100%;
} #main-header .row-1 {
background-color: #F7F7F7;
height: 52px;
display: flex;
flex-direction: row;
align-items: center;
}
#main-header .row-1 .page-center {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
#main-header .row-2 {
background-color: #FFFFFF;
}
#main-header .row-2 .page-center {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 30px;
  width: 100%;
}
#header-language-menu {
position: relative;
padding: 0 10px 0 0;
margin: 0 16px 0 0;
width: 45px;
cursor: pointer;
}
#header-language-menu:after {
content: "";
width: 10px;
height: 10px;
position: absolute;
top: 9px;
right: 0;
background-image: url(//scadafencestg.wpengine.com/wp-content/themes/scadafence/honeywell-rebranding/assets/img/chevron-down.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
transition: all 0.2s ease-in-out;
}
#header-language-menu.active:after {
transform: rotate(180deg);
transition: all 0.2s ease-in-out;
}
#header-language-menu .current-language {
font-size: var(--text-font-size);
font-weight: 500;
line-height: var(--text-line-height);
letter-spacing: -0.02em;
text-align: center;
color: #404040;
}
#header-language-menu .dropdown {
display: none;
}
#header-language-menu.active .dropdown {
display: block;
position: absolute;
top: 100%;
left: 0;
width: 35px;
background: #fff;
border-radius: 4px;
box-shadow: 0 0 3px 1px #ccc;
}
#header-language-menu a {
display: block;
font-size: var(--text-font-size);
font-weight: 500;
line-height: var(--text-line-height);
letter-spacing: -0.02em;
text-align: center;
color: #404040;
}
.social-menu {
display: flex;
flex-direction: row;
gap: 16px
}
#main-menu .menu-btn {
    display: none;
}
.social-media-icon {
display: block;
width: 20px;
height: 20px;
}
.social-media-icon img {
display: block;
width: 100%;
height: auto;
}
#main-menu {}
#main-menu nav {
display: flex;
flex-direction: row;
gap: 52px;
justify-content: space-between;
}
#main-menu nav .main-item {
position: relative;
height: 48px;
margin: 23px 0;
display: flex;
align-items: center;
justify-content: center;
}
#main-menu nav .main-item>a {
position: relative;
} #main-menu nav .main-item .submenu {
display: none;
position: absolute;
top: 100%;
left: -52px;
}
#main-menu nav .main-item:hover .submenu {
display: block;
padding: 23px 0 0 0;
}
#main-menu nav .main-item .submenu .submenu-inner {
background: #F7F9FB;
box-shadow: 0px 8px 20px 0px #464D5C47;
padding: 56px 41px 68px 24px;
}
#main-menu nav a {
font-family: "Honeywell Sans Web", Helvetica, Arial, sans-serif;
font-size: var(--text-font-size);
font-weight: 700;
line-height: var(--text-line-height);
letter-spacing: -0.02em;
text-align: left;
color: #303030;
}
#main-menu nav .main-item .submenu .submenu-inner a {
font-family: 'Honeywell Sans Web';
font-size: var(--text-font-size);
font-weight: 700;
line-height: 26px;
letter-spacing: -0.02em;
clear: both;
display: block;
overflow: hidden;
white-space: nowrap;
padding: 11px 28px;
border-bottom: 1px solid #EAEAEA;
}
.header-cta {
padding: 0px 24px 0px 24px;
border-radius: 4px;
background-color: #0071B3;
font-size: 14px;
font-weight: 700;
line-height: 20px;
letter-spacing: 0em;
text-align: center;
color: #FFFFFF;
display: flex;
height: 48px;
align-items: center;
justify-content: center;
transition: all 0.15s ease-in-out;
}
.header-cta:hover {
background-color: #00629B;
color: #FFFFFF;
transition: all 0.15s ease-in-out;
}
@media (max-width: 991px) {
#main-header .logo img {
max-width: 258px;
}
#main-header .logo a {
display: flex;
}
#main-header .row-1 {
display: none;
}
#main-header .header-row.row-2 {
min-height: 80px;
display: flex;
justify-content: center;
align-items: center;
}
#main-menu .menu-btn {
display: block;
}
#main-menu nav {
flex-direction: column;
gap: 0;
}
#main-menu .main-container {
display: none;
flex-direction: column;
position: fixed;
top: 80px;
left: 0;
width: 100%;
height: -webkit-fill-available;
z-index: 99;
background-color: #fff;
overflow: auto;
justify-content: space-between;
}
#main-menu nav .main-item:hover .submenu {
display: none;
overflow: hidden;
padding: 0 30px;
}
#main-menu nav .main-item .submenu {
padding: 0 30px;
}
#main-menu nav .main-item {
flex-direction: column;
height: auto;
align-items: flex-start;
border-bottom: 1px solid #EAEAEA;
padding: 0;
margin: 0;
}
#main-menu nav .main-item .submenu .submenu-inner a {
padding: 5px 0;
}
#main-menu nav .main-item > a {
width: 100%;
padding: 18px 28px;
}
#main-menu nav .main-item.has-submenu > a {
position: relative;
}
#main-menu nav .main-item.has-submenu > a:after {
position: absolute;
content: url(//scadafencestg.wpengine.com/wp-content/themes/scadafence/honeywell-rebranding/assets/img/menu-chevron-right.svg);
top: 0;
right: 20px;
height: 65px;
display: flex;
align-items: center;
transition: 0.3s;
background: none;
width: auto;
left: unset;
}
#main-menu nav .main-item.active.has-submenu > a:after {
transform: rotate(90deg) translate(-4.2px, 5px);
} #main-menu nav .main-item .submenu {
position: initial;
width: 100%;
flex-direction: column;
}
#main-menu nav .main-item .submenu.active {
display: flex;
}
#main-menu nav .main-item .submenu .submenu-inner {
background: transparent;
box-shadow: none;
padding: 0;
}
#main-menu nav .main-item .submenu .submenu-inner a {
font-family: var(--font-settings);
border-bottom: none;
font-size: 16px;
font-weight: 500;
line-height: 34px; }
#main-menu .hamburger {
display: flex;
flex-direction: column;
cursor: pointer;
padding: 0;
background: transparent;
border: none;
max-height: 16px;
gap: 5.5px;
}
#main-menu .hamburger div {
width: 18px;
height: 2px;
background-color: #1D1D1D;
transition: 0.3s;
}
#main-menu .hamburger.active div:nth-child(1) {
transform: rotate(-45deg) translate(-4.2px, 5px);
}
#main-menu .hamburger.active div:nth-child(2) {
opacity: 0;
}
#main-menu .hamburger.active div:nth-child(3) {
transform: rotate(45deg) translate(-5.2px, -6.5px);
}
#main-header .cta-wrapper {  bottom: 0;
left: 0;
width: 100%;
padding: 0 25px 30px 25px;
}
#main-header .cta-wrapper .header-cta {
color: #FFF;
font-size: 14px;
font-weight: 700;
line-height: 20px; text-transform: uppercase;
}
  