.clear:not([data-blockstyles="sheditor-element"]) {
    clear: both;
}

#menu-button:not([data-blockstyles="sheditor-element"]) {
    display: none;
}

nav.mobile:not([data-blockstyles="sheditor-element"]) {
    display: none;
}

nav.primary:not([data-blockstyles="sheditor-element"]) {
    padding: 0px;
    display: block;
    margin: 0px;
    width: 100%;
    position: relative;
}

nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) {
    display: inline-block;
    margin: 0px;
    list-style-type: none;
}

nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:not([data-blockstyles="sheditor-element"]) {
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
    text-decoration: none;
    padding: 10px 12px;
    display: block;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    font-weight: 700;
    color: rgb(10, 39, 55) !important;
}

nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:hover:not([data-blockstyles="sheditor-element"]) {
    background-color: rgb(224, 224, 224);
}

nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:not([data-blockstyles="sheditor-element"]) {
    line-height: 18px;
    padding: 5px 0px 5px 20px;
    text-align: left;
    border-right: none;
    border-left: none;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(10, 39, 55);
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: rgb(10, 39, 55) !important;
}

nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:hover:not([data-blockstyles="sheditor-element"]) {
    color: rgb(179, 198, 24);
}

nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) {
    display: none;
    position: absolute;
}

nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) {
    position: absolute;
    left: 100%;
    top: 0px;
}

nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:hover:not([data-blockstyles="sheditor-element"])>ul:not([data-blockstyles="sheditor-element"]) {
    display: block;
    line-height: 18px;
    z-index: 100;
}

nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) {
    float: none;
    width: 310px;
    position: relative;
    margin: 0px;
    display: block;
}

i.fas.fa-angle-down:not([data-blockstyles="sheditor-element"]) {
    padding-left: 3px;
    padding-top: 3px;
}

@media screen and (max-width: 1480px) {
    nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:not([data-blockstyles="sheditor-element"]) {
        font-size: 15px;
    }

    nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) {
        width: 240px;
    }

    nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:not([data-blockstyles="sheditor-element"]) {
        font-size: 13px;
    }
}

@media screen and (max-width: 1200px) {
    nav.primary:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:not([data-blockstyles="sheditor-element"]) {
        padding: 10px 5px;
        font-size: 14px;
    }
}

@media screen and (max-width: 950px) {
    nav.primary:not([data-blockstyles="sheditor-element"]) {
        display: none;
    }

    #menu-button:not([data-blockstyles="sheditor-element"]) {
        width: 100%;
        display: block;
        font-size: 24px;
        position: relative;
        line-height: 40px;
        z-index: 1000;
        text-align: right;
        padding-top: 22px;
    }

    #menu-button:not([data-blockstyles="sheditor-element"]) a:not([data-blockstyles="sheditor-element"]) {
        color: white;
        text-decoration: none;
        text-align: left;
        font-weight: 600;
    }

    .menu-toggle:not([data-blockstyles="sheditor-element"]) span:not([data-blockstyles="sheditor-element"]) {
        font-size: 20px;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) {
        display: block;
        position: fixed;
        text-align: left;
        top: 0px;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #85131D;
        z-index: 1001;
        overflow: auto;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) .social-media:not([data-blockstyles="sheditor-element"]) {
        position: relative;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        word-spacing: 13px;
        padding: 0px 0px 0px 15px;
        color: rgb(10, 39, 55);
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) .social-media:not([data-blockstyles="sheditor-element"]) a:link:not([data-blockstyles="sheditor-element"]),
    nav.mobile:not([data-blockstyles="sheditor-element"]) .social-media:not([data-blockstyles="sheditor-element"]) a:visited:not([data-blockstyles="sheditor-element"]) {
        color: rgb(35, 131, 183);
        text-decoration: none;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) .social-media:not([data-blockstyles="sheditor-element"]) a:hover:not([data-blockstyles="sheditor-element"]),
    nav.mobile:not([data-blockstyles="sheditor-element"]) .social-media:not([data-blockstyles="sheditor-element"]) a:active:not([data-blockstyles="sheditor-element"]) {
        color: rgb(10, 39, 55);
        text-decoration: underline;
    }

    .mobiletitle:not([data-blockstyles="sheditor-element"]) {
        padding-left: 20px;
        color: rgb(10, 39, 55);
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) .mobile_top:not([data-blockstyles="sheditor-element"]) {
        position: relative;
        display: block;
        padding: 0px;
        margin: 15px 0px 10px;
        color: rgb(153, 153, 153);
        font-size: 18px;
        font-weight: 400;
        height: 30px;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) .menu-toggle:not([data-blockstyles="sheditor-element"]) {
        position: absolute;
        padding: 3px 8px;
        font-family: Arial, sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        background: rgb(34, 34, 34);
        color: rgb(153, 153, 153);
        text-decoration: none;
        top: -4px;
        right: 13px;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) .menu-toggle:hover:not([data-blockstyles="sheditor-element"]) {
        color: rgb(255, 255, 255);
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) {
        list-style: none;
        font-weight: 300;
        margin: 0px;
        padding: 0px;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) {
        border-top: 1px solid rgb(69, 69, 69);
        border-bottom: 1px solid rgb(21, 21, 21);
        position: relative;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:not([data-blockstyles="sheditor-element"]) {
        position: relative;
        display: block;
        font-size: 14px;
        padding: 10px 10px 10px 15px;
        color: rgb(10, 39, 55);
        text-decoration: none;
        border-left: 4px solid rgb(51, 51, 51);
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:hover:not([data-blockstyles="sheditor-element"]) {
        background: rgba(45, 45, 45, 0.5);
        color: rgb(255, 255, 255);
        border-left: 4px solid rgb(39, 126, 171);
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]):last-child {
        border: none;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:not([data-blockstyles="sheditor-element"]) {
        background: white;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        border-left: 4px solid rgb(68, 68, 68);
        color: rgb(10, 39, 55);
        text-decoration: none;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:hover:not([data-blockstyles="sheditor-element"]) {
        background: rgba(65, 65, 65, 0.5);
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]):last-child {
        border: none;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:not([data-blockstyles="sheditor-element"]) {
        background: rgb(85, 85, 85);
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: rgb(204, 204, 204);
        text-decoration: none;
        border-left: 4px solid rgb(85, 85, 85);
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:hover:not([data-blockstyles="sheditor-element"]) {
        background: rgba(85, 85, 85, 0.5);
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]):last-child {
        border: none;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:not([data-blockstyles="sheditor-element"]) {
        background: rgb(119, 119, 119);
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: rgb(204, 204, 204);
        text-decoration: none;
        border-left: 4px solid rgb(85, 85, 85);
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:hover:not([data-blockstyles="sheditor-element"]) {
        background: rgba(85, 85, 85, 0.5);
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) .click:not([data-blockstyles="sheditor-element"]) {}

    .nav-footer:not([data-blockstyles="sheditor-element"]) {
        color: white;
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding: 15px 0px;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) a:not([data-blockstyles="sheditor-element"]) .fa:not([data-blockstyles="sheditor-element"]) {
        width: 25px;
        font-weight: 100;
        padding: 8px 3px;
        margin: 0px 6px 0px 0px;
        text-align: center;
        background: rgb(41, 41, 41);
        border-radius: 30px;
        text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
    }

    nav.mobile:not([data-blockstyles="sheditor-element"]) ul:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) .fa-chevron-down:not([data-blockstyles="sheditor-element"]) {
        color: rgb(153, 153, 153);
    }

    .more:not([data-blockstyles="sheditor-element"]) {
        position: absolute;
        right: 5%;
    }

    .mobilefooterlogo:not([data-blockstyles="sheditor-element"]) {
        text-align: center;
        margin: 0px auto;
        transform: scale(0.9);
    }
}

@media screen and (max-width: 500px) {
    #menu-button:not([data-blockstyles="sheditor-element"]) {
        text-align: center;
    }
}

.primary:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"])>i:not([data-blockstyles="sheditor-element"]) {
    display: none;
}

.mobile:not([data-blockstyles="sheditor-element"]) li:not([data-blockstyles="sheditor-element"]) i:not([data-blockstyles="sheditor-element"]) {
    position: absolute;
    font-size: 18px;
    color: rgb(255, 255, 255);
    right: 13px;
    width: 27px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 4px !important;
    padding: 0px !important;
}