.lockscroll {
    overflow: hidden;
    left: 0;
    right: 0
}

.actionButtons {
    right: 95px;
    position: absolute;
    display: initial;
    /* z-index: 100 */
}

.topheader .button.button-primary {
    padding: 0 6px
}

.topheader a.assistButton {
    letter-spacing: normal;
    font-size: 1.4rem;
    border: 1px solid #f03c3c;
    background-color: #f03c3c;
    padding: 0 1.6rem;
    margin: 14px 13px 0 5px;
    width: 70px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5)
}

.topheader a.assistButton:hover {
    background-color: #d83636;
    border: 1px solid #d83636;
}

.topheader a.callButton {
    letter-spacing: normal;
    font-size: 1.4rem;
    border: 1px solid #00aaf0;
    background-color: #00aaf0;
    padding: 0 1.6rem;
    margin: 14px 0 0 14px;
    width: 70px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5)
}

.topheader a.callButton:hover {
    background-color: #009cdd;
    border: 1px solid #009cdd
}

#search form {
    padding: 0;
    margin: 0
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    font-weight: 400;
    background-color: #e6e6e6;
    padding: 2rem;
    height: auto;
    margin: 0;
    text-align: center;
    font-size: 3rem;
    color: #333333
}

input[type="search"]:focus {
    border: none
}

input[type="search"] {
    border-radius: 0;
    margin-top: 0
}

.main-search {
    left: 0;
    opacity: 0;
    position: fixed;
    top: 100px;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 400;
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222
}

.main-search.scrolledmenu {
    top: 70px
}

.main-search.is-visible {
    visibility: visible;
    opacity: 1
}

.searchMobile {
    display: none !important
}

.searchMobile input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    font-weight: 400;
    background-color: #333333;
    padding: 1.4rem 45px 1.3rem;
    height: auto;
    margin: 0;
    text-align: left;
    font-size: 1.4rem;
    color: #ffffff;
    letter-spacing: 0.1rem
}

.searchMobile .searchinput::-webkit-input-placeholder {
    color: #fff
}

.searchMobile .searchinput:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.searchMobile .searchinput::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.searchMobile .searchinput:-ms-input-placeholder {
    color: #fff
}

.searchMobile input[type="search"]:focus, .searchMobile input[type="search"]:hover {
    border: none;
    background: #222222;
    cursor: pointer
}

.searchMobile input[type="search"]:focus {
    font-weight: 200;
    cursor: initial
}

.search-cover-layer {
    display: none
}

@media only screen and (min-width: 1024px) {
    .search-cover-layer {
        display: block;
        position: fixed;
        z-index: 300;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        -moz-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s
    }
    .search-cover-layer.search-form-visible {
        opacity: 1;
        visibility: visible
    }
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    position: relative
}

#cssmenu #menu-button {
    display: none
}

#cssmenu {
    /* font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-weight: 200;
    background: #333333;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.4rem
}

#cssmenu ul.topmenu {
    display: inline-block
}

#cssmenu ul.topmenu ul {
    text-align: left
}

#cssmenu>ul>li {
    float: left
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right>ul>li {
    float: right
}

#cssmenu>ul>li>a, .searchsite {
    padding: 1.5rem 1.5rem 1.6rem;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    text-decoration: none;
    color: #ffffff;
    font-weight: 200;
    text-transform: uppercase
}

#cssmenu>ul>li:hover>a, #cssmenu>ul>li:focus>a {
    color: #00aaf0
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2)
     /* rgba(150, 150, 150, 0.15); */
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu ul ul li {
    /* height: 0; */
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu.align-right li:hover>ul {
    left: auto;
    right: 0
}

#cssmenu li:hover>ul>li {
    /* height: 35px */
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li.nameGreeting {
    padding: 11px 15px;
    width: 170px;
    text-decoration: none;
    color: #f0783c;
    font-size: 1.4rem;
    font-weight: 200;
    background: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#cssmenu ul ul li a {
    border: 1px solid rgba(150, 150, 150, 0.15);
    padding: 8px 15px;
    width: 180px;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 200;
    background: #333333;
}

#cssmenu ul ul li:last-child>a, #cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
    color: #ffffff;
    background-color: #00aaf0
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: ''
}

#cssmenu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul li.joinMenu, #cssmenu ul li.donateMenu, #cssmenu ul li.shopMobile {
    display: none
}

#search button.searchButton {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border: none;
    border-radius: 0;
    border-left: 2px solid rgba(120, 120, 120, 0.2);
    height: 78px;
    width: 78px;
    cursor: pointer
}

button.searchButton::before {
    content: "\f002";
    font-family: FontAwesome;
    font-weight: 200;
    color: #333333;
    position: absolute;
    top: 18px;
    right: 44px;
    display: block;
    width: 10px;
    height: 2px;
    font-size: 3rem;
    border: none
}

#search button.searchButton:hover::before, a.search-trigger:hover::before, a.search-trigger.search-form-visible:after {
    color: #00aaf0
}

a.search-trigger.search-form-visible::before {
    display: none
}

a.search-trigger::before {
    content: "\f002";
    font-family: FontAwesome;
    font-weight: 200;
    color: #ffffff
}

a.search-trigger.search-form-visible:after {
    content: "\f00d";
    font-family: FontAwesome;
    color: #fff;
    font-weight: 200;
    transform: translateX(-50%) translateY(-50%) scale(0)
}

.loginMenu a:hover {
    cursor: pointer
}

.loginMenu span {
    display: none
}

@media screen and (max-width: 1130px) {
    .loginMenu span {
        display: block
    }
    .loginMenu i {
        display: none
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu.align-center>ul {
        text-align: left
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2)
    }
    #cssmenu ul ul li, #cssmenu li:hover>ul>li {
        height: auto
    }
    #cssmenu ul li a, #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu>ul>li {
        float: none
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #dddddd;
        background: none
    }
    #cssmenu ul ul li:hover>a, #cssmenu ul ul li.active>a {
        color: #ffffff
    }
    #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before, #cssmenu ul ul>li.has-sub>a:after, #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }
    #cssmenu #menu-button {
        display: inline-block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 1.4rem;
        text-transform: uppercase;
        font-weight: 700;
        position: absolute;
        right: 34px;
        top: 12px;
        z-index: 300;
        box-sizing: content-box
    }
    #cssmenu #menu-button:before, #cssmenu #menu-button:after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s
    }
    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: -10px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';
        transition-property: bottom, transform
    }
    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: -10px;
        display: block;
        height: 2px;
        width: 20px;
        border-top: 2px solid #dddddd;
        content: '';
        transition-property: top, transform
    }
    #cssmenu #menu-button.menu-opened:before, #cssmenu #menu-button.menu-opened:after {
        transition-delay: 0s, 0.3s
    }
    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button, button.searchButton {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        border-right: 1px solid rgba(120, 120, 120, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #3f3f3f;
        /* height: 45px;
        width: 45px; */
        height: 100%;
        width: 4.5rem;
        cursor: pointer
    }
    button.searchButton {
        border: none;
        border-radius: 0;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        margin: 0;
        padding: 0;
        width: 47px
    }
    button.searchButton::before {
        content: "\f002";
        font-family: FontAwesome;
        font-weight: 200;
        color: white;
        position: absolute;
        top: 2px;
        right: 20px;
        display: block;
        width: 10px;
        height: 2px;
        font-size: 1.4rem;
        border: none
    }
    button.searchButton:hover::before {
        color: #00aaf0
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
        border-bottom: 0px;
        /* height: 46px;
        width: 45px; */
        height: 5rem;
        width: 4.5rem;
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 25px;
        right: 21px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 22px;
        right: 24px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu>ul>li.has-sub>a {
        padding-left: 45px
    }
    #cssmenu ul ul li a {
        padding-left: 57px;
        padding-top: 1.4rem;
        padding-bottom: 1.4rem
    }
    #cssmenu ul ul li.nameGreeting {
        padding-left: 57px;
        padding-top: 1.4rem;
        padding-bottom: 1.4rem
    }
    #cssmenu ul.topmenu ul, #cssmenu ul.topmenu {
        text-align: left
    }
    #cssmenu {
        z-index: 80;
        margin-top: 50px
    }
    #cssmenu ul {
        margin-top: 14px
    }
    .headerMobileOpen #cssmenu {
        margin-top: 70px
    }
    .headerMobileOpen #cssmenu ul {
        margin-top: 0;
        overflow-y: scroll;
        -ms-overflow-style: none
    }
    #cssmenu ul::-webkit-scrollbar {
        width: 0 !important
    }
    .headerMobileOpen #cssmenu ul ul {
        overflow: hidden
    }
    #cssmenu>ul>li:hover>a, #cssmenu>ul>li:focus>a, #cssmenu>ul>li.openMenu>a {
        color: #00aaf0;
        background-color: #222222;
        font-weight: 400
    }
    #cssmenu ul ul li>a {
        background-color: #262626
    }
    #cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
        color: #00aaf0;
        background-color: #242424
    }
    #cssmenu ul li.shopMobile a {
        font-weight: 400;
        padding-left: 45px
    }
    #cssmenu ul li.joinMenu, #cssmenu ul li.donateMenu, #cssmenu ul li.shopMobile {
        box-sizing: border-box;
        display: block
    }
    #cssmenu ul li.joinMenu a {
        font-weight: 400;
        color: #00aaf0;
        transition: all .4s ease;
        padding-left: 45px
    }
    #cssmenu ul li.joinMenu a:hover {
        background-color: #00aaf0;
        color: #ffffff
    }
    #cssmenu ul li.donateMenu a {
        color: #f0783c;
        font-weight: 400;
        padding-left: 45px
    }
    #cssmenu ul li.donateMenu a:hover {
        background-color: #f0783c;
        color: #ffffff
    }
    #cssmenu ul li.searchMenu a {
        padding-left: 45px
    }
    #cssmenu ul ul li {
        border-top: none
    }
    .searchMobile {
        display: block !important
    }
    .searchMobile form {
        margin: 0
    }
    .searchMenu {
        display: none !important
    }
}

@media screen and (max-width: 550px) {
    .topheader .actionButtons {
        margin-top: 4em;
        right: 0px;
        position: fixed;
        bottom: 1em;
    }
}

@media screen and (min-width: 370px) {
    .topheader .button.button-primary {
        padding: 0 16px
    }
    .topheader a.button.button-primary.assistButton, .topheader a.button.button-primary.callButton {
        font-size: 1.5rem;
        /* font-weight: 500; */
        width: 100px;
        padding: 0 !important
    }
    /* .topheader a.assistButton {
        margin-right: 20px;
    } */
}

@media screen and (min-width: 1130px) {
    .scrolledmenu, .actionButtons {
        transition: all 0.5s ease-in-out
    }
    #cssmenu {
        background-color: transparent;
        transition: all 0.5s ease-in-out
    }
}

@media screen and (min-width: 1130px) {
    #cssmenu {
        margin-top: 2.3rem
    }
    .scrolledmenu #cssmenu {
        margin-top: 0.8rem
    }
    .scrolledmenu .sitelogo {
        margin-top: 1.4rem
    }
    .actionButtons {
        top: 16px;
        right: 12px
    }
    .scrolledmenu .actionButtons {
        top: 0;
        right: 0
    }
}