<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms &amp; transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */
.menu-btn {
display: block;
position: fixed;
top: 30px;
left: 30px;
font-size: 21px;
color: #E73931;
width: 40px;
height: 40px;
padding: 4px 9px;
border-radius: 100px;
transition:0.3s;
z-index: 99999999;
}
.menu-btn span {
position: absolute;
font-size: 11px;
background: #E73931;
width: 20px;
height: 20px;
border-radius: 100px;
padding: 0px 5px;
border: 2px solid;
left: 19px;
color: #ffffff;
}
.menu-btn:hover span {display: none;}
.menu-btn:hover {
display: block;
position: fixed;
top: 30px;
left: 30px;
font-size: 21px;
color: #ffffff;
background: #E73931;
width: 40px;
cursor: pointer;
height: 40px;
padding: 4px 9px;
border-radius: 100px;
transition:0.3s;
}
.pushy{
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #E73931;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

/* Menu Movement */

.pushy-left{
    -webkit-transform: translate3d(-250px,0,0);
    -moz-transform: translate3d(-250px,0,0);
    -ms-transform: translate3d(-250px,0,0);
    -o-transform: translate3d(-250px,0,0);
    transform: translate3d(-250px,0,0);
}

.pushy-open{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-push, .push-push{

}

/* Menu Transitions */

.pushy, #container, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */

.site-overlay{
    display: none;
}

.pushy-active .site-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(16, 7, 29, 0.72);
    -webkit-animation: fade 500ms; 
    -moz-animation: fade 500ms; 
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* Example Media Query */

@media screen and (max-width: 768px){
    .pushy{
        font-size: 1.0em;
    }
}
.slimScrollDiv { border:0px solid #eee; }
/*
.fixed-sidebar-left.pushy-active &gt; .slimScrollDiv {
  overflow: visible !important;
}
.fixed-sidebar-left.pushy-active &gt; .slimScrollDiv .slimScrollBar {
  display: none !important;
}
.fixed-sidebar-left.pushy-active &gt; .slimScrollDiv &gt; nav &gt; div{
  overflow: visible !important;
  width: 100% !important;
  height: auto !important;
}
.fixed-sidebar-left.pushy-active&gt; .slimScrollDiv &gt; nav &gt; div &gt; ul &gt; li {
  width: auto;
}

.fixed-sidebar-left.pushy-active &gt; .slimScrollDiv &gt; nav &gt; div &gt; ul &gt; li &gt; a &gt; i {
  display: block;
  margin-bottom: 10px;
  margin-right: 0 !important;
}
.fixed-sidebar-left.pushy-active&gt; .slimScrollDiv &gt; nav &gt; div &gt; ul &gt; li &gt; a &gt; .pull-right {
  display: none;
}
.fixed-sidebar-left.pushy-active &gt; .slimScrollDiv &gt; nav &gt; div &gt; ul li {
  position: relative;
}
.fixed-sidebar-left.pushy-active &gt; .slimScrollDiv &gt; nav &gt; div &gt; ul .collapse-level-1 {
  background: #ebebeb;
  height: auto !important;
  left: 0;
  position: absolute !important;
  z-index: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.fixed-sidebar-left.pushy-active &gt; .slimScrollDiv &gt; ul .collapse-level-1.two-col-list {
  width: 450px;
}
.fixed-sidebar-left.pushy-active &gt; .slimScrollDiv &gt; ul .collapse-level-1 li {
  float: left;
}
.fixed-sidebar-left.pushy-active &gt; .slimScrollDiv &gt; ul .collapse-level-1 li &gt; a i:before {
  content: "\f105";
}
.fixed-sidebar-left.pushy-active &gt; .slimScrollDiv &gt; ul .collapse-level-1 li &gt; ul {
  background: #ebebeb;
  left: 225px;
  position: absolute;
  top: 0;
  z-index: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.fixed-sidebar-left.pushy-active &gt; .slimScrollDiv &gt; ul &gt; li:hover &gt; ul {
  display: block;
}
.fixed-sidebar-left.pushy-active &gt; .slimScrollDiv &gt; ul &gt; li &gt; ul &gt; li:hover &gt; ul {
  display: block;
}*/</pre></body></html>