#sidebarCollapse {
	padding: 6px 8px;
}

.overlay {
            position: fixed;
            width: 100vw;
            height: 110vh;
            top:-10vh;
            background: rgba(0, 0, 0, 0.7);
            z-index: 998;
            display: none;
}

.sidenav {
            height: 100%;
            width: 298px;            
            left: -298px;
            top: 0;
            position: fixed;
            z-index: 10000;
            background-color: #111;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 60px;
         }
            .sidenav .closebtn {
                position: absolute;
                top: 3px;
                right: 5px;
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                margin-left: 50px;
                cursor: pointer;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }
                .sidenav .closebtn:hover {
                    background: #fff;
                    color: #7386D5;
                }

        @@media screen and (max-height: 450px) {
            .sidenav {
                padding-top: 15px;
            }
        }

/*Adjust to work w/ bootstrap h3 text style*/
#sidebar .sidebar-header {
    margin: -65px 0 0 0;
    padding: 10px;
    background: #ebae33;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: white;
    text-decoration: none;
}
#sidebar ul li a:hover {
    color: black;
    background: #fff;
    text-decoration: none;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #ebae33;
}


#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
#sidebar a[aria-expanded="true"]::before {
    content: '\e260';
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #222222;
}

#sidebar ul.CTAs {
    padding: 20px;
}

#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
#sidebar a.download {
    background: #fff !important;
    color: black !important;
}
#sidebar a.download:hover {
    background: #ff6a00 !important;
    color: black !important;
}