/* MAIN NAV */
.nav {
    display: none;
    align-content: center;
    align-items: center;
    transition: all ease 0.3s;
    z-index: 2;
}

/* Larger than tablet */
@media (min-width: 800px) {
    .nav {
        display: flex;
    }
}

.nav var {
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    align-items: center;
}

/* MAIN NAVV */
.nav ul#navmenu {
    display: flex;
    height: 100%;
    justify-content: space-around;
}

.nav ul, .nav li, .nav span {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.nav .cp87228-1 a {
    border: 2px solid #2c5e4f;
}

.nav .ul1 .l1 {
    border-top: 2rem solid transparent;
border-bottom: 2rem solid transparent;
}

.nav .ul1 > li > span > a {
    box-sizing: border-box;
    padding: .5rem 2vw;
    color: #2c5e4f;
    display: flex;
    align-items: center;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease 0.3s;
    white-space: nowrap;
    font: 600 1.8rem / 1 'Sora', sans-serif;

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 1200px) {
    .nav .ul1 > li > span > a {

    }
}

/* Level 1 Drop Down Styles */
.nav .ul1 > li > span > a.selected, .nav .ul1 > li > span > a.selected:hover {
    background: #2c5e4f;
    color: #fff;
}

/* Drop Styles */
.nav .ul1 .ul2 {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-width: 240px;
    height: max-content;
    opacity: 0;
    visibility: hidden;
    top: -10000px;
    transition: opacity ease 0.3s;
}

/* Level 2 */
.nav .ul2 {
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.nav .ul2 > li > span > a {
    font-size: 1.5rem;
    padding: 1rem 1rem;
    transition: background ease 0.3s;
    color: #fff;
}

/* Level 3 */
.nav .ul3 {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.nav .ul3 > li > span > a {
    font-size: 1.5rem;
    padding: 1rem 1rem;
    transition: background ease 0.3s;
}

/* Level 4 */
.nav .ul4 {
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.nav .ul4 > li > span > a {
    font-size: 1.5rem;
    padding: 1rem 1rem;
    transition: background ease 0.3s;
}

/* Show Levels on Hover */
.nav .ul1 li:hover .ul2, .nav .ul2 li:hover .ul3, .nav .ul3 li:hover .ul4 {
    flex-direction: column;
    visibility: visible;
    opacity: 1;
    top: auto;
}

/* MEGA MENU */
.nav .ul1 li.li84802 .ul2 ul {
    visibility: visible;
    opacity: 1;
}

.nav .ul1 li.li84802 .ul2 ul {
    position: relative !important;
}

.nav .ul1 li.li84802 .ul2::-webkit-scrollbar-track {
    background-color: transparent;
}

.nav .ul1 li.li84802 .ul2:first-of-type::-webkit-scrollbar {
    background-color: transparent;
}

.nav .ul1 li.li84802 .ul2:first-of-type::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
}

/* Level 2 */
.nav .ul1 li.li84802 .ul2 {
    column-count: 1;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: auto;
    max-height: calc(98dvh - 200px);
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.9);
    
      break-inside: avoid;     /* Modern browsers */
  page-break-inside: avoid; /* Older browsers / printing */
  -webkit-column-break-inside: avoid; /* Safari/old Chrome */
  -moz-column-break-inside: avoid;    /* Firefox (old) */
}

.nav .ul1 li.li84802 .ul2 > li {
    
}

.nav .ul1 li.li84802 .ul2 > li > a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #fff;
    opacity: 1;
    padding: .5rem 0;
    transition: color ease 0.3s;
    
}

.nav .ul1 li.li84802 .ul2 > li > a:hover {
    color: #fff;
}

/* Level 3 */
.nav .ul1 li.li84802 .ul3 {
    column-count: 3;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px)
        
        
}

.nav ul#navmenu li.li84802 .ul3 > li {
    padding-bottom: 1rem;
      break-inside: avoid;     /* Modern browsers */
  page-break-inside: avoid; /* Older browsers / printing */
  -webkit-column-break-inside: avoid; /* Safari/old Chrome */
  -moz-column-break-inside: avoid;    /* Firefox (old) */
}

.nav ul#navmenu li.li84802 .ul3 > li > a {
    opacity: 1;
    font-size: 1.4rem;
    color: #fff;
    transition: color ease 0.3s;
}

.nav ul#navmenu li.li84802 .ul3 > li > a:hover {
    opacity: 1;
}

/* Level 4 */
.nav .ul1 li.li84802 .ul4 {
    background: none !important;
    column-count: 1;
    box-shadow: none;
    padding: 0;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 1200px) {
    .nav .ul1 li.li84802 .ul4 {
        column-count: 2;
    }
}


.nav ul#navmenu li.li84802 .ul4 > li > a {
    opacity: 0.6;
    font-size: 1.4rem;
    line-height: 1.1;
    padding: .2rem 0;
    color: #fff;
    transition: color ease 0.3s;
}

.nav ul#navmenu li.li84802 .ul4 > li.selected a {
    background: #fff;
    color: #222;
    opacity: 1;
}

.nav ul#navmenu li.li84802 .ul4 > li > a:hover {
    opacity: 1;
}

.nav .ul1 li.li84802 a {
    display: block;

}

/* Level 5+ */
.nav .ul1 li.li84802 .ul4 ul{
display: none;
}

/* SUB NAV */
.subnav-wrap {
    background: #BACDB0
}

.sub-nav {
    position: relative;
    text-align: left;
}

.sub-nav ul, .sub-nav li {
    margin: 0;
    border: 0 none;
    padding: 0;
    list-style: none;
    display: block;
}

.sub-nav a {
    display: block;
    padding: 1rem 1rem;
    line-height: 1;
    transition: all ease 0.3s;
}

.sub-nav a:hover {
    opacity: 1;
}

/* Leve l1 */
.sub-nav .l1 a {
    display: none;
}

/* Level 2 */
.sub-nav .ul2 > li {
    width: 300px;
    margin-right: 4rem;
}

.sub-nav .ul2 > li > a {
    margin-bottom: 1rem;
    border-bottom: 1px solid #E7E4DE;
}

.sub-nav .ul2 > li a:hover {
    background: rgba(45, 93, 79, 0.1);
}

.sub-nav .ul2 > li.selected > a,
.sub-nav .ul2 > li.selected > a:hover,
.sub-nav .ul2 > li.selected > span > a,
.sub-nav .ul2 > li.selected > span > a:hover {
    background: #2d5d4f;
    color: #fff;
    border: 0;
}

/* Level 3 */
.sub-nav .ul3 {
    margin-bottom: 1rem;
}

.sub-nav .ul3 > li > a {
    font-size: 1.5rem;
    text-transform: capitalize;
    padding: .5rem 1rem;
    border: 0;
}

.sub-nav .ul3 > li.selected > a,
.sub-nav .ul3 > li.selected > a:hover,
.sub-nav .ul3 > li.selected > span > a,
.sub-nav .ul3 > li.selected > span > a:hover {
    background: #2d5d4f;
    color: #fff;
    opacity: 1;
}

.sub-nav .ul3 > li > a:hover {
    background: rgba(45, 93, 79, 0.1);
}

/* Level 4 */
.sub-nav .ul4 {
    display: none;
}

.sub-nav .ul3 > li.selected .ul4 {
    display: block !important;
    padding-left: 0rem;
    background: rgba(45, 93, 79, 0.1);
    margin-bottom: 1rem;
    padding: 1rem 0;
max-height: 300px;
overflow: auto;
}

.sub-nav .ul4 > li > a {
    font-size: 1.5rem;
    text-transform: capitalize;
    padding: .5rem .5rem;
    margin: .25rem .5rem;
    border: 0;
}

.sub-nav .ul4 > li > a:hover {
    background: rgba(45, 93, 79, 0.1);
}

.sub-nav .ul4 > li.selected > a,
.sub-nav .ul4 > li.selected > a:hover,
.sub-nav .ul4 > li.selected > span > a,
.sub-nav .ul4 > li.selected > span > a:hover {
    background: rgba(45, 93, 79, 1);
    color: #fff;
}

/* FOOTER NAV */
.footer-nav {
    text-align: center;
}

.footer-nav ul, .footer-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-family: 'Sora', sans-serif;
    position: relative;
}

.footer-nav a {
    display: block;
    padding: 1rem 0;
    text-align: center;
}

.footer-nav .full-line-catalog a:after {
    content: "*List price shown, call for your pricing";
    display: block;
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    position: relative;
    left: 50%;
    width: 110px;
    margin-left: -55px;
    font-weight: 400;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .footer-nav ul, .footer-nav li {
        display: inline-block;
    }

    .footer-nav a {
        display: block;
        padding: 2rem 1rem;
        text-align: center;
    }

    .footer-nav .full-line-catalog a:after {
        position: absolute;
    }
}

.footer-nav .ul1 {
    font-weight: 600;
}

.footer-nav .ul2 {
    font-size: 1rem;
    padding-bottom: 1rem;
    font-weight: 400;
    padding-bottom: 1rem;
}

.footer-nav .ul2 a {
    line-height: 1;
    padding-bottom: .5rem;
}

.footer-nav .ul3 {
    display: none;
}

.footer-nav li a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.footer-nav a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

/* Mobile Menu */
#menu-button {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.efi-mobile-menu .navicon {
    display: none;
}

@media (min-width: 800px) {
    #menu-button {
        padding: 0 2rem;
        display: none;
    }
}

#menu-button:hover {
    opacity: 0.5;
}

.efi-mobile-menu:before {
    content: "";
    height: 100px;
    width: calc(100% - 8rem);
    display: block;
    margin: 1rem 4rem;
    box-sizing: border-box;
    background: url(../Userfiles/template/logo-white.svg) no-repeat center;
    background-size: contain;
    object-fit: contain;
}

.efi-mobile-menu {
    width: 80%;
    max-width: 400px;
    position: fixed;
    background: rgba(44, 94, 79, 0.8);
    z-index: 9900;
    left: -100%;
    top: 0;
    display: block;
    transition: all ease 0.3s;
    height: 100vh;
}

body.efi-menu-open {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.efi-mobile-menu .default {
    display: none;
}

.efi-mobile-menu-inner {
    padding: 0 1rem;
    height: calc(100vh - 200px - 2rem);
    overflow: hidden;
    overflow: auto;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
    -webkit-overflow-scrolling: touch;
}

/* Larger than mobile */
@media (min-width: 400px) {
    .efi-mobile-menu-inner {
        padding: 0 2rem;
    }
}

.efi-mobile-menu-inner::-webkit-scrollbar-track {
    background-color: transparent;
}

.efi-mobile-menu-inner::-webkit-scrollbar {
    background-color: transparent;
}

.efi-mobile-menu-inner::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
}

body.efi-menu-open .efi-mobile-menu {
    left: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0px 0px 100px #000;
}

body.efi-menu-open .efi-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9800;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.efi-mobile-menu ul, .efi-mobile-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}

.efi-mobile-menu .efi-expanded ~ ul {
    display: block;
}

.efi-mobile-menu li a {
    text-decoration: none;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 50px;
    line-height: 1;
    padding: 1rem 2rem;
    color: #fff;
    transition: background ease 0.3s;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.efi-mobile-menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.efi-mobile-menu li a.efi-expanded {
    background: #fff !important;
    color: #333;
}

.efi-menu-expand {
    display: flex;
    margin-left: auto;
    flex-shrink: 0;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    transition: color ease 0.3s;
    border-radius: 100rem;
    transition: background ease 0.3s;
}

.efi-menu-expand:after {
    font-family: "FontAwesome 5 Free";
    font-weight: 600;
    content: "\002B";
}

.efi-expanded .efi-menu-expand:after {
    content: "\2212";
}

.efi-menu-expand:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* Level 1 */
.efi-mobile-menu > ul {
}

.efi-mobile-menu > ul > li > a {
}

/* Level 2 */
.efi-mobile-menu ul ul {
    display: none;
    background: rgba(0, 0, 0, 0.1);
}

.efi-mobile-menu ul ul > li > a {
}

/* Level 3 */
.efi-mobile-menu ul ul ul {
    display: none;
    background: rgba(0, 0, 0, 0.1);
}

.efi-mobile-menu ul ul ul > li > a {
}

/* Level 4 */
.efi-mobile-menu ul ul ul ul {
    display: none;
    background: rgba(0, 0, 0, 0.1);
}

.efi-mobile-menu ul ul ul ul > li > a {
}

.other-links {

}

.other-links li a {
    text-decoration: none;
    display: block;
    color: #fff;
    padding: .25rem 2rem;
    font-size: 90%;
    opacity: 0.8;
}

.other-links .phone-link {
    display: none;
}

.efi-mobile-phone {
    width: 100%;
    color: #fff;
    font-size: initial;
    letter-spacing: 1px;
    box-sizing: border-box;
    text-align: center;
}

.efi-mobile-phone:empty {
    display: none;
}

.efi-mobile-phone a {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
}

.efi-mobile-social {
    padding: 2rem 2rem;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.efi-mobile-social:empty {
    display: none;
}

.efi-mobile-social a {
    text-decoration: none;
    padding: 0 1rem;
    color: #fff;
}

.efi-mobile-social a:hover {
    color: rgba(255, 255, 255, 0.5);
}
