/* Menu created using cssmenumaker.com */

@import url(https://fonts.bunny.net/css?family=Open+Sans:400,700);

:root {
  --active-item-text-color: rgb(155,155,115);
  --dark-olive-green: rgb(57,58,28);
}
#nav {
  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;
  z-index: 999;
}
#nav ul,
#nav ul li,
#nav ul li a,
#nav #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;  
}
#nav:after,
#nav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#nav #menu-button {
  display: none;
}
#nav {
  font-family: "OpenSans", sans-serif;
  background: rgb(57,58,28);
}
#nav > ul > li {
  float: left;
}
#nav.align-center > ul {
  font-size: 0;
  text-align: center;
}
#nav.align-center > ul > li {
  display: inline-block;
  float: none;
}
#nav.align-center ul ul {
  text-align: left;
}
#nav.align-right > ul > li {
  float: right;
}
#nav > ul > li > a {
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#nav > ul > li:not(first-of-type) > a {
  padding: 17px 9.75px;
}
#nav > ul > li:first-of-type > a {
  padding: 17px 17px 17px 0;
}
#nav > ul > li:hover > a {
  color: #ffffff;
}
#nav > ul > li.has-sub > a {
  padding-right: 30px;
}
#nav > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#nav > ul > li.has-sub.active > a:after {
  background: rgb(155,155,115);
}
#nav > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 21px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  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;
}
#nav > ul > li.has-sub.active > a:before {
  background: rgb(155,155,115);
}
#nav > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#nav > ul > li.has-sub:hover > a:after {
  background: white;
}
#nav ul ul {
  position: absolute;
  left: -9999px;
}
#nav.align-right ul ul {
  text-align: right;
}
#nav 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;
}
#nav li:hover > ul {
  left: auto;
}
#nav.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#nav li:hover > ul > li {
  height: 35px;
}
#nav ul ul ul {
  margin-left: 100%;
  top: 0;
}
#nav.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
/* The following input[type="submit"] is necessary to handle the logout button, and the !important notations are necessary for the logout button */
#nav ul ul li a, #nav ul ul li input[type="submit"] {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 100%;
  min-width: 160px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  text-transform: capitalize !important;
  text-align: left;
  background-color:  rgb(57,58,28) !important;
  background-color:  rgb(57,58,28) !important;
}
@media screen and (max-width:449px){
  #nav ul ul li a {
    white-space: normal;
    line-height: 1.4;
  }
}
@media screen and (min-width:450px){
  #nav ul ul li a {
    white-space: nowrap;
  }
}
#nav ul ul li:last-child > a,
#nav ul ul li.last-item > a {
  border-bottom: 0;
}
#nav ul ul li:hover > a,
#nav ul ul li a:hover {
  color: #ffffff;
}
#nav ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#nav.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#nav ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  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;
}
#nav.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#nav ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#nav.small-screen {
  width: 100%;
}
#nav.small-screen ul {
  width: 100%;
  display: none;
}
#nav.small-screen.align-center > ul {
  text-align: left;
}
#nav.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#nav.small-screen ul ul li,
#nav.small-screen li:hover > ul > li {
  height: auto;
}
#nav.small-screen ul li a,
#nav.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#nav.small-screen > ul > li {
  float: none;
}
#nav.small-screen ul ul li a, #nav.small-screen ul ul li input {
  padding-left: 25px;
}
#nav.small-screen ul ul ul li a {
  padding-left: 35px;
}
#nav.small-screen ul ul li a {
  color: #dddddd;
  background: none;
}
#nav.small-screen ul ul li.active > a {
  color: rgb(155,155,115);
}
#nav.small-screen ul ul li:hover > a {
  color: #ffffff;
}
#nav.small-screen ul ul,
#nav.small-screen ul ul ul,
#nav.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#nav.small-screen > ul > li.has-sub > a:after,
#nav.small-screen > ul > li.has-sub > a:before,
#nav.small-screen ul ul > li.has-sub > a:after,
#nav.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#nav.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: calc(14px + 0.25vw);
  text-transform: uppercase;
  font-weight: 700;
}
#nav.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
  box-sizing: content-box;
}
#nav.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
  box-sizing: content-box;
}
#nav.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#nav.small-screen .submenu-button.submenu-opened {
  background-color: rgb(57,58,28);
}
#nav.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#nav.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#nav.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#nav.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#nav.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}
#nav.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#nav.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#nav.small-screen.select-list {
  padding: 5px;
}
/* The following input[type="submit"] is necessary to handle the logout button */
#nav a, #nav input[type="submit"] {
  font-size: calc(12px + 0.2vw) !important;
}
#nav a i {
  margin-right: 0.7vw;
}
#nav li.active > a {
  color: rgb(155,155,115)
}