.stellarnav ul { margin: 0; padding: 0;display: flex;
    justify-content: end;
    align-items: center;}
.stellarnav li { list-style: none;display: inline-block; margin: 0; padding: 0; position: relative;}
.stellarnav ul li a{
	display: block;
	cursor:pointer; 
	position:relative;
    color:#403f2b; 
    font-size: 14px;
    padding: 10px 5px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold !important;
}
.stellarnav>ul>li>a{ 
    font-weight: 700;
}
.stellarnav.desktop > ul > li.active>a,
.stellarnav:not(.mobile)>ul>li:hover >a,
.stellarnav li li:hover a,
.stellarnav.mobile > ul > li.active>a,
.stellarnav.mobile li.open> a{opacity:1;}
/* main level */
/* first level dd */
.stellarnav ul ul { top: auto; width: 250px; position: absolute; z-index: 9900; text-align: left; display: none;
background-color:#fff;}
.stellarnav:not(.mobile) > ul > li > ul{transform: translate(-50%,0) rotate(0) skewX(0) skewY(0) scaleX(.9) scaleY(.9);
    visibility: hidden;}
.stellarnav:not(.mobile) > ul > li:hover  ul{transform: translate(0%,0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);visibility: visible;
}

/* second level dd */
.stellarnav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.stellarnav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0;}

/* .drop-left */
.stellarnav > ul > li.drop-left > ul { right: 0; }
.stellarnav li.drop-left ul ul { left: auto; right: 220px; }

/* sticky nav */
.stellarnav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x { overflow-x: hidden; }
/* general styling */

.stellarnav li.has-sub > a:after {
	width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    content: "";
    /* background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%232B2727' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
    background-repeat: no-repeat;
    background-size: .6rem .6rem;	 */
    /*height: 1.25rem;
    margin-top: 2px;
    width: 1.25rem;
	position: absolute;
    right: 10px ;
    content: "";
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");*/
  }
.stellarnav li li{ display:block;}
.stellarnav li li a{
	padding:0.5rem 1rem 0.5rem 1.5rem;
}
.stellarnav.desktop>ul>li.language{display: none;}
.stellarnav.desktop li li+li {
    border-top: 1px solid rgba(69,90,100,.09);
}
.stellarnav li li a:before {
	position:absolute;
}
.stellarnav li li.has-sub > a:after { margin-left: 10px; float: right; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #373737; position: relative; top: 4px; }
.stellarnav li.drop-left li.has-sub > a:after { float: left; margin-right: 10px; border-left: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #373737; }
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile,.stellarnav .search-btn-mobile { display: none; text-decoration: none; }
.stellarnav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 46px; height:46px; text-align: center; z-index: 9999; border: 0; }
.stellarnav.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 0; }
.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile { display: none; }
.stellarnav.desktop>ul{	width:100%;}
/* svg icons */
.stellarnav svg { fill: currentColor; width: 1em; height: 1em; position: relative;}
/* svg icons */
.stellarnav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.stellarnav a.dd-toggle .icon-plus:before {
    content: ''; display: block; width: 12px;
    height: 0;
    border-bottom: solid 2px #333;
    position: absolute; top: 50%;
    transform: rotate(90deg); transition: width 0.3s;
}
.stellarnav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px;top: 50%; border-bottom: solid 2px #333; position: absolute; }
.stellarnav li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.stellarnav .icon-close {width: 20px; height: 20px; position: relative; display: inline-block; }
.stellarnav .icon-close:before { content: ''; display: block; width: 15px; height: 0; border-bottom: solid 1px #000; position: absolute; top: 70%; transform: rotate(45deg); }
.stellarnav .icon-close:after { content: ''; display: block; width: 15px; height: 0; top: 70%; border-bottom: solid 1px #000; position: absolute; transform: rotate(-45deg); }

/*.stellarnav.desktop li li a:before {*/
/*	width:6px;*/
/*	height:6px;*/
/*	border-radius:50%;*/
/*	background-color:#53b86e;*/
/*	content:'';*/
/*	top: 50%;*/
/*    left: 0.5rem;*/
/*    margin-top: -5px;*/
/*}*/
/* mobile nav */
.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding:2px 20px;}
.stellarnav .menu-toggle span.bars { display: inline-block;position: relative; top:0; }
.stellarnav .menu-toggle span.bars span { display: block; width:30px; height: 3px; background:#ce1515; margin: 5px 0 0; }
.stellarnav .half { width: 50%; }
.stellarnav.mobile.left .location-btn-mobile.half{ width:100%;height: 50px;line-height: 50px;}
.stellarnav.mobile.left .close-menu.half{ 
    width:auto;
    color:#000;
    margin-top: 10px; 
    position:absolute; 
    right:0;
    top: 0; 
    z-index: 99999;
}
.stellarnav .location-btn-mobile.third { text-align: center; }
.stellarnav.mobile {width:auto; position:relative; text-align:right;}
.stellarnav.mobile.fixed { position: static; }
.stellarnav.mobile ul { position: relative; display: none; }
.stellarnav.mobile.active > ul { display: block; }
.stellarnav.mobile ul { text-align: left; }
.stellarnav.mobile > ul li {width: 100%; display: block;border-top: solid 1px rgb(238 238 238);}
.stellarnav.mobile > ul li li:last-child{ border-bottom-width: 0;}
.stellarnav.mobile > ul > li > a { display:block;}
.stellarnav.mobile li a{}
.stellarnav.mobile ul { background:#fff; }
.stellarnav.mobile ul ul {
    position: relative; opacity: 1;
    visibility: visible; width: auto; display: none;
    -moz-transition: none;
    /*-o-transition: color 0 ease-in;*/
    transition: none;
}
.stellarnav.mobile ul ul {
    -webkit-transition: none;
}
.stellarnav.mobile ul ul ul { left: auto; top: auto; }
.stellarnav.mobile li.drop-left ul ul { right: auto; }
.stellarnav.mobile li a:not(.dd-toggle){position:relative;}
.stellarnav.mobile li li {display:block;}
.stellarnav.mobile li a.dd-toggle { border: 0; }
.stellarnav.mobile li:not(.language) a:not(.dd-toggle):before {
	position:absolute;
    width: 4px;
    height: 4px;
    border-radius: 0px;
	content: "";
	background-color:#ce1515;
	left:1rem;top: 50%;
    margin-top: -4px;
}
.stellarnav.mobile > ul > li li a:before {
  left:2rem;  
}
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile,.stellarnav.mobile .search-btn-mobile{ display: inline-block; }
.stellarnav.mobile .menu-toggle{
   position: relative;
    color: #fff;
    width: auto;
	text-align:center;
	top:2px;
}
.stellarnav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }

.stellarnav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after { display: none; }
/* left and right positions */
.stellarnav.mobile.left > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed; top: 0; bottom: 0; width: 80%;padding: 0;overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: 3; }
.stellarnav.mobile.left .close-menu { display: inline-block; text-align: center; }
.stellarnav.mobile.left > ul { left: 0;align-content: flex-start; }
.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half{ text-align: left; }
.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third { text-align: center; }
.stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third{ text-align: left; }
.stellarnav.mobile.left .close-menu.third span{ display: none; }
/* left and right positions */
.stellarnav.mobile.left .location-btn-mobile.half img{max-height:30px;width: auto; margin-top: 10px;}

/* Fallback for slow javascript load */
@media (min-width :204px){
	.stellarnav li.has-sub>a:after {
        right: 5px;
    }
	.stellarnav.desktop>ul>li+li>a{ margin-left:10px;}
	.stellarnav.mobile li a{padding-bottom:0.7rem;padding-top:0.7rem;}
    .stellarnav.mobile li:not(.language) a{padding-left:2rem;}
    .stellarnav.mobile li.language a{padding-left:1rem; display: flex; align-items: center; gap: 10px;}
}
@media (min-width: 1025px) {
    .stellarnav.desktop>ul>li.has-sub>a {
        padding-right: 20px;
    }
}
@media (min-width :1400px){
    .stellarnav.desktop>ul>li+li>a{ margin-left:20px;}
}
@media (min-width :992px) and (max-width :1024px){
	.stellarnav:not(.mobile) li.has-sub > a:after {right:2px;}
}
@media only screen and (max-width :1024px) {
    .stellarnav { overflow: hidden;}
}
@media only screen and (max-width : 768px) {
	.stellarnav ul { position: relative; display: none; }
	.main-nav{
		position: absolute;
		right: 0;
		top: 0;
		background-color: transparent;
	}
}
/* mobile nav */
@media only screen and (max-width : 420px) {
    .stellarnav.mobile .menu-toggle {
        padding: 5px 10px;
    }
	.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span { display: none; }
}
@media (min-width: 992px) and (max-width:1024px){
    .stellarnav ul li a{
        font-size: 14px;
    }
}