#skip-link {
    position: relative;
}
#skip-link a {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0.5rem 1.563rem;
    color: #ffff;
    font-size: .8rem;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: -155rem;
    z-index: 9999;
    width: auto;
    background-color: #0d0d0d;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 20px 40px -10px rgb(26 26 26 / 20%);
    font-weight: bold;
}
#skip-link a:focus,
#skip-link a:hover {
    top: 0;
}


header {
    background: var(--dark-orange);
    padding-bottom: 30px;}

header .login a {text-decoration: none;} 

header a.logo {
    max-width: 50%;
    display: inline-block;} 

header a.logo img {
    max-width: 210px;
    max-width:fit-content;
    width: auto;
    width: -webkit-fill-available;
    width: 115px;
    max-width: 190px;
}
    
header .nav-link {
    color: #fff;}

header .msl_navbar {
    padding: 0;
    margin: 0;
    list-style: none;}

header .navbar-collapse { justify-content: end;}

header .msl_navbar > li {
    display: inline-block;
    margin: 10px;}

header .msl_navbar > li > a {
    color: white;}

header .msl_navbar li a {
    text-decoration: none;
    font-weight: 700;}
    
header .msl_navbar li a:hover {color: var(--yellow);}

header .msl_navbar .level_1 {
    padding: 5px 20px 20px 20px ;
    border: none;}

header .msl_navbar .level_1 li a {
    color: white;
    padding: 4px 0 4px 17px;
    display: block;
    font-size: 1rem;
    font-weight: 500;    }

header .msl_navbar .level_1 li a:hover,
header .msl_navbar .level_1 li a:focus {color: var(--yellow);}











/************************** ADMIN *****************************/
.adminNav {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    text-align: right;
    position: relative;
}

.adminNav > li {
    display: inline-block;
    margin: 10px;}

.adminNav > li:hover {
    color: var(--yellow);
}



@media screen and (max-width: 720px) {
.adminNav > li p {
    display: none;
}
}

@media screen and (max-width: 600px) {
.adminNav > li p {
    display: none;
}
}

@media screen and (max-width: 500px) {
.adminNav > li p {
    display: none;
}
}
    
    
#admin-tools .adminNav > li > a {
    color: white;
    font-weight: bold;}

#admin-tools .msl_navbar li a {
    text-decoration: none;
    font-weight: 700;}

#admin-tools .adminNav > li > a:hover { color: var(--yellow);}
    
    
.adminNav .dropdown-toggle::after {display: none;}

#search .button {display: none;}

.search-form {
    display: none;
    width: 300px;
    text-align: center;
    right: 70px;
    top: 35px;
    z-index: 10;
    height: 50px;
    /* overflow: hidden; */
    padding: 0px;
    clear: both;
    position: absolute;
    }

.search-form input {
    border: none;
    padding: 5px 15px;
    border-radius: 30px;
    color: #767676;
    font-size: .8rem;}
    
.searchfun a { color: #fff; }
.searchfun a:hover { color: var(--yellow);}




.adminbar ul li.dropdown a {
	font-size: 1.6rem;
	color: #000;
	padding: 10px 8px;
	text-align: center;
	background: none;
	display: inline-block;
	border: 0px solid;
	font-weight: normal;
	min-width: min-content;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 50px;
	width: 50px;
}
.admin-bar ul li .dropdown-menu a {
	width:100%;
	height:auto;
	background: transparent;
	padding-left: 0;
}
.admin-bar ul li .dropdown-toggle:after {
	display:none;
}
.admin-bar .dropdown-menu.show {
	border-radius: 0;
	right: 0;
	left: initial!important;
	top: 40px!important;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	z-index: 99999;
}
.admin-bar .dropdown-menu {z-index: 99999;}

@media(min-width:992px) {
	.admin-bar .dropdown-menu,
	#admin-tools .dropdown-menu{
		min-width: 800px;
		right: 0 !important;
		left: auto;
		top: 39px!important;
		padding: 15px;
		transform: inherit!important;
	}
	.admin-bar #userMenuHax.dropdown-menu,
	#admin-tools #userMenuHax.dropdown-menu {
		left: 50px;
        min-width: 200px;
	}
	
	.admin-bar .msl-admin .sidepanel {
		float: left;
		width: 30%;
        padding-right: 10px;
	}
	.admin-bar .msl-admin .mslwidget {
		float: left;
		width: 70%;
	}
	.admin-bar .msl-admin #ulAdmin, .admin-bar .msl-admin div[id*="pnl"] {
		float: left;
		width: 50%;
	}
	.admin-bar .msl-admin div[id*="pnl"] {
		margin-top: -44px;
	}
	.admin-bar .msl_admin_menu {
		padding: 0!important;
	}
	.admin-bar .sidepanel li {
		border: 0px solid!important;
		background: none;
		padding: 0px!important;
	}
}
.admin-bar .dropdown-menu:before {
	content: "";
	position: absolute;
	right: -5px;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	z-index: 9999;
	transform: translate(-50%, 0%);
}
@media (min-width:1400px) {
	.admin-bar .dropdown-menu:before {
		right: 8px;
	}
}
.admin-bar .dropdown-menu.show li {
	color: #000;
	display: block;
	text-align: left;
	float: left;
	width: 100%;
	background: none;
	padding: 0 5px;
}
.admin-bar .dropdown-menu ul li {
	height:auto;
	width:auto;
}
.admin-bar .dropdown-menu.show li a {
	color: #000;
	text-align: left;
	padding: 0;
	height: auto;
    text-decoration: none;}

.admin-bar .dropdown-menu .sidepanel.controlpanel ul {padding: 0;}

.admin-bar h3,
.admin-bar h4 {
    text-align: left; 
    margin: 0 0 15px;
    color: #000;}

#msl_admin h4 { 
    font-weight: 900;
    margin-top: 0px;}
    
#msl_admin h4 a { 
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: calc(1rem + .6vw);
    margin-bottom: 30px;}

  .admin-bar .dropdown-menu {
    max-height: 85vh;
    overflow-y: auto;
    padding: 10px;
    left: 0;
    right: auto;
    min-width: 260px;
  }
 
#controlpanel ul {padding: 0;}  


@media (min-width: 1200px) {
 #msl_admin h4 a { font-size: 1.3rem;}
}

.admin-bar { 
    position: relative;
    z-index: 20;}






/************** SYSTEM ****************/
.collapse,
#msl-basket-summary {
    background: transparent;
    padding: 0;}

#msl-basket-summary .msl-basket-link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;}

#msl-basket-summary .msl-basket-link:hover {color: var(--yellow);}

.msl-basket-summary-items .msl-basket-itemcount {
    font-weight: 700;
    background-color: var(--light-blue);}
    
    

/**************** FOOTER *******************/

footer {
    position: relative;
    color: white;
    font-size: 1rem;
    z-index: 1;
    padding: 60px 0 20px;
    clear: both;
    background: var(--dark-green);}
    

.footer-ad-container {grid-column: 2/4;}
.footer-ad-container .footer-ad {width: 100%;}
.footer-ad-container .footer-ad img {width: 100%;}


footer section {min-height: unset; padding: 0 0 100px 0;}
footer section container {display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr 1fr; grid-gap: 100px;}

.footer-logo-info {display: flex; flex-direction: column; grid-row: 1/3; }
.footer-logo {margin-bottom: 10px; max-width: 250px;}
.footer-tagline {font-family: 'Open Sans', sans-serif; font-size: 1.6em; margin-bottom: 10px; padding-top: 30px; margin-top: 30px; border-top: solid 1px #e4c1f9;}
.footer-address {margin-bottom: 10px;}

.footer-social {display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, min-content); grid-gap: 10px;}
.footer-social>a {padding: 10px; color: white; border-radius: 5px; text-align: center; font-size: 15px; transition: all .2s ease-in-out; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); font-size: 0;}
.footer-social>a:hover {color: #333; background-color: #fab833!important;}
.footer-social>a i { font-size: 1rem;}


@media(max-width: 600px) {
    footer section container {display: flex; flex-direction: column; grid-gap: 50px;}
    .footer-logo-info {display: flex; flex-direction: column; grid-row: auto; }
}

footer .f-info {
	text-align: left;
	padding: 20px 0;
}
.footer-links {
	padding-top: 20px;
	display: block;
	/* overflow:hidden; */
}
.footer-links.mslwidget {
	padding-top: 0px;
}
.footer-links ul {
	padding: 0;
	margin: 0;
}
.footer-links ul.msl_navbar {
	font-weight: 900;
	/* overflow: hidden; */
	padding: 5%;
}
.footer-links ul li a {
	color: #000;
	font-size: 16px;
	transition: 0.3s;
	font-weight: 700;
	text-align: center;
}
.f-links-cont {
	border-top: 0px solid rgba(255, 255, 255, 0.5);
	margin-top: 30px;
}
.f-logo {
	display: none;
}
@media(min-width: 600px) {
	.footer-links ul.msl_navbar {
		font-family: 'Open Sans', sans-serif;
		font-weight: 900;
		/* overflow: hidden; */
		padding: 0%;
	}
	.f-links-cont {
		border-top: 0px solid rgba(255, 255, 255, 0.5);
		margin-top: 0px;
	}
	.f-logo {
		display: block;
	}
}
.footer-links ul li {
	float: left;
	width: 100%;
	text-align: center;
	list-style-type: none;
	float: left;
	width: 100%;
	display: block;
	color: #909090;
	font-size: 12px;
	margin-bottom: 10px;
}
@media(min-width: 600px) {
	.footer-links ul li {}
	.footer-links ul li {
		text-align: left;
	}
}
.footer-links ul li a {
	color: #fff;
	font-size: 16px;
	transition: 0.3s;
	font-weight: 700;
	text-align: center;
}
.footer-links ul li a:hover, .footer-links ul li a.current {
	color: #686D73;
	text-decoration: none;
}
.footer ul.msl_navbar {
	padding: 0;
}
.f-msl {}
span.msl {
	display: block;
	text-align: center;
	font-size: 18px;
	margin: 40px 0 20px 0;
}
/*Footer Navigation*/
footer ul.msl_navbar {
	padding:0;
	margin:0;
	display: grid;
}
footer ul.msl_navbar li {
	list-style-type:none;
}
footer ul.msl_navbar li a {
	color:#fff!important;
	font-size: 1rem;
}
footer ul.msl_navbar li a:hover {
	text-decoration:none;
	color: #ffe86d!important;
}


section container.width-1300 {
    max-width: 1300px;
    width: 90%;
    margin: auto;
}

.footer-nav .msl_navbar li a {text-decoration: none;}
.footer-logo img {max-width: 140px;}
.footer-heading {font-weight: bold; font-size: 1.2rem;}





/****************** NAV *************************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {z-index: 1000;}

#cssmenu ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu ul > li > a {
    padding: 17px 10px;
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    font-weight: 700;}

#cssmenu ul > li:hover > a {  color: var(--yellow);}
#cssmenu ul > li.has-sub:hover > a:after {  background: var(--yellow);}

#cssmenu ul > li > a.msl-itemhassubnav {
  padding-right: 25px;
}


#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 8px 15px;
  width: 170px;
  text-decoration: none;
  color: #fff;
  line-height: 1.4;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: var(--yellow);
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}


@media all and (max-width: 991px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgb(204 204 204 / 20%);
    position: relative;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: var(--yellow);
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu ul > li.has-sub > a:after,
  #cssmenu ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  
  #cssmenu .mslwidget { margin-top: 20px;}
  
  #cssmenu #menu-button {
    position: absolute;
    display: block;
    padding: 23px 27px;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    text-transform: uppercase;
    font-weight: 700;
    right: 0;
    top: -65px;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: var(--yellow);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: var(--yellow);
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgb(204 204 204 / 20%);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button:hover:before,
  #cssmenu .submenu-button:hover:after {background: var(--yellow);}
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: var(--yellow);
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}


@media (min-width: 992px) {
  #cssmenu ul.msl_navbar {display: inline-block !important;}
  #cssmenu ul.msl_navbar > li:first-child > a {padding-left: 0px;}
  #cssmenu ul.msl_navbar > li:last-child > a {padding-right: 0px;}
  
  
  header .msl_navbar .level_1 {
    background: var(--dark-orange);
    padding: 20px;
    width: 200px;
    border: none;}
  
}


@media (min-width: 1300px) {
a.logo {width: 210px;}  

#cssmenu {
    display: inline-block;
    width: calc(100% - 214px); 
    vertical-align: middle;}

#cssmenu .mslwidget {float: right;}

}


@media (min-width: 992px) and (max-width: 1299px) {
#cssmenu {margin-top: 20px;}

}




/*@media (min-width: 992px) {
#cssmenu ul ul {left: 0; display: none !important;}    
#cssmenu ul ul li { height: auto; } 


#cssmenu ul > li.has-sub:focus > ul,
#cssmenu ul > li.has-sub a:focus + ul, 
#cssmenu ul > li.has-sub a:hover + ul,
#cssmenu ul ul:hover {display:block !important;}  
    
}*/



/* skip-link */
a.skip-main {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -100px;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: -999;
    transition: .3s all ease-out;
}
a.skip-main:focus, a.skip-main:active {
    background: #fbdb41;
    color: black;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: auto;
    height: auto;
    overflow: auto;
    padding: 10px 20px;
    font-size: 1rem;
    z-index: 999;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0 0 10px 10px;
}




















/* Navigation */

[role="banner"] {
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	z-index: 30;
}
.active-nav #accessible-menu {	display: block;}
.navigation .admin-nav {
	margin-top: 20px;
}
@media all and (max-width: 992px) {
	nav[role="navigation-bar"] .container {
		padding: 0;
		width: auto;
	}
	nav[role="navigation-bar"] .row {
		margin: 0;
	}
	nav[role="navigation-bar"] .col-xs-12 {
		padding: 0;
	}
	.navigation ul {
		/* overflow-y:scroll; */
		/* max-height:100vh; */
	}
	.navigation ul ul {
		display: none;
		overflow-y: visible;
		margin-bottom: 6px;
	}

	.navigation ul ul li a {
		font-size: 1rem;
		border: 0px solid;
		margin-top: 0;
		line-height: 1;
		font-weight: normal;
		padding: 6px 10px;
	}
}
[role="banner"] .d-logo {
	display: none;
}
.navigation ul ul li {
	float: none;
}
@media all and (min-width: 992px) {
	.navigation {
		float: right;
		/* width: 100%; */
	}
	[role="banner"] {
		position: relative;
		margin: 0;
		width: auto;
		height: auto;
		top: 0;
		clear: both;
	}
	[role="banner"] .d-logo {
		display: inline-block;
		width: 15%;
	}
	.navbar-toggle {
		display: none!important;
	}
	.navigation ul {
		margin: 0;
		padding: 0px 0;
		list-style: none;
	}
	.navigation ul ul {
		
	}
	.navigation ul ul li {
		display: block;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	.navigation ul ul {
		/* zoom: 1; */
	}
	.navigation>ul>li {
		display: block;
		padding: 0;
		margin: 0;
		position: relative;
		/* float: left; */
	}
}
/* Dropdowns */


@media all and (min-width: 992px) {
    .navigation ul li:hover ul {
	max-height: 800px;
	padding: 0px;
	height: auto;
	border-top: 0px solid rgb(0, 0, 0);
	}
}
#accessible-menu {
	height: auto;
	margin-bottom: 0;
	width: 100%;
	display: none;
	position: relative;
	text-align: center;
	z-index: 10;
	background: var(--dark-orange);
	position: fixed;
    top: 0;
    left: 0;
}
@media(min-width:992px) {
	.active-nav #accessible-menu {
		display: none;
	}
	#accessible-menu {
		display: block;
		/* border-top: 1px solid #eee; */
		background: transparent;
		opacity: 1;
		position: relative;
		padding-bottom: 10px;
	}
}
.navigation.admin-nav {
	margin-top: 20px;
}
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	/* padding: 0px 15px 0px 15px; */
	/* overflow: hidden; */
	display: inline-block;
	/* float: left; */
	width: 100%;
	font-weight: bold;
	margin-top: 20px;
}
@media (max-width: 991px) {
    .navigation ul {
    	max-width: 660px;
    	position: relative;
    	left: 0;    }
}

.navigation ul ul {
	margin-top:0;
}
.navigation ul li {
	border-bottom: 0 solid rgba(255, 255, 255, 0.1);
	text-align: left;
	display: block;
	overflow: hidden;
	position: relative;
}
.navigation ul ul {
	display: block;
}






@media(min-width:992px) {
    #nav-icon2 {display: none;}
	.navigation ul li ul {
		/* display: none; */
	}
	.navigation ul li:hover+ul {
		display: block;
	}
	.navigation ul ul:hover {
		display: block;
	}
	
    	
    .navigation ul.msl_navbar>li>.msl-itemhassubnav:after {
    	font-family: "FontAwesome";
    	content: "\f078";
    	/* width: 20px; */
    	height: auto;
    	float: right;
    	margin-right: 0px;
    	color: var(--yellow);
    	font-size: 0.7rem;
        margin-top: 3px;
    }
    
    
    .navigation ul.msl_navbar>li>a:hover.msl-itemhassubnav:after, .navigation ul li:hover>a.msl-itemhassubnav:after {content: "\f077"; }
    
    .navmm {
    position: relative;
    bottom: 40px;
    margin-bottom: -60px;
    z-index: 10;}
	
}
.navigation ul li a:hover {
	background: transparent;
	color: var(--yellow);
}

.navigation ul li a:hover, .navigation ul li a.current {
	text-decoration: none;
}

.alignHeader {
        display: grid;
        justify-content: space-between;
        align-items: end;}



@media (min-width: 992px) {

	[role="navigation-bar"] {
		position: relative;
		width: auto;
		height: auto;
		background: transparent;
		clear: both;
		margin: 0;
		display: block;
		z-index: 1;
		padding-top: 0px;
	}
	.navbar-toggle {
		display: none!important;
	}
	.navigation ul {
		margin: 0;
		padding: 0px 0;
		list-style: none;
		float: none;
	}
	.navigation ul ul {
		 background: #fff;
		 display: none;
		 position: absolute;
		 border-radius: 6px;
		 padding: 19px 0;
		 box-shadow: 0px 0px 12px rgb(0 0 0 / 5%), 0 2px 4px rgb(0 0 0 / 1%);
		 border-radius: 4px;
		 -webkit-break-inside: avoid;
		 break-inside: avoid;
		 min-width: 200px;
		 padding: 20px!important;
		 padding: 20px 15px!important;
         left: -20px;
	}
	.navigation ul li:hover > ul, .navigation ul li:focus-within > ul {
		display: block;
	}
	.navigation ul li {
		display: inline-block;
		padding: 0;
		margin: 0;
		border-bottom: 0 solid;
		overflow: unset;
		/* float: left; */
		margin-top: 0;
	}
	
	.navigation ul li a {padding: 16px 10px;	}
	.navigation ul.msl_navbar > li:first-child > a {padding: 16px 10px 16px 0;	}

	.navigation ul li a:after {}
	.navigation ul li:last-child a {
		margin-right: 0;
	}
	
	.alignHeader {
        display: flex;}
}





@media (min-width: 1200px) {
	.navigation ul ul li a {
		/* font-size: 15px; */
	}
	 .navigation ul {
		margin: 0;
		padding: 0px 0;
		list-style: none;
		/* overflow: initial; */
	}
	.navigation ul li a {
		 font-size: 1rem;
	}
	.navigation ul li {
		display: inline-block;
		padding: 0;
		border-bottom: 0 solid;
	}
}
@media (min-width: 1600px) {
	.navigation ul li {
		display: inline-block;
		padding: 0;
		margin: 0;
		border-bottom: 0px solid;
	}
}
@media (min-width: 1400px) {
	.navigation ul li a {
	}
}
@media all and (min-width: 992px) {
	.navigation ul {
	    text-align: left;
		display: inherit;
		justify-content: space-between;
		margin-top: 30px;
	}
	
	header .hamburger-menu { display: none;}
}

@media all and (min-width: 1200px) {
	.navigation ul {margin-top: 18px; text-align: right;}
}



/* Burger */
@media (max-width: 991px) {
  header .hamburger-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: right;
    margin: 0;
    width: 25px;
    height: 55px;
    cursor: pointer;
    grid-column: 2/3;
    padding: 10px 0;
    float: right;
  }
  header .hamburger-menu span {
    text-transform: uppercase;
    left: calc(-100% + -5px);
    padding: 8px 9px 8px 0;
    top: calc(50% - 18px);
    position: absolute;
    font-size: 13px;
    color: #FFF;
  }
  header .hamburger-menu .bar, header .hamburger-menu .bar:after, header .hamburger-menu .bar:before {
    width: 25px;
    height: 2px;
  }
  header .hamburger-menu .bar {
    position: relative;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: #fff;
    top: -7px;
  }
  header .hamburger-menu .bar:before, header .hamburger-menu .bar:after {
    position: absolute;
    background: #fff;
    content: '';
    left: 0;
    border-radius: 5px;
  }
    header .hamburger-menu.animated .bar, header .hamburger-menu.animated .bar:before, header .hamburger-menu.animated .bar:after,
    header.small .hamburger-menu.animated .bar:before, header.small .hamburger-menu.animated .bar:after {
    background: #fff;
  }
  header .hamburger-menu .bar:before {
    bottom: 8px;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .hamburger-menu .bar:after {
    top: 8px;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0);
  }
  header .hamburger-menu .bar.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .hamburger-menu .bar.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
    
}


@media (max-width: 481px) {
  header .hamburger-menu .bar, header .hamburger-menu .bar:after, header .hamburger-menu .bar:before {
    width: 25px;
    height: 2px;
  }
  header .hamburger-menu .bar:before {
    bottom: 8px;
  }
  header .hamburger-menu .bar:after {
    top: 8px;
  }
}



/* New mobile nav */
@media (min-width: 992px) {
.navButton,
.backTo,
#accessible-menu #navigation .menu-item-has-children ul > .msl-itemhassubnav {display: none !important;}

}

@media (max-width: 991px) {
.open-menu header #accessible-menu { display: block; grid-column: span 2;}
.open-menu #accessible-menu {top: 130px;}

.open-menu,
.openMenu {
    overflow: hidden;
    height: 100%;}


#accessible-menu #navigation .msl_navbar {  height: auto; height: 83vh;}

#accessible-menu #navigation li.menu-item-has-children .sub-menu {
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block !important;
    background: var(--dark-orange);
    z-index: 1;
    top: 30px;
    left: 100%;
    height: 80vh;
    cursor: auto;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    display: none !important;
  }
  #accessible-menu #navigation li.menu-item-has-children .sub-menu .sub-menu { margin-top: 0;  }
  #accessible-menu #navigation li.menu-item-has-children .sub-menu.open-sub {
    left: -10px;
    top: 7px;
    display: block !important;}
  
  #accessible-menu #navigation li.menu-item-has-children .level_2 > .msl-itemhassubnav {margin: 30px 5px 15px !important;  }

  #accessible-menu #navigation li.menu-item-has-children .level_2.sub-menu.open-sub {
    margin: 7px 13px 15px 0; 
    padding: 0 10px;}
  
  #accessible-menu #navigation li.menu-item-has-children .sub-menu.open-sub > .msl-itemhassubnav:hover {border-left: 3px solid transparent;}
  
  #accessible-menu #navigation li.menu-item-has-children .level_2.sub-menu.open-sub li {margin-left: -10px !important;  }
  #accessible-menu #navigation li.menu-item-has-children .level_2.sub-menu.open-sub li:nth-child(2) { margin-top: 15px;  }
  
  header .msl_navbar li a {
    width: 100%;
    display: block;
    position: relative;
    padding: 7px 0 !important; }
  
  #accessible-menu #navigation li.menu-item-has-children { position: initial;}
  
  #accessible-menu #navigation li.menu-item-has-children > a:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 5px;
    color: #000;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.2em;
    content: "\f105";
    font-weight: 900;
    display: block;
    position: absolute;
    right: 20px;
    top: 4px;  }

    .navButton {
    margin: 10px 0;
    text-align: left;
    color: white;
    text-decoration: underline !important;   }
    
    #accessible-menu #navigation li.backTo a {
    font-weight: normal;
    padding: 8px 20px !important;}
    
    #accessible-menu #navigation li.backTo a:before {
    padding: 0 5px;
    color: #000;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.2em;
    content: "\f104";
    font-weight: 900;
    display: block;
    position: absolute;
    left: -5px;
    top: 7px;}
    
    #accessible-menu #navigation a { border: 2px solid transparent ;  }
    
    #accessible-menu #navigation li:focus,
    #accessible-menu #navigation a:focus { border: 2px solid #000 ;  }



header a.logo img { max-width: 100px;}

 .navmm {
    position: relative;
    bottom: 40px;
    margin-bottom: -60px;
    z-index: 10;}


} /* Max width 991 ends */