:root {
    --sNav-RLNavHeight: 0px;
    --sNav-sNavHeight: 0px;
    --sNav-thumbHeight: 0px;
  }

#rlc-stickynav,
#rlc-stickynav .rlc-wrap {
    position: static;
    z-index: 99;
    width: 90em;
}
#rlc-stickynav.rlc-fixed .rlc-wrap,
#rlc-stickynav.rlc-fixed-always .rlc-wrap {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: calc(var(--sNav-RLNavHeight));
    transition: top .3s linear;
    /* top: 71px; */
}
#rlc-stickynav.rlc-fixed.rlc-hide-tnav .rlc-wrap,
#rlc-stickynav.rlc-fixed-always.rlc-hide-tnav .rlc-wrap {
    top: 0;
}
#rlc-stickynav.rlc-fixed-always {
    height: auto;
}
    #rlc-stickynav .rlc-in {
        background: #041E3A;
        height: calc(100% - 0.250em);
        position: relative;
        display: flex;
        align-items: center;
    }
        #rlc-stickynavjumps {
            color: #9D9FA3;
            margin: 0 0 0 2.188em;
            height: 100%;
        }
            #rlc-stickynavjumps .rlc-li {
                list-style: none;
                display: inline-block;
                margin: 0 1.563em;
            }
            #rlc-stickynavjumps .rlc-li .rlc-jumplink,
            #rlc-stickynavjumps .rlc-li .rlc-link,
            #rlc-stickynavjumps .rlc-opener {
                font-family: 'LeJeuneDeck-Regular';
                font-size: 0.813em;
                letter-spacing: 0.018em;
                line-height: 1em;
                padding-bottom: 0.538em;
                border-bottom: 1px solid transparent;
                display: inline-block;
            }
            #rlc-stickynav .rlc-active {
                color: #fff;
                border-color: currentColor!important;
            }
    #rlc-stickynavbuttons {
        position: absolute;
        color: #fff;
        right: 0.625em;
        top: 50%;
        transform: translateY(-50%);
    }
    [lang^=ar] #rlc-stickynavbuttons {
        left: 0.625em;
        right: auto;
    }
    #rlc-stickynav .rlc-progress {
        height: 0.250em;
        background: #6D6F73;
    }
    #rlc-stickynav .rlc-progress .rlc-line {
        height: 100%;
        background: #C6D61B;
        width: 0px;
    }
    #rlc-stickynavbuttons {
        text-align: right;
        height: 100%;
        display: inline-flex;
        align-items: center;
        right: 0;
        justify-content: flex-end;
    }
        #rlc-stickynavbuttons.rlc-open {
            width: 100%;
            background: #041E3A;
            z-index: 2;
        }
        #rlc-stickynavbuttons.rlc-multiple .rlc-opener {
            height: 100%;
            display: inline-flex;
            align-items: center;
            padding-bottom: 0;
            color: #fff;
        }
        #rlc-stickynavbuttons.rlc-multiple .rlc-opener {
            height: auto;
            padding-right: 2.250em;
        }
            #rlc-stickynavbuttons.rlc-multiple .rlc-opener span {
                position: relative;
            }
        #rlc-stickynavbuttons.rlc-multiple .rlc-opener span::after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0.5em 0.375em 0 0.375em;
            border-color: currentColor transparent transparent transparent;
            position: absolute;
            top: 50%; right: -1.688em;
            transform: translateY(-50%) rotate(0deg);
            transition: transform 0.25s;
        }
        [lang^=ar] #rlc-stickynavbuttons.rlc-multiple .rlc-opener span::after  {
            right: auto;
            left: -0.904em;
        }
        #rlc-stickynavbuttons.rlc-multiple.rlc-open .rlc-opener span::after {
            transform: translateY(-50%) rotate(180deg)
        }




        #rlc-stickynavbuttons .rlc-opener,
        #rlc-stickynavbuttons.rlc-single .rlc-link {
            border: 1px solid currentColor;
            border-radius: 1.250em;
            padding: 0 1.250em;
            white-space: nowrap;
            min-height: 2.250em;
            display: inline-flex;
            align-items: center;
            margin-right: 1.250em;
        }
            #rlc-stickynavbuttons .rlc-opener span,
            #rlc-stickynavbuttons.rlc-single .rlc-link span {
                font-family: "Founders Grotesk Mono Regular";
                font-size: 0.688em;
                color: currentColor;
                letter-spacing: 1px;
                line-height: 1em;
                text-transform: uppercase;
            }
        #rlc-stickynavbuttons .rlc-ul {
           position: relative;
            width: auto; 
        }
        #rlc-stickynavbuttons.rlc-multiple .rlc-ul {
            position: absolute;
            bottom: 0.5px;
            background: #041E3A;
            transform: translateY(100%);
            width: 100vw;
            overflow: hidden;
            transition: height 0.25s;
            opacity: 0;
            right: 0;
        } 
        #rlc-stickynavbuttons.rlc-ready .rlc-ul {
            height: 0px;
            opacity: 1;
            display: flex;
            flex-direction: column;
        }
        /* #rlc-stickynavbuttons.rlc-single .rlc-ul {
            opacity: 1;
            transform: translateY(-50%);
            top: 50%;
            bottom: auto;
            background: transparent;
            width: auto;
            height: auto;
        } */
        [lang^=ar] #rlc-stickynavbuttons.rlc-single .rlc-ul {
            right: auto;
        }
        #rlc-stickynavbuttons.rlc-single .rlc-opener,
        #rlc-stickynavbuttons.rlc-single .rlc-closer {
            display: none;
        }
            #rlc-stickynav .rlc-menu.rlc-open .rlc-closer {
                display: block;
                width: 100vw;
                height: 100vh;
                background: transparent;
                position: absolute;
                top: 0; left: 0;
                z-index: -1;
            }
            #rlc-stickynavbuttons .rlc-li {
                list-style-type: none;
                text-align: right;
            }
            #rlc-stickynavbuttons .rlc-li.rlc-multiple {
                margin: 0.938em 0;
            }
                #rlc-stickynavbuttons .rlc-li .rlc-link {
                    margin-right: 1.250em;
                }
                #rlc-stickynavbuttons.rlc-single .rlc-li .rlc-link {
                    /* margin: 0; */
                    display: inline-flex;
                }

    @media screen and (min-width: 768px) and (max-width: 959px) {
        #rlc-stickynav.rlc-fixed .rlc-wrap {
            /* top: 64px; */
        }
    }
    @media screen and (min-width: 768px) {
        #rlc-stickynav,
        #rlc-stickynav .rlc-wrap  {
            height: 3.625em;
            width: 90em;
            max-width: 100%;
        }
        #rlc-stickynavjumps {
            display: flex;
            align-items: center;
        }

        /* begin sticky nav with thumbs */
        #rlc-stickynav.rlc-hasthumbs.rlc-fixed .rlc-wrap {
            transition: top .3s linear;
        }
        #rlc-stickynav.rlc-hasthumbs.rlc-fixed .rlc-wrap,
        #rlc-stickynav.rlc-hasthumbs .rlc-wrap {
            top: calc(var(--sNav-RLNavHeight) - var(--sNav-thumbHeight) - 2px);
        }

        #rlc-stickynav.rlc-hasthumbs.rlc-fixed.rlc-hide-tnav .rlc-wrap,
        #rlc-stickynav.rlc-hasthumbs.rlc-hide-tnav .rlc-wrap {
            top: calc(var(--sNav-thumbHeight) * -1);
        }
        /* end sticky nav with thumbs */

            #rlc-stickynav:not(.rlc-hasthumbs) #rlc-stickynavjumps .rlc-ul {
                display: flex;
                align-items: center;
            }
            
        [lang^=ar] #rlc-stickynavjumps {
            margin: 0 2.188em 0 0;
        }
        #rlc-stickynavjumps .rlc-opener {
            display: none;
        }
        /* #rlc-stickynavbuttons {
            pointer-events: none;
        } */
        #rlc-stickynavbuttons.rlc-fixed {
            position: fixed;
            bottom: 1em;
            top: auto;
            width: 90em;
            max-width: 100%;
            text-align: right;
            left: calc(50% - 0.625em);
            transform: translateX(-50%);
        }
        #rlc-stickynavbuttons .rlc-opener {
            display: none;
        }
        #rlc-stickynavbuttons.rlc-multiple .rlc-opener {
            display: inline-flex;
            pointer-events: all;
            cursor: pointer;
        }
        #rlc-stickynavbuttons.rlc-multiple .rlc-opener span::before {
            content: 'OPEN';
        }
            #rlc-stickynavbuttons .rlc-ul {
                display: flex;
                justify-content: flex-end;
            }
                #rlc-stickynavbuttons .rlc-li {
                    list-style-type: none;
                }
        #rlc-stickynavbuttons .rlc-link {
            border: 1px solid currentColor;
            border-radius: 1.250em;
            padding: 0 1.250em;
            white-space: nowrap;
            margin: 0 0.625em;
            min-height: 2.250em;
            display: inline-flex;
            align-items: center;
            background-color: transparent;
            transition: all 0.4s;
        }
        #rlc-stickynavbuttons .rlc-link:hover {
            background-color: #fff;
        }
            #rlc-stickynavbuttons .rlc-link span {
                font-family: "Founders Grotesk Mono Regular";
                font-size: 0.688em;
                color: currentColor;
                letter-spacing: 1px;
                line-height: 1em;
                text-transform: uppercase;
                transition: all 0.4s;
            }
            #rlc-stickynavbuttons .rlc-link:hover span {
                color: #041E3A;
            }
    }
    @media screen and (max-width: 767px) {
        #rlc-stickynav.rlc-fixed .rlc-wrap,
        #rlc-stickynav.rlc-fixed-always .rlc-wrap {
            /* top: 64px; */
        }
        #rlc-stickynav,
        #rlc-stickynav .rlc-wrap  {
            height: 3.625em;
            width: 100vw;
            max-width: 100%;
        }
        
        #rlc-stickynavjumps {
            position: relative;
            margin: 0;
        }
            #rlc-stickynavjumps .rlc-opener {
                height: 100%;
                display: inline-flex;
                align-items: center;
                padding-bottom: 0;
                color: #fff;
            }
                #rlc-stickynavjumps .rlc-opener span {
                    position: relative;
                }
        #rlc-stickynavjumps .rlc-opener span::after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0.250em 0.250em 0 0.250em;
            border-color: currentColor transparent transparent transparent;
            position: absolute;
            top: 50%; right: -0.904em;
            transform: translateY(-50%) rotate(0deg);
            transition: transform 0.25s;
        }
        [lang^=ar] #rlc-stickynavjumps .rlc-opener span::after {
            right: auto;
            left: -0.904em;
        }
        #rlc-stickynavjumps.rlc-open .rlc-opener span::after {
            transform: translateY(-50%) rotate(180deg)
        }
        #rlc-stickynav .rlc-menu.rlc-open {
            width: 100%;
            background: #041E3A;
            z-index: 1;
        }
        
            #rlc-stickynavjumps .rlc-ul {
                position: absolute;
                bottom: calc(0px + 0.250em);
                background: #041E3A;
                transform: translateY(100%);
                width: 100vw;
                overflow: hidden;
                transition: height 0.25s;
                opacity: 0;
            }
            #rlc-stickynavjumps.rlc-ready .rlc-ul {
                height: 0px;
                opacity: 1;
            }
                #rlc-stickynavjumps .rlc-li {
                    display: block;
                    width: 100%;
                    margin: 1.250em 0;
                } 
                [lang^=ar] #rlc-stickynavjumps .rlc-li {
                    text-align: right;
                }
                #rlc-stickynavjumps .rlc-li .rlc-jumplink,
                #rlc-stickynavjumps .rlc-li .rlc-link,
                #rlc-stickynavjumps .rlc-opener {
                    font-size: 0.875em;
                    padding-bottom: 0.538em;
                    margin-left: 1.429em;
                }
                #rlc-stickynavjumps .rlc-opener {
                    font-size: 0.875em;
                    padding-bottom: 0;
                    margin-left: 1.429em;
                }
                [lang^=ar] #rlc-stickynavjumps .rlc-li .rlc-jumplink,
                [lang^=ar] #rlc-stickynavjumps .rlc-li .rlc-link,
                [lang^=ar] #rlc-stickynavjumps .rlc-opener {
                    margin-left: 0;
                    margin-right: 1.429em;
                }
        /* #rlc-stickynavbuttons {
            text-align: right;
            height: 100%;
            display: inline-flex;
            align-items: center;
            right: 0;
            
            justify-content: flex-end;
        }
        #rlc-stickynavbuttons.rlc-open {
            width: 100%;
            background: #041E3A;
        }
        #rlc-stickynavbuttons .rlc-opener,
        #rlc-stickynavbuttons.rlc-single .rlc-li {
            border: 1px solid currentColor;
            border-radius: 1.250em;
            padding: 0 1.250em;
            white-space: nowrap;
            min-height: 2.250em;
            display: inline-flex;
            align-items: center;
            margin-right: 1.250em;
        }
            #rlc-stickynavbuttons .rlc-opener span,
            #rlc-stickynavbuttons.rlc-single .rlc-li span {
                font-family: "Founders Grotesk Mono Regular";
                font-size: 0.688em;
                color: currentColor;
                letter-spacing: 1px;
                line-height: 1em;
                text-transform: uppercase;
            }
            
        #rlc-stickynavbuttons .rlc-ul {
            position: absolute;
            bottom: 0;
            background: #041E3A;
            transform: translateY(100%);
            width: 100vw;
            overflow: hidden;
            transition: height 0.25s;
            opacity: 0;
            right: 0;
        } 
        #rlc-stickynavbuttons.rlc-ready .rlc-ul {
            height: 0px;
            opacity: 1;
        }
        #rlc-stickynavbuttons.rlc-single .rlc-ul {
            opacity: 1;
            transform: translateY(-50%);
            top: 50%;
            bottom: auto;
            background: transparent;
            width: auto;
            height: auto;
        }
        [lang^=ar] #rlc-stickynavbuttons.rlc-single .rlc-ul {
            right: auto;
        }
        #rlc-stickynavbuttons.rlc-single .rlc-opener,
        #rlc-stickynavbuttons.rlc-single .rlc-closer {
            display: none;
        }
            #rlc-stickynavbuttons .rlc-li {
                list-style-type: none;
                text-align: right;
                margin: 0.938em 0;
            }
            
                #rlc-stickynavbuttons .rlc-li .rlc-link {
                    margin-right: 1.250em;
                }
                #rlc-stickynavbuttons.rlc-single .rlc-li .rlc-link {
                    margin: 0;
                    display: inline-flex;
                } */
                    #rlc-stickynavbuttons .rlc-li .rlc-link span {
                        font-family: "Founders Grotesk Mono Regular";
                        font-size: 0.688em;
                        color: currentColor;
                        letter-spacing: 0.091em;
                        line-height: 1em;
                        text-transform: uppercase;
                    }
    }


/* For sticky navs with Thumbnails */

    @media only screen and (min-width: 768px) {
        #rlc-stickynav.rlc-hasthumbs.rlc-fixed .rlc-wrap {
            top: calc(var(--sNav-RLNavHeight) - var(--sNav-thumbHeight) - 1px);
        }
        #rlc-stickynav.rlc-hasthumbs,
        #rlc-stickynav.rlc-hasthumbs .rlc-wrap {
            height: calc(11.188em - 1px);
        }
            #rlc-stickynav.rlc-hasthumbs .rlc-ul {
                display: flex;
                border-top: 1px solid #fff;
                margin: 0;
            }
                #rlc-stickynav.rlc-hasthumbs .rlc-ul .rlc-li {
                    flex: 1;
                    border-right: 1px solid #fff;
                    margin: 0;
                }
                #rlc-stickynav.rlc-hasthumbs .rlc-ul .rlc-li:last-child {
                    border: none;
                }  
                    #rlc-stickynav.rlc-hasthumbs .rlc-jumplink .rlc-cta,
                    #rlc-stickynav.rlc-hasthumbs .rlc-link .rlc-cta  {
                        height: 3.625em;
                        display: flex;
                        align-items: center;
                    }
                    [lang^=ar] #rlc-stickynav.rlc-hasthumbs .rlc-jumplink .rlc-cta,
                    [lang^=ar] #rlc-stickynav.rlc-hasthumbs .rlc-link .rlc-cta {
                        margin-right: 1em;
                    }
                    [lang^=ar] #rlc-stickynav.rlc-hasthumbs .rlc-ul .rlc-li {
                        border-right: none;
                        border-left: 1px solid #fff;
                    }
                    [lang^=ar] #rlc-stickynav.rlc-hasthumbs .rlc-ul .rlc-li:last-of-type {
                        border-left: none;
                    }
                    #rlc-stickynav.rlc-hasthumbs .rlc-jumplink .rlc-cta span,
                    #rlc-stickynav.rlc-hasthumbs .rlc-link .rlc-cta span {
                        font-family: "Founders Grotesk Mono Regular";
                        font-size: 0.688em;
                        letter-spacing: 0.018em;
                        line-height: 1em;
                        text-transform: uppercase;
                        display: inline-block;
                        margin-left: 1.773em;
                    }
            #rlc-stickynav.rlc-hasthumbs #rlc-stickynavjumps {
                margin: 0;
            }
            #rlc-stickynav.rlc-hasthumbs #rlc-stickynavjumps .rlc-li .rlc-jumplink,
            #rlc-stickynav.rlc-hasthumbs #rlc-stickynavjumps .rlc-li .rlc-link {
                border: 0;
                padding: 0;
            }
    }
    @media only screen and (max-width: 767px) {
        #rlc-stickynav.rlc-hasthumbs,
        #rlc-stickynav.rlc-hasthumbs .rlc-wrap {
            height: 3.375em;
            background: #000;
        }
        #rlc-stickynav.rlc-hasthumbs .rlc-menu.rlc-open,
        #rlc-stickynav.rlc-hasthumbs .rlc-in,
        #rlc-stickynav.rlc-hasthumbs #rlc-stickynavbuttons .rlc-ul ,
        #rlc-stickynav.rlc-hasthumbs #rlc-stickynavjumps .rlc-ul {
            background: #000;
        }
        #rlc-stickynav.rlc-hasthumbs .rlc-image {
            display: none;
        }
        #rlc-stickynav.rlc-hasthumbs #rlc-stickynavjumps .rlc-li .rlc-jumplink, 
        #rlc-stickynav.rlc-hasthumbs #rlc-stickynavjumps .rlc-li .rlc-link,
        #rlc-stickynav.rlc-hasthumbs #rlc-stickynavjumps .rlc-opener {
            font-family: "Founders Grotesk Mono Regular";
            font-size: 0.938em;
            letter-spacing: 0.018em;
            text-transform: uppercase;
        }
    }


/* Arabic font overrides */
[lang^=ar] #rlc-stickynavjumps .rlc-li .rlc-jumplink,
[lang^=ar] #rlc-stickynavjumps .rlc-opener,
[lang^=ar] #rlc-stickynavbuttons .rlc-link span,
[lang^=ar] #rlc-stickynavbuttons .rlc-opener span,
[lang^=ar] #rlc-stickynavbuttons.rlc-single .rlc-li span,
[lang^=ar] #rlc-stickynavbuttons .rlc-li .rlc-link span,
[lang^=ar] #rlc-stickynav.rlc-hasthumbs .rlc-jumplink .rlc-cta span,
[lang^=ar] #rlc-stickynav.rlc-hasthumbs #rlc-stickynavjumps .rlc-li .rlc-jumplink, 
[lang^=ar] #rlc-stickynav.rlc-hasthumbs #rlc-stickynavjumps .rlc-opener {
    font-family: RL_DroidKufi, Founders Grotesk text Regular, Helvetica, Arial, sans-serif !important;
}