/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) {
#header-menu.navbar-nav { list-style:none; margin: 0 -20px 0 0; float: right; }
#header-menu.navbar-nav > li { color: #000; display: inline-block; margin: 0; padding: 0; font-size: 16px; line-height: 26px; font-weight: 400; font-optical-sizing: auto; font-style: normal; }
#header-menu.navbar-nav > li > a { display:block; text-decoration:none; padding:20px; color:#000; text-shadow:none; border-radius:0; margin:0; }
#header-menu.navbar-nav > .active > a,
#header-menu.navbar-nav > .active > a:focus,
#header-menu.navbar-nav > .active > a:hover,
#header-menu.navbar-nav > li > a:hover,
#header-menu.navbar-nav > li > a:focus { color:#000; background: #fff !important; }

#header-menu.navbar-nav li ul.dropdown-menu { min-width: none; padding: 10px 0; background: #56002b; width:240px; border: none; border-radius: 0; box-shadow: 0; z-index: 99999; }
#header-menu.navbar-nav li ul.dropdown-menu li { margin:0; padding:0 15px; float:none; font-size:16px; display:block; line-height:20px; font-family:"Geist", serif; font-weight:300 !important; font-optical-sizing: auto; font-style: normal !important; position: relative; }
#header-menu.navbar-nav li ul.dropdown-menu ul { left:100%; margin-top:-41px; position: absolute; top: 100%; }
#header-menu.navbar-nav li ul.dropdown-menu a { color:#fff !important; text-align:left; text-decoration:none; padding:5px 10px; display:block; white-space: normal; background:none !important; font-weight:300 !important; font-style: normal !important; }
#header-menu.navbar-nav li ul.dropdown-menu a:hover,
#header-menu.navbar-nav li ul.dropdown-menu a:focus { color:#fff !important; background: none !important; text-decoration:underline; }

#header-menu.nav li:hover a,
#header-menu.nav li:hover a:focus { color:#000; background: #fff !important; }

#header-menu.nav li:hover > ul { display:block; }

#header-menu.nav > li.current-menu-item > a,
#header-menu.nav > li.current-menu-ancestor > a,
#header-menu.nav > li.current_page_item > a,
#header-menu.nav > li.current_page_ancestor > a { color:#000; background: #fff !important; }

#header-menu.nav > li.current-menu-item > a:hover,
#header-menu.nav > li.current-menu-ancestor > a:hover,
#header-menu.nav > li.current_page_item > a:hover,
#header-menu.nav > li.current_page_ancestor > a:hover { color:#000; background: #fff !important; }
	
#header-menu.navbar-nav li.menu-item-41386 { font-weight: 700; margin-left: 20px !important; }
#header-menu.navbar-nav li.menu-item-41386 > a { background: #ba814a !important; color: #fff !important; padding: 20px 25px; }
#header-menu.navbar-nav li.menu-item-41386 > a:hover,
#header-menu.navbar-nav li.menu-item-41386 > a:focus { background: #ba814a !important; color: #fff !important; }
#header-menu.navbar-nav li.menu-item-41390 { font-weight: 700; }
#header-menu.navbar-nav li.menu-item-41390 a { background: #56002b !important; color: #fff !important; padding: 20px 25px; }
#header-menu.navbar-nav li.menu-item-41390 a:hover,
#header-menu.navbar-nav li.menu-item-41390 a:hover:focus { background: #56002b !important; color: #fff !important; }
}

/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Portrait phones and smaller */
@media (max-width: 991px) {
#header-menu.nav { margin:0 !important; padding:20px 0 !important; float: none !important; }
#header-menu.nav > li { margin:0 0 2px 0; padding:0; float: none; font-size:16px; line-height: 26px; font-family:"Geist", serif; font-weight:400; }
#header-menu.nav > li > a { text-shadow:none; color:#000; background:#fff; border:none; border-radius:0 !important; padding:15px !important; text-decoration: none; }
#header-menu.nav > li > a:hover,
#header-menu.nav > li > a:focus { background:#fff !important; color:#000 !important; border:none; text-decoration:none; }
#header-menu.nav > .active > a,
#header-menu.nav > .active > a:hover,
#header-menu.nav > .active > a:focus { background:#fff; color:#000 !important; border:none; text-decoration:none; }
#header-menu.nav > li.menu-item-41386 { font-weight: 700; }
#header-menu.nav > li.menu-item-41386 > a { background: #ba814a !important; color: #fff !important; }
#header-menu.nav > li.menu-item-41386 > a:hover,
#header-menu.nav > li.menu-item-41386 > a:focus { background: #ba814a !important; color: #fff !important; }
#header-menu.nav > li.menu-item-41390 { font-weight: 700; }
#header-menu.nav > li.menu-item-41390 a { background: #56002b !important; color: #fff !important; }
#header-menu.nav > li.menu-item-41390 a:hover { background: #56002b !important; color: #fff !important; }
#header-menu.nav ul { background:#fff; list-style:none; margin:0; padding:10px; }
#header-menu.nav ul ul { display:none; }
#header-menu.nav ul a,
#header-menu.nav ul a:hover { background:#fff; color:#000; }
#header-menu.navbar-nav .open .dropdown-menu { position: relative !important; float: none !important; min-width: 100% !important; border: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
#header-menu.navbar-nav .open .dropdown-menu > li { font-family: "Geist", serif; font-weight: 300; font-style: normal; font-size: 16px; line-height: 20px; }
#header-menu.navbar-nav .open .dropdown-menu > li > a { background:#fff !important; padding: 5px 0; font-weight: 400; color: #000 !important; text-decoration: none; white-space:normal !important; overflow:visible !important; }
#header-menu.navbar-nav .open .dropdown-menu > li > a:hover { background:#fff !important; color: #000 !important; text-decoration: underline; }
}