/**header, footer and navigation**/

@font-face {
    font-family: 'apercu-light-pro';
    src: url('../fonts/apercu/../fonts/apercu/apercu-light-pro.eot');
    src: url('../fonts/apercu/apercu-light-pro.eot?#iefix') format('embedded-opentype'), url('../fonts/apercu/apercu-light-pro.woff') format('woff'), url('../fonts/apercu/apercu-light-pro.woff2') format('woff2'), url('../fonts/apercu/apercu-light-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apercu-medium-pro';
    src: url('../fonts/apercu/apercu-medium-pro.eot');
    src: url('../fonts/apercu/apercu-medium-pro.eot?#iefix') format('embedded-opentype'), url('../fonts/apercu/apercu-medium-pro.woff') format('woff'), url('../fonts/apercu/apercu-medium-pro.woff2') format('woff2'), url('../fonts/apercu/apercu-medium-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apercu-bold-pro';
    src: url('../fonts/apercu/apercu-bold-pro.eot');
    src: url('../fonts/apercu/apercu-bold-pro.eot?#iefix') format('embedded-opentype'), url('../fonts/apercu/apercu-bold-pro.woff') format('woff'), url('../fonts/apercu/apercu-bold-pro.woff2') format('woff2'), url('../fonts/apercu/apercu-bold-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #971B2F;
    text-decoration: none;
    background-image: linear-gradient(#971B2F, #971B2F);
    background-size: 0% 0.1em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.25s ease-out;
}

    a:hover,
    a:focus,
    a:active {
        color: #971B2F;
        background-size: 100% 0.1em;
        text-decoration: none;
    }

.header {
    min-height: 100px;
    background-color: #000;
    transition: all 0.25s ease-out;
}

.searchheader {
    background-color: #3F4444;
    transition: all 0.25s ease-out;
}


.header .row {
    min-height: 100px;
}

a.menulink {
    max-width: 75px;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    text-decoration: none;
    flex-direction: row;
    gap: 12px;
    background-size: 0 !important;
}
    a.menulink span.mtext {
        font-family: 'apercu-bold-pro', sans-serif;
        color: white;
        flex: 0 0 42px;
        text-decoration: none;
        font-weight: 700;
        transition: all 0.25s ease-out;
    }

    a.menulink span.mimg {
        flex: 0 0 21px;
        fill: white;
        max-width: 21px;
        transition: all 0.25s ease-out;
    }

    a.menulink span.cimg, a.searchlink span.csimg {
        display: none;
    }

    a.menulink.active span.mimg, a.searchlink.active span.simg {
        display: none;
    }

    a.searchlink.active span.csimg,
    a.menulink.active span.cimg {
        display: block;
        flex: 0 0 21px;
        fill: white;
        max-width: 21px;
        transition: all 0.25s ease-out;
    }

a.searchlink {
    max-width: 75px;
    display: flex;
    margin-left: 0;
    margin-right: auto;
    text-decoration: none;
    flex-direction: row;
    gap: 12px;
    background-size: 0 !important;
}

    a.searchlink span.stext {
        font-family: 'apercu-bold-pro', sans-serif;
        color: white;
        flex: 0 0 42px;
        text-decoration: none;
        font-weight: 700;
        transition: all 0.25s ease-out;
    }

    a.searchlink span.simg {
        flex: 0 0 21px;
        fill: white;
        max-width: 21px;
        transition: all 0.25s ease-out;
    }

    a.searchlink:hover span.simg,
    a.searchlink:hover span.csimg,
    a.menulink:hover span.mimg,
    a.menulink:hover span.cimg {
        fill: #cccccc;
        transition: all 0.25s ease-out;
    }

    a.searchlink:hover span.stext, a.menulink:hover span.mtext {
        color: #cccccc;
        transition: all 0.25s ease-out;
    }

body.noscroll {
    height: 100%;
    overflow: hidden
}

.desktopbanner {
    display: block;
}

.mobilebanner {
    display: none;
}
.leftsidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 100px;
    left: 0;
    background-color: #3F4444;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

    .leftsidenav.active {
        width: 100%;
        z-index: 9999999
    }

    .leftsidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }

        .leftsidenav a:hover {
            color: #f1f1f1;
        }

    .leftsidenav .closebtn {
        position: absolute;
        top: 0;
        left: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.rightsidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 100px;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

    .rightsidenav.active {
        width: 100%;
        z-index: 9999999
    }

ul.mobilemenu {
    list-style-type: none;
    padding-left: 30px;
}

    ul.mobilemenu li {
        padding: 8px 8px 8px 32px;
    }

        ul.mobilemenu li a {
            text-decoration: none;
            font-size: 1.2rem;
            color: #ffffff;
            display: block;
            transition: 0.3s;
            max-width: fit-content; /**ADDED**/
            background-image: linear-gradient(#f1f1f1, #f1f1f1);
            background-size: 0% 0.1em;
            background-position-y: 100%;
            background-position-x: 0%;
            background-repeat: no-repeat;
            transition: background-size 0.25s ease-out;
        }

            ul.mobilemenu li a:hover {
                color: #f1f1f1;
                text-decoration: underline;
                color: #f1f1f1;
                background-size: 100% 0.1em;
                text-decoration: none;
            }

.searchbox {
    text-align: center;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    min-height: 120px;
    display: block;
    border-radius: .125rem;
    padding: 19px;
}

    .searchbox input#filter_text {
        min-width: 100%;
        height: 60px;
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid #D9D9D6;
        color: #D9D9D6;
        font-family: 'apercu-bold-pro', sans-serif;
        font-size: 2.2rem;
    }

        .searchbox input:-webkit-autofill,
        .searchbox input:-webkit-autofill:hover,
        .searchbox input:-webkit-autofill:focus,
        .searchbox input:-webkit-autofill:active,
        .searchbox input#filter_text:focus,
        .searchbox input#filter_text:focus-visible,
        .searchbox input#filter_text:focus-within {
            outline: none;
            background-color: #3f4444 !important;
            -webkit-box-shadow: 0 0 0 30px #3f4444 inset !important;
            -webkit-text-fill-color: #D9D9D6 !important;
        }


    .searchbox input.freesearchbtn {
        margin-top: 18px;
        padding: 8px 141px 8px 141px;
        color: #ffffff;
        background-color: #eaaa00;
        border-radius: 0;
        transition: all .15s ease-in-out;
        max-width: 346px;
        display: inline-block;
        margin-left: auto;
        margin-right: 0;
        border: 0;
    }
.footer {
    background-color: #3F4444; /*done*/
    min-height: 114px;
    margin-top: 30px;
}
    .footer .row {
        min-height: 114px;
    }

ul.footerlinks {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap
}

    ul.footerlinks li {
        flex: 0 0 120px;

    }

        ul.footerlinks li a {
            color: white;
            font-size: .9rem;
            text-decoration: none;
            background-image: linear-gradient(#ffffff, #ffffff);
            background-size: 0% 0.1em;
            background-position-y: 100%;
            background-position-x: 0%;
            background-repeat: no-repeat;
            transition: background-size 0.25s ease-out;
        }
        ul.footerlinks li span {
            color: white;
            font-size: .9rem;
        }

        ul.footerlinks li a:hover {
            text-decoration: none;
            background-size: 100% 0.1em;
            text-decoration: none;
        }





@media screen and (max-width:992px) {
    .desktopbanner {
        display: none;
    }

    .mobilebanner {
        display: block;
    }
}

@media screen and (max-width:768px) {
    a.footerlogolink {
        display: block;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    ul.footerlinks {
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        ul.footerlinks li {
            text-align: center;
        }
}

