/* Header Z-Index Highest on Page - Fix */
header {
    z-index:9999;
}
/*Cache Check*/
#lp-flyout-menu-wrapper {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    z-index: 20;
    background: #fff;
    top: 183px;
    width: 220px;
    padding-top: 0;
    border-right: 1px solid #aea6f0;
    padding-right: 0;
    padding-bottom: 25px;
    height: auto;
    border-top: 1px solid #aea6f0;
}

#lp-flyout-menu-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    height: 40px;
    display: block;
    background: transparent;
    z-index: 0;
    width: 40px;
    height: 100%;
}

#lp-flyout-menu-wrapper.sticky {
    background: #fff;
    position: fixed;
    top: 69px!important;
}

h3.lp-menu-heading {
    font-family: inherit;
    color: #414141;
    font-size: 1rem;
    margin-top: 25px;
    text-transform: uppercase;
    color: #aea6f0;
    letter-spacing: 2px;
}

#lp-flyout-menu-wrapper a {
    font-family: inherit;
    text-decoration: none;
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
}

#lp-flyout-menu-wrapper a:hover {
    color: #aea6f0;
}

#lp-flyout-menu-toggle {
    position: absolute;
    top: 44px;
    right: -85px;
    width: 130px;
    height: 40px;
    background: #aea6f0;
    text-align: center;
    font-size: 21px;
    display: block;
    line-height: 39px;
    color: white;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    text-transform: uppercase;
}

#lp-flyout-menu-toggle:hover,
#lp-flyout-menu-wrapper:hover #lp-flyout-menu-toggle {
    background: #000;
}

#lp-flyout-menu-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    display: block;
    background: transparent;
    z-index: 1;
    width: 635px;
}

#lp-flyout-menu {
    background: #fff;
    padding-right: 15px;
    padding-bottom: 0;
    padding: 30px;
    padding-top: 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#lp-flyout-menu.sticky {
    background: #fff;
    height: 90vh !important;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 120;
}

#lp-flyout-menu .lp-flyout-catmenu ul {
    padding: 0;
    margin: 0;
}

#lp-flyout-menu .lp-flyout-catmenu ul li {
    list-style: none !important;
}

.menu-arrow {
    font-size: 12px;
    display: inline-block;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    position: relative;
    bottom: 5px;
}

a.greenlink,
a.link-bold {
    font-weight: 600 !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #lp-flyout-menu-wrapper {
        top: 186px;
        background: #fff;
    }
    #lp-flyout-menu-wrapper:before {
        display: none;
        pointer-events: none;
    }
    .bgSiderImg a {
        pointer-events: none !important;
    }
    #lp-flyout-menu-wrapper a {
        padding: 8px 0;
    }
}
