@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,400);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

.nav-drill li {
    list-style: none
}

.nav-drill a {
    text-decoration: none !important
}

.nav-drill a:active {
    color: #fff
}

.nav-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: unset;
    z-index: 99999;
    padding: 15px 20px;
    width: 100%;
    height: auto;
    background-color: #222
}

.nav-drill, .nav-link {
    background-color: #fff
}

.nav-top .hamburger {
    margin-left: auto;
    color: #fff;
    cursor: pointer
}

.nav-drill {
    margin-top: 50px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: -webkit-box;
    display: flex;
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .45s;
    transition: .45s
}

.nav-is-toggled .nav-drill {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible
}

.nav-items {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding-left: 0
}

.nav-expand-content .nav-item:not(:last-child), .nav-item:not(:last-child) {
    border-bottom: 1px solid #f4f4f4
}

.nav-link {
    display: block;
    padding: .875em 1em;
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300
}

.nav-expand-content, .nav-expand-content .nav-link {
    background-color: #333
}

.nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden
}

.nav-expand-content .nav-back-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #333 !important;
    color: #fff
}

.nav-expand-content .nav-back-link::before {
    content: "chevron_left";
    margin-right: .5em;
    font-family: "Material Icons"
}

.nav-expand-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.nav-expand-link::after {
    content: "chevron_right";
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    font-family: "Material Icons"
}

.nav-expand.active > .nav-expand-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}

.nav-expand .nav-expand-content, .nav-expand .nav-expand-content .nav-link {
    background-color: #fff
}

.nav-expand .nav-expand-content .nav-expand-content, .nav-expand .nav-expand-content .nav-expand-content .nav-link {
    background-color: #aff1e6
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content, .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #84e9d9
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content, .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #59e1cb
}