.header {
    -webkit-backdrop-filter: saturate(380%) blur(20px);
    backdrop-filter: saturate(380%) blur(20px);
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    display: block;
    width: 100%;
}


.header_inner {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.LM_logo {
    width: 15%;
    min-width: 160px;
}

.LM_logo img {
    width: 100%;
}

.inverse {
    background: rgba(236, 236, 236, .75);
    color: #fff;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    /* background: rgba(0,0,0,.95); */
    color: #fff;
    left: 0;
    position: relative;
    right: 0;
    width: 100%;
    z-index: 10;
}

.navRoot {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    width: 100%;
}

.logo {
    width: 31px;
    color: #fff;
}

.logoLink {
    outline: none;
}

.logoImage {
    margin-left: -1px;
    max-height: 40px;
    position: relative;
}

.secondary {
    margin-right: -30px;
    text-align: center;
    width: calc(100% - 73px);
    /* color: ; */
}

.navButtons form{
    display: inline;
}

.spNavButton{
    display: none;
}

.spNavButtonInner{
    display: none;
}

@media (max-width: 600px) {
    .secondary {
        display: none;
    }
}


@media (max-width: 600px) {
    .navButtons{
        display: none;
    }

    .spNavButton{
        display: block;
        margin-right: 8px;
        position: relative;
    }

    .spNavButtonInner{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 16px;
        background: white;
        box-shadow: 0px 18px 17px 0 rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        z-index: 500;
    }

    .spNavButtonItem{
        color: #0F0235;
        padding: 15px 35px;
        outline: none;
    }
    .spNavButtonItem button{
        color: #0F0235;
    }
}

.navButton {
    white-space: nowrap;
    background: #56baed;
    border-radius: 8px;
    padding: 12px 20px;
    border: 0px;
    outline: none;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.navButton:not(:last-child) {
    margin-right: 12px;
}

.linkWrapper {
    display: inline-block;
    margin: 0 12px;
}

.navLink {
    color: rgb(77, 77, 77);
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    padding: 15px 12px;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: color .1s linear 0s;
}

@media (max-width: 767px) {
    .navButton {
        padding: 6px 10px;
    }
}
