<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
::-webkit-scrollbar { 
    display: none; 
}

/* last li - edit */

.menu-item-21 a {border: none !important;}

/* push menu */

.pushmenu { /*this is the nav*/
  background: #e87c08;
  font-family: 'JuraLight', Arial, Helvetics, sans-serif;
  width: 50vw;
  height: 100%;
  top: 0;
  z-index: 999999;
  position:fixed;
}

.pushmenu ul {
    padding: 0;
    margin: 0;
}

.pushmenu ul.sub-menu li a {
    margin: 0;
    padding-left: 60px;
}

.pushmenu li {
    list-style: none;
}

.pushmenu h3 {
    color: white;
    font-size: 32px;
    font-weight: 100;
    padding: 8px 0px 50px 19px;
    margin: 0;
    background: #e87c08;
    height: 16px;
    font-family: 'JuraDemiBold';
    border-bottom: 1px solid white;
}

.pushmenu li a {
  display: block; /* drops the nav vertically*/
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
    padding: 15px 20px;
    border-bottom: 1px solid #fff; 
}
.sub-menu li a {
  display: block; /* drops the nav vertically*/
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
    padding: 15px 20px;
    border-bottom: 1px dotted #fff; 
}

.pushmenu a:hover {
  background:#fff;
    color: #323232;
}

.pushmenu a:active {
  background: #323232;
  color: #fff;
}

.pushmenu-left {
  right: -50vw;

}

.pushmenu-left.pushmenu-open {
  right: 0;
    overflow: scroll;
}

.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  right: 0;
}

.pushmenu-push-toright {
  right: 50vw;
}

/*Transition*/
.pushmenu, .pushmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}

#nav_list {
    color: #b9b4a9;
  cursor: pointer;
  height: 33px;
  width: 33px;
    font-size: 48px;
}

nav-list.active {
  background-position: -33px top;
}

 .buttonset {
    height: 43px;
    padding: 8px 2px 0px 7px;
    position: fixed;
    z-index: 999999;
    top: 12px;
    right: 14px;
     background: #534741;
     border-radius: 5px;
 }

.close {
    position: absolute;
    top: 13px;
    right: 14px;
    font-size: 48px;
    color: white;
}

/* Transition Response */

@media (max-width: 567px) {
    .pushmenu-left {
    right: -80vw;
    }
    .pushmenu {
        width: 80vw;
    }
    .pushmenu-push-toright {
    right: 80vw;
    }
}</pre></body></html>