/* ----------------------------------------------------------------------------------
    London Gallery Weekend
    Designed & Built by Artlogic in London
---------------------------------------------------------------------------------- */

:root {
    --blue: #73ADB4;
    --blue-dark: #73ADB4;    
    --blue-light: #c5e0e4;
    --black: #0E0E0E;
    --offwhite: #fff8f7;
    --offwhite-alt: #e3e9ea;
    --text-dark: #1B1B1B;

    --text-xs: 1.2rem;
    --text-sm: 1.4rem;
    --text-base: 1.6rem;
    --text-lg: 1.8rem;
    --text-xl: 2rem;
    --text-2xl: 2.4rem;
    --text-3xl: 2.8rem;
    --text-4xl: 3.4rem;
    --text-5xl: 4rem;

    --lh-xs: 1.6rem;
    --lh-sm: 2rem;
    --lh-base: 2.4rem;
    --lh-lg: 2.8rem;
    --lh-xl: 2.8rem;
    --lh-2xl: 3.2rem;
    --lh-3xl: 3.8rem;
    --lh-4xl: 4rem;
    --lh-5xl: 1;
}


* {
    overflow-anchor: none;
}
html {
    height:auto;
    min-height: 100%; 
}
body {
    min-width: 320px;
}
body.block-scroll {
    overflow: hidden;   
}


.desktop-only {
    
}
.mobile-only {
    display: none;
}
button.slideshow_mobile {
    display: none;
}

/* -----------------------------------------------------------
   Layout
----------------------------------------------------------- */

    body.pageload-ajax-navigation-active.first-load-complete #preloader {
        height: 3px;
        background: var(--offwhite);
        opacity: 0;
        transition: opacity 400ms linear;
    }
    body.pageload-ajax-navigation-active.first-load-complete.ajax-initial-loading #preloader {
        opacity: 1;
    }
    body.pageload-ajax-navigation-active.first-load-complete #preloader #loader {
        height: 3px;
        display: block !important;
    }
    body.pageload-ajax-navigation-active.first-load-complete #preloader #loader:before {
        height: 3px;
        display: block !important;
    }
    
    #container {
        max-width: none;
        padding: 0;
        /*overflow-x:hidden;*/
    }
    
    .header-fixed-wrapper {
        height: 0;
    }
    /*#header {*/
    /*    overflow: visible !important;*/
    /*    background: none !important;*/
    /*    box-shadow: none !important;*/
    /*    pointer-events: none !important;*/
    /*    transition: all 400ms cubic-bezier(.65,.06,.19,.96) !important;*/
    /*    overflow-anchor: none;*/
    /*    transform: translateX(0);*/
    /*    float: left;*/
    /*    width: 100%;*/
    /*    box-sizing: border-box;*/
    /*}*/
    #header, #header.header_fixed {
        background-color: transparent;
        transition: box-shadow 0.2s linear, transform 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out;
    }
    
    @media screen and (min-width: 768px) {
        .section-home #header {
            overflow: visible;
        }
    }
    
    body .page-scroll #header.header_fixed:not(.header_fixed_no_follow) {
        box-shadow: none
    }
    body #container.page-scroll:not(.page-top-hero-proximity) #header.header_fixed:not(.header_fixed_no_follow) {
        -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
        background: var(--red);
    }
    
    #hero_header:not(.hero_section_detect_brightness):not(.hero-mode-split)::after {
        background: transparent !important
    }
    
    body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #top_nav.navigation ul.topnav li a, 
    body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #top_nav.navigation ul.topnav li a:visited, 
    body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #favourites_widget #favourites_count {
        color:#111;
    }
    body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #logo svg * {
        fill: #111;
    }
    body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #header.hero_colour_scheme_2 .header-icons-wrapper > div#slide_nav_reveal svg .lines,
    body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #header.hero_colour_scheme_3  .header-icons-wrapper > div#slide_nav_reveal svg .lines,
    body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #header  .header-icons-wrapper > div#slide_nav_reveal svg .lines{
        stroke:#111
    }
    body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #header.hero_colour_scheme_3 #favourites_widget .favourites-count {
        color:#fff;
    }
    body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #header.hero_colour_scheme_1 #top_nav.navigation ul.topnav li a::after,
    body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #header.hero_colour_scheme_2 #top_nav.navigation ul.topnav li a::after,
    body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #header.hero_colour_scheme_3 #top_nav.navigation ul.topnav li a::after {
        background-color: #111
    }
    
    body #container.footer-header-overlap #header {
        transform: translate3d(0, -150%, 0);
    }
        #header * {
            pointer-events: auto;
        }
        #header .inner, 
        #header.header_fixed .inner {
            max-width: 100%;
            border: 0;
            pointer-events: none;
            padding: 42px 0 42px;
        }
        .type-fullscreen #header, 
        .layout-hero-header #header, 
        .header-fixed-wrapper #header {
            padding-left: 50px;
            padding-right: 50px;
        }
   
        body.fancybox-lock #header {
            transform: none;
        }
    
        .header-icons-wrapper {
            /* display: none; */
            position: absolute;
            right: 50px;
            top: 36px;
        }


    /* Logo
    ---------------------------------------- */
        
        #logo {
            width: 463px;
            height: 21px;
            max-height: none !important;
            pointer-events: none;
            transition: opacity 400ms linear;
            position: relative;
            z-index: 3000;
        }        
        .section-home #header #logo {
            opacity: 0;
            width: 1px;
            max-width: 1px;
            overflow: hidden;
            pointer-events: none;
            /* display: none; */
            flex: 0;
            position: absolute;
            left: -9999px;
        }
        
        
        
        
        
        #header .header-ui-wrapper {
            /*position: absolute;*/
            /*transition: all 400ms ease-in-out;*/
            /*left:auto;*/
            /*right: 0;*/
            /*transform: translateX(0);*/
        }
        .section-home #header .header-ui-wrapper {
            position: absolute;
            left: 0;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
        }       
        .section-home.show-slideshow-ui #header .header-ui-wrapper {
            transition: opacity 400ms ease-in-out;
            opacity: 1.0;
        }
        
        /* REMOVED BY OLLY - NOT SURE WHY IT WAS ADDED */
        /*body.section-home #favourites_widget {*/
        /*    position: absolute;*/
        /*    right: 0;*/
        /*}*/
        
        body.section-home.layout-hero-header.layout-fixed-header .header-fixed-wrapper {
            position: static
        }
        /*body #container.page-scroll:not(.page-top-hero-proximity) #header.header_fixed:not(.header_fixed_no_follow) .header-ui-wrapper {*/
        /*    left:auto;*/
        /*    right: 0;*/
        /*    transform: translateX(0);*/
        /*}*/
        
        #header #logo:not(.user-custom-logo-image) {
            margin-top: 0
        }
        
        .browser-msie #logo {
            flex-grow: 1 !important;
        }
            #logo a {
                display: block;
                width: 430px;
                height: 22px;
                text-indent: -9999px;
                pointer-events: auto;
                position: relative;
            }            
            
            #logo a svg{
                width: 100%;
                height: 100%;
                display: block;
            }            
            #logo a .logo-text{
                width: 1px;
                height: 1px;
                position: absolute;
                visibility: hidden;
                opacity: 0;
            }
                /*#logo a:before {*/
                /*    display: block;*/
                /*    content: '';*/
                /*    background: url(/images/lgw2022_logo.svg) 0 0 no-repeat;*/
                /*    background-size: contain;*/
                /*    position: absolute;*/
                /*    top: 0;*/
                /*    left: 0;*/
                /*    right: 0;*/
                /*    bottom: 0;*/
                /*    transition: all 400ms linear;*/
                /*}*/
                /*#logo a:after {*/
                /*    display: block;*/
                /*    content: '';*/
                    /*background: url(/images/lgw2022_logo_reverse.svg) 0 0 no-repeat;*/
                /*    background-size: contain;*/
                /*    position: absolute;*/
                /*    top: 0;*/
                /*    left: 0;*/
                /*    right: 0;*/
                /*    bottom: 0;*/
                /*    opacity: 0;*/
                /*    transition: all 400ms linear;*/
                /*}*/
                body.nav-overlay-open #logo a:before {
                    opacity: 0;
                }
                body.nav-overlay-open #logo a:after {
                    opacity: 1;
                }
                
                @media screen and (min-width: 1024px) {
                    .section-artworks.no-page-params .page-scroll:not(.page-top-header-proximity) #logo {
                        opacity: 0;
                        pointer-events: none;
                    }
                    .section-artworks.no-page-params .page-scroll:not(.page-top-header-proximity) #logo * {
                        pointer-events: none;
                    }
                }
                
                    
            .lgw2022_logo {
                max-width: 200px;
            }
                .lgw2022_logo a, 
                .lgw2022_logo span {
                    text-indent: -9999px;
                    background: url(/images/lgw2022_logo.svg) 0 0 no-repeat;
                    background-size: contain;
                    pointer-events: auto;
                    height: 0;
                    padding-top: 87%;
                    display: block;
                }
                .lgw2022_logo.lgw2022_logo_reversed a, 
                .lgw2022_logo.lgw2022_logo_reversed span {
                    background-image: url(/images/lgw2022_logo_reverse.svg);
                }
            /*
            .scrollr_animation_active:not(.nav-overlay-open) #container.page-top #header #logo,
            .scrollr_animation_active:not(.nav-overlay-open) #container.page-top-proximity #header #logo {
                opacity: 0;
            }
            */
            .scrollr_animation_active.nav-overlay-open #header #logo {
                transition: all 400ms linear;
            }
            .scrollr_animation_start #header #logo,
            .section-root #header #logo {
                transition: none;
                opacity: 0;
            }
            .instagram_registration_page #logo {
                justify-content: center;
            }

           
    /* Cookie notification
    ---------------------------------------- */
         
        #cookie_notification .inner #cookie_notification_message {
            max-width: 900px;  
            font-size: 14px;
            line-height: 1.4em;
            font-weight: 400;
        }
        #cookie_notification .inner #cookie_notification_message strong {
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
            display: inline-block;
            font-weight: 400;
            margin-bottom: 10px;
            font-size: 15px;
            line-height: 1.2em;
        }
        #cookie_notification .inner #cookie_notification_preferences {
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 1.2em;
        }
        
    
    /* Main navigation
    ---------------------------------------- */
        
        #header #header_ui {
            float: right;
            display: flex;
            align-items: center;
            pointer-events: none;
        }
            #header #header_ui * {
                pointer-events: auto;
            }
            .scrollr_animation_start #header #header_ui {
                transition: none;
                opacity: 0;
            }
    
        .translations_nav_simple {
            position: absolute;
            z-index: 3;
            top: 0;
            right: -15px;
        }
            .translations_nav_simple ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }
            .translations_nav_simple ul li {
                float: left;
                padding: 0;
                margin: 0 0 0 14px;
            }
                .translations_nav_simple ul li:first-child {
                    margin-left: 0;
                }
                .translations_nav_simple ul li a,
                .translations_nav_simple ul li a:visited {
                    color: #111;
                    text-decoration: none;
                    padding: 10px 0 2px;
                    font-size: 1.5rem;
                    line-height: 2.0rem;
                    display: block;
                    text-shadow: -5px 0px 20px rgb(255 255 255 / 20%);
                }
                .translations_nav_simple ul li.active a {
                    border-bottom: 1px solid #111;
                }
                
        #immediate_nav {
            margin: 0 30px 0 0;
            transition: all 400ms linear;
        }
        body.nav-overlay-open #immediate_nav {
            opacity: 0;
            pointer-events: none;
        }
        body.nav-overlay-open #immediate_nav * {
            pointer-events: none;
        }
            #immediate_nav ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }
            #immediate_nav ul li {
                float: left;
                margin: 0 30px 0 0;
            }
            #immediate_nav ul li:last-child {
                margin-right: 0;
            }
                #immediate_nav ul li a,
                #immediate_nav ul li a:visited {
                    text-decoration: none;
                    color: #222;
                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                    font-size: 20px;
                    line-height: 20px;
                    display: block;
                    text-shadow: -5px 0px 20px rgb(255 255 255 / 50%);
                }
                .scrollr_animation_inview #immediate_nav ul li a,
                .scrollr_animation_inview #immediate_nav ul li a:visited {
                    color: #fff;
                }
                
        #favourites_widget {
            /* margin: 0 30px 0 0; */
            transition: all 400ms linear;
            display: inline-block !important;
            width: auto;
            position: absolute;
            right: 10px;
            top: 10px;
        }
        #favourites_widget > a {
            position: relative;
            height: 45px;
            width: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        
        #favourites_widget > a::before {
            content: '';
            position: absolute;
            width: 84px;
            height: 84px;
            left: 50%;
            top: 50%;
            border-radius: 50%;
            background: var(--blue);
            transform: translate(-50%, -50%);
            transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
        }
        .device-desktop #favourites_widget > a:hover::before {
            transform: translate(-50%, -50%) scale(1.6);
        }
         #favourites_widget:hover{
            z-index: 99
        }
        body.nav-overlay-open #favourites_widget {
            opacity: 0;
            pointer-events: none;
        }
        body.nav-overlay-open #favourites_widget * {
            pointer-events: none;
        }
            #favourites_widget #favourites_count {
                display: flex;
                position: relative;
                font-size: 22px;
            }
            body.favourites-list-empty #favourites_widget #favourites_count i.fa.fa-heart{
                /*font-weight: bold;*/
                font-weight: 500 !important;
            }
            /*body.favourites-list-empty #favourites_widget #favourites_count i.fa.fa-heart:before{*/
            /*    content: "\f08a";*/
            /*}*/

            
            
            #favourites_widget a,
            #favourites_widget a:visited {
                text-decoration: none;
                /*text-shadow: -5px 0px 20px rgb(255 255 255 / 20%);*/
            }
            #favourites_widget .favourites-count {
                color: #222;
                /* font-family: 'EnglishEgyptianWeb', Sans-Serif; */
                /* font-size: 20px; */
                /* line-height: 20px; */
                /* margin-left: 7px; */
                position: absolute;
                bottom: 0px;
                right: -10px;
                background: var(--offwhite);
                min-height: 15px;
                min-width: 15px;
                line-height: 14px;
                font-size: 12px;
                text-align: center;
                border-radius: 1000px;
                padding: 0 3px;
                box-sizing: border-box;
            }
            
            body.favourites-list-empty #favourites_widget .favourites-count { 
                visibility:hidden !important;
            }
            /*.scrollr_animation_inview #favourites_widget a,*/
            /*.scrollr_animation_inview #favourites_widget a:visited,*/
            /*.scrollr_animation_inview #favourites_widget .favourites-count {*/
            /*    color: #fff;*/
            /*}*/
            /*body.layout-hero-header #favourites_widget .favourites-count {*/
            /*    background-color: #111;*/
            /*    color: #fff*/
            /*}*/
            
        
        #special_notice_toolbar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            min-height: 46px;
            background: #111;
            display: flex;
            align-items: center;
            color: #fff;
            box-sizing: border-box;
            padding: 5px 15px;
            transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
            overflow-anchor: none;
            font-size: 16px;
            line-height: 20px;
            color: #fff;
            /*
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
            font-size: 20px;
            line-height: 20px;
            */
        }
        .browser-msie.page-popup-active #special_notice_toolbar,
        .browser-msie.protected-path-login-mode #special_notice_toolbar {
            display: none;
        }
        @media screen and (min-width: 1024px) {
            .browser-msie.section-home #special_notice_toolbar,
            .browser-msie.section-root #special_notice_toolbar {
                display: none;
            }
        }
            .fancybox-lock #special_notice_toolbar {
                opacity: 0;
            }
            .cms-frontend-toolbar-active #special_notice_toolbar {
                
            }
            
            #special_notice_toolbar .site_title {
                min-width: 150px;
                text-align: left;
            }
            #special_notice_toolbar .site_closing_time  {
                white-space: nowrap;
                text-align: center;
                flex-grow: 1;
                padding: 0 15px;
            }
            #special_notice_toolbar .site_countdown {
                min-width: 150px;
                text-align: right;
            }
                #special_notice_toolbar .site_countdown .countdown_text {
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 8px 0 0;
                }
                #special_notice_toolbar .site_countdown .countdown_text.mobile-only {
                    display: none;
                }
                #special_notice_toolbar .site_countdown .countdown_container {
                    display: inline-block;
                    width: auto;
                    vertical-align: middle;
                }
                #special_notice_toolbar .site_countdown .countdown_clock {
                    display: flex;
                }
                #special_notice_toolbar .site_countdown .segment {
                    min-width: 0 !important;
                }
                #special_notice_toolbar .site_countdown .segment-expired {
                    display: none;
                }
                #special_notice_toolbar .site_countdown .segment .period {
                    display: none;
                }
                #special_notice_toolbar .site_countdown .countdown {
                    min-width: 0;
                    width: auto;
                }
                #special_notice_toolbar .site_countdown .countdown .segment-divide {
                    display: none;
                }
                #special_notice_toolbar .site_countdown .countdown .countdown_clock .numeral {
                    font-size: 16px;
                    line-height: 20px;
                }
                    #special_notice_toolbar .site_countdown .countdown .countdown_clock .segment:nth-of-type(1) .numeral:after {
                        content: 'd';
                        display: inline-block;
                        margin: 0px 2px 0 0;
                    }
                    #special_notice_toolbar .site_countdown .countdown .countdown_clock .segment:nth-of-type(3) .numeral:after {
                        content: 'h';
                        display: inline-block;
                        margin: 0px 2px 0 0;
                    }
                    #special_notice_toolbar .site_countdown .countdown .countdown_clock .segment:nth-of-type(5) .numeral:after {
                        content: 'm';
                        display: inline-block;
                        margin: 0px 2px 0 0;
                    }
                    #special_notice_toolbar .site_countdown .countdown .countdown_clock .segment:nth-of-type(7) .numeral:after {
                        content: 's';
                        display: inline-block;
                        margin: 0px 2px 0 0;
                    }
            @media screen and (max-width: 767px) {
                #special_notice_toolbar .site_title,
                #special_notice_toolbar .site_closing_time {
                    display: none;
                }
                #special_notice_toolbar .site_countdown {
                    width: 100%;
                    text-align: center;
                }
                #special_notice_toolbar .site_countdown .countdown_text.mobile-only {
                    display: inline-block;
                }
            }
                
        
        /* Cart
        ---------------------------------------- */
            
        #header #store_cart_widget {
            
        }
            #header #store_cart_widget.active, #header #store_cart_widget:not(.hide_when_empty) {
                margin:0;
            }
                
            #header #store_cart_widget #scw_items .scw_total_count {
                position: absolute;
                right: -16px;
                color: #222222;
                font-size: 1.2rem;
            }
        
        
        /* Menu icon
        ---------------------------------------- */
        
        #header #menu {
            text-indent: 0;
            position: relative;
            color: var(--offwhite);
            width: auto;
            height: auto;
            margin: 0;
            padding: 0;
            float: right;
        }
            #header #menu:before {
                content: '';
                display: block;
                border-radius: 100%;
                width: 100%;
                padding-top: 100%;
                background: #111;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: -1;
                transition: all 400ms cubic-bezier(.65,.06,.19,.96);
            }
            body.device-desktop:not(.nav-init) #header #menu:hover:before {
                transform: translate(-50%, -50%) scale(1.2);
            }
            body:not(.nav-init) #header #menu:active:before {
                transform: translate(-50%, -50%) scale(0.9);
            }
            body.nav-overlay-open #header #menu:before {
                transform: translate(-50%, -50%) scale(70);
                transform-origin: 75% 20%;
                transition: all 1000ms cubic-bezier(.65,.06,.19,.96);
                opacity: 0.9;
            }
            #header #menu #menu_open {
                border: 0;
                padding: 41px 17px 35px;
                min-width: 93px;
                box-sizing: border-box;
                cursor: pointer;
                transition: opacity 400ms linear;
                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                color: #fff;
                font-size: 18px;
                line-height: 18px;
            }
                body.nav-overlay-open #header #menu #menu_open {
                    pointer-events: none;
                    opacity: 0;
                }
                #header #menu #menu_open:after {
                    content: '';
                    background: url(/images/menu.svg) 0 0 no-repeat;
                    background-size: contain;
                    position: static;
                    display: inline-block;
                    width: 14px;
                    height: 14px;
                    position: relative;
                    z-index: 2;
                    left: auto;
                    right: auto;
                    top: auto;
                    bottom: auto;
                    vertical-align: top;
                    margin: 0 0 0 5px;
                }
                
            #header #menu:after {
                content: '';
                display: block;
                border-radius: 100%;
                width: 100%;
                padding-top: 100%;
                background: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: -1;
                transition: all 400ms cubic-bezier(.65,.06,.19,.96);
                opacity: 0;
                pointer-events: none;
                transform: translate(-50%, -50%) scale(0);
            }
                body.nav-overlay-open #header #menu:after {
                    z-index: 1;
                    opacity: 1;
                    transform: translate(-50%, -50%) scale(1);
                }
            #header #menu #menu_close {
                border: 0;
                padding: 41px 12px 35px;
                min-width: 93px;
                box-sizing: border-box;
                cursor: pointer;
                opacity: 0;
                pointer-events: none;
                transition: all 400ms linear;
                position: absolute;
                z-index: 3000;
                top: 0;
                left: 0;
                color: #222;
                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                font-size: 15px;
                line-height: 18px;
            }
                body.nav-overlay-open #header #menu #menu_close {
                    pointer-events: auto;
                    opacity: 1;
                }
                #header #menu #menu_close:after {
                    content: '';
                    background: url(/images/menu_reverse.svg) 0 0 no-repeat;
                    background-size: contain;
                    position: static;
                    display: inline-block;
                    width: 14px;
                    height: 14px;
                    position: relative;
                    z-index: 2;
                    left: auto;
                    right: auto;
                    top: auto;
                    bottom: auto;
                    vertical-align: top;
                    margin: 0 0 0 5px;
                }
            
        
        /* Menu overlay
        ---------------------------------------- */
        
        #nav_overlay {
            position: fixed;
            z-index: 2500;
            top: 0;
            left: 0;
            right: 0;
            height: 100vh;
            opacity: 0;
            color: #fff;
            display: none !important;
            transition: all 200ms linear;
        }
            .special_notice_active #nav_overlay {
                top: 46px;
            }
            body.nav-init {
                overflow: hidden !important;
            }
            body.nav-init #nav_overlay {
                display: block !important;
            }
            body.nav-init #nav_overlay #nav_overlay_content * {
                pointer-events: auto;
            }
            body.nav-overlay-open #nav_overlay.active {
                opacity: 1;
                transition: all 400ms linear;
            }
            #nav_overlay .overlay-container-outer {
                width: 100%;
                height: 100vh;
                overflow: auto;
            }
            #nav_overlay .overlay-container-inner {
                padding: 200px 100px 180px;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 100vh;
                box-sizing: border-box;
            }
            #nav_overlay #translations_nav {
                position: absolute;
                top: 83px;
                right: 163px;
            }
            .cms-frontend-toolbar-active #nav_overlay #translations_nav {
                
            }
                #nav_overlay #translations_nav ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }
                #nav_overlay #translations_nav ul li {
                    float: left;
                    padding: 0;
                    margin: 0 0 0 20px;
                }
                    #nav_overlay #translations_nav ul li:first-child {
                        margin-left: 0;
                    }
                    #nav_overlay #translations_nav ul li a,
                    #nav_overlay #translations_nav ul li a:visited {
                        color: #fff;
                        text-decoration: none;
                        padding: 10px 0;
                        font-size: 1.6rem;
                        line-height: 2.4rem;
                    }
                    #nav_overlay #translations_nav ul li.active a {
                        border-bottom: 1px solid #fff;
                    }
            #nav_overlay_content {
                max-width: 1400px;
                width: 100%;
                display: flex;
                align-items: center;
            }
                #nav_overlay_content #menu_sponsor_logos {
                    max-width: 500px;
                    width: 100%;
                }
                #nav_overlay_content nav {
                    flex-grow: 1;
                }
                    #nav_overlay_content nav ul {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }
                    #nav_overlay_content nav ul li {
                        width: 100%;
                        float: left;
                        clear: both;
                        display: block;
                        margin: 0;
                        padding: 0;
                    }
                        #nav_overlay_content nav ul li:last-child {
                            margin-bottom: 0;
                        }
                        #nav_overlay_content nav ul li a,
                        #nav_overlay_content nav ul li a:visited {
                            float: left;
                            padding: 3px 0;
                            margin: 0;
                            text-decoration: none;
                            color: #fff;
                            font-family: 'EnglishEgyptianWeb', Sans-Serif;
                            font-size: 50px;
                            line-height: 50px;
                            display: block;
                            transition: all 400ms cubic-bezier(.65,.06,.19,.96);
                        }
                        #nav_overlay_content nav ul li:hover a {
                            -webkit-text-fill-color: transparent;
                            -webkit-text-stroke-width: 1px;
                            -webkit-text-stroke-color: #fff;
                            /* 
                            -moz-transform: scale(-1, 1);
                            -webkit-transform: scale(-1, 1);
                            -o-transform: scale(-1, 1);
                            -ms-transform: scale(-1, 1);
                            transform: scale(-1, 1); */
                            transform: translateX(15px);
                        }
        
        
        /* VIP menu
        ---------------------------------------- */
        
        #vip_menu {
            text-indent: 0;
            position: relative;
            width: auto;
            height: auto;
            margin: 0;
            padding: 0;
            float: right;
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 3;
            opacity: 0;
            transition: opacity 400ms linear;
        }
        .scroller.intro3 #vip_menu {
            opacity: 1;
        }
            #vip_menu > a {
                border: 0;
                padding: 41px 11px 35px;
                min-width: 93px;
                box-sizing: border-box;
                cursor: pointer;
                transition: opacity 400ms linear;
                display: block;
                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                color: #fff;
                font-size: 18px;
                line-height: 18px;
            }
                #vip_menu > a,
                #vip_menu > a:visited {
                    color: #fff;
                    text-decoration: none;
                }
            #vip_menu:before {
                content: '';
                display: block;
                border-radius: 100%;
                width: 100%;
                padding-top: 100%;
                background: #111;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: -1;
                transition: all 400ms cubic-bezier(.65,.06,.19,.96);
            }
            body:not(.vip-init) #vip_menu:hover:before {
                transform: translate(-50%, -50%) scale(1.2);
            }
            body:not(.vip-init) #vip_menu:active:before {
                transform: translate(-50%, -50%) scale(0.9);
            }
            body.vip-overlay-open #vip_menu:before {
                transform: translate(-50%, -50%) scale(75);
                transform-origin: 75% 20%;
                transition: all 1000ms cubic-bezier(.65,.06,.19,.96);
                opacity: 0.9;
            }
            #vip_menu #vip_menu_open {
                border: 0;
                padding: 41px 11px 35px;
                min-width: 93px;
                box-sizing: border-box;
                cursor: pointer;
                transition: opacity 400ms linear;
                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                color: #fff;
                font-size: 18px;
                line-height: 18px;
            }
                body.vip-overlay-open #vip_menu #vip_menu_open {
                    pointer-events: none;
                    opacity: 0;
                }
                
            #vip_menu:after {
                content: '';
                display: block;
                border-radius: 100%;
                width: 100%;
                padding-top: 100%;
                background: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: -1;
                transition: all 400ms cubic-bezier(.65,.06,.19,.96);
                opacity: 0;
                pointer-events: none;
                transform: translate(-50%, -50%) scale(0);
            }
                body.vip-overlay-open #vip_menu:after {
                    opacity: 1;
                    transform: translate(-50%, -50%) scale(1);
                }
            #vip_menu #vip_menu_close {
                border: 0;
                padding: 41px 11px 35px;
                min-width: 93px;
                box-sizing: border-box;
                cursor: pointer;
                opacity: 0;
                pointer-events: none;
                transition: all 400ms linear;
                position: absolute;
                z-index: 3000;
                top: 0;
                left: 0;
                color: #222;
                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                font-size: 18px;
                line-height: 18px;
            }
                body.vip-overlay-open #vip_menu #vip_menu_close {
                    pointer-events: auto;
                    opacity: 1;
                }
            
        
        /* Menu overlay
        ---------------------------------------- */
        
        #vip_overlay {
            position: fixed;
            z-index: 2500;
            top: 0;
            left: 0;
            right: 0;
            height: 100vh;
            opacity: 0;
            color: #fff;
            display: none !important;
            transition: all 200ms linear;
        }
            .special_notice_active #vip_overlay {
                top: 46px;
            }
            body.vip-overlay-open,
            body.vip-init #container {
                overflow: hidden !important;
            }
            body.vip-init #vip_overlay {
                display: block !important;
            }
            body.vip-init #vip_overlay #vip_overlay_content * {
                pointer-events: auto;
            }
            body.vip-overlay-open #vip_overlay.active {
                opacity: 1;
                transition: all 400ms linear;
            }
            #vip_overlay .overlay-container-outer {
                width: 100%;
                height: 100vh;
                overflow: auto;
            }
            #vip_overlay .overlay-container-inner {
                padding: 200px 100px 180px;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 100vh;
                box-sizing: border-box;
            }
            #vip_overlay_content {
                max-width: 500px;
                width: 100%;
                margin: 0 auto;
                text-align: center;
                float: none;
            }
                #vip_overlay_content h2 {
                    font-size: 48px;
                    line-height: 48px;
                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                    color: #fff;
                    margin: 0 0 40px;
                }
                #vip_overlay_content .description {
                    margin: 0 0 40px;
                }
                #vip_overlay_content .vip_countdown {
                    margin: 0 0 40px;
                }
                    #vip_overlay_content .vip_countdown * {
                        font-size: 45px;
                    }
                #vip_overlay_content .button {
                    display: inline-block;
                    float: none;
                    background: #fff;
                    margin-top: 0;
                }
                    #vip_overlay_content .button a,
                    #vip_overlay_content .button a:visited {
                        color: #111;
                    }
    
            #vip_overlay_content #vip_access_logo {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 0 40px;
            }
                #vip_overlay_content #vip_access_logo .lgw2022_logo {
                    min-width: 200px;
                    margin: 0 25px 0 0;
                }
                #vip_overlay_content #vip_access_logo .lgw2022_logo_label {
                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                    color: #fff;
                    font-size: 42px;
                    line-height: 42px;
                    text-align: left;
                    flex-basis: 20%;
                }
            
            @media screen and (max-width: 768px) {
                #vip_overlay_content #vip_access_logo {
                    flex-direction: column;
                    margin-bottom: 20px;
                }
                #vip_overlay_content #vip_access_logo .lgw2022_logo {
                    margin: 0 0 30px;
                }
                #vip_overlay_content .vip_countdown * {
                    font-size: 25px;
                    line-height: 25px;
                }
                #vip_overlay_content .vip_countdown {
                    margin-bottom: 20px;
                }
                #vip_overlay_content .description {
                    margin-bottom: 20px;
                }
            }
    
    
        /* Generic navigation
        ----------------------------------------------------------- */
    
        .navigation {
    
        }
            .navigation ul {
    
            }
            .navigation ul li {
                margin: 0 20px 0 0;
            }
            body .navigation ul li a, .fp_sub_nav a {
                line-height: 1.7rem;
                font-size: 1.7rem;
                letter-spacing: -0.01em;
                font-family: 'EnglishEgyptianWeb', Sans-Serif;
            }
            .navigation ul li a,
            .navigation ul li a:visited {
                color: #222222;
            }
            .navigation ul li a:hover {
                color: #222222;
            }
            .navigation ul li.active a,
            .navigation ul li.active a:visited,
            .navigation ul li.active a:hover {
                color: #222222;
            }
            
            
            /* Active line */
            .navigation ul li a,
            .navigation > ul li button {
                position: relative;
                line-height: 2rem;
                font-size: 1.7rem;
                cursor: pointer
            }
                
            
            .navigation > ul li a::after,
            .navigation > ul li button::after,
            .exhibitor_filters .exhibitor_locations_filters.open .exhibitor_locations_filters_inner .item::after,
            .fp_sub_nav a::after {
                content: '';
                position: absolute;
                width: 100%;
                background: #222222;
                height: 3px;
                display: block;
                margin-top: 4px;
                opacity: 0;
                transform: scaleX(0);
                transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
            }
            .device-desktop .navigation > ul li:not(.has_subtitle):hover a::after,
            .navigation > ul li:not(.has_subtitle).active a::after,
            .navigation > ul li.active button::after,
            .device-desktop .navigation > ul li:hover button::after,
            .exhibitor_filters .exhibitor_locations_filters.open .exhibitor_locations_filters_inner .item.active::after,
            .device-desktop .exhibitor_filters .exhibitor_locations_filters.open .exhibitor_locations_filters_inner .item:hover::after,
            .fp_sub_nav a:hover::after {
                transform: scaleX(1);
                opacity: 1.0;
                transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
            }
            body.layout-hero-header:not(.section-curated-routes):not(.section-live-tours):not(.page-top-hero-proximity) #header.hero_image_section_header #top_nav.navigation ul.topnav li a,
            body.layout-hero-header:not(.section-curated-routes):not(.section-live-tours):not(.page-top-hero-proximity) #header.hero_image_section_header #top_nav.navigation ul.topnav li a:visited {
                color: #fff
            }

            /*body.layout-hero-header #logo svg * {*/
            /*    fill: #fff*/
            /*}*/
            body.layout-hero-header:not(.section-curated-routes):not(.section-live-tours) #container #header.hero_image_section_header  .header-icons-wrapper > div#slide_nav_reveal svg .lines {
                stroke: #fff
            }
            body.layout-hero-header:not(.section-curated-routes):not(.section-live-tours) #container #header.hero_image_section_header  #top_nav.navigation ul.topnav li a::after {
                background: #fff;
            }
            
            body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #header.hero_image_section_header .header-icons-wrapper > div#slide_nav_reveal svg .lines {
                stroke: #222
            }
            body.layout-hero-header #container.page-scroll:not(.page-top-hero-proximity) #header.hero_image_section_header  #top_nav.navigation ul.topnav li a::after {
                background: #222;
            }
            
                                /*gallery_settings['hero_colour_schemes'] = [*/
                                /*    {'class': 'hero_colour_scheme_1', 'background': '#C52605', 'shape': '#73ADB4', 'text': '#111'}, ##pink/yellow*/
                                /*    {'class': 'hero_colour_scheme_2','background': '#004225', 'shape': '#DBC297', 'text': '#DBC297'}, ##green/taupe*/
                                /*    {'class': 'hero_colour_scheme_3','background': '#376170', 'shape': '#F94100', 'text': '#111'}, ##blue/red*/
                                /*]*/
                                
            body.layout-hero-header #header.hero_colour_scheme_1 #top_nav.navigation ul.topnav li a,
            body.layout-hero-header #header.hero_colour_scheme_1 #top_nav.navigation ul.topnav li a:visited {
                color: #111
            }
                body.layout-hero-header #header.hero_colour_scheme_1 #top_nav.navigation ul.topnav li a::after {
                    background: #111;
                }    
                body.layout-hero-header #header.hero_colour_scheme_1 #logo svg * {
                    fill: #111
                }
                body.layout-hero-header #header.hero_colour_scheme_1 .header-icons-wrapper > div#slide_nav_reveal svg .lines {
                    stroke: #111
                }
                body.layout-hero-header #header.hero_colour_scheme_1 #favourites_widget #favourites_count {
                    color: #111
                }
                body.layout-hero-header #header.hero_colour_scheme_1 #favourites_widget .favourites-count {
                    background: #fff;
                    color: #111
                }
                
            body.layout-hero-header #header.hero_colour_scheme_2 #top_nav.navigation ul.topnav li a,
            body.layout-hero-header #header.hero_colour_scheme_2 #top_nav.navigation ul.topnav li a:visited {
                color: #DBC297
            }   
                body.layout-hero-header #header.hero_colour_scheme_2 #top_nav.navigation ul.topnav li a::after {
                    background: #DBC297;
                }
                body.layout-hero-header #header.hero_colour_scheme_2 #favourites_widget #favourites_count {
                    color: #DBC297
                }
                body.layout-hero-header #header.hero_colour_scheme_2 #favourites_widget .favourites-count {
                    background: #111;
                    color: #DBC297
                }
                body.layout-hero-header #header.hero_colour_scheme_2 #logo svg * {
                    fill: #DBC297
                }
                body.layout-hero-header #header.hero_colour_scheme_2  .header-icons-wrapper > div#slide_nav_reveal svg .lines {
                    stroke: #DBC297
                }
                body.layout-hero-header #header.hero_colour_scheme_2  .header-icons-wrapper > div#slide_nav_reveal svg .lines {
                    stroke: #DBC297;
                }
                
            body.layout-hero-header #header.hero_colour_scheme_3 #top_nav.navigation ul.topnav li a,
            body.layout-hero-header #header.hero_colour_scheme_3 #top_nav.navigation ul.topnav li a:visited {
                color: #F94100
            }
                body.layout-hero-header #header.hero_colour_scheme_3 #top_nav.navigation ul.topnav li a::after {
                    background: #F94100;
                }
                body.layout-hero-header #header.hero_colour_scheme_3 #logo svg * {
                    fill: #F94100
                }
                body.layout-hero-header #header.hero_colour_scheme_3  .header-icons-wrapper > div#slide_nav_reveal svg .lines {
                    stroke: #F94100
                }
                body.layout-hero-header #header.hero_colour_scheme_3 #favourites_widget #favourites_count {
                    color: #F94100
                }
                body.layout-hero-header #header.hero_colour_scheme_3 #favourites_widget .favourites-count {
                    background: #111;
                    color: #F94100
                }
                body.layout-hero-header #header.hero_colour_scheme_3 .header-icons-wrapper > div#slide_nav_reveal svg .lines {
                    stroke: #F94100;
                }
            
            
            body.layout-hero-header.section-home #top_nav.navigation ul.topnav li a::after {
                background: #111;
            }
            body.layout-hero-header.fullscreen-slide-light:not(.slide-nav-open) #container:not(.page-scroll) #header.header_transparent:not(.page-scroll) #top_nav.navigation > ul > li > a::after, 
            body.layout-hero-header.fullscreen-slide-light:not(.slide-nav-open) #container:not(.page-scroll) #header.header_transparent:not(.page-scroll) #top_nav.navigation > ul > li > a:visited::after {
                background: #111;
            }
            
            body.layout-hero-header #container #header.header_transparent .inner,
            body.type-fullscreen:not(.section-home) #container:not(.page-scroll) #header.header_transparent:not(.page-scroll) .inner, 
            body.type-fullscreen:not(.section-home) #container #header.header_transparent:not(.header_fixed) .inner, 
            body.layout-hero-header #container:not(.page-scroll) #header.header_transparent:not(.page-scroll) .inner {
                border-color: transparent;
            }
    
            .page-scroll #header .inner, .layout-hero-header #header .inner {
                border-color: #222;
            }
            
            body.layout-hero-header:not(.section-home):not(.section-vip) #container #header.header_transparent #logo.user-custom-logo-image:not(.auto_brightness_disabled) {
                filter: brightness(0) invert(1);
            }
            
            
            body.layout-hero-header:not(.slide-nav-open):not(.section-home):not(.section-vip) #container:not(.page-scroll) #header.header_transparent:not(.page-scroll) #top_nav.navigation > ul > li:hover > a, 
            body.layout-hero-header:not(.slide-nav-open):not(.section-home):not(.section-vip) #container:not(.page-scroll) #header.header_transparent:not(.page-scroll) #top_nav.navigation > ul > li:hover> a:visited  {
                opacity: 1.0
            } 
        
        
        /* Top nav 
        ---------------------------------------- */
        
        #top_nav.navigation ul li a {
            line-height: 1.7rem;
                font-size: 1.7rem;
            letter-spacing: -0.01em;
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
        }
        .section-home #top_nav.navigation ul li a,
        .section-home #top_nav.navigation ul li a:visited,
        .section-home #top_nav.navigation ul li.active a,
        .section-home #top_nav.navigation ul li.active a:visited,
        .section-home #top_nav.navigation ul li.active a:hover,
        .section-home #slide_nav_reveal,
        .section-home #slide_nav_reveal::after,
        .section-vip #top_nav.navigation ul li a,
        .section-vip #top_nav.navigation ul li a:visited,
        .section-vip #top_nav.navigation ul li.active a,
        .section-vip #top_nav.navigation ul li.active a:visited,
        .section-vip #top_nav.navigation ul li.active a:hover,
        .section-vip #slide_nav_reveal,
        .section-vip #slide_nav_reveal::after {
            color: #222222 !important;
        }

    
    /* Main content
    ---------------------------------------- */
    

    #main_content {
        /*padding: 50px 50px 50px;*/
        /*margin: 0 !important;*/
        /*background: #C52605;*/
        background: var(--offwhite);
        position: relative;
        z-index: 50;
        padding: 80px 70px;
        margin: 0 auto;
        /*max-width: 1660px;*/
        
    }    
    .section-exhibitors.page-param-type-exhibitors_id #main_content {
        background: var(--offwhite-alt);
        z-index: 100;
    }    
    .section-live-tours #main_content,
    .section-curated-routes #main_content {
        background: var(--red);
        max-width: 1440px;
    }
    
    
    .section-root #main_content {
        padding-bottom: 0;
    }
    #main_content.content-empty {
        display: none !important;
    }
    body.layout-hero-header.layout-fixed-header:not(.layout-hero-mode-inset):not(.layout-hero-header-aspect-ratio) #main_content {
        padding-top: 80px;
    }
    body.layout-hero-header.page-param-type-curator_id.layout-fixed-header:not(.layout-hero-mode-inset):not(.layout-hero-header-aspect-ratio) #main_content {
        padding-top: 0;
    }
    .section-home #main_content { 
        padding-top: 0 !important;
        padding-bottom: 0;
    }    
    .section-partners #main_content { 
        background: var(--offwhite);
    }
    .section-partners .records_list_header {
        display: none;
    }
    .section-partners.page-param-type-partner_id .partner-header h1 {
        position: absolute !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden !important;
        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        white-space: nowrap !important; /* added line */
        display: block!important;
        margin: 0!important;
        padding: 0!important;
    }
    .section-partners .records_list_header { 
        margin-bottom: 80px;
    }  
    .section-partners .records_list li:last-of-type {
        margin-bottom: 0;
    }
    #content_module_intro {
        margin: 0 auto 80px;
        text-align: center;
        max-width: 740px;
        font-size: var(--text-3xl);
        line-height: var(--lh-3xl);
    }
    
    #content_module {
        float: right;
        padding-left: 0;
        padding-right: 0;
        width: 56%;
    }
        #content_module > blockquote:first-child {
            margin-top: 0;
            padding-top: 0;
        }
       #content_module .content_module_inner {
            max-width: 760px;
            margin: 0 auto;
            display: block;
            position: relative;
        }

    #sidebar {
        float: left;
        padding-left: 0;
        padding-right: 80px;
        width: 42%;
    }
    .subsection-exhibitors-record  #sidebar { 
        margin-bottom: 0
    }
    
    
        #sidebar .image:last-child {
            /*margin-bottom: 0;*/
        }
        
         #sidebar .image.exhibitors_sidebar_image {
             
        }
        
        #sidebar .image.exhibitors_sidebar_image .object-fit-container img.object-fit-contain {
            object-fit: cover;
         }
         #sidebar .image.exhibitors_sidebar_image.restricted-image-container::after {
             padding-top: 65%;
         }
        .reveal_caption {
            position: absolute;
        }
        .exhibition_image_caption {
            padding-top: 10px;
            font-size: 12px;
            line-height: 18px;
            text-align: left;
        }
        
        #sidebar #map_basic,
        #map_basic_custom {
            margin-top: -20px;
            height: 180px;
            margin-bottom: 0;
        }
        #sidebar .sidebar_map_ui_wrapper {
            position: relative;
            width: 100%;
            /* height: 0; */
            display: flex;
            margin-top: -31px;
        }      
        #sidebar .sidebar_map_ui_wrapper .button {
            background-color: var(--offwhite);
            width:56px;
            height: 56px;
            margin: 0;
        }
        #sidebar .sidebar_map_ui_wrapper .button > span {
            color: #222;
            width: 100%;
            padding: 0;
            height: 100%;
            display: flex;
            align-items: center;
        }        
        #sidebar .sidebar_map_ui_wrapper .button i {
            font-weight: bold;
            font-size: 19px
        }
 
 
        /* Hero header
        ---------------------------------------- */
        
        #hero_header {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
            height: 55vh;
            min-height: 500px;
        }
            body.layout-hero-header-record-data.layout-hero-header:not(.type-fullscreen ) #main_content::before,
            body.layout-hero-header #main_content::before {
                display: none !important;
            }
            #hero_header .hero_header-inner-wrapper {
                /*position: fixed;*/
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                height: 50vh;
                min-height: 400px;
            }     
            
            
            /* Taller hero
            ---------------------------*/
            .section-exhibitors.page-param-type-exhibitors_id #hero_header,
            .section-exhibitors.page-param-type-exhibitors_id #hero_header .hero_header-inner-wrapper,
            #hero_header.images_mode,
            #hero_header.images_mode .hero_header-inner-wrapper {
                height: 70vh;
                min-height: 600px;
                z-index: 99;
            }

            /* remove extra padding from text */
            #hero_header.colour_mode #hero_heading .title {
                padding-bottom: 0;
            }
            
            #hero_header .hero_header-inner-wrapper .inner {
                position: absolute;
                top: 0;
                right: auto;
                bottom: 0;
                left: 0px;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                text-align: center;
                background: var(--red);
                padding: 115px 70px 90px 70px;
                box-sizing: border-box;
                overflow: hidden;
            }
                .page-param-type-exhibition_id #hero_header .hero_header-inner-wrapper .inner {
                    overflow: visible;
                }
            
            #hero_header.images_mode .hero_shape {
                display: none
            }
            
            #hero_header.images_mode .hero_header-inner-wrapper .inner {
                width: 60%;
            }
            #hero_header.images_mode #slideshow, 
            #hero_header.images_mode #hero_image_responsive {
                width: 40%;
                right: 0;
                left: auto;
                height: 100%;
                opacity: 1 !important;
                background-color: #222
            }
            #hero_header.images_mode .fullscreen_slideshow ul li {
                background-color: #222
            }
            
            #hero_header.images_mode #mirror-slideshow.hero-parallax-element-mirror ul li .image, 
            #hero_header.images_mode #mirror-slideshow.hero-parallax-element-mirror ul li .video_container .video_inner, 
            #hero_header.images_mode #slideshow ul li .image, 
            #hero_header.images_mode #hero_image_responsive {
                opacity: 1 !important;
                /*background-size: calc(100vw - 800px) auto;*/
                /*background-attachment: fixed;*/
                /*background-position: top right;*/
            }
            #hero_heading {
                position: relative !important;
                z-index: 35;
                left: auto;
                right:auto;
                bottom: auto;
                max-width: 400px;
                margin-top: 20px;
            }
            #hero_heading .title {
                position: relative;
                z-index: 10;
                color:#111;
            }
            #hero_header.images_mode .title {
                font-size: var(--text-5xl)
            }
            body.section-live-tours #hero_header.images_mode .title,
            body.section-curated-routes #hero_header.images_mode .title {
                font-size: var(--text-5xl);
                line-height: var(--lh-5xl);
            }
            #hero_header:not(.hero-mode-split) #hero_heading a, 
            #hero_header:not(.hero-mode-split) #hero_heading a:visited {
                color: #111;
            }
            /* Hero base shape*/
            #hero_heading .hero_shape {
                position: absolute;
                left: 50%;
                /* top: calc(50% + 20px); */
                top: 50%;
                /*width: 100%;*/
                /*height: 100%;*/
                background-color: var(--shapes-colour, #fff8f7) !important;
                display: block;
                transform: translate(-50%, -50%);
                z-index: 1;
                min-width: 340px;
                min-height: 340px;
                width: 34vh;
                height: 34vh;
            }
            .layout-animation-enabled #hero_heading .hero_shape.inview_element.visible { 
                transition: opacity 1000ms cubic-bezier(.18, 1, .21, 1);
            }
            #hero_heading .title-wrapper {
                position: relative;
                z-index: 2;
                padding: 0 15px;
                /* padding-top: 25px; */
            }
            .layout-animation-enabled #hero_heading .title-wrapper.inview_element { 
                transform: translate3d(0, 20px, 0);
            }
            .layout-animation-enabled #hero_heading .title-wrapper.inview_element.visible {
                opacity: 1;
                transform: none;
                transition: transform 3000ms cubic-bezier(.18, 1, .21, 1) 300ms, opacity 2500ms cubic-bezier(.18, 1, .21, 1) 300ms;
            }
            
            #hero_header .hero_secondary_content_wrapper {
                position: absolute;
                bottom: 90px;
            }
            #hero_header .hero_secondary_content_wrapper a,
            #hero_header .hero_secondary_content_wrapper a:visited  {
                font-size: 16px;
                text-transform: uppercase;
                letter-spacing: -0.02em;
                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                text-decoration: none
            }
            #hero_header .hero_secondary_content_wrapper a:hover {
                color: var(--offwhite)
            }
            #hero_header .hero_secondary_content_wrapper a i {
                font-weight: bold;
                margin-right: 9px;
                font-size: 16px;
            }
            #hero_header .fa.fa-location-dot:before {
                content: "\f3c5";
            }
                     
            
            /* Hero shapes - see design reference */
            #hero_header #hero_heading.shape-1 .hero_shape {
                clip-path: polygon(50% 37%, 93% 0, 93% 100%, 7% 100%, 7% 0); /*M*/
                transform: translate(-50%, -60%);
            }        
            #hero_header #hero_heading.shape-1 {
                margin-top: 110px
            }
            
            #hero_header #hero_heading.shape-2 .hero_shape {
                
                clip-path: circle(50% at 50% 50%); /*Circle*/
                transform: translate(-50%, -50%) scale(0.9);
            }            
            #hero_header #hero_heading.shape-3 .hero_shape {
                clip-path: polygon(50% 0%, 92% 50%, 50% 100%, 8% 50%); /*Diamond*/
                transform: translate(-50%, -50%) scale(1.2) rotate(90deg);
            }
            #hero_header #hero_heading.shape-4 .hero_shape,
            .page-param-type-exhibitors_id #hero_header #hero_heading.shape-1 .hero_shape {
                clip-path: ellipse(50% 30% at 50% 50%);
                /*Oval landscape*/
                transform: translate(-50%, -50%) scale(1);
                width: min(48vw, 600px);
                height: min(48vw, 600px);
            }
            
            #hero_header #hero_heading.shape-5 .hero_shape {
                clip-path: ellipse(36% 50% at 50% 50%); /*Oval portrait*/
                transform: translate(-50%, -50%) scale(1.2, 1.1);
            }
            #hero_header #hero_heading.shape-6 .hero_shape {
               clip-path: polygon(6% 30%, 94% 30%, 100% 36%, 100% 64%, 94% 70%, 6% 70%, 0 64%, 0 36%); /*Bevelled oblong */
               transform: translate(-50%, -50%) scale(1.3);
            }            
            #hero_header #hero_heading.shape-7 .hero_shape {
               clip-path: polygon(0 25%, 51% 85%, 100% 25%); /*Upside-down triangle */
                transform: translate(-50%, -48%) scale(1.7,1.3)
            }           
            #hero_header #hero_heading.shape-8 .hero_shape {
               clip-path: polygon(30% 25%, 70% 25%, 100% 75%, 0 75%); /*Trapezium */
                transform: translate(-50%, -50%) scale(1.3,1.1);
            }            
            #hero_header #hero_heading.shape-9 .hero_shape {
               clip-path: polygon(50% 0, 80% 15%, 80% 85%, 50% 100%, 20% 85%, 20% 15%); /*Long hexigan */
               transform: translate(-50%, -50%) scale(1.3, 1.2);
            }            
            
            #hero_header #hero_heading.shape-10 .hero_shape {
                border-radius: 1000px 1000px 0 0;
                width: 70%;
            }
            #hero_header #hero_heading.shape-11 .hero_shape {
                background-color: var(--shapes-colour, #fff8f7) !important;
                -webkit-mask-image: url(/images/homepage_shapes/semi-circle.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/semi-circle.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
                width: 90vw;
                height: 300px;
                min-height: unset;
                /* border-top-left-radius: 34vh;
                border-top-right-radius: 34vh;
                width: 68vh !important;
                height: 34vh !important;
                min-height: unset !important;
                min-width: unset !important;
                */
            }
            
            .page-exhibitions.no-page-params #hero_heading .title-wrapper {
                padding-top: 100px;
            }
            
            #hero_header.colour_mode {
                
            }

            .browser-msie #hero_header #hero_heading.shape-1 .hero_shape,
            .browser-msie #hero_header #hero_heading.shape-2 .hero_shape,
            .browser-msie #hero_header #hero_heading.shape-3 .hero_shape,
            .browser-msie #hero_header #hero_heading.shape-4 .hero_shape,
            .browser-msie #hero_header #hero_heading.shape-5 .hero_shape,
            .browser-msie #hero_header #hero_heading.shape-6 .hero_shape,
            .browser-msie #hero_header #hero_heading.shape-7 .hero_shape,
            .browser-msie #hero_header #hero_heading.shape-8 .hero_shape,
            .browser-msie #hero_header #hero_heading.shape-9 .hero_shape {
                border-radius: 50%;
                transform: translate(-50%, -50%);
                margin-top: 0
            }

            
            /*Exhibitors hero*/
            #hero_header.colour_mode #hero_heading .title,
            #hero_header.colour_mode #hero_heading .title a,
            #hero_header.colour_mode #hero_heading .title a:visited,
            .section-exhibitors  #hero_header #hero_heading .title,
            .section-exhibitors  #hero_header #hero_heading .title a,
            .section-exhibitors  #hero_header #hero_heading .title a:visited {
                color: #111;
            }
            .section-exhibitors  #hero_header #hero_heading .hero_shape {
                background: var(--blue) !important;
                display: block !important;
            }
            
            #hero_header:not(.hero-mode-split) .title, #hero_header:not(.hero-mode-split) .subtitle {
                display: block;
                color: #111;
                position: relative;
                z-index: 20;
            }           
            #hero_header:not(.hero-mode-split) .subtitle {
                font-size: 1.7rem;
            }
            
            

            #hero_header.hero_inset_image {
                
            }
            #hero_header.hero_inset_image #hero_heading .hero_shape_wrapper {
                position: relative;
                width: 50%;
            }   
            #hero_header.hero_inset_image #hero_heading .hero_shape {
                transform: translate(-50%, -50%);
            }
            #hero_header.hero_inset_image #hero_heading .hero_shape_wrapper img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }   
            #hero_header.hero_inset_image #hero_heading {
                width: 100vw;
                max-width: 100vw;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 160px 100px 100px 100px;
                box-sizing: border-box;
            }
            #hero_header.hero_inset_image #hero_heading .title-wrapper {
                position: relative;
                z-index: 2;
                width: 50%;
                text-align: center;
            }        
            #hero_header.colour_mode.hero_inset_image #hero_heading .title, 
            #hero_header.colour_mode.hero_inset_image #hero_heading .title a, 
            #hero_header.colour_mode.hero_inset_image #hero_heading .title a:visited,
            #hero_header.hero_inset_image:not(.hero-mode-split) .title, 
            #hero_header.hero_inset_image:not(.hero-mode-split) .subtitle{
                color: inherit;
            } 
            .hero_short_bio {
                max-width: 700px;
                display: inline-block;
                padding-top: 30px;
            }
            #hero_heading .hero_social_links_wrapper {
                color: inherit;
                    padding-top: 20px;
            }
            #hero_heading .social_links {
                display: flex;
                align-items: center;
                justify-content: center;
                color: inherit;
            }
            #hero_header .social_links a {
                display: block;
                text-indent: -9999px;
                width: 45px;
                color: inherit;
            }
            #hero_header .social_links .social_media_icon {
                background: none;
                margin: 0;
                color: inherit;
                width: 45px;
                height: 45px;
                line-height: 66px;
            }            
            #hero_header .social_links .social_links_item,
            #hero_header .social_links .social_links_item a{
                color: inherit !important;
            }
            #hero_header .social_links .social_media_icon::after {
                color: inherit;
                font-size: 26px;
            }
            
            
            .cms-frontend-toolbar-active #hero_header .hero_header-inner-wrapper {
                top: 28px;
            }
            
            .subsection-curator-record .feature_panels .panel_image_text_columns .content .content_columns.columns_enabled {
                column-count: 1;
                column-gap: 0;
            }
            .subsection-curator-record .feature_panels .panel_image_text_columns .pull_quote_content {
                flex-basis: 50%;
                position: sticky;
                top: 117px;
                align-self: flex-start;
            }
            .subsection-curator-record .feature_panels .panel_image_text_columns .content {
                flex-basis: 50%;
                padding-left: 100px;
            }
            .subsection-curator-record .feature_panels .profile_wrapper .profile_content {
                box-sizing: border-box;
                padding: 0;
            }
            
            .subsection-curator-record .panel_header_description {
                max-width: 1200px
            }

            /*#mirror-slideshow.hero-parallax-element-mirror ul li .image, #mirror-slideshow.hero-parallax-element-mirror ul li .video_container .video_inner, #hero_header #slideshow ul li .image, #hero_header #hero_image_responsive, .parallax-mirror img.parallax-slider {*/
            /*    opacity: 0.9 !important;*/
            /*}*/
            
            div#hero_image_responsive:after {
                background: linear-gradient(5deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                bottom: 0;
            }
        
            #hero_header .hero_image_responsive.no-slideshow-images::before, 
            #hero_header .hero_image_responsive.no-slideshow-images::before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                padding: 0;
                margin: 0;
                width: 100%;
                height: 100%;
                z-index: 101;
                background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.3) 100%);
                background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0)), color-stop(55%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3)));
                background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.3) 100%);
                background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.3) 100%);
                background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.3) 100%);
                background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.3) 100%);
            }
            
            
            .feature_panels .panel_hero .hero_section .inner,
            .feature_panels .panel_hero .hero_section_placeholder {
                height: 65vh;
            } 
                        
            
            
        /* Page heading
        ---------------------------------------- */
        
        .page_section_heading.page_section_heading_small h2 {
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
            font-size: 32px;
            line-height: 38px;
            border-bottom: 1px solid #ddd;
            padding: 0 0 20px;
            margin: 0;
        }
        #main_content h1,
        .heading_wrapper h1,
        .page_section_heading:not(.page_section_heading_small) h2,
        .reverse-text-content,
        .custom_reverse_text h2 {
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
            font-size: 32px;
            line-height: 1.3em;
            float: none;
            display: block;
        }
        
        #content_module .heading_wrapper h1 {
            margin-bottom: 20px;
            display: block;
        }
 
        .heading_wrapper h1.has_subtitle {
            margin: 0 0 10px;
        }
        #main_content .heading_wrapper_small h1,
        .heading_wrapper.heading_wrapper_small h1 {
            font-size: 40px;
            line-height: 50px;
            margin: 0 !important;
        }
        
        .heading_wrapper {
            margin: 0 0 30px;
        }
        
        .heading_wrapper h1,
        #h1_wrapper {
            display: inline-block;
            min-width: 0;
        }
        .heading_wrapper.heading_wrapper_small {
            margin: 0 0 30px;
        }
            .layout-no-subnav .heading_wrapper {
                width: 100%;
            }
            /*.heading_wrapper .subtitle {*/
            /*    padding-top: 15px;*/
            /*    color: #222;*/
            /*    font-family: 'EnglishEgyptianWeb', Sans-Serif;*/
            /*    font-size: 32px;*/
            /*    line-height: 32px;*/
            /*    text-align: center;*/
            /*    float: none;*/
            /*    margin: 0;*/
            /*}*/
            
            .heading_wrapper .subtitle {
                font-size: 2.2rem;
                line-height: 1.2em;
                font-family: 'Caslon Ionic Web', Sans-Serif;
                font-weight: normal;
            }
            
            .reverse-text-wrapper {
                position: relative;
                left: 50vw;
                transform: translateX(-50vw);
                width: 100vw;
                margin-left: -50px;
                overflow: hidden;
            }
            
            body #main_content #content #content_module.full_width, 
            body #main_content #content .content_module.full_width,
            #main_content .layout-no-sidebar .heading_wrapper {
                width: 100%;
                display: block;
                float: none;
                clear: both;
                margin: 0 auto 60px auto;
            }
            
            
            @media screen and (max-width: 1023px) {
                .reverse-text-wrapper {
                    margin-left: -30px;
                }
            }
            @media screen and (max-width: 459px) {
                .reverse-text-wrapper {
                    margin-left: -15px;
                }
            }
                .reverse-text-wrapper h1,
                .reverse-text-wrapper h2 {
                    opacity: 0;
                    white-space: nowrap;
                    float: left;
                }
                    .header_themed .reverse-text-content,
                    .header_themed h1,
                    .header_themed h2 {
                        color: #fff;
                    }
                .reverse-text-wrapper .reverse-text-content {
                    display: inline-block;
                    white-space: nowrap;
                    position: absolute;
                    top: 0;
                    left: 0;
                    animation: slide_x 100s linear infinite;
                    animation-delay: 0s;
                    height: 100%;
                    display: flex;
                }
                    .reverse-text-wrapper .reverse-text-content span {
                        display: inline-block;
                    }
                    .reverse-text-wrapper .reverse-text-content .text-content-block {
                        margin-right: 20px;
                    }
                    .reverse-text-wrapper .reverse-text-content span.header_text_block_reversed {
                        -moz-transform: scale(-1, 1);
                        -webkit-transform: scale(-1, 1);
                        -o-transform: scale(-1, 1);
                        -ms-transform: scale(-1, 1);
                        transform: scale(-1, 1);
                        -webkit-text-fill-color: transparent;
                        -webkit-text-stroke-width: 1px;
                        -webkit-text-stroke-color: #222;
                    }
                    .pageload-popup-alternative #image_gallery .reverse-text-content span.header_text_block_reversed,
                    .header_themed .reverse-text-wrapper .reverse-text-content span.header_text_block_reversed {
                        -webkit-text-stroke-color: #fff;
                    }
                    
                    @keyframes slide_x {
                        from {
                            transform: translate3D(0, 0, 0)
                        }
                        to {
                            transform: translate3d(-50%, 0,  0)
                        }
                    }
                    
            .heading_wrapper .video_embed_wrapper {
                padding: 30px 0 0;
            }
                
            .heading_wrapper .heading_wrapper_subtitle_container {
                position: relative;
            }
                .heading_wrapper .heading_wrapper_subtitle_container .subtitle {
                    max-width: 70%;
                    margin: 0 auto;
                }
                .heading_wrapper .heading_wrapper_subtitle_container .exhibitor_favourite_container {
                    position: absolute;
                    top: 13px;
                    right: 0;
                    z-index: 99;
                }
            
                    
            /* Themed header ---------------------------------------- */   
            
            .heading_wrapper.header_themed {
                padding-top: 50px;
                position: relative;
            }
                .heading_wrapper.header_themed .color_accent {
                    padding-top: 50px;
                    position: absolute;
                    top: 0;
                    bottom: 80px;
                    left: 50%;
                    width: 100vw;
                    transform: translateX(-50%);
                }
        
                 
                     
    /* Page content
    ---------------------------------------- */
    
        section.page_section {
            clear: both;
            width: 100%;
            margin: 0 0 30px;
        }
        section.page_section:last-child {
            clear: both;
            width: 100%;
            margin-bottom: 0;
        }
            section.page_section .page_section_heading {
                clear: both;
                width: 100%;
                margin: 0 0 30px;
            }
            section.page_section .page_section_heading_small {
                margin: 0 0 30px;
            }
            section.page_section .page_section_intro {
                clear: both;
                width: 100%;
                margin: 0 auto 50px;
                max-width: 750px;
                text-align: center;
            }
        section.page_section.page_section_reversed {
            color: #fff;
            padding: 80px 0 30px;
            margin: 0 0 80px;
            position: relative;
        }
            section.page_section.page_section_reversed:last-child {
                margin-bottom: 0;
            }
        section.page_section.page_section_reversed h2,
        section.page_section.page_section_reversed h3,
        section.page_section.page_section_reversed h4,
        section.page_section.page_section_reversed h5,
        section.page_section.page_section_reversed h6,
        section.page_section.page_section_reversed * {
            color: #fff;
        }
        section.page_section.page_section_reversed .heading_sub {
            color: #999;
        }
            section.page_section.page_section_reversed:before {
                content: '';
                display: block;
                background: #111;
                color: #fff;
                position: absolute;
                z-index: 0;
                left: 50%;
                top: 0;
                bottom: 0;
                width: 100vw;
                transform: translateX(-50%);
            }
            section.page_section.page_section_reversed .page_section_inner {
                position: relative;
                z-index: 1;
            }
            section.page_section.page_section_reversed .reverse-text-content,
            section.page_section.page_section_reversed .records_list .content h2,
            section.page_section.page_section_reversed .records_list .content .subtitle,
            section.page_section.page_section_reversed .records_list .content .description {
                color: #fff;
            }
            section.page_section.page_section_reversed .reverse-text-wrapper .reverse-text-content span.header_text_block_reversed {
                -webkit-text-stroke-color: #fff;
            }
            section.page_section.page_section_reversed .lazyload_wrapper:before {
                background: #222;
            }
            
            .records_list_header {
                /*border-bottom: 1px solid #D3D3D3;*/
                /*padding: 0 0 5px;*/
                margin-bottom: 30px;
                text-align: center;
            }
                .records_list_header h2 {
                    margin: 0;
                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                    font-size: 3.2rem;
                    line-height: 1.2em;
                    text-align: center;
                    margin-bottom: 11px;
                }
            
        section.page_section.page_section_event_closed {
            
        }
            .page_section_event_closed_content {
                margin: 0 auto 50px;
                max-width: 1400px;
            }
        
            
    /* Footer
    ---------------------------------------- */
        
        #footer {
            border: none;
            background: #111;
            z-index: 50;
            padding: 0;
            margin: 0;
            position: relative;
            width: 100vw;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
        }
            #footer .inner,
            #footer .artlogic {
                padding: 60px 80px;
            }
            #footer .footer-ui-wrapper {
                width: 100%;
                clear: both;
                display: flex;
                flex-direction:row;
                padding-top: 60px;
                justify-content: space-between;
            }
            #footer .footer-ui-wrapper:after {
                display: none
            }
                #footer .logo {
                    width: 461px;
                    height: 21px;
                    background: url(/images/footer_logo_w.png) 0 0 no-repeat;
                    background-size: contain;
                    margin: -5px 80px 0 0;
                }
                    #footer .logo a {
                        display: block;
                        width: 125px;
                        height: 108px;
                        text-indent: -9999px;
                    }
                #footer nav {
                    margin: 0 80px 0 0;
                    column-count: 1;
                    column-gap: 65px;
                }
                    #footer nav ul {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }
                        #footer nav ul li {
                            clear: both;
                            display: block;
                            margin: 0 0 35px;
                        }
                            #footer nav ul li a:not(.submit_button),
                            #footer nav ul li a:visited:not(.submit_button) {
                                clear: both;
                                display: block;
                                text-decoration: none;
                                color: #fff;
                                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                                font-size: 1.7rem;
                                line-height: 1.4em;
                                display: block;
                            }
                            
                #footer .sponsors {
                    flex-grow: 1;
                    color: #fff;
                    align-self: flex-start;
                    padding-right: 20px;
                }
                    .section-root #footer .sponsors {
                        align-self: center;
                    }  
                        #footer .sponsors img.artlogic-powered {
                            max-width: 112px;
                        } 
                    #footer .sponsors .logos_wrapper {
                        max-width: 500px;
                    }  
                
                    #footer .toolbar {
                        float: left;
                        display: flex;
                        flex-direction: row;
                        justify-content: flex-start;
                        width: calc(100% - 550px);
                        align-items: flex-start;
                        text-align: left;
                    }
                    #footer .toolbar::after {
                        content: '';
                        display: block;
                        width: 0;
                        margin-right: auto;
                    }
                    
                    
                    #footer .toolbar .social_links_wrapper {
                        /* flex-grow: 1; */
                        margin-right: 90px;
                        margin-right: auto;
                        margin-bottom: 40px;
                        flex-shrink: 0;
                        padding-right: 50px;
                    }
                        #footer .toolbar .social_links {
                            float: left;
                            clear: both;
                            margin: 0 0 20px;
                            white-space: nowrap;
                        }
                            #footer .toolbar .social_links .social_links_item {
                                float: left;
                                margin: 0 20px 0 0;
                            }
                            #footer .toolbar .social_links .social_links_item:last-child {
                                margin-right: 0;
                            }
                                #footer .toolbar .social_links a {
                                    display: block;
                                    text-indent: -9999px;
                                    width: 65px;
                                }
                            #footer .toolbar .social_links .social_media_icon {
                                background: none;
                                margin: 0;
                                color: #111;
                                background: #F3ECE4;
                                width: 65px;
                                height: 65px;
                                line-height: 66px;
                            }
                            
                            #footer .social_links #mailinglist {
                                display: none !important
                            }
                            
                                    #footer .toolbar .social_links .social_media_icon::after {
                                        font-size: 25px;
                                    }
                                
                        .social_media_icon.email::after {
                            content: "\e008";
                        }
                    
                                
                                
                    #footer .mailing_list_form .form_row{
                        border-radius: 0;
                        border: 0;
                        display: flex;
                        background: transparent;
                        border-bottom: 3px solid #fff;
                        margin-bottom: 20px;
                    } 
                    #footer .mailing_list_form .form_row input{
                        border-radius: 0;
                        border: 0;
                        display: flex;
                        background: transparent;
                        border-bottom: 3px solid #fff;
                        margin-bottom: 20px;
                    }   
                    #footer .mailing_list_form .form_row .inputField {
                        flex-grow: 1;
                        background: none;
                        border: none;
                        border-radius: 0;
                        padding: 15px 0 15px 0;
                        font-size: 1.7rem;
                        color: #fff;
                        margin: 0;
                        font-family: 'EnglishEgyptianWeb', Sans-Serif;
                    }
                        #footer .mailing_list_form .form_row .inputField::-webkit-input-placeholder {
                            color: #fff;
                        }
                        #footer .mailing_list_form .form_row .inputField::-moz-placeholder {
                            color: #fff;
                        }
                        #footer .mailing_list_form .form_row .inputField:-ms-input-placeholder {
                            color: #fff;
                        }
                        #footer .mailing_list_form .form_row .inputField:-moz-placeholder {
                            color: #fff;
                        }
                    #footer .mailing_list_form .form_row.submit_row{
                        border-bottom: 0;
                        margin-bottom: 0;
                    }
                    #footer .mailing_list_form .form_row:not(.f_categories_container) label {
                        height: 0;
                        width: 0;
                        overflow: hidden;
                        visibility: hidden;
                        margin: 0;
                        padding: 0;
                    }            
                    #footer .f_categories_container label {
                        display: flex;
                        align-items: center;
                        flex-direction: row-reverse;
                        cursor: pointer;
                        justify-content: flex-end;
                        font-size: 1.5rem;
                    }
                    #footer .form_row.f_categories_container .radio-module label span.radio-indicator {
                        content: '';
                        margin-top: -2px;
                        margin-right: 5px;
                        height: 14px;
                        width: 14px;
                        border-radius: 50%;
                        display: inline-block;
                        vertical-align: middle;
                        border: 2px solid #fff;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                    }

                    /*.form_row.f_categories_container .radio-module label input:checked + span.radio-indicator {*/
                    /*    background: #000;*/
                    /*}*/
                    #footer .form_row.f_categories_container .radio-module label input:checked + span.radio-indicator:before {
                        content: '';
                        height: 10px;
                        border-radius: 50%;
                        width: 10px;
                        margin: auto;
                        background: #fff;
                        display: block;
                    }                         
                    #footer .form_row.f_categories_container .form_content_area input {
                        opacity: 0;
                        width: 0;
                        height: 0;
                        margin:0;
                    }  
                    #footer .form_row.f_categories_container .form_content_area .radio-module {
                        display: inline-block;
                        margin-right: 10px;
                    }   
                    #footer .mailing_list_form .form_row.f_categories_container {
                        display: inline-block;
                        position: relative
                    }
                    select#f_categories {
                        /*// A reset of styles, including removing the default dropdown arrow*/
                        -webkit-appearance:none;
                        appearance: none;
                        /*// Additional resets for further consistency*/
                        background-color: transparent;
                        border: none;
                        padding: 0 1em 0 0;
                        margin: 0;
                        width: 100%;
                        font-family: inherit;
                        font-size: inherit;
                        cursor: inherit;
                        line-height: inherit;
                        font-family: 'EnglishEgyptianWeb', Sans-Serif;
                        font-size: 1.7rem;
                        line-height: 1.1em;
                        color: #fff;
                        cursor: pointer
                    }
                    select#f_categories::-ms-expand {
                        display: none;
                    }
                    #footer .f_categories_container::before {
                        content: '';
                        width: 0.7em;
                        height: 0.4em;
                        background-color: #fff;
                        clip-path: polygon(100% 0%, 0 0%, 50% 100%);
                        position: absolute;
                        right: 0;
                        top: calc(50% + 7px);
                        right: 15px;
                        pointer-events: none;
                    }
                    #footer .toolbar .footer_additional {
                        float: right;
                        clear: both;
                        margin: 0 0 5px;
                        font-size: 1.2rem;
                        line-height: 1.6rem;
                    }
                        #footer #general_contact_button {
                            float: right;
                            background: #fff;
                            margin: 0 0 15px;
                        }
                            #footer #general_contact_button a,
                            #footer #general_contact_button a:visited {
                                color: #111;
                                padding: 12px 26px 12px;
                            }
                            #general_contact_popup b {
                                font-weight: normal;
                                display: inline-block;
                                min-width: 120px;
                            }
                            #general_contact_popup h2 {
                                margin: 0 0 25px;
                            }
                            #general_contact_popup p {
                                margin: 0 0 15px;
                            }
                            #general_contact_popup p:last-child {
                                margin: 0;
                            }
                            #general_contact_popup b {
                                display: block;
                                width: 100%;
                                line-height: 14px;
                            }
                        #footer_cookie_button {
                            text-align: right;
                            margin: 0 0 7px;
                            float: right;
                            clear: both;
                        }
                            .cookie-notification-force-hidden #onetrust-consent-sdk #onetrust-banner-sdk,
                            .cookie-notification-force-hidden .onetrust-pc-dark-filter {
                                display: none !important;
                            }
                            #onetrust-consent-sdk #onetrust-banner-sdk {
                                background: rgba(0,0,0,0.8) !important;
                            }
                                #onetrust-consent-sdk #onetrust-banner-sdk * {
                                    font-size: 12px !important;
                                    font-family: 'Caslon Ionic Web', Sans-Serif !important;
                                    font-weight: normal !important;
                                }
                                #onetrust-banner-sdk #onetrust-policy {
                                    margin-top: 11px !important;
                                    margin-bottom: 11px !important;
                                    margin-left: 12px !important;
                                }
                                    #onetrust-banner-sdk #onetrust-policy #onetrust-policy-text {
                                        margin-bottom: 0 !important;
                                    }
                                #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy a,
                                #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy a:visited {
                                    color: #fff !important;
                                }
                                #onetrust-pc-btn-handler {
                                    border: none !important;
                                    border-radius: 100px !important;
                                    background: #444 !important;
                                    color: #fff !important;
                                    font-size: inherit !important;
                                    font-weight: inherit !important;
                                    text-decoration: none !important;
                                }
                                #onetrust-accept-btn-handler {
                                    border: none !important;
                                    border-radius: 100px !important;
                                    background: #fff !important;
                                    color: #111 !important;
                                    font-size: inherit !important;
                                    font-weight: inherit !important;
                                    text-decoration: none !important;
                                }
                                #onetrust-close-btn-container button {
                                    background-image: url(/images/close_icon_reverse.svg) !important;
                                    opacity: 1 !important;
                                }
                                #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
                                    position: relative;
                                    z-index: 9999;
                                }
                                
                            #footer_cookie_button > button {
                                float: right;
                                border: none !important;
                                border-radius: 100px !important;
                                padding: 0 !important;
                                background: none !important;
                                color: #fff !important;
                                font-size: inherit !important;
                                font-weight: inherit !important;
                            }
                            #footer_cookie_button > button:hover {
                                background: none !important;
                            }
                        #footer .toolbar .footer_additional .additional_links {
                            float: right;
                            clear: both;
                            margin: 0 0 12px;
                        }
                            #footer .toolbar .footer_additional .additional_links > div {
                                float: right;
                                clear: both;
                                margin: 0 0 5px 15px;
                                text-align: right;
                            }
                            #footer .toolbar .footer_additional .additional_links > div:last-child {
                                margin-left: 0;
                                margin-bottom: 0;
                            }
                            #footer .toolbar .footer_additional .additional_links a,
                            #footer .toolbar .footer_additional .additional_links a:visited {
                                color: #fff;
                                text-decoration: none;
                            }
                        #footer .toolbar .footer_additional .copyright {
                            float: right;
                            clear: both;
                            margin: 0;
                            text-align: right;
                        }
                            #footer .toolbar .footer_additional .copyright > div {
                                display: inline-block;
                                float: none;
                                margin: 0 0 0 15px;
                            }
                            #footer .toolbar .footer_additional .copyright > div:first-child {
                                margin-left: 0;
                            }
                          
                          
                #footer #copyright {
                    width: 100%;
                    background: #272727;
                    margin: 0;
                    padding: 0 80px;
                    box-sizing: border-box;
                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                    font-size: 1.2rem;
                    color: #938E89;
                } 
                #footer .copyright {
                    float: none;
                    margin-right: 0;
                }
                #footer #copyright .copyright-text, #footer #copyright #artlogic {
                    margin-right: 0;
                    display: inline-block;
                }
                #footer .footer_additional {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: center;
                    min-height: 90px;
                }                   
                #footer .additional_links {
                    display: flex;
                    flex-direction: row-reverse;
                    align-items: center;
                }   
                #footer .additional_links > div{
                    margin-left: 25px;
                }   
                #footer .artlogic {
                    clear: both;
                    float: none;
                    padding-top: 0;
                }   
                #footer .artlogic img {
                    width: 147px;
                } 
                #footer .mailing_list_signup {
                    width: 45%;
                    max-width: 550px;
                }
                #footer .mailing_list_signup h2 {
                    color: #fff;
                    font-size: 2.1rem;
                }
                     
                          
    /* Sponsor logos
    ---------------------------------------- */
    
    .logos_wrapper {
        width: 100%;
    }
        .logos_wrapper .logos_group {
            width: 100%;
            clear: both;
        }
        .logos_wrapper .logos_group:first-child {
            margin: 0 0 20px;
        }
        .logos_wrapper .logos_group h3 {
            color: #fff;
            font-size: 1.3rem;
            line-height: 1.6rem;
            padding: 0 0 5px;
            margin: 0 0 12px;
            border-bottom: 1px solid rgba(255,255,255,0.4);
        }
        .logos_wrapper .logos_group .logos_items {
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-wrap: wrap;
        }
        .logos_wrapper .logos_group .item {
            width: 50%;
            flex-basis: 50%;
            float: left;
            box-sizing: border-box;
            padding: 5px 15px 5px 0;
        }
            .logos_wrapper .logos_group .item a {
                max-width: 155px;
                display: block;
            }
            .logos_wrapper .logos_group .item img {
                max-height: 55px;
                max-width: 100%;
                width: auto;
                height: auto;
            }
        .browser-msie .logos_wrapper .logos_group .item {
            flex-basis: auto;  
        }
    
    
    /* Sponsor banners
    ---------------------------------------- */
    
        .sponsor_banners_container {
            display: block;
            width: 100%;
            margin: 0 0 60px;
        }
            .sponsor_banners_container .sponsor_slideshow {
                display: block;
                width: 100%;
            }
                .sponsor_banners_container .sponsor_slideshow .sponsor_item {
                    display: block;
                    width: 100%;
                    min-height: 105px;
                }
                    .sponsor_banners_container .sponsor_slideshow .sponsor_item a {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                        .sponsor_banners_container .sponsor_slideshow .sponsor_item img {
                            width: 100%;
                            max-width: 990px;
                        }
                        .sponsor_banners_container .sponsor_slideshow .sponsor_item img.mobile-only {
                            max-width: 340px;
                        }
                          
                        
    /* Contact form overlay
    ---------------------------------------- */
        
        #contact_form_overlay {
            
        }
            #contact_form_overlay_close {
                
            }
                #contact_form_overlay_close a {
                    
                }
                #contact_form_overlay_close a:after, #popup_box .close::after, .roomview-close::after {
                    width: 30px;
                    height: 30px;
                    text-indent: -9999px;
                    content: '';
                    background: url(/images/close_icon.svg) center center no-repeat;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                }
                #contact_form_overlay .overlay-container-inner {
                    padding: 40px 40px 100px;
                    display: flex;
                    align-items: center;
                }
                
                .form .form_row,
                #contact_form .form .form_row {
                    margin-bottom: 20px;
                    display: block;
                }
                .form .form_row.form_row_type_checkbox {
                    margin-bottom: 30px;
                    padding-top: 7px;
                }
                .form.form_style_simplified .form_row:not(.form_row_submit):not(.form_row_type_checkbox) {
                    border-bottom: 2px solid #d8d8d8;
                }
                .form .form_row.f_mailinglist_container {
                    display: none !important;
                }
                    .form .form_row label {
                        color: #888;
                        font-size: 1.4rem;
                        line-height: 1.6rem;
                        box-sizing: border-box;
                        margin: 0;
                        padding: 5px 20px 10px 0;
                        /*width: 25%;*/
                        width: 100%;
                    }
                    
                    .form .form_row .form_checkbox_container label {
                        line-height: 2.2rem;
                    }
                    .form .form_row .form_checkbox_container input {
                        margin-top: 4px;
                    }
                    .form.form_style_simplified .form_row .inputField, 
                    .form.form_style_simplified .form_row select, 
                    .form.form_style_simplified .form_row textarea {
                        border: none;
                        padding: 5px 0 20px;
                        font-size: 1.4rem;
                        line-height: 1.6rem;
                    }
                    .form .form_row .inputField, .form .form_row select, .form .form_row textarea, .form .form_row #captcha input, .form .form_row .g-recaptcha {
                        /*width: 75%;*/
                        width: 100%;
                    }
                    .form .form_row .form_checkbox_container .additional-terms-enabled .f_terms_link,
                    .form .form_row .form_checkbox_container .additional-terms-enabled .f_terms_separator {
                        display: none !important;
                    }
                    .form_row.f_categories_container {
                        border-bottom: none !important;
                        padding-top: 20px;
                    }
 
                    
                    /* #footer .mailing_list_form .form_row.f_categories_container {*/
                    /*    border: 3px solid #fff;*/
                    /*    border-bottom: 3px solid #fff !important;*/
                    /*    padding: 5px 10px;*/
                    /*    display: inline-block;*/
                    /*}*/
                    .form_row.f_categories_container legend {
                        width: 100%;
                        margin-bottom: 10px;
                        font-size: 21px;
                        margin-top: 20px;
                        color: #111;
                        font-family: 'EnglishEgyptianWeb', Sans-Serif;
                        font-size: 1.7rem;
                        line-height: 1.1em;
                    }
                    #footer .form_row.f_categories_container legend {
                        color: #fff;
                    }
                    .form .form_row .form_content_area.form_radio_button_container {
                        float: left;
                        width: 100%;
                    }
                    .form .form_row .form_content_area.form_radio_button_container .radio-item {
                        display: inline-block;
                        padding: 0;
                    }
                   .form .form_row .form_content_area.form_radio_button_container .radio-item label {
                        padding: 0;
                    }
                    .form_row.f_categories_container .form_content_area {
                        clear: both;
                    }
                    .scrollsection_signup .form_row.f_categories_container .form_content_area input {
                        opacity: 0;
                        width: 0;
                        height: 0;
                    } 
                    .scrollsection_signup .f_categories_container label {
                        display: flex;
                        align-items: center;
                        flex-direction: row-reverse;
                        cursor: pointer;
                        justify-content: flex-end;
                        font-size: 1.5rem;
                    }
                    .scrollsection_signup .form_row.f_categories_container .radio-module label span.radio-indicator {
                        content: '';
                        margin-top: -2px;
                        margin-right: 5px;
                        height: 16px;
                        width: 16px;
                        border-radius: 50%;
                        display: inline-block;
                        vertical-align: middle;
                        border: 2px solid #000;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                    }

                    /*.form_row.f_categories_container .radio-module label input:checked + span.radio-indicator {*/
                    /*    background: #000;*/
                    /*}*/
                    .scrollsection_signup .form_row.f_categories_container .radio-module label input:checked + span.radio-indicator:before {
                        content: '';
                        height: 10px;
                        border-radius: 50%;
                        width: 10px;
                        margin: auto;
                        background: #000;
                        display: block;
                    }
                    .form .form_row.f_occupation_other_container .inputField::placeholder {
                        color: #888;
                        font-size: 1.4rem;
                        line-height: 1.6rem;
                    }
                     .section-terms-and-conditions #content_module{
                         max-width: 800px;
                         margin: 0 auto;
                     }
 
 
 
                    
                #contact_form_prefilled_questions {
                    width: 100%;
                    clear: both;
                    float: left;
                    display: block;
                    max-height: 2000px;
                }
                    #contact_form_prefilled_questions .prefilled_options {
                        width: 100%;
                        clear: both;
                        float: left;
                        display: block;
                        margin-bottom: 20px;
                    }
                    #contact_form_prefilled_questions .prefilled_option {
                        width: 100%;
                        clear: both;
                        float: left;
                        display: block;
                    }
                    #contact_form_prefilled_questions .prefilled_option a,
                    #contact_form_prefilled_questions .prefilled_option a:vistied {
                        text-decoration: none;
                    }
                    #contact_form_prefilled_questions .prefilled_option a {
                        text-decoration: none;
                        width: 100%;
                        clear: both;
                        float: left;
                        display: block;
                        text-align: center;
                        padding: 15px 30px;
                        box-sizing: border-box;
                        border: 1px solid #ddd;
                        border-bottom-width: 0;
                        transition: background 400ms linear;
                        background: #fff;
                        position: relative;
                    }
                        #contact_form_prefilled_questions .prefilled_option a:hover {
                            background: #eee;
                        }
                        #contact_form_prefilled_questions .prefilled_option a:after {
                            display: block;
                            position: absolute;
                            top: 50%;
                            right: 10px;
                            transform: translateY(-50%);
                            
                            content: '';
                            background-image: url(/images/link_arrow.svg);
                            background-repeat: no-repeat;
                            height: 10px;
                            width: 18px;
                        }
                    #contact_form_prefilled_questions .prefilled_option:last-child a {
                        border-bottom-width: 1px;
                    }
                    
                #contact_form form {
                    width: 100%;
                    clear: both;
                }
                            
                #contact_form h2 {
                    margin: 0 0 35px;
                    padding: 0 35px 0 0;
                    box-sizing: border-box;
                    width: 100%;
                    float: none;
                    font-size: 2.5rem;
                    line-height: 3rem;
                }
                #contact_form #contact_form_item_preview {
                    margin-bottom: 25px;
                    padding: 5px 0 25px;
                }
                    #contact_form #contact_form_item_preview .content {
                        line-height: 1.6rem;
                    }
                    #contact_form #contact_form_item_preview .inner {
                        border: none;
                        background: transparent;
                        padding: 0;
                        max-height: 80px;
                        overflow: auto;
                        display: flex;
                        align-items: center;
                    }
                    #contact_form #contact_form_item_preview .content {
                        display: inline-block;
                        vertical-align: middle;
                        padding-left: 10px;
                        font-size: 1.3rem;
                        line-height: 1.7rem;
                        font-weight: normal;
                    }
                    #contact_form #contact_form_item_preview .image {
                        vertical-align: middle;
                        width: 75px !important;
                        height: 75px !important;
                        float: none !important;
                    }
                    #contact_form #contact_form_item_preview .content .medium,
                    #contact_form #contact_form_item_preview .content .dimensions {
                        display: none;
                    }
                    #contact_form #contact_form_item_preview .content {
                        box-sizing: border-box;
                        width: calc(100% - 75px);
                    }
                
                #contact_form .form .button {
                    margin: 0;
                    width: 100%;
                }
                    #contact_form .form .button a {
                        float: none;
                        width: 100%;
                        box-sizing: border-box;
                        padding: 21px 26px 22px;
                        /* font-size: 1.4rem; */
                        font-family: 'EnglishEgyptianWeb', Sans-Serif;
                        letter-spacing: 0;
                        font-size: 19px;
                    }
                    /*#contact_form .form .button a:before {*/
                    /*    display: inline-block;*/
                    /*    font: normal normal normal 14px/1 FontAwesome;*/
                    /*    font-size: inherit;*/
                    /*    text-rendering: auto;*/
                    /*    -webkit-font-smoothing: antialiased;*/
                    /*    -moz-osx-font-smoothing: grayscale;*/
                    /*    content: '\f086';*/
                    /*    font-size: 18px;*/
                    /*    vertical-align: middle;*/
                    /*    margin-top: -2px;*/
                    /*    margin-right: 11px;*/
                    /*}*/
                
                #privacy_policy_form_msg {
                    font-size: 1.1rem;
                    line-height: 1.7em;
                    color: #757575;
                    border-top: 1px solid #eee;
                    padding: 12px 0 0;
                }
                
                #contact_form #privacy_policy_form_msg {
                    display: none !important;
                }
                    

    /* Artwork Detail
    ---------------------------------------------- */
        #popup_overlay {
            background: var(--red);
        }
        #popup_content {
            padding: 0 50px;
        }
        #image_gallery #content_module,
        #popup_content #image_gallery #content_module {
            float: right;
            padding-right: 0;
            padding-left: 50px;
            margin-bottom: 0;
        }
        #image_gallery #image_container_wrapper {
            float: left;
        }
        #image_gallery #images_additional {
            clear: both;
            width: 100%;
            padding: 0;
            margin: 0 0 80px;
        }
            #image_gallery #images_additional .additional_image_single {
                clear: both;
                width: 100%;
                max-height: 80vh;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 60px;
            }
                #image_gallery #images_additional .additional_image_single .additional_image_single_item img {
                    max-height: 80vh;
                }
            #image_gallery #images_additional li {
                transform: none !important;
                opacity: 1 !important;
            }
            #image_gallery #images_additional li .content {
                padding-top: 10px;
            }
            #image_gallery #images_additional #images_additional_video {
                width: 100%;
                clear: both;
            }
            #image_gallery #images_additional #images_additional_video .video_container_inner p,
            #image_gallery #images_additional #images_additional_video .video_container_inner div:not(.fluid-width-video-wrapper) {
                display: none;
            }
        #image_gallery #image_related {
            clear: both;
            width: 100%;
            padding: 0;
            margin: 0 0 80px;
        }
            #image_gallery #image_related h2 {
                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                font-size: 30px;
                line-height: 32px;
                margin-bottom: 11px;
                text-align: center;
                margin: 0 0 40px;
            }
            #image_gallery #image_related .image_related_more_button {
                text-align: center;
                margin: 0 0 40px;
            }
                #image_gallery #image_related .image_related_more_button .button {
                    text-align: center;
                    margin: 0 auto;
                    float: none;
                    display: inline-block;
                }
        
                
                
        /* Reversed popup alternative
        ---------------------------------------------- */
            
            #image_gallery .random_selection_only {
                display: none;
            }
            
            .pageload-popup-alternative #image_gallery .random_selection_view_more_button {
                display: block;
                margin: 0 0 23px;
            }
            .pageload-popup-alternative #image_gallery .random_selection_view_more_button .button {
                margin: 0;
            }
            
            .pageload-popup-alternative #popup_overlay {
                background: rgba(0,0,0,0.85);
                transition: background 400ms linear;
            }
            .pageload-popup-alternative-transition #popup_overlay {
                transition: background 400ms linear;
            }
            .pageload-popup-alternative #popup_box,
            .pageload-popup-alternative #image_gallery #content_module .detail_view_module, 
            .pageload-popup-alternative #image_gallery #secondary_content_module .detail_view_module,
            .pageload-popup-alternative #image_gallery #content_module h1,
            .pageload-popup-alternative #image_gallery #content_module .subtitle, 
            .pageload-popup-alternative #image_gallery #content_module .subtitle .artist,
            .pageload-popup-alternative #image_gallery #content_module .artwork_details_wrapper .subheading.gallery_name,
            .pageload-popup-alternative #image_gallery #content_module .artwork_details_wrapper .subheading.gallery_name a,
            .pageload-popup-alternative #image_gallery #content_module .artwork_details_wrapper .subheading.gallery_name a:visited,
            .pageload-popup-alternative #image_gallery #content_module .link, 
            .pageload-popup-alternative #image_gallery #content_module .link a, 
            .pageload-popup-alternative #image_gallery #content_module .link span,
            .pageload-popup-alternative #image_gallery #content_module .detail_view_module .price {
                color: #fff;
            }
            .pageload-popup-alternative #image_gallery #content_module .contact_panel_container .enquire .button {
                width: auto;
            }
            .pageload-popup-alternative #image_gallery #content_module .contact_panel_container .contact_panel_below_toolbar {
                display: block;
            }
            .pageload-popup-alternative #image_gallery #content_module .contact_panel_container .artwork_favourite_container {
                clear: both;
            }
            .pageload-popup-alternative #image_gallery #content_module .contact_panel_container .roomview_button_container {
                display: none;
            }
            .pageload-popup-alternative #image_gallery #content_module .button {
                background: #fff;
            }
            .pageload-popup-alternative #image_gallery #content_module .button a,
            .pageload-popup-alternative #image_gallery #content_module .button a:visited,
            .pageload-popup-alternative #image_gallery #content_module .button a:hover {
                color: #111;
            }
            .pageload-popup-alternative #image_gallery #content_module .extended_description_container {
                display: none;
            }
            .pageload-popup-alternative #image_gallery #images_additional,
            .pageload-popup-alternative #image_gallery #image_related {
                margin: 0 !important;
                height: 0 !important;
                padding: 0 !important;
                overflow: hidden !important;
            }
            .pageload-popup-alternative #popup_box .close::after {
                background-image: url(/images/close_icon_reverse.svg);
            }
            .pageload-popup-alternative .lazyload_wrapper:before {
                background: rgba(255,255,255,0.05);
            }
            
            .pageload-popup-alternative #image_gallery #content_module .artwork_details_wrapper {
                flex-grow: 0;
            }
        
            .random_selection_header {
                padding: 80px 0 0;
                margin: 0;
                display: none;
            }
            .pageload-popup-alternative #image_gallery .random_selection_header {
                display: none;
            }
            
            @media screen and (min-width: 1024px) {
                .pageload-popup-alternative #popup_content #image_gallery .draginner {
                    margin-top: -80px;
                }
                .pageload-popup-alternative .random_selection_header {
                    display: block;
                    color: #fff;
                    display: block;
                }
                .pageload-popup-alternative #image_gallery .random_selection_header {
                    display: block;
                }
                .pageload-popup-alternative #image_gallery #content_module, 
                .pageload-popup-alternative #popup_content #image_gallery #content_module,
                .pageload-popup-alternative #popup_content #image_gallery #image_container_wrapper {
                    min-height: calc(100vh - 100px);
                }
            }
            
        
    
    /* Room View
    ---------------------------------------------- */
        
        .roomview-zoom-wrapper {
            cursor: default !important;
        }
        .roomview-zoom-footer {
            display: none !important;
        }
        .roomview-close,
        .cms-frontend-toolbar-active .roomview-close {
            top: 0;
        }
        .roomview-close::after {
            background: url(/images/close_icon_reverse.svg) center center no-repeat;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .roomview-close::before {
            display: block;
            background: #111;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            content: '';
            position: absolute;
            border-radius: 100px;
        }
        
    
    /* Share Links
    ---------------------------------------------- */
        
        .share_link {
            display: none !important;
        }
    
    
    /* Standard grid
    ---------------------------------------------- */
    
    .records_list.image_list .image {
        margin-bottom: 27px;
    }
    body .records_list.image_list ul li .image::after {
        padding-top: 80%;
    }
    .records_list.image_list .content,
    .records_list:not(.feature_list) .content {
        text-align: left;
        font-size: 1.4rem;
        line-height: 2em;
    }
        .records_list.image_list .content h2,
        .records_list.image_list .content h3,
        .records_list.detail_list .content h2,
        .records_list.detail_list .content h3 {
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
            font-size: 2.1rem;
            line-height: 1.2em;
            margin-bottom: 11px;
            width: 100%;
        }
        
        .event_list_subsection .records_list.image_list .content h2 {
            font-size: 2.4rem;
        }
        
        .records_list.image_list .content h2,
        .records_list.image_list .content h3 {
            text-align: left;
        }
        .records_list .content h2 {
            font-size: 2.1rem;
            line-height: 1.1em;
            color: #111;
            margin: 0 0 15px;
        }
        .records_list.image_list .content .subtitle {
            text-align: left;
            width: 100%;
            font-size: 1.4rem;
            line-height: 1.5em;
        }
        /*.records_list.image_list .content .button {*/
        /*    margin: 0 auto;*/
        /*}*/
        .records_list .content .description {
            color: #797777;
            display: block;
            width: 100%;
            font-size: 1.4rem;
            line-height: 2em;
        }
        .records_list .content .description strong {
            font-weight: normal
        }
        .records_list.image_list .content .description {
            text-align: left;
        }
        .records_list ul li .image::after {
            content: '';
            display: block;
            padding-top: 81%;
        }
        
        
    /* Simple grid format alternative
    ---------------------------------------------- */
    
        .records_list.simple_list_format .image {
            
        }        
        .records_list.simple_list_format .image img {
            height: 100%;
            width:100%;
            object-fit: cover;
        }
        
        .records_list.simple_list_format .content {
            font-family: inherit;
            text-align: left;
            display: flex;
            position: relative;
        }
            .records_list.simple_list_format .content .list_main_content {
                flex-grow: 1;
                width: calc(100% - 132px);
            }            
            .section-favourites .records_list.simple_list_format .content .list_main_content {
                width: calc(100% - 136px);
            }
            
                .records_list.simple_list_format .content h2 {
                    font-family: inherit;
                    text-align: left;
                    text-transform: none;
                    letter-spacing: 0;
                    font-weight: normal;
                    color: #222222;
                    font-size: 2.2rem;
                    line-height: 1.1em;
                    color: #111;
                    margin: 0 0 10px;
                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                }
                .records_list.simple_list_format .content .subtitle {
                    font-family: inherit;
                    text-align: left;
                }
         .records_list.simple_list_format .content  .list_content_toolbar {
            margin-top: -5px;
            margin-left: 5px
        }
            
                        
        .records_list.simple_list_format:not(.filter_mode_ghost_sort).filters-selected ul li:not(.filtered-active) {
            opacity: 0 !important;
            visibility: hidden;
            height: 0 !important;
            width: 0 !important;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }
        


        .layout-animation-enabled .records_list:not(.filter_mode_ghost_sort).filters-selected ul li.hidden {
            opacity: 0 !important;
            visibility: hidden;
            height: 0 !important;
            width: 0 !important;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }


    /* Ghost and sort filter - uses opacity and flex order
    ----------------------------------------------------------- */
   .records_list.simple_list_format.filter_mode_ghost_sort ul {
        display: flex;
        flex-direction: column;
    }
   .records_list.simple_list_format.filter_mode_ghost_sort ul li {
        order: 0;
    }
    .records_list.simple_list_format.filter_mode_ghost_sort.filters-selected ul li:not(.filtered-active) {
        opacity: 0.4 !important;
        order: 10;
    }

    .custom_artwork_filter.form form {
        display: flex;
    }


    /* Detail list 
    ----------------------------------------------------------- */
        
        .records_list.detail_list ul li .image {
            width: 38%;
            float: left;
        }
        .records_list.detail_list ul li .content {
            width: 62%;
            padding-left: 32px;
            display: inline-block;
        }
        
    
    /* Profile grid
    ---------------------------------------------- */
    
    .records_list.profile_list ul {
        text-align: center;
    }
        .records_list.profile_list ul li .content {
            
        }
        .records_list.profile_list ul li .image {
            border-radius: 1000px;
            overflow: hidden;
            display: block;
            position: relative;
            z-index: 1;
            max-width: 200px;
            margin-left: auto;
            margin-right: auto;
        }
            .records_list.profile_list ul li .content a {
                display: block;
                width: 100%;
            }
            .records_list.profile_list ul li .button {
                display: inline-block;
                float: none;
            }
            
    
    /* Curators grid
    ---------------------------------------------- */
    
    .records_list.curators_list.detail_list ul {
        text-align: center;
    }
        .records_list.curators_list.detail_list ul li .inner {
            display: flex;
            align-items: center;
        }
        .records_list.curators_list.detail_list ul li .image {
            margin: 0;
        }
        .records_list.curators_list.detail_list ul li .content {
            width: 52%;
        }
            .records_list.curators_list.detail_list ul li .content h2 {
                border: 0;
                padding: 0;
                margin: 0 0 5px;
            }
            .records_list.curators_list.detail_list ul li .content h2 {
                border: 0;
                padding: 0;
                margin: 0 0 5px;
            }
        .records_list.curators_list ul li .profile_image {
            position: relative;
            width: 48%;
        }
            .records_list.curators_list ul li .profile_image span {
                
            }
    
    .subsection-curators-grid .records_list ul li .image {
        margin: 0;
    }
    body .subsection-curators-grid .records_list.image_list ul li .image::after {
        padding-top: 100%;
    }
         .records_list ul li .image.c_shape-1  {
            clip-path: circle(50% at 50% 50%); /*Circle*/
            /*transform: translate(-50%, -50%) scale(0.9);*/
        }            
        .records_list ul li .image.c_shape-2  {
            clip-path: polygon(50% 0%, 92% 50%, 50% 100%, 8% 50%); /*Diamond*/
            /*transform: translate(-50%, -50%) scale(1.2);*/
        }
        .records_list ul li .image.c_shape-3  {
            clip-path: ellipse(50% 30% at 50% 50%); /*Oval landscape*/
            /*transform: translate(-50%, -50%) scale(1.2);*/
        }
        .records_list ul li .image.c_shape-4 {
            clip-path: ellipse(36% 50% at 50% 50%); /*Oval portrait*/
            /*transform: translate(-50%, -50%) scale(1.2, 1.1);*/
        }
        .records_list ul li .image.c_shape-5  {
            -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
            clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
           /*Bevelled oblong */
           /*transform: translate(-50%, -50%) scale(1.3);*/
        }            
        .records_list ul li .image.c_shape-6  {
           -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0); /*Upside-down triangle */
            /*transform: translate(-50%, -48%) scale(1.4,1);*/
        }           
        .records_list ul li .image.c_shape-7  {
        -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
           /*Trapezium */
            /*transform: translate(-50%, -50%) scale(1.3,1.1);*/
        }            
        .records_list ul li .image.c_shape-8  {
           clip-path: polygon(50% 0, 80% 15%, 80% 85%, 50% 100%, 20% 85%, 20% 15%); /*Long hexigan */
           /*transform: translate(-50%, -50%) scale(1.3, 1.2);*/
        }
        .records_list ul li .image.c_shape-9  { /*wonky loaf*/
            clip-path: none;
            /* transform: translate(-50%, -50%) scale(1.3, 1.2); */
            border-radius: 0 20% 20% 0;
            height: 60%;
            overflow: hidden;
        }
    
    
    /* Tile grid 
    ---------------------------------------------- */
            
        .records_list.tile_list .tile_list_formatted {
            margin-right: -40px;
        }
        .records_list.tile_list ul {
            width: 33.3%;
            padding-right: 40px;
        }
        .records_list.tile_list ul li {
            padding-right: 0;
        }
        
        .records_list .content .subtitle, 
        .records_list .content .date, 
        .records_list .content .location,
        .records_list ul li .content .title, 
        .records_list ul li .content .artist,
        .subsection-works .records_list ul li .content .pv-artist,
        .subsection-works .records_list ul li .content .pv-artist strong,
        .subsection-works .records_list ul li .content .pv-title {
            font-size: 1.7rem;
            line-height: 1.4em;
            text-transform: none;
            letter-spacing: 0;
            font-family: 'Caslon Ionic Web', Sans-Serif;
            font-weight: normal;
            color: #222222;
        }
        .records_list ul li .content .title, 
        .subsection-works .records_list ul li .content .pv-title {
            /*word-wrap: break-word;*/
            /*-webkit-hyphens: auto;*/
            /*hyphens: auto;*/
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
        }
        .records_list .content .subtitle {
            font-size: 2rem;
        }
        .records_list .content .date, 
        .records_list .content .location {
            font-size: 1.5rem;
        }
        .subsection-works .records_list ul li .content .pv-artist strong {
             display: inline;   
        }
        .records_list ul li .content .pv-title {
            margin-bottom: 14px;
        }
        .records_list ul li .content .pv-credits,
        .records_list ul li .content .pv-courtesy_or_credit_line {
            font-size: 1.2rem;
            line-height: 1.2em;
            color: #717171;
            font-weight: normal;
            padding-top: 15px;
            
                    
            display: none; /*As per design*/
        }
        
        .records_list ul li .content .pv-medium,
        .records_list ul li .content .pv-signed_and_dated,
        .records_list ul li .content .pv-dimensions,
        .records_list ul li .content .pv-edition_details,
        .records_list ul li .content .pv-courtesy_or_credit_line,
        .records_list ul li .content .pv-copyright_line {
            font-size: 1.35rem;
            color: #707070;
            letter-spacing: 0;
            line-height: 1.8em;
            
            display: none; /*As per design? */
        }
        /*.records_list .content .enquire-button-wrapper {*/
        /*    display: block*/
        /*}*/
        .grid_dynamic_layout_artworks.records_list ul li .content .enquire-button-wrapper,
        .section-artworks .records_list ul li .content .enquire-button-wrapper,
        .records_list ul li .content .enquire_button_container,
        /*.records_list ul li .content .button,*/
        .records_list ul li .content .link,
        .panel_record_slider_custom.curated_route_slider .content .enquire_button_container {
            display: inline-block !important;
            width: auto;
            vertical-align: middle;
            padding: 0;
            margin: 0;
            border-radius: 1000px;
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
        }
        .records_list ul li .content .enquire_button_container,
        .panel_record_slider_custom.curated_route_slider .content .enquire_button_container{
            margin-left: 7px;
        }
        .curated_route_slider .mobile_slider_heading {
            display: none
        }
        /*.subsection-curator-record .travel-modes {*/
        /*    display:none !important;*/
        /*}*/
        .section-curators.page-param-type-curator_id #main_content,
        .section-live-tours.page-param-type-curator_id #main_content,
        .section-curated-routes.page-param-type-curator_id #main_content {
            padding-bottom: 0 !important;
        }
        .records_list ul li .content .button a,
        .records_list ul li .content .button .read_more_label {
            padding: 8px 12px 9px;
            font-size: 1.4rem;
            line-height: 1em;
        }
        .records_list ul li .content .link {
            line-height: 1em;
        }
        .records_list ul li .content .link.button {
            margin-top: 20px;
        }
        .records_list .content .price,
        .records_list .content .price.pv-price,
        .artwork_price,
        .price {
            font-size: 1.4rem;
            line-height: 2rem;
            color: #222222;
            letter-spacing: 0;
            padding-top: 0;
            font-weight: normal;
            display: inline-block;
        }
        .grid_dynamic_layout_artworks .artwork_price {
            
        }
        .curated_route_slider .records_list.simple_list_format .content .location {
            color: #222222;
        }
        .section-artworks.user-ui-hide-prices .grid_dynamic_layout_artworks .artwork_price {
            display: none;
        }
        .records_list .content .availability-icon {
            margin-left: 10px;
        }
        .records_list:not(.feature_list):not(.reading_list):not(.grid_dynamic_layout_store) li:not(.custom_panel) .content .description:not(.user_defined), 
        .records_list:not(.feature_list):not(.reading_list):not(.custom_list) .content .link:not(.user_defined) {
            display: block;
            
        }
        
        .records_list .content .enquire-button-wrapper {
            display: block
        }
        
        .button.button_compact a, 
        .button.button_compact > span,
        .store_items_condensed .store_item_add_to_cart span, 
        .store_items_condensed .store_item_add_to_cart.button span{
            padding: 12px 18px 7px;
            font-size: 1.3rem;
            color: #fff;
            letter-spacing: 0;
            text-align: center;
            line-height: 1em;
            text-transform: none;
            letter-spacing: 0;
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
        }
        
        
        .artwork_caption_row_group .button.button_compact > span {
            padding: 8px 5px 5px;
            font-size: 1.15rem;
        }
        
        
        
        .section-exhibitors .store_items_condensed .store_item_add_to_cart.button span {
            padding: 15px 30px 7px; 
            font-size: 1.3rem;
        } 
        .section-exhibitors .store_items_condensed .store_item .store_item_add_to_cart {
            height: 35px;
        }
        
        .store_items_condensed .store_item_add_to_cart span, 
        .store_items_condensed .store_item_add_to_cart.button span {
            text-indent: 0;
            display: block;
            background: none;
            height: auto;
            margin: 0;
            cursor: pointer;
            display: block;
            width: auto;
            line-height: 12px;
        }
        .store_items_condensed .store_item .store_item_add_to_cart {
            height:30px;
        }
        
        .store_items_condensed .store_item_add_to_cart span:before,
        .store_items_condensed .store_item_add_to_cart span:after {
            display: none;
        }
        .records_list .content .store_items_condensed .store_item .price, 
        .store_items_condensed .store_item .price {
            display: none;
        }
        .records_list .content .store_items_condensed .store_item.store_item_sold_out .price, 
        .store_items_condensed .store_item.store_item_sold_out .price {
            display: block;
        }
        
        
        /* Read more links */
        
        .link a,
        .artwork_view_details,
        .read_more_link:not(.button) > a,
        .read_more_label,
        .link span.read_more_label,
        .link.exhibitor_website a,
        a.clear_filters {
            font-size: 1.4rem;
            line-height: 1.1em;
            text-transform: none;
            letter-spacing: 0;
            display: inline-flex;
            color: #222222;
            font-weight: normal;
            margin: 0;
            padding: 0;
        }
        .exhibitor_contact_details .link.exhibitor_website a {
            text-decoration: underline;
            font-size: 1.6rem
        }
        
        .link.exhibitor_website a:hover {
            text-decoration: none;
        }
        
        
            .link a::before,
            .artwork_view_details::before,
            .read_more_link:not(.button) > a::before,
            .read_more_label:not(.button_inner)::before,
            /*.link.exhibitor_website a::before,*/
            a.clear_filters::before {
                content: '';
                background-image: url(/images/link_arrow.svg);
                background-repeat: no-repeat;
                height: 10px;
                width: 16px;
                display: inline-block;
                padding-right: 12px;
                vertical-align: middle;
                margin-top: 4px;
            }
            .exhibitor_content_profile .link a,
            .section-curated-routes .link a,
            .section-live-tours .link a,
            .exhibition_content_profile .link a {
                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                text-transform: uppercase;
                position: relative;
            }
            
            .exhibitor_content_profile .link a::after,
            .section-live-tours .link a::after,
            .section-curated-routes .link a::after,
            .exhibition_content_profile .link a::after {
                content: "";
                background: #dc7b66;
                width: 8rem;
                height: 8rem;
                border-radius: 50%;
                position: absolute;
                left: 5px;
                top: 50%;
                transform: translate(-50%, -50%);
                z-index: -1;
                /* opacity: 0.2; */
                transition: 0.3s all ease;
            }
            
            #cookie_notification_preferences.link a::after{
                background: none !important;
            }
            
            .exhibition_content_profile .link a::after {
                background: var(--offwhite-alt);
            }

            .section-live-tours .link a::before,
            .section-curated-routes .link a::before {
                z-index: 3;
            }
            
            .section-live-tours .link a .text_wrap,
            .section-curated-routes .link a .text_wrap {
                position: relative;
                z-index: 2;
            }
            
            .section-live-tours .link a::after,
            .section-curated-routes .link a::after {
                z-index: 1;
            }
            .exhibition_content_profile .link a:hover::after,
            .exhibitor_content_profile .link a:hover::after,
            .section-live-tours .link a:hover::after,
            .section-curated-routes .link a:hover::after {
                transform: translate(-50%, -50%) scale(1.25);
            }
            .exhibition_content_profile .link a,
            .exhibitor_content_profile .link a,
            .section-live-tours .panel_type_11 .link a,
            .section-curated-routes .panel_type_11 .link a {
                font-size: var(--text-lg);
                line-height: var(--lh-lg);
            }
            .exhibition_content_profile .read_more_link a::before,
            .exhibition_content_profile .read_less_link a::before,
            .exhibitor_content_profile .read_more_link a::before,
            .exhibitor_content_profile .read_less_link a::before,
            .section-live-tours .read_more_link a::before,
            .section-live-tours .read_less_link a::before,
            .section-curated-routes .read_more_link a::before,
            .section-curated-routes .read_less_link a::before {
                content: "\f067";
                font-family: 'FontAwesome';
                background: transparent !important;
                margin-top: 1px;
            }
            
            .exhibition_content_profile .read_less_link,
            .exhibitor_content_profile .read_less_link {
                margin-top: 20px;
            }

            .exhibition_content_profile .read_less_link,
            .exhibitor_content_profile .read_less_link,
            .section-live-tours .panel_type_11 .link,
            .section-curated-routes .panel_type_11 .link {
                overflow: visible !important;
            }
            .exhibition_content_profile .read_less_link a::before,
            .exhibitor_content_profile .read_less_link a::before,
            .section-live-tours .read_less_link a::before,
            .section-curated-routes .read_less_link a::before {
                content: "\f068";
            }

            .link.exhibitor_website a::before {
                display: none;
            }
            .exhibitor_toolbar {
                position: absolute;
                top: -9.6rem;
                right: 80px;
            }
            .link.read_less_link a::before {
                background-image: url(/images/link_arrow_left.svg);
            }
            
            .image_text_align {
                display: flex;
                align-items: center;
                gap: 32px;
            }
            
            
        a.clear_filters {
            text-decoration: none;
            display: none;
        }
        body .clear_filters_container {
            display: none;
            margin: 0 0 25px;
        }
        body.artwork-filters-active .clear_filters_container {
            display: block;
        }
        body.artwork-filters-active a.clear_filters {
            display: inline-flex;
            font-size: 1.5rem;
        }
        body.artwork-filters-active a.clear_filters:before {
            background: url(/images/close_icon.svg) center center no-repeat;
            background-size: 11px;
            text-indent: -9999px;
            content: '';
            width: 11px;
            height: 11px;
            margin-top: 2px;
            margin-right: 12px;
            padding: 0;
        }
        
        .link span, .link a, .link a:visited, .simple_list ul li a, .simple_list ul li a:visited {
            color: #222;
        }
        
        
        .roomview-photo-button a::before {
            display:  none;
        }
        .roomview-photo-button .button-icon, .roomview-buttons-title .button-icon {
            margin-right: 8px;
            vertical-align: middle;
            display: inline-block;
        }
        .roomview-photo-button .button-text {
            vertical-align: middle;
            display: inline-block;
        }
        .roomview-photo-button .button-icon::before, .roomview-buttons-title .button-icon::before {
            font-size: 17px;
        }
        .roomview-scene-loader-wrapper {
            margin: 3px 0 0 12px;
        }
        .roomview-photo-button.loading svg.loader .path {
            stroke: #111;
            stroke-width: 4px;
        }
        .browser-safari .roomview-scene-artwork img,
        .browser-safari .roomview-scene-artwork img.placeholder-artwork {
            /*filter: none !important;*/
        }



        /* Small labels throughout
        --------------------------------------------- */
        .related_items_panel h3,
        .mini_list ul li .content h2,
        #content_module .date,
        .records_list .content .price,
        .detail_view_module .price {
            font-size: 1.6rem;
            line-height: 1.2em;
            font-family: 'Caslon Ionic Web', Sans-Serif;
            font-weight: normal;
        }
        
        /* Subtitles ------------------- */
        .subheading {
            font-size: 1.6rem;
            color: #111;
        }
        #image_gallery #content_module .subtitle {
            margin: 0 0 10px;
        }        
        #image_gallery #content_module .subtitle,
        .poster, .subtitle, .heading_wrapper h1 .h1_subtitle, .location,
         .feature_list ul li .content .subtitle,
         .feature_list ul li .content .date,
         .feature_list ul li .content .location {
            font-family: 'Caslon Ionic Web', Sans-Serif;
            font-weight: normal;
            color: var(--text-dark);
            font-size: 1.6rem;
            line-height: 1.5em;
            text-transform: none;
            letter-spacing: 0;
            /*margin: 0;*/
        }

        #image_gallery #content_module .subtitle,
        .feature_list ul li .content .subtitle,
        .feature_list ul li .content .subtitle,
        .records_list .content .subtitle {
            color: var(--text-dark);
        }
        
                
        .feature_panels .panel_image_text_adjacent .image .caption {
            font-size: 1.2rem;
            line-height: 1.2em;
        }
        
        .feature_panels_inner > ul {
            margin: 0;
        }
        .feature_panels_inner > ul li.fullbleed_layout {
            position: relative;
            width: 100vw;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            overflow: hidden;
        }

        
        
        /* -----------------------------------------------------------
           Data capture
        ----------------------------------------------------------- */
            
        body.layout-hero-header.layout-fixed-header.protected-path-login-mode.section-home .header-fixed-wrapper,
        body.layout-hero-header.layout-fixed-header.protected-path-login-mode.section-vip .header-fixed-wrapper,
        body.layout-hero-header.layout-fixed-header.protected-path-login-mode .header-fixed-wrapper,
        .protected-path-login-mode .header-fixed-wrapper {
            height: 0 !important;
            overflow: hidden;
        }
        
        #protected_path_login {
            min-height: 700px;
            height:100vh;
            display: flex;
            align-items: center;
            overflow: hidden;
        }
            #protected_path_login:after {
                background: #111;
            }
            
            #protected_path_login > .inner {
                display: block;
                position: relative;
                z-index: 1000;
                min-height: 0;
                overflow: auto;
                max-height: 100vh;
                padding: 60px 30px 0;
            }
            
            #protected_path_login #protected_path_login_container {
                position: static;
                padding: 0;
            }
            #protected_path_cancel_button {
                display: none;
            }
            
            #protected_path_login #protected_path_login_container #protected_path_login_content {
                min-height: 230px;
            }
    
            #protected_path_login .translations_nav {
                position: absolute;
                z-index: 3;
                top: 16px;
                left: 28px;
            }
                #protected_path_login .translations_nav ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }
                #protected_path_login .translations_nav ul li {
                    float: left;
                    padding: 0;
                    margin: 0 0 0 20px;
                }
                    #protected_path_login .translations_nav ul li:first-child {
                        margin-left: 0;
                    }
                    #protected_path_login .translations_nav ul li a,
                    #protected_path_login .translations_nav ul li a:visited {
                        color: #fff;
                        text-decoration: none;
                        padding: 10px 0;
                        font-size: 1.6rem;
                        line-height: 2.0rem;
                        display: block;
                    }
                    #protected_path_login .translations_nav ul li.active a {
                        border-bottom: 1px solid #fff;
                    }
            
            #protected_path_login .protected_path_background_image img {
                opacity: 1;
                object-position: top center;
            }
            
            #protected_path_login .protected_path_form_status_inner {
                border: 0;
            }
            #protected_path_login .protected_path_form_status .status_message {
                padding-top: 2px;
                display: none;
            }
            #protected_path_login .protected_path_form_status_inner .loader_simple {
                width: 50px;
                height: 50px;
                margin: 0;
            }
                #protected_path_login .protected_path_form_status_inner .loader_simple svg {
                    width: 50px;
                    height: 50px;
                    margin: 0;
                    position: static;
                }
            
            #protected_path_login #container, 
            #protected_path_login #protected_path_login_container {
                background: transparent;
                color: #fff;
                text-align: center;
            }
            #protected_path_login h1 {
                margin: 0 0 25px;
                color: #fff;
                font-weight: normal;
                text-align: center;
                display: inline-block;
                float: none;
            }
            #protected_path_login .protected_path_field_row {
                border-bottom: none;
            }
            #protected_path_login #username, 
            #protected_path_login #password, 
            #protected_path_login .protected_path_field_row input[type="text"], 
            #protected_path_login .protected_path_field_row input[type="email"], 
            #protected_path_login .protected_path_field_row input[type="password"] {
                border: 2px solid #fff;
                border-radius: 100px;
                padding: 10px 20px;
                color: #fff;
                float: none;
                height: 62px;
            }
    
            #protected_path_login input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
              color: #fff;
            }
            #protected_path_login input::-moz-placeholder { /* Firefox 19+ */
              color: #fff;
            }
            #protected_path_login input:-ms-input-placeholder { /* IE 10+ */
              color: #fff;
            }
            #protected_path_login input:-moz-placeholder { /* Firefox 18- */
              color: #fff;
            }
    
    
            #protected_path_login #username:focus, 
            #protected_path_login #password:focus, 
            #protected_path_login .protected_path_field_row input[type="text"]:focus, 
            #protected_path_login .protected_path_field_row input[type="email"]:focus, 
            #protected_path_login .protected_path_field_row input[type="password"]:focus,
            #protected_path_login #protected_path_login_form.focussed input[type="email"]{
                
            }
    
    
            #protected_path_login.protected_path_single_field .protected_path_form_main #protected_path_login_submit {
                position: absolute;
                top: 0;
                right: 0;
                background: none;
                border: none;
                padding: 0;
                z-index: 2;
                width: auto !important;
                min-width: 0 !important;
                height: 64px;
                margin-top: 0;
            }
            #protected_path_login .button a, 
            #protected_path_login .button a:visited, 
            #protected_path_login .button span, 
            #protected_path_login .button input {
                color: #fff;
            }
            #protected_path_login .button a:hover, 
            #protected_path_login .button a:hover:visited, 
            #protected_path_login .button:hover span, 
            #protected_path_login .button:hover input {
                background:transparent;
            }
            #protected_path_login .button a {
                height: 100%;
                box-sizing: border-box;
                padding: 24px 45px;
                position: relative;
                font-size: 1.5rem;
            }
            #protected_path_login_submit a::after {
                content: '';
                background-image: url(/images/link_arrow_reverse.svg);
                background-repeat: no-repeat;
                height: 10px;
                width: 20px;
                margin-left: 12px;
                vertical-align: middle;
                margin-top: -2px;
                display: inline-block;
            }
            
            #protected_path_login_form .form_content_area {
                opacity: 0.7;
                font-size: 11px;
                color: #FFFFFF;
                letter-spacing: 0;
                text-align: center;
                line-height: 23px;
            }
            
            #protected_path_buttons_container {
                display: flex;
                justify-content: center;
            }
            
            #protected_path_login .protected_paths_banners {
                margin-top: 60px;
                padding: 40px 15px;
                box-sizing: border-box;
                position: relative;
                left: 50%;
                width: 100vw;
                transform: translateX(-50%);
                background: #fff;
            }
            #protected_path_login .protected_paths_banners .sponsor_banners_container {
                margin-bottom: 30px;
            }
            
            #protected_path_login .privacy_policy_form_msg {
                opacity: 0.7;
                border: none;
                font-size: 12px;
                color: #111;
                text-align: center;
                line-height: 23px;
                margin: 0 auto;
                text-align: center;
                max-width: 450px;
                padding: 0;
            }
                #protected_path_login .privacy_policy_form_msg a,
                #protected_path_login .privacy_policy_form_msg a:visited {
                    color: #111;
                    text-decoration: underline;
                }
            #protected_path_login #protected_paths_copyright {
                opacity: 0.5;
                font-size: 12px;
                color: #111;
                padding: 20px 0 0;
                margin: 0 0 30px;
                margin: 0 auto;
                text-align: center;
                max-width: 450px;
            }
                #protected_path_login #protected_paths_copyright > div {
                    display: inline-block;
                    padding: 0 10px;
                }
                #protected_path_login #protected_paths_copyright a {
                    color: #111;
                    text-decoration: none;
                }
            
            #protected_path_login .protected_path_field_row.protected_path_field_name_terms {
                padding: 15px 0 0;
                margin: 0 0 15px;
                display: flex;
                justify-content: center;
            }
                #protected_path_login .protected_path_field_row.protected_path_field_name_terms input {
                    display: none;
                }
                #protected_path_login .protected_path_field_row.protected_path_field_name_terms label {
                    text-align: left;
                    max-width: 460px;
                    position: relative;
                    padding: 0 0 0 46px;
                    line-height: 2.1rem;
                    user-select: none;
                }
                #protected_path_login .protected_path_field_row.protected_path_field_name_terms label:before {
                    content: '';
                    position: absolute;
                    top: 5px;
                    left: 0;
                    display: block;
                    border: 2px solid #FFF;
                    background: #fff;
                    border-radius: 100px;
                    height: 30px;
                    width: 30px;
                    box-sizing: border-box;
                    font: normal normal normal 20px/1 FontAwesome;
                    content: "\f00c";
                    font-size: 18px;
                    line-height: 26px;
                    color: #ddd;
                    text-align: center;
                    transform-origin: center center;
                    cursor: pointer;
                    transition: color 200ms linear;
                }
                #protected_path_login .protected_path_field_row.protected_path_field_name_terms input:checked + label:before {
                    color: #111;
                }
                #protected_path_login .protected_path_field_row.protected_path_field_name_terms label,
                #protected_path_login .protected_path_field_row.protected_path_field_name_terms label a,
                #protected_path_login .protected_path_field_row.protected_path_field_name_terms label a:visited {
                    color: #fff;
                }
                
            #protected_path_login_container .privacy_policy_form_msg { 
                display: none !important; 
            }
            
            
            /* VIP Access
            ----------------------------------------------------------- */
            
            #vip_close_form {
                position: absolute;
                top: 40px;
                right: 40px;
                z-index: 20;
            }
                #vip_close_form a {
                    display: block;
                    width: 20px;
                    height: 20px;
                    background: url(/images/close_icon_reverse.svg) center center no-repeat;
                    text-indent: -9999px;
                }
                
            #protected_path_login.password-protection-cached #vip_access_logo {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 0 40px;
            }
                 #protected_path_login.password-protection-cached #vip_access_logo .lgw2022_logo {
                    min-width: 200px;
                    margin: 0 25px 0 0;
                }
                 #protected_path_login.password-protection-cached #vip_access_logo .lgw2022_logo_label {
                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                    color: #fff;
                    font-size: 42px;
                    line-height: 42px;
                    flex-basis: 20%;
                    text-align: left;
                }
            #protected_path_login.password-protection-cached h1 {
                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                color: #fff;
                font-size: 50px;
                line-height: 50px;
                margin: 0 0 12px;
            }
            #protected_path_login.password-protection-cached .subtitle {
                color: #fff;
                margin: 0 0 35px;
            }
            #protected_path_login.password-protection-cached .button {
                background: #fff;
            }
                #protected_path_login.password-protection-cached .button a,
                #protected_path_login.password-protection-cached .button a:visited {
                    color: #111;
                }
                #protected_path_login.password-protection-cached #protected_path_login_submit a::after {
                    background-image: url(/images/link_arrow.svg);
                }
            #protected_path_login.password-protection-cached .protected_path_background_image img {
                opacity: 0.2;
                user-select: none;
                pointer-events: none;
            }
            #protected_path_login.password-protection-cached .loader_basic.loading .path, 
            #protected_path_login.password-protection-cached .loader_simple .path {
                stroke: #fff
            }
            
            #protected_path_login.password-protection-cached .protected_paths_banners {
                background: #111;
                color: #fff;
            }
            #protected_path_login.password-protection-cached .protected_paths_banners .privacy_policy_form_msg,
            #protected_path_login.password-protection-cached .protected_paths_banners .privacy_policy_form_msg a,
            #protected_path_login.password-protection-cached .protected_paths_banners .privacy_policy_form_msg a:visited,
            #protected_path_login.password-protection-cached #protected_paths_copyright,
            #protected_path_login.password-protection-cached #protected_paths_copyright a,
            #protected_path_login.password-protection-cached #protected_paths_copyright a:visited {
                color: #fff;
            }
            
            
            /* Public data capture form
            ----------------------------------------------------------- */
            
                
            #protected_path_login.data-capture #login_access_logo {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 0 40px;
            }
                 #protected_path_login.data-capture #login_access_logo .lgw2022_logo {
                    min-width: 200px;
                    margin: 0 25px 0 0;
                }
                 #protected_path_login.data-capture #login_access_logo .lgw2022_logo_label {
                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                    color: #fff;
                    font-size: 42px;
                    line-height: 42px;
                    flex-basis: 20%;
                    text-align: left;
                }
            #protected_path_login.data-capture h1 {
                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                color: #fff;
                font-size: 50px;
                line-height: 50px;
                margin: 0 0 12px;
            }
            #protected_path_login.data-capture .subtitle {
                color: #fff;
                margin: 0 0 35px;
            }
            #protected_path_login.data-capture .button {
                
            }
                #protected_path_login.data-capture .button a,
                #protected_path_login.data-capture .button a:visited {
                    
                }
                #protected_path_login.data-capture #protected_path_login_submit a::after {
                    background-image: url(/images/link_arrow_reverse.svg);
                }
            #protected_path_login.data-capture .protected_path_background_image {
                
            }
            #protected_path_login.data-capture .protected_path_background_image img {
                opacity: 1;
                user-select: none;
                pointer-events: none;
            }
            #protected_path_login.data-capture .loader_simple .path {
                stroke: #fff !important;
                opacity: 1 !important;
            }
            
            #protected_path_login .f_mailinglist_container {
                display: none !important;
            }
            
            #protected_path_login.data-capture .protected_path_field_name_first_name, 
            #protected_path_login.data-capture .protected_path_field_name_last_name {
                width: calc(50% - 5px);
                box-sizing: border-box;
                clear: none;
            }
            #protected_path_login.data-capture .protected_path_field_name_first_name {
                margin-right: 10px;
            }
            
            #protected_path_login.data-capture #username, 
            #protected_path_login.data-capture #password, 
            #protected_path_login.data-capture .protected_path_field_row input[type="text"], 
            #protected_path_login.data-capture .protected_path_field_row input[type="email"], 
            #protected_path_login.data-capture .protected_path_field_row input[type="password"] {
                background: #fff;
                color: #111;
            }
            #protected_path_login.data-capture input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
              color: #111;
            }
            #protected_path_login.data-capture input::-moz-placeholder { /* Firefox 19+ */
              color: #111;
            }
            #protected_path_login.data-capture input:-ms-input-placeholder { /* IE 10+ */
              color: #111;
            }
            #protected_path_login.data-capture input:-moz-placeholder { /* Firefox 18- */
              color: #111;
            }
                
                
        
/* -----------------------------------------------------------
   Global Classes
----------------------------------------------------------- */

    body.type-fullscreen.fullscreen-slide-dark #slideshow .slideshow_pager .slideshow-pager-item-wrapper.slideshow-text.active .slideshow-pager-item:after, 
    body.type-fullscreen.fullscreen-slide-dark #slideshow .slideshow_pager .slideshow-pager-item-wrapper.slideshow-text .slideshow-pager-item:after, 
    body.type-fullscreen.fullscreen-slide-dark #container:not(.page-scroll) #header.header_transparent:not(.page-scroll) .inner, 
    body.layout-hero-header.fullscreen-slide-dark #container:not(.page-scroll) #header.header_transparent:not(.page-scroll) .inner {
        border-color: transparent;
    }
    
    .video_embed_wrapper {
        
    }
        .video_embed_wrapper p,
        .video_embed_wrapper > div:not(.fluid-width-video-wrapper) {
            display: none !important;
        }
    
   /* Popups
    ----------------------------------------------------------- */
    
    .section-home #popup_content #content:not(.no_homepage_slideshow) .feature_panels:not(.first_panel_full_bleed) {
        padding: 0;
    }

    .cascading-popup-inner:not(.partners-popup) {
        padding: 150px 0;
        box-sizing: border-box;
        max-width: 1540px;
        margin: 0 auto;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        /* max-width: 100%; */
    }

    .partners-popup .feature_panels_inner ul li.panel:first-child {
        padding-top: 150px;
    }
    .partners-popup .feature_panels_inner ul li.panel:last-child {
        padding-bottom: 150px;
    }

    .partners-popup .feature_panels_inner > ul > li {
        margin-bottom: 0;
    }
    
    .partners-popup .feature_panels .panel_image_text_adjacent {
        padding: 55px 0;
    }

    .partners-popup .feature_panels li.panel_record_slider_custom.slider_style_tiles .panel_header .panel_header_main {
        width: 50%;
    }

    .cascading-popup-inner #sidebar {
        width: calc(100% - 550px);
    }
    .cascading-popup-inner.events-popup #sidebar {
        margin-bottom: 0;
    }
    .cascading-popup-inner #content_module {
        width: 550px;
    }
    .subsection-event-record {
        width: 100%;
    }
    #popup_box #popup_content .panel .pagination_controls {
        display: block;
    }
    #popup_box .close {
        top: 30px;
        right: 30px;
        width: 58px;
        height: 58px;
        border-radius: 100px;
    }
    #popup_box .close::before {
        content: '';
        display: block;
        top: 0;
        right: 0;
        width: 58px;
        height: 58px;
        background: var(--offwhite);
        border-radius: 100px;
         transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
    }
    .device-desktop #popup_box .close:hover::before {
        transform: scale(1.6);
    }
    #popup_box #content {
        display: flex;
        align-items: center;
    }
    #popup_overlay {
    opacity: 0;
        transition: opacity 0.6s ease-in-out;
        -webkit-transition: opacity 0.6s ease-in-out;
        transform: translateY(100vh);
        transition: transform 600ms cubic-bezier(.65,.06,.19,.96);
        opacity: 1;
    }
    .page-popup-visible #popup_overlay {
        opacity: 1;
        transform: translateY(0);
    }
    
    
    div.arprompt {
        border-radius: 0;
        color: #111;
        background: #F3ECE4;
        width: 590px;
    }
    div.arpromptfade {
        background: rgba(50,50,50,0.6);
    }
    div.arprompt .arpromptclose {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    div.arprompt .arpromptclose a {
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        display: block;
        position: static;
        content: '';
        background: url(/images/close_icon.svg) center center no-repeat;
        pointer-events: none;
    }
    .tabbing-detected div.arprompt .arpromptclose a {
        pointer-events: auto;
    }
    div.arprompt .arpromptclose:after {
        display: none !important;
    }
    #scw_popup_buttons_container .link {
        padding-top: 20px;
        font-size: 1.6rem;
    }
    div.arprompt .arpromptmessage {
        font-size: 2.0rem;
        line-height: 1.5em;
        padding: 20px;
        box-sizing: border-box;
    }
    div.arprompt .arpromptmessage h3 {
       color: #111; 
    }
    div.arprompt .arpromptmessage p {
       color: #111; 
    }
    div.arprompt .arpromptmessage .button {
        margin-top: 40px;
        margin-right: 15px;
        background: var(--blue);
        clear: none;
        float: left;
    }
        div.arprompt .arpromptmessage .button a,
        div.arprompt .arpromptmessage .button a:visited {
            color: #111;
        }
    div.arprompt .arpromptmessage .button_secondary {
        background: #111;
    }
        div.arprompt .arpromptmessage .button_secondary a,
        div.arprompt .arpromptmessage .button_secondary a:visited {
            color: #fff;
        }
    div.arprompt h2 {
        color: #111;
        font-size: 2.3rem;
        line-height: 2.6rem;
    }
    div.arprompt button,
    div.arprompt button.arpromptdefaultbutton {
        padding: 3px 15px;
        width: 82px;
        border: none;
        border-radius: 1000px;
        background: #fff; 
        color: #111;
        color: inherit;
        font: inherit;
        cursor: pointer;
    }
    div.arprompt button:first-child, 
    div.arprompt button.arpromptdefaultbutton:first-child {
        margin-left: 0;
        min-width: 110px
    }
    div.arprompt .arpromptbuttons {
        text-align: left;
        padding: 0 0 25px 0;
        border: 0;
    }
    
    .favourites-prompt .arpromptbuttons {
        display: none;
    }
    
    
    /* Basket
    ----------------------------------------------------------- */
    #store_cart_widget,
    #header #store_cart_widget.active, #header #store_cart_widget:not(.hide_when_empty) {
        display: none !important
    }
    #header #store_cart_widget::after, #header #store_cart_widget::before {
        font-size: 17px;
    }
    #header #store_cart_widget #scw_items .scw_total_count {
        position: absolute;
        right: -12px;
        top: -2px;
        color: #222222;
        font-size: 1.1rem;
        font-weight: normal;
    }
    .section-store .subsection-store-basket h2 {
        margin: 0 0 35px;
        font-size: 3rem;
    }
    #sc_contents_container,
    #sc_checkout_content{
        font-size: 1.5rem;
    }
    #shopping_cart_information th.sc_column_item, 
    #wishlist_information th.sc_column_item {
        font-size: 1.8rem;
    }
    #shopping_cart_information td.sc_cell_item .title, 
    #wishlist_information td.sc_cell_item .title {
        display: block;
        font-weight: normal;
        margin: 0 0 5px;
        font-size: 1.6rem;
    }
    #shopping_cart_information td.sc_cell_item .details, 
    #wishlist_information td.sc_cell_item .details {
        display: block;
        color: #7d7d7d;
    }
    
    #shopping_cart_information th, #wishlist_information th {

        font-weight: normal;
    }
    
    
    /* IG slideshow
    ----------------------------------------------------------- */
    
    #ig_slideshow_container .ig_slideshow_toolbar {
        display: flex;
        
    }
        #ig_slideshow_container .ig_slideshow_toolbar #ig_slideshow_caption {
            width: 100%;
            font-size: 1.2rem;
            line-height: 1.5rem;
            padding: 9px 0 0;
        }
        #ig_slideshow_container .ig_slideshow_toolbar #ig_slideshow_controller {
            display: flex;
            display:none;
        }
            #ig_slideshow_container .ig_slideshow_toolbar #ig_slideshow_controller #ig_slideshow_controller_prev {
                float: left;
                margin-right: 10px;
            }
                #ig_slideshow_container .ig_slideshow_toolbar #ig_slideshow_controller #ig_slideshow_controller_prev a {
                    text-indent: -9999px;
                    background-image: url(/images/link_arrow_left.svg);
                    background-repeat: no-repeat;
                    height: 10px;
                    width: 16px;
                    display: inline-block;
                    padding-right: 12px;
                    vertical-align: middle;
                    margin-top: 1px;
                }
            #ig_slideshow_container .ig_slideshow_toolbar #ig_slideshow_controller #ig_slideshow_controller_next {
                float: left;
                margin-right: 0;
            }
                #ig_slideshow_container .ig_slideshow_toolbar #ig_slideshow_controller #ig_slideshow_controller_next a {
                    text-indent: -9999px;
                    background-image: url(/images/link_arrow.svg);
                    background-repeat: no-repeat;
                    height: 10px;
                    width: 16px;
                    display: inline-block;
                    padding-right: 12px;
                    vertical-align: middle;
                    margin-top: 1px;
                }
            #ig_slideshow_container .ig_slideshow_toolbar #ig_slideshow_controller #ig_slideshow_controller_count {
                display: none;
            }
    #ig_slideshow .item span {
        display: block;
        margin: 0;
    }
    #ig_slideshow .item span span {
        display: block;
        position: relative;
    }
    #ig_slideshow .item span.image span:after {
        display: block;
        content: '';
        padding-top: 67%;
        width: 100%;
    }
        #ig_slideshow .item span span img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    
    
    /* Records list
       Default styling for all content grids on the site
    ----------------------------------------------------------- */

    .records_list {
        
    }
        .records_list ul {
            margin-right: -40px;
        }
        .records_list ul li {
            position: relative;
            padding-right: 40px;
            width: 20%;
        }
        .records_list.tile_list {
            /*overflow: visible;*/
        }
        .records_list.tile_list ul li {
            margin: 0 0 40px;
        }
        .records_list.tile_list ul li.list_no_results_message {
            text-align: center;
            font-size: 18px;
            padding: 40px 0;
        }
        .filter_results_no_results_found .records_list.tile_list .tile_list_formatted ul {
            display: none;
        }
        .filter_results_no_results_found .records_list.tile_list .tile_list_formatted ul {
            display: block;
            width: 100%;
        }
        .records_list ul li a,
        .records_list ul li a:visited {
            height: 100%;
            width: 100%;
        }
        .records_list ul li .image {
            background: var(--red);
        }
        .records_list ul li .curator_pin_small {
            position: absolute;
            top: -15px;
            left: -15px;
            width: 66px;
            height: 66px;
            background: #111;
            border-radius: 100%;
            text-align: center;
            line-height: 13px;
            font-size: 12px;
            user-select: none;
            color: #fff;
        }
        .language-fr .records_list ul li .curator_pin_small {
            font-size: 10px;
        }
            .records_list ul li .curator_pin_small a {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
            }
            .records_list ul li .curator_pin_small a[href="/curators/"] {
                pointer-events: none;
            }
            .records_list ul li .curator_pin_small a,
            .records_list ul li .curator_pin_small a:visited {
                color: #fff;
                text-decoration: none;
            }
            .records_list ul li .curator_pin_small div {
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                margin-top: 2px;
                transform: translateY(-50%);
                transition: opacity 200ms linear;
                box-sizing: border-box;
                padding: 3px;
            }
                .records_list ul li .curator_pin_small:hover .curator_pin_initial,
                .records_list ul li .curator_pin_small .curator_pin_name {
                    opacity: 0;
                }
                .records_list ul li .curator_pin_small .curator_pin_initial,
                .records_list ul li .curator_pin_small:hover .curator_pin_name {
                    opacity: 1;
                }
        .records_list ul li .recent_pin_small {
            position: absolute;
            top: -15px;
            left: -15px;
            width: 66px;
            height: 66px;
            background: #111;
            border-radius: 100%;
            text-align: center;
            line-height: 13px;
            font-size: 12px;
            user-select: none;
            color: #fff;
        }
            .records_list ul li .recent_pin_small div {
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                margin-top: 2px;
                transform: translateY(-50%);
                transition: opacity 200ms linear;
                box-sizing: border-box;
                padding: 3px;
            }
        .records_list .content {
            display: flex;
            flex-wrap: wrap;
        }
            .records_list ul li .content .artwork_caption_row {
                width: calc(100% - 78px);
                flex-grow: 1;
                padding-right: 10px;
                box-sizing: border-box;
            }
            .records_list ul li .content .artwork_caption_toolbar {
                white-space: nowrap;
            }
            .records_list ul li .content .artwork_gallery_name {
                width: 100%;
                clear: both;
                margin: 10px 0 0;
                padding: 8px 0 0;
                line-height: 1.8rem;
                border-top: 1px solid #ddd;
                font-weight: normal;
            }
            .records_list ul li .content .artwork_view_details {
                display: none;
            }
            .records_list ul li .conversion-divider {
                padding: 0 3px;
                color: #777;
            }

        
        
        
        
        .page_stats .ps_pages, 
        .page_stats .ps_pages_indented, 
        .page_stats .ps_links,  
        .page_stats .ps_item_label, 
        .page_stats .ps_item {
            /*color: #222222;*/
            line-height: 1.6rem;
            font-size: 1.55rem;
            text-transform: none;
            letter-spacing: 0;
        }
        .page_stats a.ps_previous,
        .page_stats a.ps_next {
            white-space: nowrap;
        }
        .page_stats a.ps_previous:before {
            content: '';
            background-image: url(/images/link_arrow_left.svg);
            background-repeat: no-repeat;
            height: 10px;
            width: 20px;
            display: inline-block;
            margin-right: 8px;
            vertical-align: middle;
            margin-top: 0;
        }
        .page_stats a.ps_next:after {
            content: '';
            background-image: url(/images/link_arrow.svg);
            background-repeat: no-repeat;
            height: 10px;
            width: 20px;
            display: inline-block;
            margin-left: 8px;
            vertical-align: middle;
            margin-top: 0;
        }
       .page_stats .disabled, .ps_item.disabled {
            color: #d2d2d2;
        }
        
        
    /* Feature panels
    
    ----------------------------------------------------------- */


    .feature_panels .panel_hero .hero_heading > h2,
    .feature_panels .panel_hero .hero_heading > a > h2,
    .feature_panels .panel_image_text_adjacent .content h2{
        font-size: 4.5rem;
        font-weight: normal;
        line-height: 1.1em;
        margin: 0;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 30px;
    }
    .feature_panels .panel_image_text_adjacent .content h2{
        font-size:3.3rem;
        font-weight: normal;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 30px;
    }
    .feature_panels .panel_image_text_adjacent .content .subtitle, 
    .feature_panels .panel_image_text_adjacent .content .date {
        display: block;
        margin: 0 0 30px;
        font-size: 1.7rem;
        line-height: 1.4em;
        font-weight: normal;
        margin-top: -20px;
    }
    .feature_panels .panel_header,
    .panel_header {
        display: flex;
        flex-direction: column;
        gap: 3.2rem;
        margin: 0 0 40px;
        text-align: center;
        padding-top: 30px;
        
    }
    .feature_panels ul > li:first-child .panel_header {
        border-top: none;
        padding-top: 0;
    }
    
    .feature_panels .panel_header h2, .panel_header h2 { 
        font-size: var(--text-5xl);
        line-height: var(--lh-5xl);
        margin-bottom: 0;
    }
        
    .feature_panels .panel_header .subtitle {
        max-width: 850px;
        display: inline-block;
    }
    .feature_panels .panel.panel_content_alignment_right .content {
        text-align: left;
    }
    
     /* Adjacent
    ------------------------------------------------------------ */
   .subsection-exhibitors-record .feature_panels .panel_image_text_adjacent .image {
            margin-bottom: auto;
    }
    .feature_panels .panel_image_text_adjacent > .pseudo_a {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .subsection-exhibitors-record .feature_panels .panel_image_text_adjacent:nth-child(even) > .pseudo_a {
        flex-direction: row-reverse;
    }
    .subsection-exhibitors-record .feature_panels .panel_image_text_adjacent:nth-child(even) > .pseudo_a .content {
        padding: 0 50px 0 0;
    }
                
     /* Record slider
    ------------------------------------------------------------ */
   .feature_panels_inner > ul > li.panel_record_slider_custom {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding: 90px 70px;
        background: var(--blue);
        box-sizing: border-box;
        overflow: hidden
    }   
        .feature_panels_inner > ul > li.panel_record_slider_custom.curated_route_slider {
            background: var(--red);
            margin-bottom: 0;
        }
        /*.feature_panels_inner > ul > li.panel_record_slider_custom.curated_route_slider > .records_list ul li .image::after {*/
        /*    padding-top: 120%;*/
        /*}*/
        /* .feature_panels_inner > ul > li.panel_record_slider_custom.curated_route_slider > .records_list ul li .image img {
                                            height:100%;
                                            width:100%;
                                            object-fit: cover;
                                        } */
        .panel_record_slider_custom .records_list ul li .image img {
            height:100%;
            width:100%;
            object-fit: cover;
        }

       .section-home .feature_panels_inner > ul > li.panel_record_slider_custom {
            margin-bottom: 0
        }
        
    .cms-frontend-toolbar-active .cms-frontend-list-item.panel_record_slider_custom:hover {
        background: var(--blue);
    }
    .panel_record_slider_custom_inner {
        max-width: 1660px;
        padding: 0 80px;
        box-sizing: border-box;
        margin: 0 auto;
        overflow: visible;
        position: relative;
    }
    .feature_panels_inner > ul > li.panel_record_slider_custom > .records_list {
        /*position: relative;*/
        /*width: 100vw;*/
        /*left: 50%;*/
        /*right: 50%;*/
        /*margin-left: -50vw;*/
        /*margin-right: -50vw;*/
        /*box-sizing: border-box;*/
    }
    .feature_panels_inner > ul > li.panel_record_slider_custom .flickity-viewport {
        overflow: visible
    }
    .record_slider_custom > ul {
        /*margin-right: calc(0px - (100vw - 1500px) / 2);*/
        margin-right: 0
    }
    
    .record_slider_custom ul li {
        width: 33.3%;
        padding-right: 40px;
    }          
    .record_slider_custom ul li .content .subtitle {
        display: none
    }
    
    .record_slider_custom ul li .image {
        margin-bottom: 0;
    }
    body.slider-drag .record_slider_custom ul li a,
    body.slider-drag .record_slider_custom ul li .image {
        pointer-events:none !important
    }    
    
    .feature_panels li.panel_record_slider_custom .panel_header h2 + span {
        margin-top: 3.2rem;
    }
    
    .feature_panels li.panel_record_slider_custom .panel_header {
        text-align: left
    }    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles .panel_header {
        display: flex;
        flex-direction: row;
        gap: 0;
        padding-top: 0;
    }    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles .panel_header .panel_header_main {
        /* min-width: 420px;
                                        width: 420px; */
        width: 25%;
        min-width: 320px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    
    
    .feature_panels li.panel_record_slider_custom .panel_header .button {
        float: right;
        position: absolute;
        right: 0;
        top: 0;
    }
    .feature_panels li.panel_record_slider_custom .panel_header.has_button {
        padding-right: 100px;
    }
    .feature_panels li.panel_record_slider_custom .panel_header.has_button {
        padding-right: 100px;
    }

    .feature_panels_inner > ul > li.panel_record_slider_custom:not(.curated_route_slider) > .records_list ul li .content {
        text-align: center;
        flex-direction: column;
    }    
    
    li.panel_record_slider_custom .records_list.record_slider_custom ul li {
        width:28%;
    }
    li.panel_record_slider_custom .records_list .content h2 {
        font-size: 2.5rem;
        min-height: 2em;
    }
    
    li.panel_record_slider_custom.curated_route_slider .records_list .content h2 {
        font-size: 2.2rem;
        min-height: 0;
    }
    li.panel_record_slider_custom.curated_route_slider .records_list .title-slide .content h2 {
        font-size: 3.9rem;
        min-height: 0;
        margin-bottom: 20px;
    }    
    li.panel_record_slider_custom.curated_route_slider .records_list .title-slide .content .description {
        font-size: 1.7rem;
        color: #222;
    }
    li.panel_record_slider_custom.curated_route_slider .records_list .flickity-slider {
        display: flex;
                align-items: stretch;
    }
    li.panel_record_slider_custom.curated_route_slider .records_list .flickity-slider .title-slide {
        display: flex;
        align-items: center;
        padding-top: 40px;
    }

    .flickity-slider li {
        margin-bottom: 0;
    }

    .feature_panels_inner > ul > li.panel_record_slider_custom  .records_list.record_slider_custom ul li .date,
     .feature_panels_inner > ul > li.panel_record_slider_custom  .records_list.record_slider_custom ul li .link,
     .feature_panels_inner > ul > li.panel_record_slider_custom  .records_list.record_slider_custom ul li .section {
        display: inline-block;
        clear: both;
        float: none;
        margin: 0 auto;
    }
    .feature_panels_inner > ul > li.panel_record_slider_custom .records_list.record_slider_custom ul li .date {
        display: none
    }    
    .section-home .feature_panels_inner > ul > li.panel_record_slider_custom .records_list.record_slider_custom ul li .section {
        display: block;
        font-size: 1.4rem;
        margin-bottom: 6px;
        font-family: 'EnglishEgyptianWeb', Sans-Serif;
    }
    .feature_panels_inner > ul > li.panel_record_slider_custom .records_list.record_slider_custom ul li .link {
        margin-top:20px;
    }
    .feature_panels_inner > ul > li.panel_record_slider_custom.grid_dynamic_layout_feature_panels .records_list.record_slider_custom ul li .image::after,
    .feature_panels_inner > ul > li.panel_record_slider_custom .records_list.record_slider_custom ul li .image::after {
        padding-top: 80% ;
    }
    .feature_panels_inner > ul > li.panel_record_slider_custom.slider_style_tiles.small_tiles .records_list.record_slider_custom ul li .image::after {
        padding-top: 110%;
    }   
    .feature_panels_inner > ul > li.panel_record_slider_custom.slider_style_tiles.small_tiles.small_tiles_short .records_list.record_slider_custom ul li .image::after {
        padding-top: 90%;
    }
    .record_slider_custom .link.tile_slider_button {
        position: absolute;
        z-index: 1;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
        /* right: auto; */
    }
    
    
    .section-home .feature_panels_inner > ul > li.panel_record_slider_custom > .records_list ul li .description,
    li.panel_record_slider_custom.slider_style_tiles .content .description {
        color:#111;
    }
    .record_slider_custom .pagination_controls button,
    .custom_ig_slideshow_controls .pagination_controls button  {
        position: absolute;
        height: 60px;
        z-index: 99;
        width: 60px;
        background: #111;
        border-radius: 1000px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        text-indent: -9999px;
    }
    .subsection-curator-record .record_slider_custom .pagination_controls button {
        background: var(--blue);
    }
    .record_slider_custom .pagination_controls button:before,
    .custom_ig_slideshow_controls .pagination_controls button:before  {
        content: '';
        background-repeat: no-repeat;
        height: 21px;
        width: 25px;
        display: inline-block;
        position: absolute;
        left: 50%;
        top:50%;
        transform: translate(-50%, -50%)
    }   
    /*.record_slider_custom .pagination_controls {*/
    /*    opacity: 0;*/
    /*}*/
    /*.panel_record_slider_custom:hover .pagination_controls {*/
    /*    opacity: 1.0;*/
    /*}*/
    .record_slider_custom .pagination_controls button.pagination_controls_prev:before,
    .custom_ig_slideshow_controls .pagination_controls button.pagination_controls_prev:before  {
        background-image: url(../images/skip_left_reversed.svg);
    }
    .record_slider_custom .pagination_controls button.pagination_controls_next:before,
    .custom_ig_slideshow_controls .pagination_controls button.pagination_controls_next:before  {
        background-image: url(../images/skip_right_reversed.svg);
    }
    .record_slider_custom .pagination_controls button.pagination_controls_prev {
        left: 20px;
    }
    .record_slider_custom .pagination_controls button.pagination_controls_next {
        right: 20px;
        left: auto;
    }

    .slider_style_tiles .panel_header .subtitle {
        display: none;
    }
    
    .feature_panels li.panel_record_slider_custom .panel_sidebar {
        /* width: 420px; */
        width: 25%;
        min-width: 320px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-right: 3.2rem;
        box-sizing: border-box;
        gap: 32px;
        align-items: flex-start;
    }
    .hide_sidebar_content .panel_sidebar > * {
        display: none;
    }
    .feature_panels li.panel_record_slider_custom.slider_style_tiles {
        /*display: flex;*/
    }
    .feature_panels li.panel_record_slider_custom.slider_style_tiles .slider_width_wrapper {
        display: flex;
        justify-content: flex-end;
    }
    .feature_panels li.panel_record_slider_custom.slider_style_tiles,
    .cms-frontend-toolbar-active .cms-frontend-list-item.panel_record_slider_custom.slider_style_tiles:hover {
        background: var(--offwhite-alt);
    }    
    
    
    /*panel_theme_2 - dark orange bg*/
    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.panel_theme_2,
    .cms-frontend-toolbar-active .cms-frontend-list-item.panel_record_slider_custom.slider_style_tiles.panel_theme_2:hover {
        background: var(--blue);
    }
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.panel_theme_2 .records_list.record_slider_custom ul li .content {
         background: #FBE9D6;
    }    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.panel_theme_2 .records_list.record_slider_custom ul li .lazyload_wrapper:before {
         background: #a04800;
    }
    
    /*panel_theme_3 - light green bg*/
    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.panel_theme_3,
    .cms-frontend-toolbar-active .cms-frontend-list-item.panel_record_slider_custom.slider_style_tiles.panel_theme_3:hover {
        background: var(--offwhite);
    }
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.panel_theme_3 .records_list.record_slider_custom ul li .content {
         background: var(--red);
    }    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.panel_theme_3 .records_list.record_slider_custom ul li .lazyload_wrapper:before {
         background: #769884;
    }
    
    /*panel_theme_4 - dark green bg*/
    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.panel_theme_4,
    .cms-frontend-toolbar-active .cms-frontend-list-item.panel_record_slider_custom.slider_style_tiles.panel_theme_4:hover {
        background: var(--red);
    }
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.panel_theme_4 .records_list.record_slider_custom ul li .content {
         background: var(--offwhite);
    }    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.panel_theme_4 .records_list.record_slider_custom ul li .lazyload_wrapper:before {
        background: var(--offwhite);
    }
    
    /*panel_theme_5 - Pink bg*/
    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.panel_theme_5,
    .cms-frontend-toolbar-active .cms-frontend-list-item.panel_record_slider_custom.slider_style_tiles.panel_theme_5:hover {
        background: #E0A093;
    }
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.panel_theme_5 .records_list.record_slider_custom ul li .content {
         background: #FFE700;
    }    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.panel_theme_5 .records_list.record_slider_custom ul li .lazyload_wrapper:before {
         background: #d48575;
    }
    
    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom {
        /* width: calc(100% - 420px); */
        width: calc(100% - max(25%, 320px));
    }
    
    .subsection-curator-record .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom {
        /* width: calc(100% - 420px); */
        width: 100%;
    }
    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom ul li {
        width: 39vw;
        padding-right: 30px;
    } 
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.small_tiles .records_list.record_slider_custom ul li {
        width: 29vw;
        padding-right: 30px;
    }    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom ul li > a {
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        padding-top: 100px;
    }
        
    .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom .item.hide {
        display: none !important
    }    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom .item.temp-hide {
        opacity: 0 !important;
        transition: opacity 200ms ease-in-out !important;
    }
    
    
    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles.small_tiles .records_list.record_slider_custom ul li > a {
        padding-top: 140px;
    }
    
    
    .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom ul li .image {
        z-index: 1;
    }
    .subsection-curator-record .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom ul li .image.lazyload_wrapper:before {
        background-color: #7c9887
    }
    .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom ul li .content {
        z-index: 2;
        text-align: center;
        /* flex-direction: column; */
        padding: 4.8rem;
        box-sizing: border-box;
        background: var(--blue);
        position: absolute;
        top: 0;
        width: 100%;
        max-height: 100%;
        overflow: hidden;
        justify-content: center;
    }

    /* .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom ul li .content::after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 5rem;
        background: linear-gradient(to bottom, rgb(219 201 4 / 0%), rgb(219 102 4) 80%);
    } */


    .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom ul li .content h2 {
        font-size: var(--text-3xl);
         min-height: 0;
         
    }
    .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom ul li .content .description-wrapper {
        opacity: 0;
        max-height: 0;
        transition: opacity 200ms cubic-bezier(.65,.06,.19,.96), max-height 300ms cubic-bezier(.65,.06,.19,.96);
    }
    .feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom ul li a:hover .content .description-wrapper {
       max-height: 900px;
       opacity: 1.0;
       transition: opacity 800ms cubic-bezier(.65,.06,.19,.96), max-height 600ms cubic-bezier(.65,.06,.19,.96);
    }
    .feature_panels_inner > ul > li.panel_record_slider_custom.slider_style_tiles > .records_list ul li .link {
        margin-top: 20px;
        position: absolute;
        bottom: 70px;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
    }
    .feature_panels_inner > ul > li.panel_record_slider_custom.slider_style_tiles .pagination_controls {
        position: absolute;
        right: 70px;
    }
    .slider_style_tiles .record_slider_custom .pagination_controls button,
    .slider_style_tiles .record_slider_custom .pagination_controls button.pagination_controls_prev,
    .custom_ig_slideshow_controls .pagination_controls button {
        position: relative;
        right: auto;
        left: auto;
        margin-left: 10px;
        height: 70px;
        width:70px;
    }
    
    /*.feature_panels li.panel_record_slider_custom.slider_style_tiles .records_list.record_slider_custom ul li .content{*/
    /*    top: 0;*/
    /*    position: absolute;*/
    /*}*/
    .panel_header_description {
       max-width: 800px;
        font-size: var(--text-3xl);
        line-height: var(--lh-3xl);
        color: var(--black);
        letter-spacing: 0;
    }
    .panel_record_slider_custom .progress-bar-wrapper {
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 4.8rem
    }
    .panel_record_slider_custom.slider_disabled .progress-bar {
        visibility: hidden;
    }
    .panel_record_slider_custom .progress-bar {
        height: 4px;
        transform: translate3d(0,0,0);
        background: rgb(0 0 0 / 20%);
        width: 20vw;
        max-width: 300px;
        padding:0 0 0 50px;
        box-sizing: border-box;
        z-index: 999;
    }
    .panel_record_slider_custom .progress-bar-inner {
        height: 4px;
        width: 0;
        position: relative;
        box-sizing: border-box;
    }
   .panel_record_slider_custom .progress-bar-inner span {
        width: 50px;
        display: block;
        background: #222;
        height: 4px;
        position: absolute;
        right: 0;
    }
    /* ---- Partners slider custom styles -----*/
    
    .panel_type_3001.feature_variant_6 .panel_header,
    .panel_type_3001.feature_variant_7 .panel_header {
        padding-top: 0;
    }
    
    .panel_type_3001.feature_variant_6 .record_slider_custom,
    .panel_type_3001.feature_variant_7 .record_slider_custom {
        position: relative;
    }
    .panel_type_3001.feature_variant_6 .record_slider_custom .pagination_controls button.pagination_controls_next,
    .panel_type_3001.feature_variant_7 .record_slider_custom .pagination_controls button.pagination_controls_next {
        right: -50px;
    }
    .panel_type_3001.feature_variant_6 .record_slider_custom .pagination_controls button.pagination_controls_prev,
    .panel_type_3001.feature_variant_7 .record_slider_custom .pagination_controls button.pagination_controls_prev {
        left: -50px;
    }
    
    /* .partners-popup .panel_image_text_adjacent .image img,
    .subsection-partner-record .feature_panels .panel_image_text_adjacent img {
        max-width: 300px !important;
    }
    
    */
    .subsection-partner-record .feature_panels .panel_image_text_adjacent .content,
    .partners-popup .panel_image_text_adjacent .content {
        padding-left: 80px;
        /*width: calc(100% - 300px);*/
        /*max-width: 900px;*/
    }
    
    
    
    
    
    
    .panel_image_text_adjacent .content .link {
        display:inline-block;
        margin-top: 20px;
    }
    .button,
    .store_items_condensed .store_item .store_item_add_to_cart,
    .panel_image_text_adjacent .content .link {
        background: transparent;
        border: 0;
        background: #222;
        border-radius: 1000px;
        text-decoration: none;
        cursor: pointer;
    }
    .button a, 
    .button a:visited,
    .button > span,
    div.arprompt button, div.arprompt button.arpromptdefaultbutton,
    .panel_image_text_adjacent .content .link span,
    .button .button_inner.read_more_label {
        font-size: 1.5rem;
        color: #fff;
        letter-spacing: 0;
        text-align: center;
        line-height: 1em;
        text-transform: none;
        letter-spacing: 0;
        padding: 18px 40px 18px;
        text-decoration: none;
        justify-content: center;
        font-family: 'EnglishEgyptianWeb', Sans-Serif;
        text-decoration: none;
    }
    .button.button_prominent a,
    .button.button_prominent a:visited,
    .button.button_prominent > span,
    div.arprompt .arpromptmessage .button a,
    div.arprompt button, div.arprompt button.arpromptdefaultbutton {
        font-size: 1.6rem;
        padding: 21px 34px 21px;
        /*padding: 16px 30px 17px;*/
    }
    button.button.button_prominent.button_has_icon span {
        padding-right: 70px;
    }
    .button_has_icon {
        
    }

    /* YELLOW */
    .button.button_yellow,
    .panel_image_text_adjacent .content .link {
        background: var(--blue);
    }
    .button.button_yellow  a, 
    .button.button_yellow  a:visited,
    .button.button_yellow  > span,
    .panel_image_text_adjacent .content .link span{
        color: #111
    }
        .device-desktop .button.button_yellow:hover {
            background: #111
        }
        .device-desktop .button.button_yellow:hover  a, 
        .device-desktop .button.button_yellow:hover  a:visited,
        .device-desktop .button.button_yellow:hover  > span {
            color: var(--blue);
        }
    
    /* GREEN */
    .button.button_green,
    div.arprompt button, div.arprompt button.arpromptdefaultbutton{
        background: #111
    }
    .button.button_green  a, 
    .button.button_green  a:visited,
    .button.button_green  > span,
    .arpromptbuttons div.arprompt button, .arpromptbuttons div.arprompt button.arpromptdefaultbutton,
    .arpromptbuttons div.arprompt button, .arpromptbuttons div.arprompt button.arpromptdefaultbutton {
        color: #fff
    }
    
    /* BLACK */
    .button.button_black {
        background: #111
    }
    .button.button_black  a, 
    .button.button_black  a:visited,
    .button.button_black  > span {
        color: #fff
    }
    
    
    .button.button_prominent i {
        font-size: 20px;
        margin-right: 6px;
        margin-left: -8px;
    }
    #clearAll.button.button_prominent i,
    #alterRoute.button.button_prominent i {
        margin-right: 0;
        margin-left: 0;
    }
    
    .map-ui-wrapper button.showMaplist,
    #mapGridClose {
        display: none
    }
    
    
.button i.button_icon {
    color: #fff;
    font-size: 21px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
}
    
    
    /*.button#clearAll:hover,*/
    /*.button#alterRoute:hover {*/
    /*    width: auto;*/
    /*    padding: 0px 15px;*/
    /*}*/
    /*.button#clearAll:hover i,*/
    /*.button#alterRoute:hover i {*/
    /*    display: none*/
    /*}*/
    /*.button#clearAll:hover span.hidden,*/
    /*.button#alterRoute:hover span.hidden {*/
    /*    display: block;*/
    /*    font-size: 1.3rem;*/
    /*}*/
    
    
    .scroll_section_container > section {
        margin: 0 0 40px;
        float: none;
        display: block;
    }
    .scroll_section_container .feature_panels {
        display: block;
        clear: both;
        float: none;
    }
    
    
    .share_link:not(.subnav_share_link) {
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .share_link:not(.subnav_share_link) a {
        text-decoration: none;
        padding: 0;
        text-align: left;
        font-size: 1.3rem;
        letter-spacing: 0em;
        color: #a6a6a6;
        text-transform: none;
    }
    .share_link:not(.subnav_share_link) a:before {
        content: '';
        background-image: url(../images/link_arrow.svg);
        background-repeat: no-repeat;
        height: 15px;
        width: 16px;
        display: inline-block;
        padding-right: 5px;
        transform: rotate(270deg);
        opacity: 0.3;
    }
    
    /* ICONS
    ------------------------------------ */
    .fa.fa-heart.active {
        font-weight: bold;
    }
    .fa.fa-heart.inactive {
        font-weight: 500;
    }
       
    
    
    #popup_content #image_gallery #image_container_wrapper {
        min-height: 92vh;
        padding-bottom: 50px;
    }
    #image_gallery #content_module, #popup_content #image_gallery #content_module {
        min-height: 92vh;
    }
    .browser-msie #popup_content #image_gallery #image_container .image span img {
        margin: 0;
    }
    
    #image_gallery #content_module .detail_view_module, 
    #image_gallery #secondary_content_module .detail_view_module, 
    #image_gallery #content_module .subtitle, 
    #image_gallery #content_module .enquire, 
    #image_gallery #content_module .view-in-ar, 
    #image_gallery #content_module .wishlist_button {
        margin-bottom: 20px;
    }
    #image_gallery #content_module h1 {
        margin-bottom: 7px;
        font-size: 2.4rem;
        color: #222222;
        letter-spacing: 0;
        line-height: 1.3em;
    }
    #image_gallery #content_module h1.artist {
        margin-bottom: 0;
    }
    #image_gallery #content_module .subtitle,
    #image_gallery #content_module .subtitle .artist {
        margin: 0;
        font-size: 2.4rem;
        color: #222222;
        letter-spacing: 0;
        line-height: 1.3em;
    }
    #image_gallery #content_module .subtitle .title {
        font-style: italic;
    }
    #image_gallery #content_module .detail_view_module, 
    #image_gallery #secondary_content_module .detail_view_module {
        font-size: 1.4rem;
        color: #222;
        letter-spacing: 0;
        line-height: 1.6em;
        font-weight: normal;
    }
     #image_gallery #content_module .pv-price {
        color: #222;
        font-weight: normal;
        display: inline-block;
        margin-right: 10px;
    } 
    #image_gallery #content_module  .subtitle + .detail_view_module {
        margin-top: 20px;
    }
    #image_gallery #content_module .artwork_details_wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    #image_gallery #content_module .detail_view_module .price {
        font-size: 1.8rem;
        color: #222222;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin-bottom: 0;
    }
        #image_gallery #content_module .detail_view_module .price .price_tax_suffix {
            display: block;
            clear: both;
            font-size: 1.3rem;
            line-height: 1.8rem;
            padding: 5px 0 0;
        }
    #image_gallery #content_module .detail_view_module .price_sold_description {
        padding: 15px 0 0;
        color: #888;
    }
    #image_gallery #content_module .detail_view_module .price_sold_description:first-child {
        padding-top: 0;
    }
    
    #image_gallery #content_module .artwork_details_wrapper .subheading.gallery_name {
        font-size: 1.5rem;
        line-height: 1.3em;
        color: #222222;
        letter-spacing: 0;
        border-bottom: 1px solid #d3d3d3;
        padding-top: 0;
        padding-bottom: 9px;
        margin-bottom: 30px;
        margin-top: 0;
    }    
        #image_gallery #content_module .artwork_details_wrapper .subheading.gallery_name a,
        #image_gallery #content_module .artwork_details_wrapper .subheading.gallery_name a:visited {
           text-decoration: none;
        }
        #image_gallery #content_module .artwork_details_wrapper .subheading.gallery_name::after {
           display: none;
        }
        #image_gallery #content_module .artwork_details_wrapper .subheading.gallery_name a:after {
            content: '';
            background-image: url(/images/link_arrow.svg);
            background-repeat: no-repeat;
            height: 10px;
            width: 20px;
            display: inline-block;
            margin-left: 12px;
            vertical-align: middle;
            margin-top: 0;
            opacity: 0.2;
            transition: opacity 200ms linear;
        }
        #image_gallery #content_module .artwork_details_wrapper .subheading.gallery_name a:hover:after {
            opacity: 1;
        }
    
    #image_gallery #content_module .artwork_details_wrapper > p {
        font-size: 1.3rem;
        color: #909090;
        letter-spacing: 0;
        line-height: 1.8em;
    }

    #image_gallery #content_module .link, #image_gallery #content_module .link a {
        font-size: 1.4rem;
        text-transform: none;
        letter-spacing: 0;
        color: #222;
        font-weight: normal;
    }
    #image_gallery #secondary_image_thumbnails h3 {
        display: none;
    }
    #image_gallery #content_module .store_item .price {
        font-size: 1.5rem;
        line-height: 1em;
        padding-top: 5px;
    }
    #image_gallery #content_module .pv-credits {
        font-size: 1.3rem;
        line-height: 1.6em;
        color: #727272;
    }
    
    #image_gallery #content_module .contact_panel_container {
        clear: both;
        width: 100%;
    }
        #image_gallery #content_module .contact_panel_container .enquire {
            width: 100%;
            margin: 0 0 20px;
        }
            #image_gallery #content_module .contact_panel_container .enquire .button {
                width: 100%;
                margin: 0;
            }
                #image_gallery #content_module .contact_panel_container .enquire .button a {
                    float: none;
                    width: 100%;
                    box-sizing: border-box;
                    padding: 21px 26px 19px;
                    font-size: 1.4rem;
                }
                    #image_gallery #content_module .contact_panel_container .enquire .button a:before {
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome;
                        font-size: inherit;
                        text-rendering: auto;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        content: '\f086';
                        font-size: 18px;
                        vertical-align: middle;
                        margin-top: -2px;
                        margin-right: 11px;
                    }
        #image_gallery #content_module .contact_panel_container .contact_panel_below_toolbar {
            display: flex;
            clear: both;
            width: 100%;
            justify-content: center;
        }
            #image_gallery #content_module .contact_panel_container .roomview_button_container {
                flex-grow: 1;
                float: left;
            }
                #image_gallery #content_module .contact_panel_container .roomview_button_container .link {
                    margin-top: -1px;
                }
                #image_gallery #content_module .contact_panel_container .roomview_button_container .link a {
                    margin-top: -1px;
                    display: inline-block;
                    line-height: 1.5rem;
                }
                .roomview-photo-button .button-text {
                    padding: 0;
                }
            #image_gallery #content_module .contact_panel_container .artwork_favourite_container {
                float: left;
            }
                #image_gallery #content_module .contact_panel_container .artwork_favourite_container button {
                    display: inline-block;
                    line-height: 1.5rem;
                }
    
    #image_gallery #content_module .extended_description_container {
        border-top: 1px solid #d3d3d3;
        margin: 20px 0 0;
        padding: 20px 0 0;
    }
        #image_gallery #content_module .extended_description_container h3 {
            color: #222;
            font-size: 1.8rem;
            line-height: 2em;
        }
        
    #image_gallery #content_module .curator_container {
        border-top: 1px solid #d3d3d3;
        margin: 20px 0 0;
        padding: 20px 0 0;
        display: flex;
        align-items: center;
    }
        #image_gallery #content_module .curator_container > a,
        #image_gallery #content_module .curator_container > a:visited {
            text-decoration: none;
            display: flex;
            align-items: center;
        }
        #image_gallery #content_module .curator_container .profile_image {
            width: 80px;
            margin: 0 15px 0 0;
        }
        #image_gallery #content_module .curator_container .profile_image .image_accent {
            top: -6%;
            left: -6%;
            width: 106%;
            padding-top: 106%;
        }
    
    #image_gallery #artwork_down_arrow {
        position: fixed;
        z-index: 3;
        left: 30px;
        bottom: 30px;
        width: 66px;
        height: 66px;
        transition: transform 560ms cubic-bezier(0.77, 0, 0.175, 1);
    }
        #image_gallery #artwork_down_arrow.hide_arrow,
        body.roomview-running #image_gallery #artwork_down_arrow {
            transition: transform 560ms cubic-bezier(0.77, 0, 0.175, 1);
            transform: translateX(-120px);
        }
    .pageload-popup-alternative #image_gallery #artwork_down_arrow {
        display: none;
    }
        #image_gallery #artwork_down_arrow a {
            position: relative;
            display: block;
            border-radius: 1000px;
            width: 66px;
            height: 66px;
            text-indent: -9999px;
            text-align: left;
            transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 2s cubic-bezier(.18,1,.21,1);
        }
            #image_gallery #artwork_down_arrow a:before {
                position: absolute;
                z-index: 0;
                top: 0;
                left: 0;
                display: block;
                background: #111;
                border-radius: 1000px;
                width: 66px;
                height: 66px;
                content: '';
                transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 2s cubic-bezier(.18,1,.21,1);
            }
            #image_gallery #artwork_down_arrow a:after {
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                display: block;
                background: url(/images/arrow-down.svg) center center no-repeat;
                background-size: 27% auto;
                width: 66px;
                height: 66px;
                content: '';
                transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 2s cubic-bezier(.18,1,.21,1);
            }
            #image_gallery #artwork_down_arrow:hover a:before {
                transform: scale(1.2);
            }
                            
    #popup_box .pagination_controls > div.pagination_controls_previous, 
    #popup_box .pagination_controls > div.pagination_controls_next {
        width: 50px;
        height: 64vh;
        opacity: 0.6;
    }
    #popup_box .pagination_controls > div.pagination_controls_previous:after {
        content: '';
        background-image: url(/images/link_arrow_left.svg);
        background-repeat: no-repeat;
        height: 10px;
        width: 20px;
        display: inline-block;
        padding-right: 0;
        padding-left: 0;
        vertical-align: middle;
        margin-top: 1px;
    }
    #popup_box .pagination_controls > div.pagination_controls_next:after {
        content: '';
        background-image: url(/images/link_arrow.svg);
        background-repeat: no-repeat;
        height: 10px;
        width: 20px;
        display: inline-block;
        padding-right: 0;
        padding-left: 0;
        vertical-align: middle;
        margin-top: 1px;
    }

    .section-privateviews #main_content .heading_wrapper {
        display: none !important;
    }


     /* Image-led pagination
    ------------------------------------------------------------ */

    .page_stats.page_stats_images_mode a.ps_previous,
    .page_stats.page_stats_images_mode a.ps_next {
        white-space: normal;
        text-align: center;
    }
    .page_section_pagination_images {
        position: relative;
        z-index: 10;
    }
    .subsection-exhibitors-record .page_section_pagination_images,
    .page_section_pagination_images,
    section.page_section.page_section_pagination_images:last-child {
        padding-bottom: 0;
    }
    .page_section_pagination .page_stats_images_mode,
    .subsection-exhibitors-record .page_section_pagination .page_stats.page_stats_images_mode {
        width: 100%;
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        border: 0;
        margin-bottom: 0;
        padding-top: 0;
    }       
    .page_section_pagination .page_stats_images_mode .ps_links {
        width:100%;
        display: flex;
    }    
    .page_section_pagination .page_stats_images_mode::after {
        display: none
    }

    .page_section_pagination .page_stats_images_mode .ps_item {
        width:50%;
        line-height: 0;
        margin: 0 !important;
    }
    .page_section_pagination .page_stats_images_mode .ps_links a.ps_link{
        width: 100%;
        display: block;
        position: relative;
    }
    .page_section_pagination .page_stats_images_mode .ps_links .ps_stat_icon {
        width: 58px;
        height: 58px;
        position: absolute;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        left: calc(50% - 24px);
        top: -24px;
    }
    .page_section_pagination .page_stats_images_mode .ps_links .ps_stat_icon::before {
        content: '';
        width: 58px;
        height: 58px;
        background-color: var(--offwhite);
        border-radius: 200px;
        position: absolute;
        z-index: 1;
        transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
    }
    .device-desktop .page_section_pagination .page_stats_images_mode .ps_links .ps_item:hover .ps_stat_icon::before {
        transition: transform 800ms cubic-bezier(.65,.06,.19,.96);
        transform: scale(1.3)
    }
    .page_section_pagination .page_stats_images_mode .ps_links .ps_stat_icon svg {
        width: 17px;
        position: relative;
        z-index: 20
    }
    .page_section_pagination .page_stats_images_mode .ps_links .ps_previous .ps_stat_icon svg {
        margin-right: 5px
    }
    .page_section_pagination .page_stats_images_mode .ps_links .ps_next .ps_stat_icon svg {
        margin-left: 5px
    }
    .page_section_pagination .page_stats_images_mode .ps_links .ps_stat_icon span.icon_text {
        text-indent: -9999px;
        display: block;
    }
    .page_stats.page_stats_images_mode a.ps_previous:before,
    .page_stats.page_stats_images_mode a.ps_next:after {
        display: none
    }
    .page_section_pagination .page_stats_images_mode .ps_item .image{
        display: block;
        width:100%;
        height: auto;
        background: none;
        position: relative;
    }
    .page_section_pagination .page_stats_images_mode .ps_item .image::after {
        content: '';
        display: block;
        width: 100%;
        padding-top: 80%;
    }
    .page_section_pagination .page_stats_images_mode .ps_item .image > span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }    
    .page_section_pagination .page_stats_images_mode .ps_item .image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .page_section_pagination .page_stats_images_mode .ps_item_content {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
        min-height: 240px;
        background: var(--blue);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .page_section_pagination .page_stats_images_mode h2,
    .page_section_pagination .page_stats_images_mode .subtitle {
        display: block;
    }
    .page_section_pagination .page_stats_images_mode h2 {
        margin-bottom: 0;
    }
    
    .page_section_pagination .page_stats_images_mode .subtitle {
        margin-top: 15px;
    }
    .page_section_pagination .page_stats_images_mode .ps_next .ps_item_content {
        background: var(--red);
        padding: 16px;
        box-sizing: border-box;
        white-space: normal;
        text-align: center;
    }
    .page_section_pagination .page_stats_images_mode .ps_item .button {
        position: absolute;
        z-index: 99;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%, 0);
    }
.page_section_pagination .page_stats_images_mode.no_previous .ps_item,
.page_section_pagination .page_stats_images_mode.no_next .ps_item {
    width: 100%;

}

.page_section_pagination .page_stats_images_mode.no_previous .ps_item .ps_link,
.page_section_pagination .page_stats_images_mode.no_next .ps_item .ps_link {
    display: flex;
    flex-direction: row;
}

.page_section_pagination .page_stats_images_mode.no_previous .ps_item .ps_link .image,
.page_section_pagination .page_stats_images_mode.no_next .ps_item .ps_link .image {
    flex-basis: 50%;
    box-sizing: border-box;
}

.page_section_pagination .page_stats_images_mode.no_previous .ps_item .ps_link .ps_item_content,
.page_section_pagination .page_stats_images_mode.no_next .ps_item .ps_link .ps_item_content {
    position: relative;
    flex-basis: 50%;
}
/* -----------------------------------------------------------
   Page Specific
----------------------------------------------------------- */

     /* HOME
    --------------------- --------------------------------------- */
        
         /* Scroller animation ------------------------------------------------------------ */
                
            .scroller {
              min-height: 100vh;
              z-index: 1;
              width: 100%;
                position: relative;
                width: 100vw;
                left: 50%;
                right: 50%;
                margin-left: -50vw;
                margin-right: -50vw;
                overflow: hidden;

            }
                .scroller h1 {
                    position: absolute!important;
                    height: 1px!important;
                    width: 1px!important;
                    overflow: hidden!important;
                    clip: rect(1px,1px,1px,1px);
                    white-space: nowrap!important;
                    display: block!important;
                    margin: 0!important;
                    padding: 0!important;
                }
                .scroller #main_content {
                    height: 0 !important;
                    overflow: hidden !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    visibility: hidden !important;
                    display: block !important;
                }
                body.pageload-ajax-navigation-active.page-transition .scroller {
                    opacity: 0;
                    transition: opacity 200ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);
                }
                @media (prefers-reduced-motion: reduce) {
                    body.pageload-ajax-navigation-active.page-transition .scroller {
                        transition: none !important;
                    }
                }
                
                .fixed_bg {
                    background: center center no-repeat;
                    background-size: cover;
                    position: fixed;
                    left: -50px;
                    top: -50px;
                    right: -50px;
                    min-height: 100%;
                    min-height: 100vh;
                    height: 100vh;
                    height: calc(100vh + 100px);
                    z-index: 0;
                    opacity: 0;
                    transition: opacity 400ms linear, transform 1500ms cubic-bezier(.16,.67,.46,.99);
                }
                body.browser-safari .fixed_bg {
                    transition: opacity 400ms linear;
                }
                .intro2 .fixed_bg {
                    opacity: 1;
                }
                    .fixed_bg > div {
                        background: center center no-repeat #222;
                        background-size: cover;
                        position: absolute;
                        left: 0;
                        top: 0;
                        bottom: 0;
                        right: 0;
                        z-index: 0;
                        opacity: 0;
                    }
                        .fixed_bg > div.active {
                            opacity: 1;
                        }
                
                .page-vip .scroller,
                .page-vip .fixed_bg {
                    background: #000;
                }
                .page-vip .fixed_bg > div.active {
                    opacity: 0.25;
                }
                    
                .scroller .header {
                    height: 100vh;
                    width: 100%;
                    max-height: 70vw;
                    min-height: 50vw;
                    z-index: 1;
                    position: relative;
                    background: var(--red);
                }
                .scroller .holding_shapes {
                    position: absolute;
                    top: 30px;
                    left: 30px;
                    right: 30px;
                    bottom: 50px;
                    height: auto;
                }
                
                .scroller .branding-credit {
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    z-index: 99;
                    transform: translateY(-50%);
                    width: 30px;
                    opacity: 0
                }
                    .scroller.intro3 .header .branding-credit {
                        opacity: 1.0;
                        transition-delay: 1000ms
                    }
                .scroller .branding-credit-inner {
                    position: absolute;
                    font-size: 11.5px;
                    white-space: nowrap;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%) rotate(90deg);
                    color: #8e554c;
                    opacity: 0.6;
                }
                .scroller .branding-credit:hover .branding-credit-inner {
                    opacity: 1;
                }
                .scroller .branding-credit a,
                .scroller .branding-credit a:visited {
                    color: #8e554c;
                    text-decoration: none;
                }                
                
                /* Maximum aspect ratio */
                @media screen and (min-aspect-ratio: 16/9) and (min-width: 1000px) {
                    .scroller .holding_shapes {
                        top: 60px;
                        left: 50%;
                        transform: translateX(-50%);
                        right: auto;
                        bottom: 60px;
                        /*max-width: 170vh;*/
                        width: calc(100vw - 120px);                   
                    }
                     .scroller .holding_shape .shape_bg_inner {
                        width: 90%;
                        height: 90%;
                     }
                    
                }
                

                
                
                .scroller .holding_shape {
                    position: absolute;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    opacity: 0;
                }         
                
                .scroller.intro1 #holding_shape1,
                .scroller.intro3 #holding_shape2,
                .scroller.intro2 #holding_shape3{
                    opacity: 1.0;
                }
        
                .scroller .holding_shape .holding-logo {
                    width: 355px;
                    opacity:0;
                }
                .scroller.intro1 .holding_shape .holding-logo {
                    opacity:1;
                }             
                .scroller .holding_shape .shape_bg{
                    width: calc(100% - 50px);
                    height: calc(100% - 50px);
                    position: absolute;
                    top: 25px;
                    left: 25px;
                    z-index: 1;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }  
                .scroller .holding_shape .shape_bg_inner {
                    /*background: #da8d81;*/
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-content: center;
                    justify-content: center;
                    position: relative;
                }
                
                
                .scroller .holding_shapes #holding_shape2.holding_shape .shape_bg_inner {
                    transition: transform 400ms ease-in-out;
                }
                
                /*#holding_shape2:hover .shape_bg_inner {*/
                /*   transform: scale(1.1); */
                /*}*/
                
                .scroller.hide-shapes-ui .holding_shapes .holding_shape:not(#holding_shape2),
                .scroller.hide-shapes-ui .holding_shapes .holding_shape .signup-overlay-open-wrapper,
                .scroller.hide-shapes-ui .powered_by_artlogic,
                .scroller.hide-shapes-ui .down_arrow_sticky,
                .scroller.hide-shapes-ui .down_arrow_not_sticky,
                .scroller.hide-shapes-ui .branding-credit {
                    opacity:0 !important;
                    transition: opacity 400ms ease-in-out !important;
                    transition-delay: 0s !important;
                }
                
                .scroller .holding_shapes.signup-animations #holding_shape2.holding_shape .shape_bg_inner {
                    transition: transform 300ms cubic-bezier(.5,-0.2,.69,.98);
                }
                .signup-overlay-bg {
                    position: fixed;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: var(--blue);
                    z-index: 98;
                    visibility: hidden;
                    transform: translateY(120%);
                }
                .signup-overlay-bg.open {
                    visibility: visible;
                    transform: none;
                }
                .scroller .holding_shape .shape_bg_inner svg{
                    width: 100%;
                    height: auto;
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 50%;
                    transform: translateY(50%);
                }  
                .scroller .holding_shape .shape_bg_inner svg.mobile-shape {
                    display: none
                }
                .scroller #holding_shape2.holding_shape .shape_bg_inner svg {
                    left: 50%;
                    bottom: 0;
                    transform: translate(-50%, 0);
                    width: auto;
                    height: 100%;
                }
                    
                
                .scroller .holding_shape .content{
                    position: relative;
                    z-index: 2;
                    text-align: center;
                    width: calc(100% - 50px);
                    height: calc(100% - 50px);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                    font-size: 30px;
                    line-height: 1em;
                }
                .signup-overlay-open-wrapper {
                    transform: rotate(-90deg);
                    transform-origin: center;
                    padding: 70px;
                    cursor: pointer;
                }               

                .signup-overlay-open-wrapper::after {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 1px;
                    border-bottom: 3px solid #000;
                    margin-top: 5px;
                }
                .signup-overlay-open {
                    cursor: pointer;
                }
                #holding_shape1 {
                    width: 58%;
                    height: 46%;
                    top: -20px;
                    left: 0;
                }
                #holding_shape2 {
                    width: 40%;
                    height:95%;
                    right:0;
                    top:0;
                    max-height: 50vmax;
                }
                /*.scroller #holding_shape3.holding_shape,*/
                /*.scroller #holding_shape3.holding_shape .shape_bg {*/
                /*    justify-content: flex-end;*/
                /*}  */
                #holding_shape3 {
                    width: 62%;
                    height: 46%;
                    bottom: 0;
                    transform: translateX(18%);
                }
                
                #shape3c {
                    transform: scale(0.6);
                    transform-origin: center;
                }
                #shape3b {
                    transform: scale(0.8);
                    transform-origin: center;
                }
                #shape1c {
                    transform: scale(0.95) translate(4%, 2%);
                }
                    
                
                .scroller .scene-2 #holding_shape1 {
                    transform: translate(5%, 10%)
                }
                .scroller .scene-2 #holding_shape1.holding_shape .shape_bg_inner svg.desktop-shape {
                    transform: translateY(50%) scaleX(1.1);
                }
                .scroller .scene-2 #holding_shape3 {
                    transform: translate(12%, -5%);
                }
                
                /*.scene-2 #holding_shape1 {*/
                /*    transform: translateX(5%);*/
                /*}*/
                /*.scroller .scene-2 .holding_shape .shape_bg_inner svg.desktop-shape {*/
                /*    transform: translateY(50%) scaleX(1.1);*/
                /*}*/
                
                
                /*#shape1b, #shape1c, #shape2b, #shape2c, #shape3b, #shape3c {*/
                /*  visibility:hidden;*/
                /*}*/
                .shape-path {
                   visibility:hidden; 
                }                
               .shape-path.visible {
                   visibility:visible; 
                }     
                
                .scroller .header .translations_nav_simple {
                    top: 7px;
                    right: 18px;
                }
                    .scroller .header .translations_nav_simple ul li a,
                    .scroller .header .translations_nav_simple ul li a:visited {
                        color: #fff;
                        text-decoration: none;
                        padding: 10px 0 2px;
                        font-size: 1.5rem;
                        line-height: 2.0rem;
                        display: block;
                    }
                        .scroller .header .translations_nav_simple ul li.active a {
                            border-bottom: 1px solid #fff;
                        }
                    .scroller .header .main_navigation {
                        position: fixed;
                        z-index: 5;
                        top: 50px;
                        left: 0;
                        right: 0;
                        text-align: center;
                        transition: top 400ms cubic-bezier(.65,.06,.19,.96);
                    }
                    .cookie-notification-active .scroller .header .main_navigation {
                        top: 100px;
                    }
                        .scroller .header .main_navigation ul {
                            list-style: none;
                            padding: 0;
                            margin: 0;
                        }
                        .scroller .header .main_navigation ul li {
                            display: inline-block;
                            margin: 0 20px 0 0;
                        }
                        .scroller .header .main_navigation ul li:last-child {
                            margin-right: 0;
                        }
                            .scroller .header .main_navigation ul li a,
                            .scroller .header .main_navigation ul li a:visited {
                                text-decoration: none;
                                color: #fff;
                                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                                font-size: 20px;
                                line-height: 20px;
                                display: block;
                                transition: all 400ms cubic-bezier(.65,.06,.19,.96);
                            }
                            .scroller .header .main_navigation ul li:hover a {
                                /*-webkit-text-fill-color: transparent;
                                -webkit-text-stroke-width: 0.8px;
                                -webkit-text-stroke-color: #fff;
                                -moz-transform: scale(-1, 1);
                                -webkit-transform: scale(-1, 1);
                                -o-transform: scale(-1, 1);
                                -ms-transform: scale(-1, 1);
                                transform: scale(-1, 1);*/
                            }
                            
                    .scroller .header .logo_container {
                        position: fixed;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        z-index: 2;
                        transition: opacity 400ms linear, transform 500ms cubic-bezier(.16,.67,.46,.99);
                    }
                    
                    .scroller .header .powered_by_artlogic {
                         width: 145px;
                        position: absolute;
                        bottom: 50px;
                        left: 50px;
                        z-index: 999;
                        opacity: 0;
                        transition: opacity 400ms ease-in-out;
                        display: none
                    }
                    .scroller.intro3 .header .powered_by_artlogic {
                        opacity: 1.0;
                        transition-delay: 1000ms
                    }
                    .scroller.intro3 .header .powered_by_artlogic svg{
                        opacity: 0.9;
                    }
                    body.browser-safari .scroller .header .logo_container {
                        transition: opacity 400ms linear;
                    }
                        .scroller .header .logo {
                            position: fixed;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -65%);
                            width: 310px;
                            height: 274px;
                        }
                        .scroller.scroller-simplified .header .logo {
                            transform: translate(-50%, -65%) !important;
                            opacity: 1 !important;
                        }
                            .scroller .header .logo > div {
                                width: 100%;
                                height: 100%;
                                opacity: 0;
                                transform: scale(0.8);
                                transition: opacity 800ms linear, transform 600ms cubic-bezier(.45,0,.27,1);
                            }
                                .scroller.intro-pre .header .logo > div {
                                    transition: none;
                                }
                                .scroller.intro1 .header .logo > div {
                                    opacity: 1;
                                    transform: scale(1);
                                }
                                .scroller.intro0 .header .logo,
                                .scroller.intro0 .header .logo div {
                                    opacity: 0;
                                    transition: none;
                                }
                                .scroller .header .logo > div > div {
                                    width: 100%;
                                    height: 100%;
                                    /*background: url(/images/lgw2022_logo.svg) center center no-repeat;*/
                                    background-size: contain;
                                }
                                .page-vip .scroller .header .logo > div > div {
                                    /*background-image: url(/images/lgw2022_logo_reverse.svg);*/
                                }
                                .scroller .header .logo a {
                                    display: block;
                                    width: 100%;
                                    height: 100%;
                                    text-align: left;
                                    text-indent: -9999px;
                                }
                                
                    .scroller .header .translations_nav {
                        position: absolute;
                        z-index: 3;
                        top: 29px;
                        left: 35px;
                    }
                        .scroller .header .translations_nav ul {
                            margin: 0;
                            padding: 0;
                            list-style: none;
                        }
                        .scroller .header .translations_nav ul li {
                            float: left;
                            padding: 0;
                            margin: 0 0 0 20px;
                        }
                            .scroller .header .translations_nav ul li:first-child {
                                margin-left: 0;
                            }
                            .scroller .header .translations_nav ul li a,
                            .scroller .header .translations_nav ul li a:visited {
                                color: #fff;
                                text-decoration: none;
                                padding: 10px 0;
                                font-size: 1.6rem;
                            }
                            .scroller .header .translations_nav ul li.active a {
                                border-bottom: 1px solid #fff;
                            }
                    .scroller .down_arrow_sticky {                      
                        position: sticky;
                        top: 60px;
                        z-index: 3;
                        right: 0;
                        width: 100%;
                        height: 0;
                        display: flex;
                        justify-content: flex-end;
                        margin-top: -130px;
                        margin-bottom: 130px;
                        transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 2s cubic-bezier(.18,1,.21,1);
                        opacity: 0;
                    }                    
                    .scroller .down_arrow_not_sticky {                      
                        position: absolute;
                        bottom: 0;
                        z-index: 3;
                        right: 0;
                        width: 100%;
                        height: 0;
                        display: flex;
                        justify-content: flex-end;
                        margin-top: -130px;
                        margin-bottom: 130px;
                        transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 2s cubic-bezier(.18,1,.21,1);
                        opacity: 0;
                    }
                    
                    
                  .scroller.intro3 .down_arrow_sticky,
                  .scroller.intro3 .down_arrow_not_sticky {
                        opacity: 1;
                        transition-delay: 1000ms
                    }  
                    .scroller .down_arrow,
                    .scroller .up_arrow {
                        position: absolute;
                        z-index: 3;
                        right: 30px;
     
                        width: 70px;
                        height: 59px;
                        display: flex;
                        align-content: flex-end;
                        justify-content: center;
                    }
                    .up_arrow {
                        visibility: hidden;
                    }
                    .scroller .down_arrow_sticky.up .up_arrow,
                    .scroller.down_arrow_not_sticky .down_arrow {
                        visibility: visible;
                    }
                    .scroller .down_arrow_sticky.up .down_arrow{
                        visibility: hidden;
                    }
                        .scroller.intro3 .down_arrow {
                            /*opacity: 1;*/
                            /*transform: none;*/
                            
                        }
                        .scroller.not-supported .down_arrow {
                            position: absolute;
                        }
                        .scroller .down_arrow a,
                        .scroller .up_arrow a {
                            position: relative;
                            display: block;
                            border-radius: 1000px;
                            width: 30px;
                            height: 59px;
                            text-indent: -9999px;
                            text-align: left;

                        }
          
                            .scroller.intro3 .down_arrow:hover a:before {
                                transform: scale(1.2);
                            }
                            
                            .scroller .down_arrow a .scrolldown-arrow,
                            .scroller .down_arrow a .scrolldown-arrow svg,
                            .scroller .up_arrow a .scrollup-arrow,
                            .scroller .up_arrow a .scrollup-arrow svg{
                                width:30px;
                                display: block;
                            }
                            .scroller .up_arrow a .scrollup-arrow {
                                transform: rotate(180deg)
                            }
                            
                            
                            
                    @keyframes DATES-MAIN {
                    	from { opacity: 1; }
                    	50% { opacity: 0; }
                    	to { opacity: 1; }
                    }
                    @keyframes DATES-SECONDARY {
                    	from { opacity: 0; }
                    	50% { opacity: 1; }
                    	to { opacity: 0; }
                    }     
                            
                            
                    .scroller .header .dates {
                        font-family: inherit;
                        color: #000;
                        position: relative;
                        transition: opacity 400ms cubic-bezier(.18,1,.21,1);
                        
                    }
                    .scroller .header .scene-1 #holding_shape3 .dates {
                        margin-top: 0.5em;
                    }
                    

                        .scroller .header .dates:not(.post) .dates_main {
                            font-family: inherit;
                            font-size: inherit;
                            line-height: 1em;
                            animation: DATES-MAIN 12s steps(1) infinite; 
                            animation-fill-mode: forwards;
                            /*transition: transform 1s cubic-bezier(.18,1,.21,1), opacity 1s cubic-bezier(.18,1,.21,1);*/
                        }
 
                            .scroller .header .dates:not(.post) .dates_main span {
                                display: block;
                            }
                            .scroller .header .dates:not(.post) .dates_secondary {                    
                                position: absolute;
                                position: absolute;
                                top: -50%;
                                left: 50%;
                                transform: translateX(-50%);
                                opacity: 0;
                            animation: DATES-SECONDARY 12s steps(1) infinite; 
                            animation-fill-mode: forwards;
                            }
                            .scroller .header .dates .dates_countdown,
                            .countdown_formatter {
                                white-space: nowrap;
                                font-size: inherit;
                                line-height: 1.4em;
                            }
                                .scroller .header .dates .dates_countdown .countdown_text,
                                .countdown_formatter .countdown_text {
                                    display: inline-block;
                                    margin: 0;
                                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                                    color: #000;
                                }
                                .scroller .header .dates .dates_countdown .countdown_container,
                                .countdown_formatter .countdown_container {
                                    display: inline-block;
                                    width: auto;
                                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                                    color: #000;
                                }                                
                                .scroller .header .dates .dates_countdown .countdown_container  {
                                    display: block;
                                    position: absolute;
                                    left: 50%;
                                    transform: translateX(-50%);
                                }
                                .scroller .header .dates .dates_countdown .countdown_clock,
                                .countdown_formatter .countdown_clock {
                                    display: flex;
                                }
                                .scroller .header .dates .dates_countdown .segment,
                                .countdown_formatter .segment {
                                    min-width: 0 !important;
                                }
                                .scroller .header .dates .dates_countdown .segment .period,
                                .countdown_formatter .segment .period {
                                    display: none;
                                }
                                .scroller .header .dates .dates_countdown .countdown .segment-divide,
                                .countdown_formatter .countdown .segment-divide {
                                    font-size: inherit;
                                    line-height: 1em;
                                    padding: 0;
                                }
                                .scroller .header .dates .dates_countdown .countdown .countdown_clock .numeral,
                                .countdown_formatter .countdown .countdown_clock .numeral {
                                     font-size: inherit;
                                    line-height: 1em;
                                }
                                .scroller .header .dates .dates_countdown .segment-expired,
                                .countdown_formatter .segment-expired,
                                .scroller .header .dates .dates_countdown .segment-divide-expired,
                                .countdown_formatter .segment-divide-expired {
                                    display: none;
                                }
                                
                                
                                .scroller .header .content .add_to_calendar_link {
                                    position: absolute;
                                    top: 50%;
                                    left: 50%;
                                    margin: 0;
                                    transform: translate(-50%, -50%);
                                    z-index: 99;
                                    padding: 50px;
                                    font-size: inherit;
                                    line-height: inherit;
                                    border: none;
                                    opacity: 0;
                                }
                                .scroller .header .content .add_to_calendar_link a:before,
                                .scroller .header .content .add_to_calendar_link > a > .add_this_social_media_icon {
                                    display:none;
                                }
                                .scroller .header .content:hover .add_to_calendar_link {
                                    opacity: 1;
                                }
                                .scroller .header .content:hover .dates:not(.post) .dates_main,
                                .scroller .header .content:hover .dates:not(.post) .dates_secondary {
                                    visibility: hidden;
                                    pointer-events: none;
                                }
                                .scroller .header .content .add_to_calendar_link > a {
                                    padding: 0;
                                    font-size: inherit;
                                    line-height: inherit;
                                }
                                .scroller .header .content .add_to_calendar_link .add_to_calendar_item {
                                    font-size: 0.6em;
                                    line-height: 1em;
                                    text-align: left;
                                }
                    
                .scroller .word {
                  position: absolute;
                  top: 50vh;
                  left: 0;
                  transform: translateY(-50%);
                  margin-top: -120px;
                  padding-top: 35px;
                  font-size: 160px;
                  line-height: 170px;
                  font-family: 'EnglishEgyptianWeb', Sans-Serif;
                  white-space: nowrap;
                  color: #fff;
                  will-change: transform;
                  -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
                }
                    .scroller .word:nth-child(2),
                    .scroller .word:nth-child(4) {
                        margin-top: 120px;
                    }
                    
                .scroller .circle {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    box-sizing: border-box;
                    color: #222;
                    width: 200px;
                    height: 200px;
                    margin-top: -22px;
                }
                    .scroller .circle .circle_inner {
                        font-size: 40px;
                        line-height: 45px;
                        padding: 62px 0;
                        box-sizing: border-box;
                        font-family: 'EnglishEgyptianWeb', Sans-Serif;
                        color: #fff;
                        width: 200px;
                        height: 200px;
                        text-align: center;
                        background: #111;
                        border-radius: 1000px;
                        opacity: 0;
                    }
                    
                .scroller .scrollsectionouter {
                    min-height: 4250px;
                    position: relative;
                    z-index: 0;
                }
                .event-live-home-page .scroller .scrollsectionouter {
                    min-height: 3800px;
                }
                    .scroller .scrollsection {
                      position: fixed;
                      top: 0;
                      left: 0;
                      right: 0;
                      pointer-events: none;
                    }
                        .scroller .scrollsectioninner {
                          position: relative;
                          height: 100vh;
                          overflow: hidden;
                        }
                        
                .scroller .scrollsection_signup {
                    position: fixed;
                    z-index: 99;
                    height:100vh;

                    width: 100vw;
                    /* padding: 0 40px 35vh; */
                    box-sizing: border-box;
                    overflow: auto;
                    top: 0;
                    right: 0;
                    left: 0;
                    visibility: hidden;
                    transform: translateY(-100%);
                    flex-direction: column;
                    
                } 
                .scrollsection_signup_inner {
                    padding: 50px;
                    box-sizing: border-box;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    min-height: 100%;
                    width: 100%;
                    flex-direction: column;
                }
                .scroller .scrollsection_signup.active {
                    visibility: visible;
                    transform: none;
                    overflow:auto;
                } 
                .scrollsection_signup_inner:before {
                    content: "";
                    margin-top: auto;
                }
                .signup_tcs {
                    margin-top: auto;
                    max-width: 650px;
                    text-align: center;
                    margin-bottom: 40px;
                }
                .scrollsection_signup .signup-overlay-close {
                    position: fixed;
                    top: 60px;
                    right: 60px;
                    cursor: pointer;
                }

                .scrollsection_signup .signup-overlay-close i,
                .scrollsection_signup .signup-overlay-close i svg {
                    display: block;
                    width:29px;
                }
                .scroller.force-not-enabled .scrollsection_signup {
                    padding-top: 40px;
                    padding-bottom: 80px;
                    min-height: 0;
                }
                    .scroller .scrollsection_signup .mailing_list_form {
                        max-width: 570px;
                        width: 100%;
                        text-align: center;
                        margin-bottom: 30px;
                    }
                        .scroller .scrollsection_signup .mailing_list_form h2 {
                            color: #fff;
                            text-align: center;
                            margin: 0 0 50px;
                        }
                        .scroller .scrollsection_signup .mailing_list_form .form_row {
                            border-radius: 0;
                            border: 3px solid #fff;
                            border: 0;
                            display: flex;
                            background: transparent;
                            border-bottom: 3px solid #000;
                            margin-bottom: 20px;
                        }
                            .scroller .scrollsection_signup .mailing_list_form .form_row:not(.f_categories_container) label {
                                height: 0;
                                width: 0;
                                overflow: hidden;
                                visibility: hidden;
                                margin: 0;
                                padding: 0;
                            }
                            
                            .scroller .scrollsection_signup .mailing_list_form .form_row .inputField {
                                flex-grow: 1;
                                background: none;
                                border: none;
                                border-radius: 0;
                                padding: 20px 0 18px 0;
                                font-family: 'Caslon Ionic Web', Sans-Serif;
                                font-size: 20px;
                                color: #000;
                            }
                                .scroller .scrollsection_signup .mailing_list_form .form_row .inputField::-webkit-input-placeholder {
                                    color: #000;
                                }
                                .scroller .scrollsection_signup .mailing_list_form .form_row .inputField::-moz-placeholder {
                                    color: #000;
                                }
                                .scroller .scrollsection_signup .mailing_list_form .form_row .inputField:-ms-input-placeholder {
                                    color: #000;
                                }
                                .scroller .scrollsection_signup .mailing_list_form .form_row .inputField:-moz-placeholder {
                                    color: #000;
                                }
                            .scroller .scrollsection_signup .mailing_list_form .form_row .button {
                                margin: 0;
                                border-left: 3px solid #fff;
                                border: 0;
                                background: none;
                                border-radius: 0;
                            }
                                /* Inline form */
                                /*.scrollsection_signup .mailing_list_form .form_row .button a {*/
                                /*    height: 100%;*/
                                /*    box-sizing: border-box;*/
                                /*    padding: 20px 20px 18px;*/
                                /*    text-align: left;*/
                                /*    text-indent: -9999px;*/
                                /*    width: 50px;*/
                                /*    background: url(/images/arrow-right-large-dark.svg) center center no-repeat;*/
                                /*}*/
               
                                .scroller .scrollsection_signup .mailing_list_form .form_row .button {
                                    margin: 0;
                                    border-left: 0;
                                    border: 0;
                                    background: none;
                                    border-radius: 0;
                                    margin-top: 40px;
                                    width: 100%;
                                }
                                .scrollsection_signup .mailing_list_form .form_row .button a {
                                    height: 100%;
                                    box-sizing: border-box;
                                    padding: 20px 20px 18px;
                                    text-align: center;
                                    /* text-indent: -9999px; */
                                    width: 100%;
                                    font-size: 20px;
                                    background-color: #000;
                                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                                }
                               
                               .scrollsection_signup .radio-module {
                                    display: inline-block;
                                    margin-right: 10px;
                                    vertical-align: middle;
                                }
                               
                               .f_categories_container {
                                   text-align: left
                               }
               
                    /* Not supported ------------------------------------------------------------ */
               
                        .scroller.not-supported {
                            min-height: 100vh;
                        }
                        .scroller.not-supported .scrollsectionouter {
                            min-height: 100vh !important;
                        }
                        .scroller.not-supported .scrollsectionouter .scrollsection {
                            display: none;
                        }
                        .scroller.not-supported .header .logo_container {
                            position: absolute;
                        }
                        .scroller.not-supported .header .logo {
                            position: absolute;
                        }
                        .scroller.not-supported .header .dates {

                        }
                        .scroller.not-supported .header .main_navigation {
                            position: absolute;
                        }
                        .scroller .fallback-scrollsection {
                            display: none;
                        }
                            .scroller.not-supported .fallback-scrollsection {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 50px;
                                box-sizing: border-box;
                                text-align: center;
                                min-height: 100vh;
                            }
                            .scroller.not-supported .fallback-scrollsection .introduction {
                                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                                font-size: 65px;
                                line-height: 75px;
                                text-align: center;
                                color: #fff;
                                width: 100%;
                            }
                               .scroller.not-supported .fallback-scrollsection .introduction > div:nth-of-type(1) {
                                   text-align: left;
                                   margin-bottom: 60px;
                                   max-width: 900px;
                                   float: left;
                               }
                               .scroller.not-supported .fallback-scrollsection .introduction > div:nth-of-type(2) {
                                   text-align: right;
                                   margin-bottom: 0;
                                   clear: both;
                               }
                               .scroller.not-supported .fallback-scrollsection .introduction > div:nth-of-type(3) {
                                   text-align: right;
                                   margin-bottom: 0;
                                   clear: both;
                               }
            
                    /* Fallback - no JS ------------------------------------------------------------ */
                    
                        .scroller.intro-fallback .header .logo,
                        .scroller.intro-fallback .header .logo div {
                            opacity: 0;
                            animation: fallback_opacity 400ms linear;
                            animation-delay: 2000ms;
                            animation-fill-mode: forwards;
                        }
                        .scroller.intro-fallback .header .dates * {
                            color: #111;
                            opacity: 0;
                            transform: none !important;
                            animation: fallback_opacity 400ms linear;
                            animation-delay: 2000ms;
                            animation-fill-mode: forwards;
                        }
                            @keyframes fallback_opacity {
                                from {
                                opacity: 0;
                                }
                                to {
                                opacity: 1;
                                }
                            }
                        .scroller.intro-fallback .fallback-scrollsection .introduction,
                        .scroller.intro-fallback .scrollsection_signup .mailing_list_form h2{
                            color: #111;
                        }
                    
                    
                    /* Event closed scroller ------------------------------------------------------------ */
               
                       /*.scroller.scroller-event-closed .header .dates {*/
                       /*    bottom: 40px;*/
                       /*    z-index: 4;*/
                       /*}*/
                       /*.scroller.scroller-event-closed .header .dates .dates_main {*/
                       /*     font-size: 50px;*/
                       /*     line-height: 52px;*/
                       /*}*/
                       /*.scroller.scroller-event-closed .header .dates .dates_secondary {*/
                       /*     font-family: 'Caslon Ionic Web', Sans-Serif;*/
                       /*     font-size: 23px;*/
                       /*     line-height: 26px;*/
                       /*}*/
                       /*.scroller.scroller-event-closed .header .dates .dates_secondary div:first-child {*/
                       /*    margin-bottom: 25px;*/
                       /*}*/
                       /*.scroller.scroller-event-closed .header .dates .dates_secondary a,*/
                       /*.scroller.scroller-event-closed .header .dates .dates_secondary a:visited {*/
                       /*    color: #fff;*/
                       /*    text-decoration: none;*/
                       /*}*/
               
               
                    .holding_enquire_button_container {
                        position: absolute;
                        right: 1em;
                        transform: rotate(-90deg);
                        text-align: center;
                        font-family: 'EnglishEgyptianWeb', Sans-Serif;
                        font-size: 27px;
                        line-height: 1em;
                    }
                    .holding_enquire_button_container a,
                    .holding_enquire_button_container a:visited{
                        text-decoration: none;
                    }
                    .holding_enquire_button_container::after {
                        content: '';
                        display: block;
                        width: 100%;
                        height: 1px;
                        border-bottom: 3px solid #000;
                        margin-top: 4px;
                        visibility: visible;
                    }
                    /*.holding_enquire_button_container:hover::after {*/
                    /*    transform: translateX(100%);*/
                    /*}*/
               
               
               
                    /* Responsive ------------------------------------------------------------ */
                       
                       @media screen and (max-width: 1200px) {
                            .scroller .word {
                                font-size: 120px;
                            }
                        }
                        
                        @media screen and (max-width: 1123px) {
                            .scroller .header .down_arrow {
                                bottom: 90px;
                            }
                            .scroller .header .down_arrow_not_sticky .down_arrow {
                                bottom: auto;
                                position: relative;
                            }
                        }
                       @media screen and (max-width: 1023px) {
                            .scroller .header {
                                display: flex;
                                 align-items: center;
                                 flex-direction: column;
                                 justify-content: center;
                                 box-sizing: border-box;
                                 padding: 40px;
                            }
                            .scroller .header:not(.vip-button-active) .translations_nav {
                                right: auto;
                                left: 50%;
                                transform: translateX(-50%);
                            }
                            .scroller .header.vip-button-active .translations_nav {
                                top: 17px;
                                left: 25px;
                            }
                            #vip_menu {
                                top: 12px;
                                right: 12px;
                            }
                            .scroller .header .logo,
                            .scroller.scroller-simplified .header .logo {
                                 width: 210px;
                                 height: 182px;
                                 transform: none !important;
                                 position: static !important;
                                 margin: 0 0 40px;
                            }
                            .scroller .header .logo_container,
                            .scroller.scroller-simplified .header .logo_container {
                                 position: static !important;
                            }
          
                 
                            .scroller .word {
                                font-size: 80px;
                            }
                            .scroller .scrollsection_signup {
                                padding: 120px 30px 120px;
                                min-height: 0;
                            }
                            .scrollsection_signup .signup-overlay-close {
                                top: 30px;
                                right: 29px;
                                cursor: pointer;
                            }
                            .scrollsection_signup .signup-overlay-close i, 
                            .scrollsection_signup .signup-overlay-close i svg {
            
                                width: 22px;
                            }
                            .scroller.force-not-enabled .scrollsection_signup {
                                padding-top: 0;
                            }
                       }
                       
                       
                       @media screen and (max-width: 767px) {
                            .scroller .header .down_arrow {
                                display: none;
                            }
                            .section-vip .scroller .header .down_arrow,
                            .section-home .scroller .header .down_arrow {
                                /*display: block;*/
                                /*position: absolute;*/
                                /*left: 50%;*/
                                /*transform: translateX(-50%);*/
                            }
                            .scroller .header {
                                 padding: 20px;
                            }
                            .scroller .word {
                                font-size: 60px;
                            }
                            .scroller .header .dates .dates_main {
                                 /*font-size: 43px;*/
                                 /*line-height: 43px;*/
                            }
                            .scroller .header .dates .dates_secondary,
                            .scroller .header .dates .dates_countdown .countdown .segment-divide,
                            .scroller .header .dates .dates_countdown .countdown .countdown_clock .numeral {
                                /*font-size: 30px;*/
                                /*line-height: 35px;*/
                           }
                           .scroller.not-supported .fallback-scrollsection {
                               padding: 20px 20px 0;
                               min-height: 0;
                           }
                           .scroller.not-supported .scrollsectionouter {
                               min-height: 0 !important;
                           }
                           .scroller .scrollsection_signup .mailing_list_form h2 {
                               font-size: 30px;
                               line-height: 40px;
                               margin-bottom: 20px;
                           }
                           .scroller.not-supported .fallback-scrollsection .introduction {
                               font-size: 40px;
                               line-height: 40px;
                           }
                               .scroller.not-supported .fallback-scrollsection .introduction > div {
                                   margin-bottom: 25px;
                               }
                               .scroller.not-supported .fallback-scrollsection .introduction > div:nth-of-type(1) {
                                   text-align: left;
                                   margin-bottom: 60px;
                               }
                               .scroller.not-supported .fallback-scrollsection .introduction > div:nth-of-type(2) {
                                   text-align: right;
                                   margin-bottom: 0;
                               }
                               .scroller.not-supported .fallback-scrollsection .introduction > div:nth-of-type(3) {
                                   text-align: right;
                                   margin-bottom: 0;
                               }
                                .scroller .scrollsection_signup .mailing_list_form .form_row .inputField {
                                    font-size: 16px;
                                    padding: 20px 18px 18px 0;
                                }
                                .form_row.f_categories_container legend {
                                    font-size: 16px;
                                }
                                .form_row.f_categories_container .radio-module label span.radio-indicator {
                                    margin-right: 4px;
                                    height: 10px;
                                    width: 10px;
                                }
                            .form_row.f_categories_container .radio-module label input:checked + span.radio-indicator:before {
                                height: 6px;
                                width: 6px;
                            }
                            .signup_tcs {
                                font-size: 12px;
                                line-height: 2.1em;
                            }
                           /*.scroller .scrollsection_signup .mailing_list_form .form_row .button a {*/
                           /*     width: 40px;*/
                           /*}*/
                       }
                       @media screen and (max-width: 468px) {
                           .scroller .word {
                               font-size: 50px;
                           }
                       }
                       
                       @media screen and (max-height: 850px) and (max-width: 468px) {
                            .scroller .header .down_arrow {
                                bottom: 125px;
                            }
                        }
                        @media screen and (max-height: 663px) and (max-width: 459px) {
                            .scroller .header .down_arrow {
                                bottom: 83px;
                            }
                            .section-root .scroller .header {
                                padding-bottom: 80px;
                            }
                            .section-root .scroller .header .logo {
                                width: 168px;
                                height: 145px;
                                margin-bottom: 25px;
                            }
                        }
                        @media screen and (max-height: 552px) and (max-width: 325px) {
                            .section-root .scroller .header .down_arrow {
                                display: none!important;
                            }
                        }
        
        .feature_panels .panel.panel_text.panel_background_enabled {
            padding: 60px;
            box-sizing: border-box;
        }
        
        #holding_rollup {
            min-height: 100vh;
            display: block;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            font-size: 19px;
            line-height: 2em;
            padding: 120px 80px;
            box-sizing: border-box;
            background: #fee800;
        }        
        
        #holding_rollup.condensed {
            flex-direction: row-reverse;
            align-items: flex-start;
            min-height: 0;
        }
        #holding_rollup.condensed .holding_rollup_sidebar {
            width: 30%;
            padding-right: 50px;
        }
        #holding_rollup.condensed .holding_rollup_sidebar h2{
            margin-bottom: 40px;
            font-family: 'Caslon Ionic Web', Sans-Serif;
            font-size: 30px;
        }
        #holding_rollup.condensed .social_links .social_links_item {
            margin: 0 10px 0 0;
        }
        #holding_rollup.condensed .social_links {
            width: 100%;
            max-width: 860px;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            margin-top: 0;
        }
        
        #holding_rollup::before {
            content:'';
            margin-bottom: auto;
        }
        #holding_rollup .inner {
            width: 100%;
            max-width: 860px;
            margin-bottom: 30px
        }
        #holding_rollup.condensed .inner {
            width: 70%;
        }
        #holding_rollup .social_links {
            width: 100%;
            max-width: 860px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: auto;
            font-size: 22px;
        }
        #holding_rollup .social_links.mobile_social{
            display: none
        }          
        #holding_rollup .social_links .social_links_item {
            margin: 0 10px;
            background: var(--blue);
            
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 43px;
            background: transparent;
            position: relative
        }     
        #holding_rollup .social_links .social_links_item:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 22px;
            vertical-align: middle;
            margin-top: 0;
            margin-right: 0;
            z-index: 99;
            position: relative;
        }        
        #holding_rollup .social_links .social_links_item.instagram:after {
            content: '\f16d';
        }        
        #holding_rollup .social_links .social_links_item.email:after {
            content: '\f0e0';
            font-size: 0.8em;
        }        
        #holding_rollup .social_links .social_links_item.download:after {
            content: '\f1c1';
            font-size: 0.8em;
        }
        #holding_rollup .social_links .social_links_item::before {
            content:'';
            position: absolute;
            left:0;
            top:0;
            height: 100%;
            width:100%;
            background:#fff;
            border-radius: 50%;
        }
        #holding_rollup .social_links .social_links_item:hover::before {
            transform: scale(1.2)
        }
        #holding_rollup .holding_2_enquire_button_container .holding-contact-button {
            background: #000;
            border: 3px solid #000;
            display: inline-block;
            padding: 12px 50px 14px 50px;
            color: #fff;
            border-radius: 1000px;
            box-sizing: border-box;
        }
        #holding_rollup .holding_2_enquire_button_container .holding-contact-button a,
        #holding_rollup .holding_2_enquire_button_container .holding-contact-button a:visited {
            color: #fff;
            text-decoration: none;
            display: block;
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
            font-size: 18px;
            line-height: 1em;
        }
        #holding_rollup .holding_2_enquire_button_container .holding-contact-button:hover {
            background: transparent;
        }
        #holding_rollup .holding_2_enquire_button_container .holding-contact-button:hover a {
            color: #111;
        }
        .holding_2_enquire_button_container.clearwithin {
            padding-top: 30px;
        }
        
        /* Random artworks ------------------------------------------------------------ */
        
            .random_artworks_container {
                margin: 0 0 50px;
                position: relative;
            }
                .random_artworks_container .random_artworks_footer {
                    text-align: center;
                    padding: 40px 0 0;
                }
                    .random_artworks_container .random_artworks_footer .button {
                        text-align: center;
                        margin: 0 auto;
                        display: inline-block;
                        float: none;
                    }
                    
                .random_artworks_container .random_selection_button {
                    position: absolute;
                    z-index: 100;
                    right: 30px;
                    bottom: 30px;
                    width: 150px;
                    height: 150px;
                }
                    .random_artworks_container .random_selection_button a {
                        position: relative;
                        display: block;
                        z-index: 3;
                        border-radius: 1000px;
                        width: 150px;
                        height: 150px;
                        font-family: 'EnglishEgyptianWeb', Sans-Serif;
                        color: #fff;
                        box-sizing: border-box;
                        padding: 49px 0 0;
                        font-size: 24px;
                        line-height: 28px;
                        text-align: center;
                        transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 2s cubic-bezier(.18,1,.21,1);
                    }
                    .random_artworks_container .random_selection_button.loading a {
                        opacity: 0;
                        transform: scale(0);
                    }
                        .random_artworks_container .random_selection_button a,
                        .random_artworks_container .random_selection_button a:visited {
                            text-decoration: none;
                        }
                        .random_artworks_container .random_selection_button:before {
                            position: absolute;
                            z-index: 1;
                            z-index: 0;
                            top: 0;
                            left: 0;
                            display: block;
                            background: #111;
                            border-radius: 1000px;
                            width: 150px;
                            height: 150px;
                            content: '';
                            transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 1s cubic-bezier(.18,1,.21,1);
                        }
                        .random_artworks_container .random_selection_button:hover:before {
                            transform: scale(1.2);
                        }
                    .random_artworks_container .random_selection_button .loader_simple {
                        position: absolute;
                        z-index: 2;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: auto;
                        height: auto;
                        opacity: 0;
                        transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 800ms cubic-bezier(.18,1,.21,1);
                    }
                        .random_artworks_container .random_selection_button.loading .loader_simple {
                            opacity: 1;
                        }
                        .random_artworks_container .random_selection_button .loader_simple svg {
                            position: static;
                            transform: none;
                            margin: 0;
                            width: 50px;
                            height: 50px;
                        }
                        .random_artworks_container .random_selection_button .loader_simple svg * {
                            stroke: #fff
                        }
                
                
                .random_selection_try_again_button {
                    position: fixed;
                    z-index: 100;
                    right: 30px;
                    bottom: 30px;
                    width: 150px;
                    height: 150px;
                    display: none;
                }
                .pageload-popup-alternative #image_gallery .random_selection_try_again_button {
                    display: block;
                }
                    .random_selection_try_again_button a {
                        position: relative;
                        display: block;
                        z-index: 3;
                        border-radius: 1000px;
                        width: 150px;
                        height: 150px;
                        font-family: 'EnglishEgyptianWeb', Sans-Serif;
                        color: #111;
                        box-sizing: border-box;
                        padding: 49px 30px 0;
                        font-size: 24px;
                        line-height: 28px;
                        text-align: center;
                        transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 2s cubic-bezier(.18,1,.21,1);
                    }
                    .random_selection_try_again_button.loading a {
                        opacity: 0;
                        transform: scale(0);
                    }
                        .random_selection_try_again_button a,
                        .random_selection_try_again_button a:visited {
                            text-decoration: none;
                        }
                        .random_selection_try_again_button:before {
                            position: absolute;
                            z-index: 1;
                            z-index: 0;
                            top: 0;
                            left: 0;
                            display: block;
                            background: #fff;
                            border-radius: 1000px;
                            width: 150px;
                            height: 150px;
                            content: '';
                            transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 1s cubic-bezier(.18,1,.21,1);
                        }
                        .random_selection_try_again_button:hover:before {
                            transform: scale(1.2);
                        }
                    .random_selection_try_again_button .loader_simple {
                        position: absolute;
                        z-index: 2;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: auto;
                        height: auto;
                        opacity: 0;
                        transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 800ms cubic-bezier(.18,1,.21,1);
                    }
                        .random_selection_try_again_button.loading .loader_simple {
                            opacity: 1;
                        }
                        .random_selection_try_again_button .loader_simple svg {
                            position: static;
                            transform: none;
                            margin: 0;
                            width: 50px;
                            height: 50px;
                        }
                        .random_selection_try_again_button .loader_simple svg * {
                            stroke: #111;
                        }
                        
                
                .spool_wrapper {
                  background: #fff;
                  padding: 0 0 0;
                  z-index: 10;
                  position: relative;
                  left: 50%;
                  transform: translateX(-50%);
                  width: 100vw;
                  overflow: hidden;
                }
                    .spool_rail_outer {
                      height: 350px;
                      position: relative;
                      margin: 0 0 20px 0;
                      width: 100%;
                      overflow: hidden;
                    }
                    .spool_rail_outer:nth-of-type(2) {
                      margin-bottom: 0;
                    }
                    .spool_rail {
                      position: absolute;
                      height: 100%;
                      display: flex;
                    }
                    .spool_group {
                      height:100%;
                      display: flex;
                    }
                      .spool_rail_outer.invert_spool .spool_group {
                        flex-direction: row-reverse;
                      }
                    .spool_item {
                      height: 100%;
                      overflow: hidden;
                      padding: 0 20px 0 0;
                    }
                    .browser-msie .spool_item {
                        overflow: visible;
                    }
                    .spool_item a {
                        width: 0;
                        position: relative;
                        display: block;
                        height: 100%;
                    }
                    .spool_item img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        object-fit: cover;
                        width: 100%;
                        height: 100%;
                        max-height: 100%;
                        max-width: none !important;
                    }
                    
                    
                       /* Animation
                        ---------------------------------------*/
                        
                       .spool_rail {
                            animation: slide_x_invert 90s linear infinite;
                            animation-delay: 0;
                        }
                            @keyframes slide_x_invert {
                                from {
                                    transform: translate3d(-50%, 0,  0)
                                }
                                to {
                                    transform: translate3d(0, 0, 0);
                                }
                            }
                        
                        .spool_rail_outer.invert_spool .spool_rail {
                            animation: slide_x 90s linear infinite;
                            animation-delay: 0s;
                        }
                            @keyframes slide_x {
                              from {
                                  transform: translate3d(0, 0, 0)
                              }
                              to {
                                  transform: translate3d(-50%, 0,  0)
                              }
                            }
                        
                        /* to pause */
                        .spool_rail.paused {
                            animation-play-state: paused !important;
                        }
                        
                        @media screen and (max-width: 767px) {
                            .spool_rail,
                            .spool_rail_outer.invert_spool .spool_rail {
                                animation-duration: 50s;    
                            }
                        }
                        
                        .random_artworks_container.not-supported .spool_rail {
                            animation: none !important;
                        }
                        .random_artworks_container.not-supported .spool_rail_outer.invert_spool .spool_rail {
                            animation: none !important;
                        }
    
                
             /* Map holding panel
            ------------------------------------------------------------ */       
            section.page_section.page_section_map_holding {
                width: 100vw !important;
                position: relative;
                left: 50%;
                right: 50%;
                margin-left: -50vw;
                margin-right: -50vw;
                background-color: #376170;
                padding: 0 80px;
                box-sizing: border-box;
                overflow: hidden;
                min-height: 80vh;
                background: url(/images/map_preview.jpg) #376170 center center no-repeat;
                background-size: cover;
                background-attachment: fixed;
                min-height: 650px;
                margin-bottom: 0;
            }
            
            body.platform-ios section.page_section.page_section_map_holding {
                background-attachment: scroll;
            }
            
            section.page_section.page_section_map_holding .page_section_heading {
                position: absolute;
                left: 50%;
                top: 50%;
                background: #F94100;
                transform: translate(-50%, -50%);
                width: auto;
                border-radius: 0 0 400px 400px;
                overflow: hidden;
                z-index: 999;
                width: 800px;
                height: 400px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                text-align: center;
                padding: 0 150px 50px;
                box-sizing: border-box;
            }
            section.page_section.page_section_map_holding .page_section_heading .subtitle {
                font-size: 2.1rem;
                line-height: 1.7em;
                margin-top: 20px;
            }
        
        
     /* PAGE NOT FOUND
    ------------------------------------------------------------ */
        
        .section-pagenotfound #container {
            width: 450px;
        }
        .section-pagenotfound #header #logo {
            margin: 0 auto 30px !important;
        }
        .section-pagenotfound #main_content h1 {
            font-size: 30px;
            line-height: 70px;
            margin: 0 0 10px;
        }
        .section-pagenotfound #main_content .divider {
            margin-bottom: 40px;
        }
        .section-pagenotfound #logo {
            width: 328px;
            height:auto;
        }
        .section-pagenotfound #logo a {
            width: 100%;
            height:auto;
        }
        .section-pagenotfound img.holding-logo {
            width: 100%;
            display: block;
        }

        
        
        
    /* ABOUT
    ------------------------------------------------------------ */
        .page-about #main_content {
            padding-bottom: 0 !important;
        }
    
    
    /* Partners
    ------------------------------------------------------------ */
        body.page-partners.page-param-id-9 #main_content,
        body.page-partners.page-param-id-10 #main_content {
            padding-bottom: 0 !important;
        }
        .partner-header.heading_wrapper {
            text-align: center;
        }
        body.page-partners.no-page-params .records_list .content h3 {
            display: none;
        }
        body.page-partners.no-page-params .records_list .content .description {
            margin-bottom: 20px;
            text-align: center;
        }
        body.page-partners.no-page-params .partner_list_buttons {
            display: flex;
            flex-direction: row;
            width: 100%;
            justify-content: center;
        }
        body.page-partners.no-page-params .partner_list_buttons > div {
            margin-left: 10px;
            margin-right: 10px;
        }
        #popup_box .subsection-partner-record #content {
            display: block;
        }
        .subsection-partner-record .feature_panels .panel_image_text_adjacent .content {
            padding-left: 80px;
        }
        
     /* EVENTS
    ------------------------------------------------------------ */
        
        .event_list_subsection {
            margin: 0 auto 100px auto;
        }

        /* .subsection-event-grid {
            
        }
            .subsection-event-grid .records_list.image_list ul li .content,
            .subsection-event-grid .records_list.image_list ul li .content h2,
            .subsection-event-grid .records_list.image_list ul li .content h3,
            .subsection-event-grid .records_list.image_list ul li .content .subtitle,
            .subsection-event-grid .records_list.image_list ul li .content .description {
                text-align: left;
            }
            .subsection-event-grid .records_list.image_list ul li .content .subtitle {
                border-bottom: 1px solid #d7d7d7;
                padding: 0 0 15px;
                margin: 0 0 15px;
            }
            .subsection-event-grid .records_list.image_list ul li .content .description {
                margin: 0 0 16px;
                width: 100%;
            }
            .subsection-event-grid .records_list.image_list ul li .content .button {
                margin: 0;
                clear: both;
            }*/
            /*@media screen and (min-width: 901px) {*/
            /*    .subsection-event-grid .records_list.image_list ul li:nth-of-type(2) {*/
            /*        margin-top: 100px;*/
            /*    }*/
            /*} */
        .navigation.lgw_events_scroll {
            text-align: center;
            /*position:sticky;*/
            /*top:40px;*/
        }
        .navigation.lgw_events_scroll ul {
            text-align: center;
            display: block;
            width: 100vw !important;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            
        }
        .navigation.lgw_events_scroll ul li {
            display: inline-block;
            float: none;
            margin: 0 10px;
        }
        .subsection-event-record {
            
        }
            #organiser_bio .logo_wrapper {
                max-width: 400px;
                margin: 0 0 30px;
            }
                #organiser_bio .logo_wrapper img {
                    max-width: 400px;
                    max-height: 250px;
                    display: block;
                    object-fit: contain;
                    width: 100%;
                    height: 100%;
                }
                @media screen and (max-width: 767px) {
                    #organiser_bio .logo_wrapper img {
                        max-width: 200px;
                        max-height: 150px;
                    }
                }
        
        .event_list_subsection_header {
            display: block;
            margin-bottom: 50px;
            text-align: center;
        }
        .event_list_subsection_header h2 {
            font-size: 40px;
        }
        
        
    /* CURATORS
    ---------------------------------------------- */
           
            
        .profile_image {
            position: relative;
            width: 200px;
        }
            .profile_image span {
                border-radius: 1000px;
                overflow: hidden;
                display: block;
                position: relative;
                z-index: 1;
                padding: 100% 0 0;
                background: center center no-repeat;
                background-size: cover;
            }
                .profile_image span img {
                    width: 100%;
                    height: auto !important;
                    max-width: 100%;
                    max-height: none !important;
                    position: absolute;
                    object-fit: cover;
                    top: 0;
                    left: 0;
                    display: block;
                }
            .profile_image.lazyload_wrapper:before {
                border-radius: 1000px;
                overflow: hidden;
            }
            .profile_image .image_accent {
                border-radius: 100%;
                overflow: hidden;
                position: absolute;
                top: -3%;
                left: -3%;
                z-index: 0;
                width: 103%;
                padding-top: 103%;
            }
            
        .profile_wrapper {
            width: 100%;
            display: flex;
            align-items: center;
            padding: 30px 0 0;
            transform: none !important;
            opacity: 1 !important;
        }
            .profile_wrapper .profile_image {
                width: 42%;
                flex-shrink: 0;
            }
            .profile_wrapper .profile_content {
                box-sizing: border-box;
                padding: 0 0 0 25px;
            }
                .profile_wrapper .profile_content h3 {
                    margin: 0 0 7px;
                }
                .profile_wrapper .profile_content .description {
                    line-height: 2rem;
                    font-size: 1.4rem;
                    margin: 0 0 12px;
                }
                .profile_wrapper .profile_content .button {
                    padding: 0;
                    margin: 0;
                }
                
        .section-curators.no-page-params #main_content,
        .section-live-tours.no-page-params #main_content,
        .section-curated-routes.no-page-params #main_content  {
            /* overflow: hidden; */
            clear: both;
        }
        .section-live-tours .subsection-curators-grid,
        .section-curated-routes .subsection-curators-grid {
            margin-top: -50px;
        }
            
        .section-live-tours #hero_header.colour_mode #hero_heading .title a,
        .section-curated-routes #hero_header.colour_mode #hero_heading .title a {
            width: min-content;
            display: block;
            margin: 0 auto;
        }
            .subsection-curators-grid .records_list.image_list ul li {
                position: relative;
            }            
            .subsection-curators-grid .records_list.image_list ul li a {
                display: flex;
                flex-direction: column-reverse;
                background: #83a08f;
            }
            /*@media screen and (min-width: 901px) {*/
            /*    .subsection-curators-grid .records_list.image_list ul li:nth-of-type(2),*/
            /*    .subsection-curators-grid .records_list.image_list ul li:nth-of-type(4) {*/
            /*        margin-top: 100px;*/
            /*    }*/
            /*}*/
                .subsection-curators-grid .records_list.image_list ul li .image_wrapper {
                    position: relative;
                    /*background: #eee;*/
                }
                    .subsection-curators-grid .records_list.image_list ul li .profile_image {
                        /*position: absolute;*/
                        /*bottom: -20%;*/
                        /*left: -25px;*/
                        /*width: 30%;*/
                    }
                    .subsection-curators-grid .records_list.image_list ul li .content {
                        padding: 30px;
                        box-sizing: border-box;
                        width: 100%;
                        text-align: center;
                        display: flex;
                        background: var(--offwhite);
                        min-height: 168px;
                        align-items: center;
                        flex-direction: column;
                        justify-content: center;
                    }
                    .subsection-curators-grid .records_list.image_list ul li .content h2,
                    .subsection-curators-grid .records_list.image_list ul li .content .description,
                    .subsection-curators-grid .records_list.image_list .content .subtitle {
                        text-align: center;
                    }
                    .subsection-curators-grid .records_list.image_list ul li .content h2 {
                        font-size: 26px;
                    }
                    .subsection-curators-grid .records_list.image_list ul li .content .subtitle {
                        font-size:  18px;
                        margin: 0;
                    }
                    .subsection-curators-grid .records_list.image_list ul li .content .description {
                        margin-bottom: 14px;
                    }
                    .subsection-curators-grid .records_list.image_list ul li .content .button {
                        margin: 0;
                        clear: both;
                        position: absolute;
                        bottom: 3.2rem;
                    }
            
            .subsection-curators-grid .records_list.gd_image_cropping_cropped ul li.artwork_image .image img {
                width: 90%;
                height: 90%;
                object-fit: contain;
            }
            .subsection-curators-grid .records_list.image_list ul li.artwork_image .image_wrapper {
                background: #f8f8f8;
            }
            
            @media screen and (max-width: 900px) {
                .subsection-curators-grid .records_list.image_list ul li {
                    width: 100%;
                }
            }
            
        .subsection-curator-record {
            
        }
            .subsection-curator-record blockquote {
                font-size: 2.5rem;
                line-height: 3.5rem;
            }
            .subsection-curator-record .panel_image_text_columns .content .content_full {
                padding-top: 0;
            }
            .subsection-curator-record .panel_image_text_columns .content .read_less_link {
                padding-top: 25px;
                display: none
            }
            .subsection-curator-record .profile_wrapper .profile_image {
                max-width: 200px;
            }
            
            
            .subsection-curator-record .grid_dynamic_layout_artworks .artwork_price,
            .subsection-curator-record .records_list .price {
                display: none !important;
            }
            
        .curator-header.heading_wrapper.header_themed {
            width: 100vw !important;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
        }
            .subsection-curator-record:not(.header-has-video) .curator-header.heading_wrapper.header_themed {
                padding-bottom: 30px;
            }
            .curator-header.heading_wrapper.header_themed .reverse-text-wrapper {
                margin-left: 0;
            }
        #main_content .curator-header.heading_wrapper.header_themed h1 {
            margin: 0;
        }
        
                
        .subsection-curator-record .google-map {
            width: 100%;
            height: 70vh;
            margin-bottom: 0;
            min-height: 500px;
        }
                
        
        .section-live-tours.page-param-type-curator_id #hero_header .hero_header-inner-wrapper .inner, 
        .section-curators.page-param-type-curator_id #hero_header .hero_header-inner-wrapper .inner, 
        .section-curated-routes.page-param-type-curator_id #hero_header .hero_header-inner-wrapper .inner {
            background: transparent !important;
            right: 0;
            left: auto;
            width: calc(70% - 200px);
        }
        .section-curators.page-param-type-curator_id #hero_header.images_mode #slideshow, 
        .section-curators.page-param-type-curator_id #hero_header.images_mode #hero_image_responsive,
        .section-live-tours.page-param-type-curator_id #hero_header.images_mode #slideshow, 
        .section-live-tours.page-param-type-curator_id #hero_header.images_mode #hero_image_responsive,
        .section-curated-routes.page-param-type-curator_id #hero_header.images_mode #slideshow, 
        .section-curated-routes.page-param-type-curator_id #hero_header.images_mode #hero_image_responsive{
            left: 0;
            right: auto;
            bottom: -60px;
            top: auto;
            background-color: transparent !important;
            width: calc(30% + 200px);
        }
        .section-live-tours.page-param-type-curator_id #hero_header.images_mode #hero_image_responsive,
        .section-curated-routes.page-param-type-curator_id #hero_header.images_mode #hero_image_responsive {
            display: none;
        }
        .section-live-tours.page-param-type-curator_id #hero_header.images_mode #slideshow ul li .image,
        .section-curated-routes.page-param-type-curator_id #hero_header.images_mode #slideshow ul li .image,
        .section-curators.page-param-type-curator_id #hero_header.images_mode #slideshow  ul li .image{
            background-size: contain;
        }        
        .section-live-tours.page-param-type-curator_id #hero_header.images_mode #slideshow ul li,
        .section-curated-routes.page-param-type-curator_id #hero_header.images_mode #slideshow ul li,
        .section-curators.page-param-type-curator_id #hero_header.images_mode #slideshow  ul li{
            background: transparent !important;
        }
        .section-live-tours.page-param-type-curator_id #hero_header.images_mode #slideshow ul li::before,
        .section-curated-routes.page-param-type-curator_id #hero_header.images_mode #slideshow ul li::before,
        .section-curators.page-param-type-curator_id #hero_header.images_mode #slideshow  ul li::before {
            display: none
        }
        .section-curators.page-param-type-curator_id #hero_header.images_mode #hero_image_responsive:after,
        .section-live-tours.page-param-type-curator_id #hero_header.images_mode #hero_image_responsive:after,
        .section-curated-routes.page-param-type-curator_id #hero_header.images_mode #hero_image_responsive:after {
            background: transparent !important;
        }
        
        .section-live-tours.page-param-type-curator_id #hero_header.images_mode #hero_heading,
        .section-curated-routes.page-param-type-curator_id #hero_header.images_mode #hero_heading,
        .section-curators.page-param-type-curator_id #hero_header.images_mode #hero_heading {
            max-width: 700px;
        }

    .section-live-tours .fullscreen_slideshow ul li:after,
    .section-curated-routes .fullscreen_slideshow ul li:after {
        display: none !important
    }

    

        
     /* EXHIBITORS LIST
    ------------------------------------------------------------ */
    
    
        .sticker-prompt {
            position: absolute;
            top: -150px;
            right: 20px;
            background: var(--blue);
            z-index: 9999;
            padding: 30px 60px 40px 60px;
            height: 200px;
            width: 400px;
            border-radius: 0 0 1000px 1000px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 300ms ease-in-out;
        }
            .sticker-prompt-inner {
                line-height: 1.6em;
                text-align: center;
            }
            
        #container:not(.page-top-header-proximity) .sticker-prompt {
            transition: opacity 600ms ease-in-out;
            opacity: 0;
        }  
            
            
            
        .exhibitor_grid_panel_wrapper.filter-hide,
        .exhibitor_list_panel_wrapper.filter-hide {
            display: none !important
        }
        #exhibitor_list_grid_control {
            float: left;
        }
        .exhibitor_filters {
            width: 100%;
            /* float: left; */
            clear: both;
            margin: 0;
        }
    /*.exhibitor_filters .item a{*/
    /*    line-height: 2rem;*/
    /*    font-size: 1.7rem;*/
    /*    cursor: pointer;*/
    /*    color: #222;*/
    /*    font-family: 'EnglishEgyptianWeb', Sans-Serif;*/
    /*}*/
    /*    .exhibitor_filters .item a:before {*/
    /*        font: normal normal normal 20px/1 FontAwesome;*/
    /*        -webkit-font-smoothing: antialiased;*/
    /*        -moz-osx-font-smoothing: grayscale;*/
    /*        content: "\f00c";*/
    /*        font-size: 12px;*/
    /*        display: inline-block;*/
    /*        color: #ccc;*/
    /*        margin: -1px 6px 0 0;*/
    /*        vertical-align: middle;*/
    /*    }*/
    /*    .exhibitor_filters .item.active a:before {*/
    /*        color: #111;*/
    /*    }*/
    /*    .exhibitor_filters .item a,*/
    /*    .exhibitor_filters .item a:visited {*/
    /*        text-decoration: none;*/
    /*        display: block;*/
    /*    }*/
        
        
    /*.exhibitor_filters .custom_artwork_filter { */
    /*    float: right;*/
    /*    width: auto;*/
    /*    text-align: right;*/
    /*    margin: 0;*/
    /*    position: relative;*/
    /*    margin-top: -7px;*/
    /*    margin-left: 20px;*/
    /*}*/
    /*    .exhibitor_filters .custom_artwork_filter > form { */
    /*        display: flex;*/
    /*        position: relative;*/
    /*        padding-left: 26px;*/
    /*    }*/
    /*    .exhibitor_filters .custom_artwork_filter #custom_search_submit {*/
    /*        padding: 5px 0;*/
    /*        text-indent: -9999px;*/
    /*        margin: 0;*/
    /*        position: relative;*/
    /*        width: 40px;*/
    /*        position: absolute;*/
    /*        right: 0;*/
    /*        z-index: 99;*/
    /*        top: 1px;*/
    /*        display: none !important;*/
    /*    }*/
    /*        .exhibitor_filters .custom_artwork_filter #custom_search_submit::before {*/
    /*            content: '';*/
    /*            background-image: url(/images/link_arrow.svg);*/
    /*            background-repeat: no-repeat;*/
    /*            height: 15px;*/
    /*            width: 16px;*/
    /*            display: inline-block;*/
    /*            padding-right: 12px;*/
    /*            position: absolute;*/
    /*            left: 13px;*/
    /*            top: 10px;*/
    /*        }*/
    /*    .exhibitor_filters .custom_artwork_filter > form::before { */
    /*        content: "\e02a";*/
    /*        font-family: "artlogic-social-icons" !important;*/
    /*        color: #aaa;*/
    /*        font-style: normal !important;*/
    /*        font-weight: normal !important;*/
    /*        font-variant: normal !important;*/
    /*        font-size: 15px;*/
    /*        letter-spacing: 0;*/
    /*        text-transform: none !important;*/
    /*        speak: none;*/
    /*        -webkit-font-smoothing: antialiased;*/
    /*        -moz-osx-font-smoothing: grayscale;*/
    /*        position: absolute;*/
    /*        left:0;*/
    /*        line-height: 26px;*/
    /*        top: 3px;*/
    /*    }*/
    /*    .exhibitor_filters .custom_artwork_filter #custom_search_term {*/
    /*        min-width: 0;*/
    /*        width: 145px;*/
    /*        box-sizing: border-box;*/
    /*        padding-right: 30px;*/
    /*        line-height: 1.5em;*/
    /*        margin: 0;*/
    /*        font-size: 1.7rem;*/
    /*        cursor: pointer;*/
    /*        color: #222;*/
    /*        font-family: 'EnglishEgyptianWeb', Sans-Serif;*/
    /*    }*/
    /*    .exhibitor_filters .custom_artwork_filter #custom_search_clear {*/
    /*        position: absolute;*/
    /*        top: 2px;*/
    /*        right: 0;*/
    /*        width: 30px;*/
    /*        height: 30px;*/
    /*        text-indent: -9999px;*/
    /*        cursor: pointer;*/
    /*    }*/
    /*        .exhibitor_filters .custom_artwork_filter #custom_search_clear::after {*/
    /*            background: url(/images/close_icon.svg) center center no-repeat;*/
    /*            text-indent: -9999px;*/
    /*            content: '';*/
    /*            width: 30px;*/
    /*            height: 30px;*/
    /*            position: absolute;*/
    /*            top: 0;*/
    /*            left: 0;*/
    /*            transform: scale(0.7);*/
    /*            cursor: pointer;*/
    /*        }*/
            
    /*        .exhibitor_filters .exhibitor_filters_initial_row {*/
    /*            width: auto;*/
    /*            float: right;*/
    /*            clear: none;*/
    /*        }*/
    /*        .exhibitor_filters .exhibitor_filters_initial_row .fp-module {*/
    /*            float: right;*/
    /*        }*/
    /*            .exhibitor_filters .exhibitor_filters_initial_row .fp-module .item {*/
    /*                float: left;*/
    /*                margin: 0 0 0 15px;*/
    /*            }*/
    /*                .exhibitor_filters .exhibitor_filters_initial_row .fp-module .item a:before {*/
    /*                    font-size: 14px;*/
    /*                }*/
    /*                .exhibitor_filters .exhibitor_filters_initial_row .fp-module .item.item_expand a:before {*/
    /*                    font-size: 21px;*/
    /*                    font-family: inherit;*/
    /*                    content: "+";*/
    /*                    min-width: 13px;*/
    /*                    text-align: center;*/
    /*                    margin-top: -4px;*/
    /*                    position: relative;*/
    /*                    bottom: 1px;*/
    /*                }*/
    /*                .exhibitor_filters .exhibitor_filters_initial_row .fp-module .item.item_expand a.open:before {*/
    /*                    content: "-";*/
    /*                    color: #111;*/
    /*                }*/
                
    /*            .exhibitor_filters .exhibitor_filters_initial_row .exhibitor_filters_favourites .item a:before {*/
    /*                font-size: 12px;*/
    /*                content: "\f004";*/
    /*            }*/
                
    /*            .favourites-list-empty .exhibitor_filters .exhibitor_filters_initial_row .exhibitor_filters_favourites {*/
    /*                display: none !important;*/
    /*            }*/
                
    /*        .exhibitor_filters .exhibitor_locations_filters {*/
    /*            width: 100%;*/
    /*            float: left;*/
    /*            clear: both;*/
    /*            display: none;*/
    /*            overflow: hidden;*/
    /*        }*/
    /*            .exhibitor_filters .exhibitor_locations_filters .exhibitor_locations_filters_inner {*/
    /*                width: 100%;*/
    /*                float: left;*/
    /*                clear: both;*/
    /*                overflow: hidden;*/
    /*                column-count: 7;*/
    /*                column-gap: 20px;*/
                    
    /*                border-top: 1px solid #ddd;*/
    /*                border-bottom: 1px solid #ddd;*/
    /*                padding: 30px 0;*/
    /*                margin: 30px 0 0;*/
    /*                text-align: center;*/
    /*                display: flex;*/
    /*                align-items: center;*/
    /*                justify-content: center;*/
    /*                transition: opacity 600ms linear;*/
    /*                opacity: 0;*/
    /*            }*/
    /*                .exhibitor_filters .exhibitor_locations_filters.open .exhibitor_locations_filters_inner {*/
    /*                    opacity: 1;*/
    /*                }*/
    /*                    .exhibitor_filters .exhibitor_locations_filters.open .exhibitor_locations_filters_inner .item {*/
    /*                        font-size: 1.4rem;*/
    /*                        margin: 0 30px;*/
    /*                        position: relative;*/
    /*                    }*/
    /*                    .exhibitor_filters .exhibitor_locations_filters.open .exhibitor_locations_filters_inner .item::after {*/
    /*                        left: 18px;*/
    /*                        width: calc(100% - 17px);*/
    /*                    }*/
    /*                    .exhibitor_filters .exhibitor_locations_filters.open .exhibitor_locations_filters_inner .item a{*/
    /*                        color: #a29e9e;*/
    /*                    }*/
    /*                    .exhibitor_filters .exhibitor_locations_filters.open .exhibitor_locations_filters_inner .item.active a{*/
    /*                        color: #222;*/
    /*                    }*/
                        
    /*            @media screen and (max-width:1220px) {*/
    /*                .exhibitor_filters .exhibitor_locations_filters .exhibitor_locations_filters_inner {*/
    /*                    column-count: 5;*/
    /*                }*/
    /*            }*/
    /*            @media screen and (max-width:790px) {*/
    /*                .exhibitor_filters .exhibitor_locations_filters .exhibitor_locations_filters_inner {*/
    /*                    column-count: 4;*/
    /*                }*/
    /*            }*/
    /*            @media screen and (max-width:767px) {*/
    /*                .exhibitor_filters {*/
    /*                    margin-bottom: 20px;*/
    /*                    margin-top: -20px;*/
    /*                }*/
    /*                .exhibitor_filters .exhibitor_filters_initial_row {*/
    /*                    white-space: nowrap;*/
    /*                    padding: 15px 30px;*/
    /*                    overflow: auto;*/
    /*                    margin-left: -30px;*/
    /*                    margin-right: -30px;*/
    /*                    width: auto;*/
    /*                    float: none;*/
    /*                    clear: both;*/
    /*                }*/
    /*                .exhibitor_filters .custom_artwork_filter {*/
    /*                    width: 100% !important;*/
    /*                    max-width: none !important;*/
    /*                    border-bottom: 1px solid #ddd;*/
    /*                    padding-bottom: 4px;*/
    /*                }*/
    /*                .exhibitor_filters .custom_artwork_filter > form::before {*/
    /*                    color: #111;*/
    /*                }*/
    /*                .exhibitor_filters .exhibitor_filters_initial_row .fp-module {*/
    /*                    float: none !important;*/
    /*                    clear: none !important;*/
    /*                    display: inline-block;*/
    /*                }*/
    /*                .exhibitor_filters .exhibitor_filters_initial_row .fp-module .item {*/
    /*                    float: none;*/
    /*                    display: inline-block;*/
    /*                    margin-right: 15px;*/
    /*                }*/
    /*            }*/
    /*            @media screen and (max-width:650px) {*/
    /*                .exhibitor_filters .exhibitor_locations_filters .exhibitor_locations_filters_inner {*/
    /*                    column-count: 3;*/
    /*                }*/
    /*            }*/
    /*            @media screen and (max-width:500px) {*/
    /*                .exhibitor_filters .exhibitor_locations_filters .exhibitor_locations_filters_inner {*/
    /*                    column-count: 2;*/
    /*                }*/
    /*            }*/
    /*            @media screen and (max-width:459px) {*/
    /*                .exhibitor_filters .exhibitor_filters_options {*/
    /*                    padding: 15px 15px;*/
    /*                    margin-left: -15px;*/
    /*                    margin-right: -15px;*/
    /*                }*/
    /*            }*/
        
    /*    .exhibitor_filters #exhibitor_list_grid_control ul {*/
    /*        list-style: none;*/
    /*        padding: 0;*/
    /*    }*/
    /*    .exhibitor_filters #exhibitor_list_grid_control ul li {*/
    /*        display: inline-block;*/
    /*        margin-right: 10px;*/
    /*        color: #222;*/
    /*       font-family: 'EnglishEgyptianWeb', Sans-Serif;*/
    /*    }*/

    .section-exhibitions .heading_wrapper,
    .section-exhibitors .heading_wrapper {
        display: none;
    }

    .section-events .map-filters-wrapper,
    .section-exhibitions .map-filters-wrapper,
    .section-exhibitors .map-filters-wrapper {
        padding: 0;
    }
    
    .section-events .exhibition_filters,
    .section-exhibitions .exhibition_filters,
    .section-exhibitors .exhibitor_filters {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background: var(--offwhite-alt);
        margin-top: -80px;
        padding: 80px 0;
        /*overflow: hidden; this chops the filter dropdowns off*/ 
    }
.section-events .exhibition_filters {
    margin-bottom: 80px;
}
    
    .section-events .filters_wrapper,
    .section-exhibitions .filters_wrapper,
    .section-exhibitors .filters_wrapper {
        max-width: 1540px;
        margin: 0 auto;
        /* padding-left: 0;
                                padding-right: 0; */
        background: transparent;
    }


/*.exhibitor_grid_panel_wrapper {*/
/*    padding-top: 80px;*/
/*}*/

.subsection-exhibitors-map .resultsSortWrapper {
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}

.subsection-exhibitors-map .exhibitor_grid_panel_wrapper .exhibitor_grid_panel_inner .resultsSortWrapper .resultsCountWrapper {
    margin-right: auto;
    position: static;
    padding-right: 20px;
    padding-bottom: 15px;
}

.subsection-exhibitors-map .exhibitor_grid_panel_wrapper .exhibitor_grid_panel_inner .resultsSortWrapper .mapSortBySelectWrapper{
    position: static;
    height: 40px;
    padding: 0;
    z-index: 10;
    /* background-color: #c6d5c7; */
    font-family: 'EnglishEgyptianWeb', sans-serif;
    font-size: 15px;
    cursor: pointer;
}

.subsection-exhibitors-map .exhibitor_grid_panel_wrapper .exhibitor_grid_panel_inner .resultsSortWrapper .mapSortBySelectWrapper li {
    display: inline;
    list-style-type: none;
    cursor: pointer;
    padding: 10px 5px;
    margin: 0;
    height: 41.66px;
    padding-left: 5px;
    text-indent: -19px;
}

.subsection-exhibitors-map .exhibitor_grid_panel_wrapper .exhibitor_grid_panel_inner .resultsSortWrapper .mapSortBySelectWrapper li:hover {
    background-color: inherit;
}

.subsection-exhibitors-map .exhibitor_grid_panel_wrapper .exhibitor_grid_panel_inner .resultsSortWrapper .mapSortBySelectWrapper li::before {
    font-family: FontAwesome;
    content: "\f0c8";
    padding-right: 5px;
}

.subsection-exhibitors-map .exhibitor_grid_panel_wrapper .exhibitor_grid_panel_inner .resultsSortWrapper .mapSortBySelectWrapper li.active::before {
    font-family: FontAwesome;
    content: "\f14a";
    padding-right: 5px;
}

.subsection-exhibitors-map .exhibitor_grid_panel_wrapper .exhibitor_grid_panel_inner .resultsSortWrapper .mapSortBySelectWrapper li.active {
   background-color: inherit;
}

#slideInDetailPanel .exhibitor_info,
.exhibitor_grid_panel ul li .exhibitor_info {
    position: absolute;
    top: -10px;
    left: -10px;
    display: flex;
    z-index: 99;
    gap: 5px;
}

#slideInDetailPanel .exhibitor_info {
    top: 10px;
    left: 10px;
}


#slideInDetailPanel .accessibility_icon,
#slideInDetailPanel .gcc_active_member_icon,
.exhibitor_grid_panel ul li .accessibility_icon,
.exhibitor_grid_panel ul li .gcc_active_member_icon {
    width: 40px;
    height: 40px;
    background: var(--blue);
    padding: 10px;
    border-radius: 50%;
}

/*
-------------
*/

.resultsSortWrapper .eSortBySelectWrapper{
    position: absolute;
    right: 0;
    left: auto;
    height: 40px;
    padding: 0;
    z-index: 10;
    margin-left: auto;
    margin-right: 50px;
    /* background-color: #c6d5c7; */
    font-family: 'EnglishEgyptianWeb', sans-serif;
    font-size: 15px;
    cursor: pointer;
}

.resultsSortWrapper .eSortBySelectWrapper li {
    display: inline;
    list-style-type: none;
    cursor: pointer;
    padding: 10px 5px;
    margin: 0;
    height: 41.66px;
    padding-left: 5px;
    text-indent: -19px;
}

.resultsSortWrapper .eSortBySelectWrapper li:hover {
    background-color: inherit;
}

.resultsSortWrapper .eSortBySelectWrapper li::before {
    font-family: FontAwesome;
    content: "\f0c8";
    padding-right: 5px;
}

.resultsSortWrapper .eSortBySelectWrapper li.active::before {
    font-family: FontAwesome;
    content: "\f14a";
    padding-right: 5px;
}

.resultsSortWrapper .eSortBySelectWrapper li.active {
   background-color: inherit;
}
        
        
     /* EXHIBITORS Grid
    ------------------------------------------------------------ */
        .records_list ul li .content-positioning-wrapper {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
        }
        .exhibitor_list_toolbar {
            display: inline-flex;
            margin-top: -5px;
        }        
        .exhibitor_list_toolbar .button {
            margin: 0 0 0 10px;
        }
        .exhibitor_list_toolbar .artwork_favourite_btn i {
            top: -9px;
        }
    
         
         
           
     /* EXHIBITORS MAP
    ------------------------------------------------------------ */
.section-exhibitors .reveal_caption {
    display: none;
}
    
    .section-map.no-page-params #content::after {
        width: 0 !important;
    }
    
    .section-exhibitors.page-param-map .header-fixed-wrapper,
    .section-map .header-fixed-wrapper {
        position: static
    }      
    .section-exhibitors.page-param-map #header {
        box-shadow: none !important;
    }    
    .section-exhibitors.page-param-map #main_content,
    .section-map #main_content{
        background: var(--red);
        padding: 125px 0 0 0;
    }
    
    .section-exhibitors .heading_wrapper.exhibitors-map-header  {
        margin-bottom: 0;
    }
    .section-exhibitors .map-sticky-wrapper,
    .section-map .map-sticky-wrapper {
        position: sticky;
        top:0;
        height: 100vh;
        width: auto;
        float: right;
        flex: 1 1 auto; 
        min-width: 500px;
    }
    .section-live-tours .map-sticky-wrapper,
    .section-curators .map-sticky-wrapper,
    .section-curated-routes .map-sticky-wrapper  {
        width: 100%;
        position: relative;
    }
    .section-live-tours .map_grid,
    .section-curators .map_grid,
    .section-curated-routes .map_grid {
        visibility: hidden;
        position: absolute;
        pointer-events: none;
        width: 1px !important;
        height: 1px !important;
    }
    body.cms-frontend-toolbar-active.section-exhibitors .map-sticky-wrapper,
    body.cms-frontend-toolbar-active.section-map .map-sticky-wrapper {
        top:28px;
    }
    
    .subsection-exhibitors-map {
        display: flex
    }
    
    .subsection-exhibitors-map #advanced_map {
        width:100%;
        height: 100vh;
    }    
    .section-home #advanced_map {
        width:100%;
        height: 80vh;
        max-height: 1000px;
        margin-bottom: 0;
        flex: 0 0 auto;
    }
    .subsection-exhibitors-map .exhibitor_grid_panel_wrapper {
        /*width: 420px;*/
        width: 50%;
        float: left;
        position: relative;
        min-width: 500px;
        max-width: 940px;
    }

    .records_list.simple_list_format.detail_list.map_grid .content .list_main_content {
        width: 100%;
    }
    .records_list.simple_list_format .content h2 {
        font-size: 1.9rem
    }
    .records_list.simple_list_format .content .location {
        font-size: 1.5rem;
        color: #837E7E
    }
    .map-ui-wrapper {
        position: absolute;
        z-index: 999;
        right: 50px;
        top: 50px;
        display: flex;
        align-items: center;
    }
    .exhibitor_grid_panel_wrapper .map-ui-wrapper {
        display: none
    }
    body.map-overlay-active .map-ui-wrapper {
        opacity: 0;
    }
    
    .map-ui-wrapper button {
        margin-top: 0;
        display:block;
    }   
    .map-ui-wrapper button > span {
        margin-top: 0;
        display:block;
        white-space: nowrap
    }   
    .map_debug {
        display: none
    }

    @keyframes colorFade {
        from {
            background: #111;
        }
        20% {
            background: #03c885;
        }
        to {
            background: #111;
        }
    }


    @keyframes bounce {
        from,
        20%,
        53%,
        to {
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transform: translate3d(0, 0, 0);
        }
      
        40%,
        43% {
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          transform: translate3d(0, -30px, 0) scaleY(1.1);
        }
      
        70% {
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          transform: translate3d(0, -15px, 0) scaleY(1.05);
        }
      
        80% {
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transform: translate3d(0, 0, 0) scaleY(0.95);
        }
      
        90% {
          transform: translate3d(0, -4px, 0) scaleY(1.02);
        }
      }

      .generateRoute {
        animation-duration: 1s;
        animation-fill-mode: both;
      }
      
      .generateRoute.button_ready {
        animation: bounce 1s, colorFade 2s;
        transform-origin: center bottom;
      }



    .map-ui-wrapper button.button.button_black.generateRoute:hover {
        background: rgb(0,201,134);
    }
    .map-ui-wrapper .generateResult i:before {
        font-size: 1.1em
    }
    .map-ui-wrapper .generateResult:not(.active) ,
    .map-ui-wrapper #clearAll:not(.active),
    .map-ui-wrapper #alterRoute:not(.active) {
        visibility: hidden;
        position: absolute;
        width: 1px;
        height: 1px;
        pointer-events:none;
    }
    .map-ui-wrapper .generateResult.active,
    .map-ui-wrapper #clearAll.active,
    .map-ui-wrapper #alterRoute.active {
        display: block;
    }
    .map-ui-wrapper button.button.button_black.generateResult {
        background: var(--blue);
    }    
    .map-ui-wrapper button.button#clearAll {
        background: #da3737;
    }
    .map-ui-wrapper button.button#alterRoute {
        background: rgb(0,201,134);
    }
    .map-ui-wrapper button.button.button_black.generateResult * {
        color: #222
    }
    /*.map-ui-wrapper button.button.button_black.route_generated {*/
    /*    background: #03c885;*/
    /*}*/
    .map-ui-wrapper .generateRoute.route_generated:not(.reload_required) {
        display: none
    }
    .map-ui-wrapper button.button.button_black.route_generated.reload_required {
        background: #c84503;
    }

    .map-ui-wrapper button.button.button_black.route_generated.reload_required .fa-route:before {
        content: "\f2f1";
    }    
    .map-ui-wrapper button.button.button_black.route_generated.reload_required .fa-route:before {
        content: "\f2f1";
    }
    .travel-modes {
        display: flex;
        margin-right: 16px;
    }
    .travel-modes .button,
    .button#clearAll,
    .button#alterRoute,
    .button#helpButton {
        height: 50px;
        width: 50px;
        text-align: center;
        background: rgb(218,211,211);
        color: #111;
        cursor: pointer;
        transition: transform 120ms ease-out;
        margin-left: -5px;
        position: relative
    }
    .button#helpButton {
        background-color: white;
    }
    .travel-modes .button.selected {
        background: rgb(0,201,134);
        color: #fff;
        z-index: 99;
    }
    .travel-modes .button:hover {
        transform: scale(1.15);
        background: #111;
        z-index: 99;
    }
    
    .button#clearAll:hover,
    .button#alterRoute:hover,
    .button#helpButton:hover {
        transform: scale(1.15);
        background: #111;
        z-index: 99;
    }
    
    .travel-modes .button i,
    .button#clearAll:hover i,
    .button#alterRoute:hover i {
        color: #111;
        font-size: 20px;
    }
    .button#helpButton i {
        color: #111;
        font-size: 22px;
    }
    .button#helpButton:hover i,
    .travel-modes .button.selected i,
    .travel-modes .button:hover i,
    .button#clearAll:hover i,
    .button#alterRoute:hover i {
        color: #fff;
    }
    .travel-modes .button span,
    .button#clearAll span,
    .button#alterRoute span,
    .button#helpButton span {
        padding: 0;
        min-width: 25px;
    }

    .gm-style .gm-style-iw{
        background: var(--red);
    }
    
    .gm-style .gm-style-iw-c{
        background: var(--red);
        border-radius: 0px;
        padding: 12px !important;
    }
    
    .gm-style .gm-style-iw-d{
        background: var(--red);
        overflow: initial !important;
    }
    
    .gm-style .gm-style-iw-d::-webkit-scrollbar-track, .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
        background: var(--red);
    }
    
    .gm-style .gm-style-iw-t::after {
        background: linear-gradient(45deg,rgba(140,176,155,1) 50%,rgba(140,176,155,0) 51%,rgba(140,176,155,0) 100%) #8CB09B;
    }
    
    .gm-ui-hover-effect{
        display: none !important;
    }
    
    a.infowindow-link {
        font-family: 'EnglishEgyptianWeb', Sans-Serif;
        max-width: 180px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-size: 1.6rem;
        background: var(--red);
        color: var(--offwhite);
    }
    a.infowindow-link:hover {
        text-decoration: underline;
    }
    body .map-overlay-bg {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*background: #376170;*/
        background: rgb(114 171 179 / 90%);
        z-index: 2500;
         height: 100vh;
        /*mix-blend-mode: multiply;*/
        opacity: 0;
        transform: translate(110%, 110%);
    }      
    body.map-overlay-active .map-overlay-bg {
        opacity: 1.0;
        transform: translate(0px, 0px);
    }    
    body.map-overlay-active {
        overflow: hidden
    }       
        .map-overlay {
            position: fixed;
            z-index: 2600;
            top: 0;
            left: 0;
            right: 0;
            height: 100vh;
            opacity: 0;
            color: #fff;
            display: none;
            transition: all 200ms linear;
        }
        .map-overlay-close,
        .enquire-close-button {
            position: absolute;
            right: -34px;
            top: -34px;
            z-index: 3000;
            width: 28px;
            cursor: pointer;
            width: 68px;
            height: 68px;
        }
        .map-overlay-close::after,
        .enquire-close-button::after {
            content: '';
            width: 68px;
            height: 68px;
            background-color: #fff;
            border-radius: 200px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
        }
        .device-desktop .map-overlay-close:hover::after,
        .device-desktop .enquire-close-button:hover::after {
            transition: transform 800ms cubic-bezier(.65,.06,.19,.96);
            transform: scale(1.3)
        }
        .map-overlay-close i, .enquire-close-button i {
            width: 23px;
            height: 23px;
            display: block;
            position: absolute;
            z-index: 99;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
                

        
        body.cms-frontend-toolbar-active #mapAreaOverlay .map-overlay-close {
            top:58px;
        }

        .map-overlay.active {    
            opacity: 1;
            display: block;
            transition: all 400ms linear;
        }
                
        .map-overlay.enquire-overlay.test {
            background: #fff;
            display: block;
            opacity: 1;
            top: 240px;
            left: 500px;
        }
        
            .map-overlay .overlay-container-outer {
                width: 100%;
                height: 100vh;
                overflow: auto;
            }
            .map-overlay .overlay-container-inner {
                padding: 30px 100px 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 100%;
                box-sizing: border-box;
                position: relative;
            }
            #mapAreaOverlay .area {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

            .map-overlay .content {
                max-width: 500px;
                width: 100%;
                margin: 0 auto;
                text-align: center;
                float: none;
                background: var(--offwhite);
                padding: 30px 20px;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                position:relative;
                
            }            
            
            .map-overlay .content.enquire-input-wrapper {
                transform: none !important
            }
            .map-overlay-header {
                position: relative;
                z-index: 20;
            }
            .map-overlay .subtitle {
                font-size: 2.0rem;
                max-width: 315px;
                display: block;
            }
            .map-overlay .subtitle.no-qr {
                display: none;
            }

            #mapResultOverlay.hide-qr .subtitle:not(.no-qr) {
                display: none
            }
            #mapResultOverlay.hide-qr .subtitle.no-qr {
                display: block;
                margin-bottom: 30px;
            }
            /*$('#mapResultOverlay').addClass('hide-qr')*/
            
            
        .map-overlay-toolbar {
            width: 100%;
            display: flex;
            justify-content: space-between;
            gap: 20px;
            align-items: center;
        }
       .map-overlay-toolbar .button {
            width: 100%;
            flex-basis: 50%;
            margin-top: 0;
        }
        
        .map-overlay .qr_wrapper {
            width: 350px;
            height: 350px;
            background: #fff;
            border-radius: 1000px;
            margin-top: -20px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        #mapResultOverlay.hide-qr .qr_wrapper {
            display: none;
        }

        
        .map-overlay.enquire-overlay #quick_contact_widget {
            width: 100%;
            max-height: calc(100vh - 150px);
            overflow: auto;
        }
        .map-overlay.enquire-overlay .content h2 {
            margin-bottom: 40px
        }
        
        .map-overlay.enquire-overlay input:not([type='checkbox']) {
            width: 100%;
            min-height: 50px;
            background: none;
            border-bottom: 3px solid #222;
            border-radius: 0;
            font-size: 16px;
        }
        .map-overlay.enquire-overlay .form_row {
            width: 100%;
            text-align: left;
            margin-bottom: 15px;
            color: #222;
        }
         .map-overlay.enquire-overlay .form_row.display-enquiry-type-wishlist.detail_header {
            padding-top: 30px;
        }
         .map-overlay.enquire-overlay .content .button {
            width: 100%;
            display: block;
            color: #111;
            letter-spacing: 0;
            text-align: center;
            line-height: 1em;
            text-transform: none;
            letter-spacing: 0;
            text-decoration: none;
            justify-content: center;
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
            text-decoration: none;
            box-sizing: border-box;
            font-size: 1.6rem;
            padding: 20px;
            cursor: pointer;
        }
         .map-overlay.enquire-overlay .content .button:hover {
            color: #fff;
        }
        .map-overlay.enquire-overlay .form_row textarea {
            width: 100%;
            display: block;
            min-height: 100px;
            margin-top: 30px;
            border: 3px solid #111;
            box-sizing: border-box;
            padding: 10px;
        }
        
       .map-overlay.enquire-overlay .hidden-group  {
           height: 1px;
           width:1px;
           display: block;
           overflow: hidden;
           position: absolute;
       }
        .slideinpanel_wrapper {
            position: sticky;
            top: 50px;
            z-index: 99;
            display: none;
            height: auto;
            box-sizing: border-box;
            /* padding-top: 50px
        px
        ; */
            width: 100%;
            left: 40px;
            width: 100%;
            bottom: 0;
        }
        body.cms-frontend-toolbar-active .slideinpanel_wrapper {
            top: calc(28px + 50px);
        }
        .slideinpanel_wrapper .content {
            padding-bottom: 100px
        }
        .exhibitor_grid_panel.slide-in-open .slideinpanel_wrapper,
        .exhibitions_grid_panel.slide-in-open .slideinpanel_wrapper{
            display: block;
            padding-top: 0;
            border-radius: 30px 30px 0 0;
        }
        
        .artlogic_emerging_badge {
            position: absolute;
            width: 95px;
            height: 95px;
            z-index: 90;
            background: var(--blue);
            border-radius: 100px;
            top: -25px;
            left: -25px;
            color: #fff;
            font-size: 11.4px;
            font-family: 'EnglishEgyptianWeb', Sans-Serif;
            line-height: 1.1em;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        
        #slideInDetailPanel,
        #e_slideInDetailPanel {
            z-index: 99;
            height: calc(100vh - 50px);
            width: 100%;
            display: flex;
            flex-direction: column;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            background:var(--offwhite);
            border-radius: 30px 30px 0 0;
        }
        
        body.cms-frontend-toolbar-active .slideinpanel_wrapper #slideInDetailPanel,
        body.cms-frontend-toolbar-active .slideinpanel_wrapper #e_slideInDetailPanel {
           height: calc(100vh - 50px - 28px);
        }
        #slideInDetailPanelInner,
        #e_slideInDetailPanelInner{
            width: 100%;
            background: var(--offwhite);
            /*display: flex;*/
            /*flex-direction: column;*/
            /*justify-content: flex-start;*/
            min-height: 100%;
            padding-bottom: 100px;
        }
        
        
         #slideInDetailPanelInner,
         #e_slideInDetailPanelInner{
            display: block; 
            transform: translate3d(0,100px,0);
            opacity: 0;
        }
        
        #slideInDetailPanelInner.show,
        #e_slideInDetailPanelInner.show {
            opacity: 1.0;
            transform: none;
            transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
        }
        
        
        #slideInDetailPanel .image,
        #e_slideInDetailPanel .image {
            display: block;
            height: auto;
            margin: 0;
            background: none;
            position: relative;
            background: #000;
        }
        #slideInDetailPanel .image > span, 
        #e_slideInDetailPanel .image > span {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: auto;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
        }
        #slideInDetailPanel .image::after,
        #e_slideInDetailPanel .image::after {
            content: '';
            display: block;
            padding-top: 60%;
        }
        #slideInDetailPanel .image img,
        #e_slideInDetailPanel .image img{
            width: 100%;
            height: 100%;
            object-fit: cover;

        }
        #slideInDetailPanel .artlogic_emerging_badge,
        #e_slideInDetailPanel .artlogic_emerging_badge{
            display: none !important

        }
        
        
        /*#slideInDetailPanel .list_main_content::before {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    top: 50%;*/
            /* right: 0; */
        /*    bottom: 0;*/
        /*    left: 50%;*/
        /*    width: 210px;*/
        /*    height: 210px;*/
        /*    transform: translate(-50%,-50%);*/
        /*    background-color: #73ADB4;*/
        /*    z-index: 1;*/
        /*    opacity: 0.6;*/
        /*}*/
        #slideInDetailPanel .map_content_toolbar,
        #e_slideInDetailPanel .map_content_toolbar {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            border-bottom: 1px solid #DDDDDD;
            box-sizing: border-box;
            column-gap: 20px;
            padding: 20px;
            position: relative;
            background: rgba(0,0,0,0.03);
        }
        
        #slideInDetailPanel .map_content_toolbar .list_main_content {
            flex-grow: 1;
        }
        
        
        
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper {
            min-width: 288px;
            display: flex;
            align-items: center;
            /*justify-content: center;*/
            margin-top: 20px;
            padding-bottom: 20px;
            position: relative;
        }
        /*#slideInDetailPanel .list_main_content {*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    height: calc(470px * 0.81);*/
        /*    z-index: 100;*/
        /*    left: 0;*/
            /* transform: translate(-50%, -50%); */
        /*    text-align: center;*/
        /*    line-height: 0;*/
        /*    width: 100%;*/
        /*    background-color: rgb(0 0 0 / 40%);*/
        /*}*/
         #slideInDetailPanel .list_main_content  > a {
            min-height: 100%;
            min-width: 100%;
            display: flex;
            /*align-items: center;*/
            justify-content: center;
            width: 100%;
            flex-direction: column;
            padding: 0;
            box-sizing: border-box;
            position: relative;
            z-index: 2
         }
        #slideInDetailPanel .list_main_content a,
        #slideInDetailPanel .list_main_content h2,
        #slideInDetailPanel .list_main_content .location {
            /*color:#fff;*/
            text-decoration: none;
            margin-bottom: 0
        }        
        #slideInDetailPanel .list_main_content h2{
            margin-bottom: 20px;
        }
        #slideInDetailPanel .list_main_content a::before {
            content: '';
            margin-bottom: auto;
            height:20px;
        }
        #slideInDetailPanel .list_main_content .location {
            margin-top: auto;
        }
        /*#slideInDetailPanel .list_main_content {*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    height: calc(470px * 0.81);*/
        /*    z-index: 100;*/
        /*    left: 0;*/
            /* transform: translate(-50%, -50%); */
        /*    text-align: center;*/
        /*    line-height: 0;*/
        /*    width: 100%;*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*    justify-content: center;*/
        /*}*/
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button,
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > .button {
            background-color: #F3ECE4;
            width: 60px;
            height: 60px;
            border-radius: 1000px;
            font-size: 20px;
            margin: 0 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.map_add:before {
            content: 'Add to route';
            position: absolute;
            bottom: 5px;
            font-size: 13px;
            white-space: nowrap;
            line-height: 10px;
            color:#111 !important;
        }
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.artwork_favourite_btn:before {
            content: 'Favourite';
            position: absolute;
            bottom: -14px;
            font-size: 13px;
            white-space: nowrap;
            line-height: 10px;
            color:#111 !important;
        }
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > a.navigate_to:before {
            content: 'Navigate';
            position: absolute;
            bottom: -14px;
            font-size: 13px;
            white-space: nowrap;
            line-height: 10px;
            color:#111 !important;
        }        
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper .points-wrapper .pr-icon {
            top: 15px;
            right: 7px;
        }
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper .points_drop_icon {
            display: none
        }
        
         #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.artwork_favourite_btn i {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 20px;
        }
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.map_add {
            background-color: #F3ECE4;
            width: 60px;
            height: 60px;
            border-radius: 1000px;
            font-size: 20px;
            margin: 0 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }    
        
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.map_add.active {
            color: var(--offwhite);
            background: #222;
            width: 81px;
            padding-right: 0;
            margin-right: -18px;
        }    
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.map_add i {
            position: relative;
            /*color: #00c986;*/
            /*font-weight: bold;*/
            top: 0px;
            left: 0;
        }   
        
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.map_add.active i {
            color: #00c986;
            font-weight: bold;
            left: -10px;
        }   
        
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper:not(.points-active) .points {
            visibility: hidden;
            position: absolute;
            width: 1px;
            height: 1px;
            pointer-events: none;
            display: block;
        }  
        
        .slideInButtonsWrapper button.map_add.active + .points-wrapper {
            right: 0;
        }

            
        #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.map_add.active.start i {
            color: #17a1c6;
        }
       #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.map_add.active.end i {
            color: #f42e2c;
        }
        #slideInDetailPanel .description,
        #e_slideInDetailPanel .description {
            padding: 30px;
            box-sizing: border-box;
            width: 100%;
        }
        #slideInDetailPanel .button-wrapper,
        #e_slideInDetailPanel .button-wrapper {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            border-top: 1px solid #DDDDDD;
            padding: 20px 30px;
            box-sizing: border-box;
            margin-top: auto;
            position: absolute;
            bottom: 0;
            background: var(--offwhite);
            z-index: 99;
        }
        #slideInDetailPanel .button-wrapper a,
        #e_slideInDetailPanel .button-wrapper a{
            margin-top: 0
        }
        #slideInDetailPanelClose,
        #e_slideInDetailPanelClose {
            background: var(--offwhite);
            border-radius: 50px;
            width: 48px;
            height: 48px;
            position: absolute;
            right: 50%;
            transform: translateX(50%);
            top: -24px;
            z-index: 200;
            display: block;
            cursor: pointer;
        }
        #slideInDetailPanelClose i,
        #e_slideInDetailPanelClose i{
            width: 20px;
            height: 20px;
            display: block;
            margin: 0 auto;
            line-height: 20px;
        }
        /*#slideInDetailPanelInner .map_content_toolbar .points {*/
        /*    display: none*/
        /*}*/
        /* Map filters
        ------------------------------------- */
        
        
        
        
        
        

        div#overlayQRcode {
            width: 100%;
            height: 100%;
            max-width: 220px;
            max-height: 220px;
        }
        #overlayQRcode img,
        #overlayQRcode canvas {
            width: 100%;
            height: 100%;
        }
        
        #mapInstructionOverlay .tip {
            margin-bottom: 50px;
            width: 100%;
            position: relative;
        }         
        #mapInstructionOverlay .tip.last-tip {
            margin-bottom: 0;
        } 

        /*#mapInstructionOverlay .tip:nth-of-type(1) {*/
        /*    transition-delay: 0ms*/
        /*}     */
        
        /*#mapInstructionOverlay .tip:nth-of-type(2) {*/
        /*    transition-delay: 400ms*/
        /*}        */
        /*#mapInstructionOverlay .tip:nth-of-type(3) {*/
        /*    transition-delay: 800ms*/
        /*}*/
        
        #mapInstructionOverlay .tip-icon {
            transform: translate3d(0, 100px, 0);
            opacity: 0;
            transition: none;
        }
        #mapInstructionOverlay .tip.visible .tip-icon {
            opacity: 1;
            transform: none;
            transition: opacity 1200ms ease-in-out;
            transition-delay: 600ms
        }       
        #mapInstructionOverlay .tip.visible .tip-text {
            opacity: 1;
            transform: none;
            transition: opacity 1200ms ease-in-out;
            transition-delay: 1200ms
        }
        /*#mapInstructionOverlay .tip:nth-of-type(2).visible .tip-icon,*/
        /*#mapInstructionOverlay .tip:nth-of-type(2).visible .tip-text  {*/
        /*    transition-delay: 1200ms*/
        /*}*/
        /*#mapInstructionOverlay .tip:nth-of-type(3).visible .tip-icon,*/
        /*#mapInstructionOverlay .tip:nth-of-type(3).visible .tip-text  {*/
        /*    transition-delay: 2000ms*/
        /*}*/
        
        #mapInstructionOverlay .tip-icon {
            background: #fff;
            width: 115px;
            height: 115px;
            border-radius: 1000px;
            color: #111;
            font-size: 28px;
            display: inline-block;
            line-height: 100px;
            margin-bottom: -15px;
            z-index: 99;
            position: relative;
            margin:0 auto;
        }
        #mapInstructionOverlay .tips-wrapper {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
        }   
        #mapInstructionOverlay .tip-text {
            font-size: 2.3rem;
            color: #111;
            text-align: center;
            line-height: 1.2em;
            max-width: 390px;
            position: relative;
            z-index: 99;
            opacity: 0;
            transform: translate3d(0, 0, 0);
            margin: -30px auto 0 auto;
        }
        #mapInstructionOverlay .map-overlay-toolbar {
            justify-content: center;
            margin-bottom: -55px;
            margin-top: 20px;
        }
        #mapInstructionOverlay .map-overlay-toolbar .button {
            width: 100%;
            max-width: 300px;
            margin-top: 20px;
        }
        
        .tip-bg {
            position: absolute;
            left: 0;
            right: 0;
            height: auto;
            width: 100%;
            top: 0;
            opacity: 0;
        }
        .tip.visible .tip-bg {
            transition: opacity 600ms ease-in-out;
            opacity: 1;
        }
        @keyframes animatedBackground {
          from {
            background-position: 390px 0px; }
        
          to {
            background-position: 0px 0px; } 
        }
        
        @-webkit-keyframes animatedBackground {
          from {
            background-position: 390px 0px; }
        
          to {
            background-position: 0px  0px; } 
        }

        .tip-bg-pointers {
            position: absolute;
            top: calc(50% + 40px);
            
            height: 37px;
            width: 100%;
            display: block;
            background-image: url(/images/whiz_pins.png);
            background-size: 390px 37px;
            background-repeat: repeat;
            background-position: 0px 0px;
            /* -webkit-animation: animatedBackground 10s linear infinite; */
            /* -moz-animation: animatedBackground 10s linear infinite; */
            /* animation: animatedBackground 10s linear infinite; */
        }
        .tip.visible .tip-bg-pointers {
            
            transition: background-position 3000ms cubic-bezier(.65,.06,.19,.96), opacity 600ms ease-in-out;
            background-position: calc(390px) 0px;
            opacity: 0.15;
        }
        .tip-bg-pointers::before,
        .tip-bg-pointers::after,
        .tip-bg.tip-track-bg::before,
        .tip-bg.tip-track-bg::after,
        .tip-bg-buildings::before,
        .tip-bg-buildings::after {
            content: '';
            display: block;
            width: 90px;
            height: 100%;
            position: absolute;
            left: 0;
            background-image: linear-gradient(270deg, #fbe9d600 0%, var(--offwhite) 100%);
        }
        .tip-bg-pointers::after,
        .tip-bg.tip-track-bg::after,
        .tip-bg-buildings::after{
            left: auto;
            right: 0;
            top: 0;
            background-image: linear-gradient(90deg, #fbe9d600 0%, var(--offwhite) 100%);
        }
        .tip .greenpin {
            width: 37px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.6);
            opacity:0;
            position: absolute;
            
            
            /* opacity: 0; */
        }    
        .tip.visible .greenpin {
            transform: translate(-50%, -50%) scale(1);
            opacity:1;
            transition: transform 1000ms cubic-bezier(0,.7,.27,1.62) 1200ms, opacity 200ms ease-in 1200ms;
        } 
        /*.tip-bg.tip-track-bg {*/
        /*    background-image: url(/images/road.png);*/
        /*    background-size: 525px 116px;*/
        /*    height: 116px;*/
        /*}*/
        svg.greenpin-mini {
            width: 18px;
            position: absolute;
            transform: scale(0.6);
            opacity:0;
        } 
       .tip.visible  svg.greenpin-mini {
            transform: scale(1);
            opacity:1;
            transition: transform 1000ms cubic-bezier(0,.7,.27,1.62), opacity 200ms ease-in;
        }   
        svg.greenpin-mini.greenpin-mini-1 {
            left: 19%;
            top: 12%;
        }
            .tip.visible svg.greenpin-mini.greenpin-mini-1 {
                transition-delay: 300ms
            }
        svg.greenpin-mini.greenpin-mini-2 {
            left: 38%;
            top: -20%;
        } 
            .tip.visible svg.greenpin-mini.greenpin-mini-2 {
                transition-delay: 600ms
            }
        svg.greenpin-mini.greenpin-mini-3 {
            left: 68%;
            top: -5%;
        } 
            .tip.visible svg.greenpin-mini.greenpin-mini-3 {
                transition-delay: 900ms
            }
        svg.greenpin-mini.greenpin-mini-4 {
            left: 68%;
            bottom: 32%;
        } 
            .tip.visible svg.greenpin-mini.greenpin-mini-4 {
                transition-delay: 1200ms
            }
        .tip-track-bg-prop {
            width: 100%;
            display: block;
            padding-top: 27.67%;
            background-image: url(/images/road.png);
            background-size: 100% auto;
        }        
        .tip .fa-route {
            font-size: 36px;
            margin-top: 35px;
            display: block;
        }
        
        .tip-bg-buildings {
            position: absolute;
            top: calc(50% + 40px);
            opacity: 0.15;
            height: 37px;
            width: 100%;
            display: block;
            background-image: url(/images/buildings.png);
            background-size: 390px 37px;
            background-repeat: repeat;
            background-position: 0px 0px;
             -webkit-animation: animatedBackground 15s linear infinite; 
             -moz-animation: animatedBackground 15s linear infinite; 
             animation: animatedBackground 15s linear infinite; 
        }
        .tip.visible .tip-bg-buildings {

        }
        .navmob {
            height: 54px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        
        
        
    /* Map loading overlay 
    ------------------------------------- */
        
    .overlay-map-loading {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        flex-direction: column;
    }
    
    .overlay-map-loading .loading_line_wrapper {
        width: 80%;
        max-width: 400px;
        height: 2px;
        position: relative;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
        background: #282626;
    }
    span.overlay-loading-text {
        display: block;
        margin-bottom: 20px;
        font-size: 21px;
        font-family: 'EnglishEgyptianWeb', Sans-Serif;
        color: #fff;
    }
        span.overlay-loading-text.hidden {
            display: none;
        }
    .overlay-map-loading .loading_line {
        position: relative;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
        width: 100%;
        height: 100%;
        transform-origin: 100% 0%;
        animation: kf_loading_line 1.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
    }
    .overlay-map-loading .loading_line .loading_line_inner {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
        width: 100%;
        height: 100%;
        background: #fff;
        transform-origin: 0% 0%;
    }
    
    .overlay-map-loading .loading_line_inner--1 {
        opacity: 0;
        animation: kf_loading_line_inner--1 1.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
    }
    
    .overlay-map-loading .loading_line_inner--2 {
        opacity: 1;
        animation: kf_loading_line_inner--2 1.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
    }
    
    .overlay-map-loading .loading_line_inner {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
        width: 100%;
        height: 100%;
        transform-origin: 0% 0%;
    }
    
    @keyframes kf_loading_line {
        0% {
            transform: scaleX(1);
        }
        50% {
            transform: scaleX(1);
        }
        100% {
            transform: scaleX(0);
        }
    }
    @keyframes kf_loading_line_inner--1 {
        0% {
            transform: scaleX(0);
        }
        25% {
            transform: scaleX(1);
        }
        100% {
            transform: scaleX(1);
        }
    }
    @keyframes kf_loading_line_inner--2 {
        0% {
            transform: scaleX(0);
        }
        25% {
            transform: scaleX(0);
        }
        50% {
            transform: scaleX(1);
        }
        100% {
            transform: scaleX(1);
        }
    }
        
        
     /* EXHIBITORS MAP GRID
    ------------------------------------------------------------ */
    button.map-drag-border {
        position: absolute;
        /*background: red;*/
        left: 0;
        height: 100%;
        z-index: 99;
        width: 3px;
    }
    .map-drag-handle {
        position: absolute;
        background: var(--offwhite);
        height: 50px;
        width: 50px;
        right: 0;
        top: 40vh;
        z-index: 99;
        left: -25px;
        border-radius: 100px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
            flex-direction: column;
        font-weight: bold;
        user-select: none;
        transform: rotate(90deg);
        cursor: grab;
    }
    .map-drag-handle:active {
        cursor: grabbing;
    }
    .map-drag-handle i{
       font-weight:bold; 
       line-height: 6px;
    }
    .map-drag-handle:hover i{
       line-height: 9px;
    }
    .page-map .exhibitor_grid_panel {
        padding: 50px;
        box-sizing: border-box;
        position: relative;
        z-index: 9;
        padding-top: 28px;
    }
    .page-map .exhibitions_grid_panel {
        padding: 50px;
        box-sizing: border-box;
        position: relative;
        z-index: 10;
        padding-top: 28px;
    }
    .records_list.detail_list.map_grid {
        z-index: 1;
        position: relative
    }
    .exhibitor_grid_panel.slide-in-open .records_list.detail_list.map_grid{
        opacity: 0;
        pointer-events:none;
    }
    .exhibitions_grid_panel.slide-in-open .records_list.detail_list.map_grid{
        opacity: 0;
        pointer-events:none;
    }
    body.exhibitor-slide-in-open {
        overflow: auto;
    }
    body.exhibition-slide-in-open {
        overflow: auto;
    }
    .records_list.detail_list.map_grid ul {
        margin-right: 0;
        padding-right: 0;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }
    .records_list.detail_list.map_grid ul li {
        width: calc(33.33% - 20px);
        padding: 0;
        margin-bottom: 30px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        background-color: var(--offwhite);
        transform: none !important;
        opacity: 1 !important;
    }
    
    @supports (display: grid) {
        .records_list.detail_list.map_grid ul {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            grid-gap: 30px;
        }
        .records_list.detail_list.map_grid ul li {
            width: auto;
            margin-bottom: 0
        }
    }

    
    
    .records_list.detail_list.map_grid ul li.drag-ghost {
      opacity: 0.8;
    }
    .records_list.detail_list.map_grid ul li .image {
        margin-bottom: 0;
        width: 100%;
        float: none;
        overflow: hidden;
    }    
    .records_list.detail_list.map_grid ul li .image::after {
        content: '';
        display: block;
        padding-top: 67%;
        background: var(--offwhite-alt);
    }
    
    .records_list.detail_list.map_grid ul li .image img{
        user-select: none;
        pointer-events: none;
    }
    .records_list.detail_list.map_grid ul li .content {
        /* width: 62%; */
        width: 100%;
        padding: 32px 18px 18px 18px;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 99;
    }    
    .records_list.detail_list.map_grid ul li .content h2 {
        font-size: 1.75rem
    }    
    .records_list.simple_list_format.map_grid .content .location {
        font-size: 1.3rem;
        color: #837E7E
    }
    .records_list.detail_list.map_grid ul li .content .list_main_content {
        z-index: 2;
        position: relative
    }
   .records_list.detail_list.map_grid ul li .content .map_content_toolbar {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        width: 100%;
        position: absolute;
        top: -26px;
        right: 0;
        z-index: 1;
   } 
   .records_list.detail_list.map_grid ul li .content .map_content_toolbar > button {
       margin-left: 0;
       cursor: pointer
   }
   .records_list.detail_list.map_grid ul li .content .map_content_toolbar > button,
   .records_list.detail_list.map_grid ul li .content .map_content_toolbar > button i,
   .records_list.detail_list.map_grid ul li .content .map_content_toolbar > button.artwork_favourite_btn i {
        font-size: 20px;
        line-height: 1em;
   }      
   .records_list.detail_list.map_grid ul li .content .map_content_toolbar > button:hover i {
        transform: scale(1.15);
        transition: transform 120ms ease-out;
   }   
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar > button i, 
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar > button.artwork_favourite_btn i {
        top: 16px;
        left: 16px;
    }
   button.map_add {
       cursor: pointer
   }
   .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.artwork_favourite_btn {
        margin-top: 0;
        color: #222;
        background: var(--offwhite);
        width: 52px;
        height: 52px;

        border-radius: 100px;
   }
   .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add {
        color: #222;
        background: var(--offwhite);
        display: inline-block;
        vertical-align: middle;
        position: relative;
        z-index: 2;
        width: 52px;
        height: 52px;
 
        border-radius: 100px;
    }   
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.active {
        color: var(--offwhite);
        background: #222;
        width: 76px;
        padding-right: 20px;
        margin-right: -18px;
    }
    
    
    /*.records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.start,*/
    /*.records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.end {*/
    /*    transform: scale(1.3);*/
    /*}*/
   .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.active i {
        color: #00c986;
        font-weight: bold
    }

    .records_list.detail_list.map_grid ul li .content .map_content_toolbar.map_pin_selected button.map_add i {
        float: left;
        margin-left: 14px;
    }
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.start i,
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.active.start i {
        color: #17a1c6;
        font-weight: bold;
        position: relative;
        top: 0px;
        left: 0px;
    }   
    #slideInDetailPanel .map_content_toolbar > button.map_add.active.start i {
        font-weight: bold;
        position: relative;
    }
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.start i::before,
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.active.start i::before,
    #slideInDetailPanel .map_content_toolbar > button.map_add.active.start i::before {
        content: "\f041";
    }   
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.start i::after,
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.active.start i::after,
    #slideInDetailPanel .map_content_toolbar > button.map_add.active.start i::after {
        content: "A";
        font-family: 'EnglishEgyptianWeb', Sans-Serif;
        color: #fff;
        position: absolute;
        left: 3px;
        top: 1px;
        font-size: 12px;
        line-height: 1em;
    }   
    #slideInDetailPanel .map_content_toolbar > button.map_add.active.start i::after {
        color:#17a1c6;
    }
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.end i,
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.active.end i {
        color: #f42e2c;
        font-weight: bold;
        position: relative;
        top: 0px;
        left: 0px;
    }       
    #slideInDetailPanel .map_content_toolbar > button.map_add.active.end i {
        font-weight: bold;
        position: relative;
    }
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.end i::before,
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.active.end i::before,
    #slideInDetailPanel .map_content_toolbar > button.map_add.active.end i::before {
        content: "\f041";
    }   
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.end i::after,
    .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.active.end i::after,
    #slideInDetailPanel .map_content_toolbar > button.map_add.active.end i::after {
        content: "Z";
        font-family: 'EnglishEgyptianWeb', Sans-Serif;
        color: #fff;
        position: absolute;
        left: 3px;
        top: 1px;
        font-size: 12px;
        line-height: 1em;
    }   
    #slideInDetailPanel .map_content_toolbar > button.map_add.active.end i::after {
        color:#f42e2c;
    }
    .records_list.detail_list.map_grid ul li .description,
    .records_list.detail_list.map_grid ul li .button-wrapper,
    .records_list.detail_list.map_grid ul li .navigate_to {
        display: none !important
    }
    
    .map_grid:not(.points-active) .points{
        visibility: hidden;
        position: absolute;
        width: 1px;
        height: 1px;
        pointer-events:none;
        display: block;
    }
    .map_content_toolbar .points {
         visibility: hidden;
        position: absolute;
        width: 1px;
        height: 1px;
        pointer-events:none;
        -webkit-appearance: none;
        appearance: none;    
        -webkit-appearance: none;
        -moz-appearance:    none;
        appearance:         none;
        padding-right: 15px;
        margin-left: 8px;
        font-family: 'EnglishEgyptianWeb', Sans-Serif;
        font-size: 14px;
        line-height: 21px;
    }
    .map_content_toolbar .points_drop_icon{
        content: '';
        /* width: 0.7em; */
        /* height: 0.4em; */
        /* background-color: #000; */
        /* clip-path: polygon(100% 0%, 0 0%, 50% 100%); */
        position: absolute;
        right: 0;
        right: -7px;
        bottom: -5px;
        pointer-events: none;
        background: #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 19px;
        display: none
    }
    .map_grid.points-active .map_content_toolbar.map_pin_selected .points_drop_icon {
        display: block
    }
    /*.map_grid.points-active .map_content_toolbar.map_pin_selected .points,*/
    /*#slideInDetailPanel.points-active .map_add.active + .points-wrapper .points {*/
    /*    height:auto;*/
    /*    width: 20px;*/
    /*    padding: 0;*/
    /*    position: relative;*/
    /*    pointer-events:auto;*/
    /*    visibility: visible;*/
    /*    cursor: pointer;*/
    /*    padding-top: 8px;*/
    /*    background: transparent;*/
    /*}*/
    #slideInDetailPanel.points-active .map_add.active + .points-wrapper .points {
        height: 36px;
        width: 36px;
    }
    #slideInDetailPanel.points-active .map_add.active + .points-wrapper .points_drop_icon {
        display: block;
        right: 0;
        bottom: 2px;
        width: 100%;
    }
    
    /*.map_grid.points-active .map_content_toolbar.map_pin_selected .points.start {*/
    /*    width:54px;*/
    /*}   */
    /*.map_grid.points-active .map_content_toolbar.map_pin_selected .points.end {*/
    /*    width:39px;*/
    /*}*/
    .points-wrapper {
        position: absolute;
        vertical-align: middle;
        /* position: relative; */
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
        background: transparent;
        top: 0;
        height: 100%;
    }
    .pr-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        line-height: 5px;
        position: absolute;
        top: 5px;
        right: -18px;
        pointer-events: none;
        visibility: hidden;
        transform: scale(0.6);
    }  
     .map_add.active + .points-wrapper .pr-icon {
        visibility: visible
    }  
    .pr-icon i {
        line-height: 5px;
        color: #fff;
        font-weight: bold;
    }
    .slideInButtonsWrapper .pr-icon i {
        /*color: #222;*/
    }
    
    
    
    
    
     /* EXHIBITORS DETAIL
    ------------------------------------------------------------ */
    .page-param-type-exhibitors_id .panel_featured_records_slideshow_custom {
        margin-top: 70px;
    }
    
    .page-param-type-exhibitors_id .panel_featured_records_slideshow_custom .panel_header .subtitle {
        display:none !important;
    }
    
    .custom_ig_slideshow_controls {
        position: absolute;
        z-index: 999;
        left: 50px;
        top: 70px;
        display: none;
    }
    .custom_ig_slideshow_controls.visible {
        display: block;
    }
    .page-param-type-exhibitors_id #main_content,
    .page-param-type-exhibition_id #main_content {
        padding-bottom: 0!important;
    }

    /*.page-param-type-exhibitors_id #ig_slideshow .link {*/
    /*    display: none !important;*/
    /*}*/

    .page-param-type-exhibitors_id .feature_panels_inner > ul > .panel {
        margin-bottom: 0;
    }
    .page-param-type-exhibition_id #sidebar .image.restricted-image-container::after {
        display: none;
    }
    .subsection-exhibitors-record .page_section_pagination {
        margin: 0 0 80px;
        padding-bottom: 33px;
    }
        .subsection-exhibitors-record .page_section_pagination .page_stats {
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            .subsection-exhibitors-record .page_section_pagination .page_stats .ps_pages {
                padding: 0 20px;
                color: #999;
            }
            .subsection-exhibitors-record .page_section_pagination .page_stats .ps_page_type_label {
                text-transform: lowercase;
            }
            @media screen and (max-width: 767px) {
                .subsection-exhibitors-record .page_section_pagination .page_stats .ps_pages {
                    display: none;
                }
                .page_stats .ps_item:first-child {
                    margin-right: 20px;
                }
            }
    .subsection-exhibitors-record-privacy p {
        margin: 0 0 20px;
    }
        .subsection-exhibitors-record-privacy .divider {
            height: 20px;
            clear: both;
        }
    /*.subsection-exhibitors-record #sidebar {*/
    /*    float: left;*/
    /*    width: calc(60% + 100px);*/
    /*    padding-right: 80px;*/
    /*    padding-left: 0;*/
    /*    margin-bottom: 40px;*/
    /*    margin-left: -100px;*/
    /*}*/
    /*.subsection-exhibitors-record #content_module {*/
    /*    float: right;*/
    /*    width: 40%;*/
    /*    margin-bottom: 40px;*/
    /*}*/
        .subsection-exhibitors-record #content_module .full_content p {
            margin-bottom: 15px;
        }
        .subsection-exhibitors-record #content_module .full_content p:last-child {
            margin-bottom: 0;
        }
    .subsection-exhibitors-record #content_module blockquote {
        width: 100%;
        overflow: hidden;
    }
    
    
    
    .subsection-exhibitors-record .scroll_section_overview {
        
    }
        .subsection-exhibitors-record .scroll_section_overview #full_details {
            clear: both;
            width: 100%;
        }
            .subsection-exhibitors-record .scroll_section_overview #full_details > div {
                border-top: 1px solid #d7d7d7;
                padding: 40px 0 0;
                margin-top: 25px;
            }
            .subsection-exhibitors-record .scroll_section_overview #full_details > div:first-child {
                margin-top: 0;
            }
            .subsection-exhibitors-record .scroll_section_overview #full_details > div:last-child {
                padding-bottom: 0;
            }
            
            .data_columns {
                display: flex;
                width: auto;
                clear: both;
                margin-right: -25px;
                flex-wrap: wrap;
            }
                .data_columns .item {
                    flex-basis: 25%;
                    box-sizing: border-box;
                    padding: 0 25px 10px 0;
                }
                    .data_columns .item h3 {
                        font-size: 1.7rem;
                        line-height: 2.0rem;
                        margin: 0 0 5px;
                    }
    
    .exhibitor_contact_link_container {
        border-top: 1px solid #d7d7d7;
        padding: 30px 0 0;
        width: 100%;
    }
        .exhibitor_contact_link_container .button {
            margin-top: 0;
        }
    .exhibitor_contact_details {
        font-size: 1.6rem;
        line-height: 1.6em;
        color: #222;
        letter-spacing: 0;
        display: flex;
        flex-wrap: wrap;
        
        padding: 0;
        margin-top: 0;
        grid-row: 1 / 3;
    }
        .exhibitor_contact_details .exhibitor_single_contact_details {
            flex: 1;
            margin: 0;
            margin-top: 20px;
        }
        .exhibitor_contact_details .exhibitor_address,
        .exhibitor_contact_details .exhibitor_contact{
            margin: 0;
        }
        .exhibitor_contact_details .exhibitor_favourite_container {
            display: inline-block;
            margin-right: 13px;
            vertical-align: middle;
            /* line-height: 0em; */
            margin-top: -8px;
        }
        /*#content .exhibitor_contact_details .exhibitor_contact_module {*/
        /*    margin-bottom: 0;*/
        /*}*/
        
        
        .exhibitor_contact_details .social_links {
            clear: none;
            float: right;
            width: auto;
        }
            .exhibitor_contact_details .social_links_item {
                float: left;
                margin: 0 10px 0 0;
            }
            .exhibitor_contact_details .social_links_item:last-child {
                margin-right: 0;
            }
            .exhibitor_contact_details .social_media_icon {
                width: 32px;
                height: 32px;
                line-height: 32px;
                margin: 0 10px 0 0;
                border-radius: 60px;
                text-indent: 0;
                text-align: center;
                color: #222222;
                background-color: transparent;
            }
            .exhibitor_contact_details .social_media_icon::after {
                font-size: 21px;
            }
            
        .exhibitor_contact_details .exhibitor_social {
            float: none;
            clear: both;
            margin: 0;
        } 
            .exhibitor_contact_details .exhibitor_website {
                float: left;
                margin: 5px 0 0;
                clear: none;
            } 
                .exhibitor_contact_details .exhibitor_website a {
                    margin-top: 0;
                }
            .exhibitor_contact_details .social_links {
                float: left;
                margin:0 10px 0 -5px;
            } 
        .exhibitor_contact_details .exhibitor_contact {
            margin: 0;
            order: 999;
            width: 100%;
        }
        .exhibitor_contact_details .enquire_button_container {
            float: right;
            margin: 0 0 15px;
        }
        .exhibitor_contact_details .enquire_button_container .button{
            margin-top: 0;
        }
        #sidebar .caption,
        .ig_slider_caption {
            font-size: 0.8em;
            color: #7b7b7b;
            line-height: 1.6em;
            text-align: center;
            padding: 0 20px;
        }
        .ig_slider_caption {
            margin-top: 20px
        }
        .pv_content_above.content_section {
            max-width: none;
            text-align: left;
            display: block;
            margin-bottom: 80px;
        }
            .pv_content_above.content_section .pv_content_above_container {
                transition: all 400ms cubic-bezier(.65,.06,.19,.96);
            }
                .pv_content_above.content_section .pv_content_above_container .pv_content_above_inner {
                    
                }
            .pv_content_above.content_section .pv_content_reveal_button {
                display: none;
                margin-top: 20px;
            }
                .pv_content_above.content_section.content-revealable .pv_content_reveal_button {
                    display: block;
                }
                .pv_content_above.content_section.content-revealable.content-revealed .pv_content_reveal_button {
                    display: none;
                }
                
        
        .subsection-exhibitors-record .subsection-works .records_list.grid_dynamic_layout_artworks .tile_list_formatted {
            margin-right: -50px;
        }
        .subsection-exhibitors-record .subsection-works .records_list.tile_list.grid_dynamic_layout_artworks ul {
            width: 50%;
            padding-right: 50px;
        }
        .subsection-exhibitors-record .subsection-works .records_list.tile_list.grid_dynamic_layout_artworks ul:last-child {
            margin-right: 0;
        }

        .section-exhibitors #slideshow.fullscreen_slideshow_parallax span.content {
            display: none !important;
        }
    
    
    section.scroll_section.scroll_section_map,
    .fullbleed-map-wrapper,
     section.page_section_launchpad,
    section.page_section_map,
    .fullbleed {
        width: 100vw !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        float: none;
        clear: both;
    }
    .subsection-exhibitors-record .feature_panels {
        clear: both;
        display: block;
    }
    .subsection-exhibitors-record .feature_panels_inner > ul > li.panel_image_text_adjacent:last-child {
        margin-bottom:40px;
    }
    
    .subsection-exhibitors-record .exhibitor_info {
        display: grid;
        column-gap: 30px;
        grid-template-columns: auto 1fr;
    }

    .subsection-exhibitors-record .exhibitor_info .accessibility_info {
        display: flex;
        gap: 30px;
        align-items: flex-end;
    }
    
    .subsection-exhibitors-record .exhibitor_info .accessibility_info p {
        line-height: 1.6em;
        max-width: 160px;
    }

    .subsection-exhibitors-record .exhibitor_info .accessibility_icon {
        margin-left: 5px;
    }

    .subsection-exhibitors-record .exhibitor_info .accessibility_icon,
    .subsection-exhibitors-record .exhibitor_info .gcc_active_member_icon {
        margin-top: 20px;
    }

    
    /* EXHIBITORS INSTAGRAM FEATURE PANEL
    ---------------------------------------- */
    .panel_instagram_grid {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw!important;
        margin-right: -50vw!important;
        background-color: var(--red);
        overflow: hidden;
    }
    .panel_instagram_grid_inner {
        padding-top: 55px;
        padding-left: 80px;
        padding-right: 80px;
        padding-bottom: 60px;
    }
    .exhbitor_instagram_handle {
        display: flex;
        width: 100%;
        margin-bottom: 60px;
    }
        .exhbitor_instagram_handle a {
            text-decoration: none;
        }
        .exhbitor_instagram_handle .link {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: auto;
        }
            .exhbitor_instagram_handle .link .instagram_handle_name {
                text-transform: uppercase;
                font-family: 'EnglishEgyptianWeb', Sans-Serif;
                font-size: 2.7rem;
                color: var(--offwhite);
                text-decoration: none;
            }
            .exhbitor_instagram_handle .link .instagram_handle_name::before {
                display: none;
            }
            .exhbitor_instagram_handle .social_media_icon.instagram {
                background-color: transparent;
                position: relative;
                bottom: -3px;
            }
            .exhbitor_instagram_handle .social_media_icon.instagram::after {
                font-size: 29px;
                color: var(--offwhite);
            }
        .marquee_header {
            width: 100vw;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            overflow: hidden;
        }
        .marquee-text-wrapper {
            width: 100%;
            white-space: nowrap;
            animation: slide_x 80s linear infinite;
            animation-delay: 0s;
            height: 100%;
            display: flex;
        }
        .marquee_header_text {
            opacity: 0;
        }
        .marquee-text-initialised .marquee_header_text {
            opacity: 1;
        }
        .marquee-text-wrapper .marquee_text_block {
            display: flex;
            flex-direction: row;
            padding-right: 55px;
        }
        @keyframes slide_x {
            from {
                transform: translate3D(0, 0, 0)
            }
            to {
                transform: translate3d(-50%, 0,  0)
            }
        }
    body .records_list.image_list ul.instagram-feed-list {
        margin-right: -40px;
    }
    body .records_list.image_list ul.instagram-feed-list li.instagram-item {
        padding-right: 40px;
        margin-bottom: 40px;
    }
    .instagram-feed-list .instagram-item .content-wrapper {
        display: none;
    }
    body .records_list.image_list ul.instagram-feed-list li.instagram-item .image {
        margin-bottom: 0;
    }
    body .records_list.image_list ul.instagram-feed-list li.instagram-item .image::after {
        padding-top: 100%;
    }
    
    
    /* EXHIBITORS INSTAGRAM REGISTRATION
    ---------------------------------------- */
    
    .exhibitor-instagram-settings,
    .exhibitor-instagram-request-access {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        border: 2px solid;
        margin-top: 100px;
        margin-bottom: 100px;
        padding: 30px;
        box-sizing: border-box;
    }
    #main_content .exhibitor-instagram-settings h1,
    #main_content .exhibitor-instagram-request-access h1 {
        font-size: 27px;
        line-height: 1.4em;
        text-align: center;
        margin-bottom: 40px;
    }
    .exhibitor-instagram-request-access #email {
        background-color: transparent;
        border-bottom: 2px solid #000;
        color: #000;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
    .exhibitor-instagram-request-access .instagram-request-access-submit,
    .exhibitor-instagram-settings a {
        background-color: #000;
        color: white;
        padding: 15px;
        width: 100%;
        cursor: pointer;
        border-radius: 1000px;
        text-decoration: none;
    }
        .exhibitor-instagram-settings a {
            font-size: 15px;
        }
        @media screen and (max-width: 459px) {
            .exhibitor-instagram-settings a {
                font-size: 12px;
            }
        }
    .exhibitor-instagram-request-access .email-sent-confirmation-message,
    .exhibitor-instagram-settings {
        text-align: center;
    }
    .exhibitor-instagram-settings .instagram-not-connected-message,
    .exhibitor-instagram-settings .instagram-connected-message {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
        .exhibitor-instagram-settings .instagram-not-connected-message > span,
        .exhibitor-instagram-settings .instagram-connected-message > span {
            width: 100%;
            text-align: center;
            padding-top: 0!important;
        }
    .exhibitor-instagram-settings .field_note {
        font-size: 12px;
        line-height: 18px;
        margin-top: 30px;
    }
    
    
    
    /* EXHIBITORS INSTAGRAM REGISTRATION
    ---------------------------------------- */
    
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom {
        width: 100vw !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        float: none;
        clear: both;
        /* overflow: hidden; */
    }
    
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom .ig_slideshow_container::before {
        content:'';
        width: 100vw !important;
        padding-top:45%;
        display: block
    }
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom #ig_slideshow {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        height: 100% !important;
        overflow: unset;
    }
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom #ig_slideshow .item,
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom #ig_slideshow .item .image,
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom #ig_slideshow .item .image > span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        height: 100% !important;
        overflow: hidden;
    }
    
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom #ig_slideshow .item .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom .slide .content {
        position: absolute;
        top: 0;
        right: 0;
        height: auto;
        width: 750px;
        min-height: 340px;
        background-color: var(--offwhite);
        padding: 50px;
        box-sizing: border-box;
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 16px;
        z-index: 10
    }
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom .slide a {
        text-decoration: none;
    }
    
    /* .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom .slide a:hover {
                    text-decoration: underline;
                } */
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom .slide .content h2 {
        font-size: var(--text-5xl);
        line-height: var(--lh-5xl);
        color: #0E0E0E;
    }
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom #ig_slideshow .link {
        width: auto;
        height: auto;
        display: inline-block;
        margin-top: auto
    }    
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom #ig_slideshow .link .button.button_black {
        background: #111;
        padding: 15px;
        min-width: 190px;
        width: auto;
        display: inline-block;
        position: relative;
        box-sizing: border-box;
    }
    .feature_panels_inner > ul > li.panel_featured_records_slideshow_custom #ig_slideshow .link .button.button_black .button_inner {
        padding: 0;
    }

    
    /* Artworks grid
    ------------------------------------------------------------ */
    
    
    .artwork_details_wrapper .countdown_container {
        display: block;
        width: 100%;
        position: static;
    }
    
    
    .section-artworks.no-page-params #main_content > .countdown_container,
    .countdown_container.countdown-bar {
        background: #000;
        color: #fff;
        display: flex;
        font-size: 1.8rem;
        line-height: 1em;
        text-transform: none;
        justify-content: center;
        align-items: center;
        height: 80px;
        padding-top: 10px;
    }
    
    .section-artworks.no-page-params #main_content > .countdown_container .countdown .countdown_clock {
        position: relative;
    }    
    .section-artworks.no-page-params #main_content > .countdown_container .countdown .countdown_clock::after {
        content: '';
        border-bottom: 2px solid #fff;
        padding-bottom: 4px;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -5px;
    }
    
    
    
    .section-artworks.no-page-params #main_content > .countdown_container .countdown_text,
    .countdown_container.countdown-bar .countdown_text{
        display: inline-block;
        margin-bottom: 0;
        margin-right: 0px;
        font-size: 1.7rem;
        letter-spacing: 0em;
        line-height: 18px;
        margin-right: 15px;
    }
    .section-artworks.no-page-params #main_content > .countdown_container .countdown,
    .countdown_container.countdown-bar .countdown {
        margin: 0;
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .section-artworks.no-page-params #main_content > .countdown_container .countdown .period,
    .countdown_container.countdown-bar .countdown .period {
        display: none;
    }
    .section-artworks.no-page-params #main_content > .countdown_container .countdown .numeral,
    .section-artworks.no-page-params #main_content > .countdown_container .countdown .segment-divide,
    .section-artworks.no-page-params #main_content > .countdown_container .countdown .segment,
    .countdown_container.countdown-bar .countdown .numeral,
    .countdown_container.countdown-bar .countdown .segment-divide,
    .countdown_container.countdown-bar .countdown .segment {
        font-size: 1.8rem;
        color: #fff;
        line-height: 18px;
        width: auto
    }
    .section-artworks.no-page-params #main_content > .countdown_container .countdown .segment,
    .section-artworks.no-page-params #main_content > .countdown_container .countdown .segment:last-child,
    .countdown_container.countdown-bar .countdown .segment,
    .countdown_container.countdown-bar .countdown .segment:last-child {
        width: auto;
        min-width: 0;
    }
    
    .artworks_filters_container_type_sidebar #artworks_filter_panel {
        float: left;
        width: 25%;
        box-sizing: border-box;
        padding-right: 20px;
        width: 304px;
        position: sticky;
        top: 40px;
        max-height: calc(100vh - 40px);
        overflow: auto;
    }
    .artworks_filters_container_type_sidebar .filters_panel {
        width: 100%;
        padding-bottom: 40px;
    }
    .artworks_filters_container_type_sidebar #content {
        width: calc(100% - 305px);
        box-sizing: border-box;
        padding-left: 20px;
    }
    .filters_panel.filters_layout_sidebar .fp-modules {
      display: flex;
      flex-direction: column;
    }
    .filters_panel.filters_layout_sidebar .fp-modules {
      display: flex;
      flex-direction: column;
    }
    .filters_panel .fp-module.fp-module--submit {
        display:  none;
    }
    .filters_panel legend {
        margin: 0;
        padding: 0;
    }
    
    .filters_panel.filters_layout_sidebar .fp-module {
        padding-bottom: 18px;
    }
    
    .fp-module.fp-module--show-prices label {
        padding: 10px 0;
        color: #222222;
        line-height: 1.6rem;
        font-size: 1.65rem;
        text-transform: none;
        letter-spacing: 0;
        font-weight: normal;
        display: block;
    }
        .filters_panel .fp-module.fp-module--show-prices .fp-module-content ul li label:before {
            float: right;
            margin: 2px 0 0;
            font-size: 12px;
        }
    
    .fp-module button.expand_filters {
        cursor: pointer;
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px 0;
        
        color: #222222;
        line-height: 1.6rem;
        font-size: 1.65rem;
        text-transform: none;
        letter-spacing: 0;
        font-weight: normal;
    }    
        .fp-module button.expand_filters::after {
            content: "+";
            cursor: pointer;
            display: inline-block;
            font-size: 20px;
            position: absolute;
            right: 0;
            top: 8px;
        }
        .fp-module.open button.expand_filters::after {
            content: '-';
        }
    
    .fp-module.fp-collapsed .fp-module-content {
        padding: 0;
        background-color: white;
        max-height: 0;
        pointer-events:none;
        overflow: auto;
        transition: all 400ms cubic-bezier(.65,.06,.19,.96);
    }
        .fp-module.fp-collapsed.open .fp-module-content {
            pointer-events:auto;
            max-height: 500px;
        }
        .fp-module.fp-collapsed .fp-module-content-inner {
            padding: 5px 0 0;
        }
    
    .filters_panel.filters_layout_sidebar .fp-module.fp-module--search  {
        order: 1;
        border-bottom: 0
    }
    .filters_panel.filters_layout_sidebar .fp-module {
        order: 1;
    }
    .filters_panel.filters_layout_sidebar .fp-module.fp-module--size-range {
        order: 2;
    }
    .filters_panel.filters_layout_sidebar .fp-module.fp-module--price-range {
        order: 3;
    }
    .filters_panel.filters_layout_sidebar .fp-module.fp-module--year-range {
        order: 4;
    }
    .filters_panel.filters_layout_sidebar .fp-module.fp-module--sort-values {
        order: 5;
    }
    .filters_panel.filters_layout_sidebar .fp-module.fp-module--show-prices {
        order: 6;
    }
    
    .filters_panel .fp-module-content ul li {
        margin-bottom: 5px;
        line-height: 2em;
        font-size: 1.4rem;
        font-weight: normal;
    }
    .filters_panel .fp-module input[type=checkbox] + label {
        color: #909090;
    }
    .filters_panel .fp-module .fp-textfield-wrapper .fp-keyword-submit .quicksearch-icon::after{
        content: ''; 
        background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2219px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2019%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EGroup%203%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Developed-2%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%223%22%20transform%3D%22translate(-427.000000%2C%20-3336.000000)%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-4-Copy-19%22%20transform%3D%22translate(428.079540%2C%203337.682492)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%20transform%3D%22translate(8.000000%2C%206.500000)%20rotate(-90.000000)%20translate(-8.000000%2C%20-6.500000)%20translate(2.000000%2C%20-1.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%225.98189818%22%20y1%3D%220.5%22%20x2%3D%225.98189818%22%20y2%3D%2213.5%22%20id%3D%22Line-4%22%20stroke-linecap%3D%22square%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Path-2%22%20points%3D%22-1.78435045e-12%208.204941%205.98189818%2014.1868392%2011.9637964%208.204941%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        height:15px;
        width:16px;
        display: inline-block;
        padding-right: 6px;
        opacity: 0.25;
    }
     .filters_panel .fp-module .fp-textfield-wrapper::before {
        content: "\e02a";
        font-family: "artlogic-social-icons" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        font-size: 15px;
        letter-spacing: 0;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 3px;
    }
    .filters_panel .fp-module .fp-textfield {
        padding: 10px 0 10px 30px;
        border-radius: 0;
    }
    .filters_panel .fp-footer {
        display: block;
    }
    
    .filters_panel .fp-module-content ul li.fp-sub-dropdown > a:before {
        font: normal normal normal 20px/1 FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f067";
        font-size: 10px;
        display: inline-block;
        color: #ccc;
        margin: 0 10px 0 0;
        min-width: 10px;
        position: relative;
        bottom: 1px;
        
    }
    .filters_panel .fp-module-content ul li.fp-sub-dropdown > a,
    .filters_panel .fp-module-content ul li.fp-sub-dropdown > a:visited {
        color: #909090;
        text-decoration: none;
    }
    .filters_panel .fp-module-content ul li.fp-sub-dropdown.open > a:before {
        color: #111;
        content: "\f068";
    }
    .filters_panel .fp-module-content ul li.fp-sub-dropdown.open > a,
    .filters_panel .fp-module-content ul li.fp-sub-dropdown.open > a:visited {
        color: #111;
    }
    .filters_panel .fp-module-content ul li.fp-sub-dropdown > ul {
        display: block;
        padding: 7px 0 0 17px;
        overflow: hidden;
        max-height: 0;
        position: relative;
        transition: all 400ms cubic-bezier(.65,.06,.19,.96);
    }
    .filters_panel .fp-module-content ul li.fp-sub-dropdown.open > ul {
        display: block;
        max-height: 500px;
    }
    
    
    /* Range slider
    ----------------------------------------------------------- */
        
        .filters_panels .multi-range-slider-container {
            
        }
            .filters_panel .multi-range-slider-wrap {
                display:block;
                max-width: none;
                padding-top: 8px;
                margin-left: 8px;
                margin-right: 8px;
            }
                .filters_panel .slider_max,
                .filters_panel .slider_min {
                    display: none;
                }
                
                 .filters_panel .noUi-horizontal {
                    height: 1px;
                }
                .filters_panel .noUi-target {
                    background: #E0D8E4;
                    border-radius: 0;
                    border: 0;
                    /* box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; */        
                    box-shadow: none;
                }
                .filters_panel .slider_label {
                    padding-top: 10px;
                    color: #909090;
                }
                .filters_panel .noUi-handle {
                    border: 1px solid #D9D9D9;
                    border-radius: 51%;
                    background: #FFF;
                    cursor: default;
                    box-shadow: 0 3px 6px -3px #BBB;
                }
                    .filters_panel .noUi-horizontal .noUi-handle {
                        width: 16px;
                        height: 16px;
                        left: -17px;
                        top: -7px;
                    }
                    html:not([dir="rtl"]) .filters_panel .noUi-horizontal .noUi-handle {
                        right: -8px;
                        left: auto;
                    }
                    .filters_panel .noUi-handle:before, 
                    .filters_panel .noUi-handle:after {
                        display: none;
                    }
                    .filters_panel .noUi-handle {
                        /*outline: none;*/
                        cursor: move; /* fallback if grab cursor is unsupported */
                        cursor: grab;
                        cursor: -moz-grab;
                        cursor: -webkit-grab;
                    }
                    .filters_panel .noUi-handle:hover {
                        border-color: #555;
                    }
                    .filters_panel .noUi-handle:focus {
                      /*outline: none;*/
                    }
                    .filters_panel .noUi-horizontal.noUi-state-drag .noUi-handle {
                        cursor: -moz-grabbing !important;
                        cursor: -webkit-grabbing !important;
                        cursor: grabbing !important;
                    }
                    .filters_panel .noUi-connect {
                        background: #111;
                    }
    
    
    /* Custom quick artwork filter
    ----------------------------------------------------------- */
    
    .custom_artwork_filter {
        position: relative;
        /*width: 100%;*/
        /*clear: both;*/
        /*margin: 0 0 40px;*/
    }
    .custom_artwork_filter .hidden {
        display: none !important
    }
    .custom_artwork_filter #custom_search_term {
        /*float: left;*/
        width: 100%;
        height: 40px;
        /*max-width: 350px;*/
        /*padding: 7px 20px;*/
        /*box-sizing: border-box;*/
        /*border-bottom: none;*/
        /*margin: 0 0 0 0;*/
        /*background: #f5f5f5;*/
        /*border-radius: 1000px 0 0 1000px;*/
        height: 40px;
        /*text-indent: 20px;*/
        line-height: 40px;
        border-bottom: 2px solid black;
        /* background: #c6d5c7; */
        background: transparent;
        font-size: 15px;
        font-family: 'EnglishEgyptianWeb', sans-serif;
        border-radius: 0;
    }
    
    .custom_artwork_filter #custom_search_term::-webkit-input-placeholder {
        color: #000;
    }
    .custom_artwork_filter #custom_search_term::-moz-placeholder {
        color: #000;
    }
    .custom_artwork_filter #custom_search_term:-ms-input-placeholder {
        color: #000;
    }
    .custom_artwork_filter #custom_search_term:-moz-placeholder {
        color: #000;
    }
    
    .custom_artwork_filter #custom_search_submit,
    .custom_artwork_filter #custom_search_clear {
        padding: 5px 0;
        margin: 0 15px 0 0;
        border-radius: 0 1000px 1000px 0;
    }
    .custom_artwork_filter #custom_search_submit span,
    .custom_artwork_filter #custom_search_clear span {
        padding: 10px 20px;
        min-height: 40px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }   
    .custom_artwork_filter #custom_search_submit span i,
    .custom_artwork_filter #custom_search_clear span i {
        font-size: 17px;
    }
    .artworks-page-artwork-list-container .content .title {
       margin: 0;
    }
    .records_list ul li .content .title .artist {
       font-size: inherit;
       line-height: inherit;
       display: block;
       margin: 0;
    }
    .records_list ul li .content .title .artist .artist_comma {
       display: none;
    }
    .records_list ul li .content.title .title {
       display: inline-block;
       margin: 0;
    }
    .records_list ul li .content .title .title {
       font-style: italic;
    }
    .records_list ul li .content .title .year::before {
       content: ' ';
    }
    
   .records_list ul li .content .store_items_container {
        padding: 0 0 0 7px;
        display: inline-block;
    }
    .records_list ul li .content button.store_item_add_to_cart {
       margin: 0;
    }

    .records_list ul li .content .availability-icon.availability-icon-unavailable {
        display: none;
    }        

    .records_list ul li.unavailable:not(.reserved) .content a > div:first-child:after {
        text-indent: 0;
        overflow: auto;
        width: auto;
        height: auto;
        background: none;
        display: inline-block;
        vertical-align: middle;
        border-radius: 0;
        margin-left: 0;
        margin-top: 0;
        color: #c70909;
    }
    .availability-sold {
        color: #c70909;
        font-size: 1.5rem;
    }
    .records_list ul li.unavailable.reserved .content a > div:first-child:after, 
    .image_list ul li.unavailable.reserved .content > .title:after, 
    .image_list ul li.unavailable.reserved .content a > .title:after, 
    .section-artists .image_list ul li.unavailable.reserved .content > .title_and_year:after, 
    .image_list ul li.unavailable.reserved .content > div:first-child:after, 
    .records_list ul li.unavailable.reserved .content > .title:after, 
    .section-artists .records_list ul li.unavailable.reserved .content > 
    .title_and_year:after, .records_list ul li.unavailable.reserved .content > div:first-child:after, 
    .subsection-artist-detail-page.subsection-wrapper-works .image_list ul li.unavailable.reserved .content > .title_and_year:after {
        content: 'Reserved';
        width: 8px;
        height: 8px;
        border-radius: 12px;
        background-color: #ffe303;
    }
    .image_list ul li.available_dot_enabled .content a > .title:after, 
    .image_list ul li.available_dot_enabled .content > .title:after, 
    .image_list ul li.available_dot_enabled .content > div:first-child:after, 
    .subsection-artist-detail-page.subsection-wrapper-works .image_list ul li.available_dot_enabled .content > .title_and_year:after, 
    .records_list ul li.available_dot_enabled .content > .title:after, .records_list ul li.available_dot_enabled .content > div:first-child:after, 
    .records_list ul li.available_dot_enabled .content a > div:first-child:after {
        content: 'Available';
        background: #4e9c1f;
        display: none;
    }
    
    /*#image_gallery.unavailable #content_module .artwork_details_wrapper::before {*/
    /*    display: none;*/
    /*}*/

    /*#image_gallery.unavailable:not(.reserved) #content_module .subtitle + .detail_view_module::after {*/
    /*    content: 'Sold';*/
    /*    color: #c70909;*/
    /*    padding-top: 10px;*/
    /*    display: block*/
    /*}*/
    /*.availability-custom-text {*/
    /*    font-size: 1.4rem;*/
    /*}*/

    /* Remove the original dots, to be replaced elsewhere in the markup, below*/
    
    #image_gallery.unavailable #content_module .artwork_details_wrapper::before, 
    #image_gallery.reserved #content_module .artwork_details_wrapper::before, 
    #image_gallery.available_dot_enabled #content_module .artwork_details_wrapper::before {
        display: none
    }

    #image_gallery.unavailable.reserved #content_module .price::after {
        content: 'Reserved';
        text-indent: -9999px;
        height: 8px;
        position: static;
        top: auto;
        right: auto;
        background: #ffe303;
        padding-top: 0;
        margin-top: 0;
        display: inline-block;
        content: 'Reserved';
        width: 8px;
        border-radius: 13px;
        opacity: 1;
        display: inline-block;
        vertical-align: middle;
        border: 1px;
        visibility: visible;
        margin-left: 10px;
    }


    #image_gallery.unavailable:not(.reserved) #content_module .subtitle + .detail_view_module::after {
        content: 'Sold';
        color: #c70909;
        padding-top: 10px;
        display: block
    }


/* Artwork details
----------------------------------------------------------- */

.artwork_details_wrapper .countdown_container {
    margin: 0;
    float: right;
    clear: none;
    margin-top: -40px;
    margin-bottom: 40px;
    /* font-size: 1.2rem; */
}
.artwork_details_wrapper .countdown_container .countdown {
    max-width: none;
}
.artwork_details_wrapper .countdown_container .countdown_text {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: none;
    float: left;
    margin: 0 20px 0 0;
}
.artwork_details_wrapper .countdown .countdown_clock {
    float: right;
    clear: none;
    /* border-bottom: 2px solid #000; */
}
.artwork_details_wrapper .countdown_container .segment .numeral {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.5px;
}
.artwork_details_wrapper .countdown_container .segment-divide {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.5px;
}
.artwork_details_wrapper .countdown_container .segment .period {
    display: none;
}
.artwork_details_wrapper .countdown .countdown_clock .segment:last-child {
    min-width: 0;
}


 /* About
------------------------------------------------------------ */

.section-about .feature_panels .description {
    max-width: 900px;
    margin: 0 auto;
}

.section-about .heading_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
/* Archive
------------------------------------------------------------ */

body.section-archive.page-2021,
body.section-archive.page-2021 #main_content {
    background-color: #fff;
}
body.section-archive.page-2021 .lazyload_wrapper:before {
    background-color: #FFE700;
}
.section-archive.page-2021 #hero_header {
    height: 100vh;
    min-height: 650px;
    z-index: 99;
    background-color: #E0A093!important;
}
.section-archive.page-2021 #hero_header #hero_heading {
    left: auto!important;
    right: auto!important;
}
.section-archive.page-2021 #hero_header #hero_heading.shape-11 .hero_shape {
    height: 60vh;
    background-color: var(--shapes-colour, #fff8f7);
    -webkit-mask-image: url(/images/homepage_shapes/semi-circle-yellow.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url(/images/homepage_shapes/semi-circle-yellow.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

body.section-archive.page-2021 #container.page-scroll:not(.page-top-hero-proximity) #header.header_fixed:not(.header_fixed_no_follow),
.section-archive.page-2021 #header {
    background-color: #E0A093;
}
.section-archive.page-2021 #hero_header .hero_header-inner-wrapper .inner {
    background: #E0A093;
}
.section-archive.page-2021 #hero_header.colour_mode #hero_heading .title {
    font-size: 8.4rem;
    line-height: 1;
}
.section-archive.page-2021 #hero_header:not(.hero-mode-split) .subtitle {
    font-family: 'EnglishEgyptianWeb', Sans-Serif;
    font-size: 4.2rem;
    line-height: 1;
}
.section-archive.page-2021 #favourites_widget > a::before {
    background: #d48575
}



 /* Favourites
------------------------------------------------------------ */

.artwork_favourite_btn {
    position: relative;
    width: 2rem;
    height: 2rem;
    margin-top: 7px;
    cursor: pointer;
    vertical-align: middle;
}
.artwork_favourite_btn.artwork_favourite_btn_full {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.5rem;
}

.artwork_favourite_btn i {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 18px;
    /*font-weight: bold;*/
}

.artwork_favourite_btn i {
    transform: scale(1);
    transition: transform 120ms ease-out;
}
.artwork_favourite_btn:hover i {
    transform: scale(1.15);
    transition: transform 120ms ease-out;
}
.artwork_favourite_btn:active i {
    transform: scale(0.95);
    transition: transform 120ms ease-out;
}

.artwork_favourite_btn i.fa-heart.inactive {
    opacity: 0;
    transition: transform 120ms ease-out, opacity 120ms ease-out;
}
.artwork_favourite_btn i.fa-heart.active {
    opacity: 1;
    transition: transform 120ms ease-out, opacity 120ms ease-out;
}

.artwork_favourite_btn i.fa-heart.active:active {
    opacity: 0;
    transition: opacity 120ms ease-out;
}
.artwork_favourite_btn i.fa-heart.inactive:active {
    opacity: 1;
    transition: opacity 120ms ease-out;
}

.records_list li.removed {
    opacity: 0;
    transition: opacity 120ms ease-out;
}
body.layout-hero-header #top_nav.navigation ul.topnav li.topnav-label-favourites a::after {
    display: none
}

#hero_header .exhibitor_favourite_container {
    width: 45px;
    height: 45px; 
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 99;
}
#hero_header .exhibition_favourite_container {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -23px;
    z-index: 99;
}
#hero_header .artwork_favourite_btn i {
    font-size: 19px;
    top: -7px;
}
#hero_header .artwork_favourite_btn::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: var(--offwhite-alt);
    transform: translate(-50%, -50%);
    transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
}
.device-desktop #hero_header .artwork_favourite_btn:hover::before {
    transform: translate(-50%, -50%) scale(1.6);
}

#top_nav ul li.topnav-label-favourites a {
    position: relative;
    padding-right: 0;
    text-indent: -9999px;
    display: block;
    /* overflow: hidden; */
    width: 30px;
    position: relative;
    margin-left: -6px;
}
.topnav-label-favourites #favourites_count {
    padding-left: 0.25rem;
    position: absolute;
    top: 6px;
    right: 4px;
    width: 18px;
    height: 50px;
    text-indent: 0;
    font-size: 16px;
}
.topnav-label-favourites #favourites_count .favourites-count {
    margin-left: -0.25rem;
    font-size: 1.1rem;
    position: absolute;
    right: auto;
    left: calc(100% + 4px);
    top: 1px;
    
}

.saved-favourites-subheading {
    text-align: center;
    padding-bottom: 5rem;
}
    .saved-favourites-subheading .favourites-plural {
        display: none;
    }
    .saved-favourites-subheading.quantity-above-1 .favourites-plural,
    .saved-favourites-subheading.quantity-0 .favourites-plural {
        display: inline;
    }

#artwork_favourites_grid_ajax {
    min-height: 300px;
}
    #artwork_favourites_grid_ajax .filter_results_no_results {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
        #artwork_favourites_grid_ajax .filter_results_no_results .button {
            display: inline-block;
            margin-top: 30px;
            float: none;
        }
        
#exhibitor_favourites_grid_ajax,
#exhibition_favourites_grid_ajax {
    padding-top: 40px;
    min-height: 300px;
}
    #exhibitor_favourites_grid_ajax .filter_results_no_results,
    #exhibition_favourites_grid_ajax .filter_results_no_results {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
        #exhibitor_favourites_grid_ajax .filter_results_no_results .button,
        #exhibition_favourites_grid_ajax .filter_results_no_results .button {
            display: inline-block;
            margin-top: 30px;
            float: none;
        }
        

#exhibitor_favourites_grid_ajax li .button {
    margin: 0;
}

#exhibitor_favourites_grid_ajax li .artwork_favourite_btn {
    margin-top: 0;
}

#exhibition_favourites_grid_ajax {
    border-top: 3px solid var(--red);
}

.records_list ul li .content .button a,
.records_list ul li .content .button .read_more_label {
    width: max-content;
}
/*  Homepage custom slideshow
---------------------------------------------------------------------------------- */
.page_section.page_section_homepage_slideshow {
    margin-bottom: 0;
    clear: none;
    position: relative;
}

#homepage_slideshow_custom {
    width: 100vw !important;
    height:100vh;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: var(--red);
    box-sizing: border-box;
    min-height: 650px  ;
    /*overflow: hidden;*/
}

#homepage_slideshow_custom .hero-scrolldown,
#hero_header .hero-scrolldown {
        position: absolute;
    bottom: -80px;
    left: 80px;
    display: block;
    cursor: pointer;
    pointer-events: auto;
    z-index: 999;
    padding: 20px;
}
#homepage_slideshow_custom .hero-scrolldown svg,
#hero_header .hero-scrolldown svg {
    width: 33px;
    display: block;
}

li.panel.panel_type_9.feature_variant_1.no_image.clearwithin.panel_id_206.panel_type_9{
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
}
    @media screen and (min-width: 768px) {
        li.panel.panel_type_9.feature_variant_1.no_image.clearwithin.panel_id_206.panel_type_9 {
            max-width: 100%;
            position: static;
            margin: auto;
            padding-bottom: 80px;
        }
    }
li.panel.panel_type_9.feature_variant_1.no_image.clearwithin.panel_id_206.panel_type_9 .caption {
    position: absolute;
}

body.cms-frontend-toolbar-active #homepage_slideshow_custom {
    height: calc(100vh - 28px);
}
#homepage_slideshow_custom .slide,
#mapAreaOverlay .area {
    width: 100%;
    height: 100%;
    /*background: #C52605;*/
    padding: 80px 70px 40px 70px;
     box-sizing: border-box;
}
#homepage_slideshow_custom .slide .slide-inner,
#mapAreaOverlay .area-inner.location-shapes {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}
#homepage_slideshow_custom .shape-wrapper,
#mapAreaOverlay .shape-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

/*Olly added this to fix strange jump in shapes on iphone when url bar at top*/
#homepage_slideshow_custom .shape-wrapper {
    max-height: 100%;
}
#homepage_slideshow_custom .shape-outer,
#mapAreaOverlay .shape-outer {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px;
    box-sizing: border-box;
}
#homepage_slideshow_custom .shape-inner,
#mapAreaOverlay .shape-inner {
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#mapAreaOverlay .shape-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
#mapAreaOverlay .shape-outer.intro-shape {
    position: relative !important;
    background: #f94100;
    /* width: 80vh; */
    /* height: 40vh; */
    width: 740px;
    height: 370px;
    border-radius: 0 0 1000px 1000px;
}


#mapAreaOverlay.phase-1 .shape-outer.intro-shape,
#mapAreaOverlay.phase-2 .shape-outer.selection-shape {
    display: block;
}
#mapAreaOverlay.phase-1 .shape-outer.selection-shape,
#mapAreaOverlay.phase-2 .shape-outer.intro-shape {
    display: none;
}

    /* Slide 1  -------------------- */
    
    #homepage_slideshow_custom .intro-shapes .shape-outer.shape-outer-1 {
        top: 0;
        left: 0;
        width: 60%;
        height: 50%;
        /*background: aliceblue;*/
    }
    #homepage_slideshow_custom .intro-shapes .shape-outer.shape-outer-2 {
     bottom: 0;
    left: 12%;
    width: 70%;
    height: 50%;
        /*background: pink;*/
    }
    #homepage_slideshow_custom .intro-shapes .shape-outer.shape-outer-3 {
        top: 0;
        right: 0;
        width: 38%;
        height: 90%;
        /*background: orange;*/
    }
    
        #homepage_slideshow_custom .intro-shapes .shape-outer.shape-outer-3 .shape-text {
            transform: rotate(-90deg);
            transform-origin: center;
        }
        
    
    br.mobile-break {
        display: none
    }
    .desktop-space {
        display: inline
    }
    /* Shape 'Scenes' -------------------- */
    
        
        /* Scene 1 -------------------- */
        
            /* Shape 1 -------------------- */
            #homepage_slideshow_custom .intro-shapes.scene-1 .shape-outer.shape-outer-1 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/scene1_1.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/scene1_1.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }
            /* Shape 2 -------------------- */
            #homepage_slideshow_custom .intro-shapes.scene-1 .shape-outer.shape-outer-2 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/scene1_2.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/scene1_2.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }
                #homepage_slideshow_custom .intro-shapes.scene-1 .shape-outer.shape-outer-2 .shape-text {
                    margin-top: 10%;
                }
            /* Shape 3 -------------------- */
            #homepage_slideshow_custom .intro-shapes.scene-1 .shape-outer.shape-outer-3 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/scene1_3.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/scene1_3.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }   
            #homepage_slideshow_custom .intro-shapes.scene-1 .shape-outer.shape-outer-3 .shape-text {
                transform: rotate(-90deg) translateY(50%);
            }
            

        /* Scene 2 -------------------- */
        
            /* Shape 1 -------------------- */
            #homepage_slideshow_custom .intro-shapes.scene-2 .shape-outer.shape-outer-1 {
                top: 0;
                left: 0;
                width: 65%;
                height: 63%;
            }
            #homepage_slideshow_custom .intro-shapes.scene-2 .shape-outer.shape-outer-1 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/scene2_1.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/scene2_1.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }
                #homepage_slideshow_custom .intro-shapes.scene-2 .shape-outer.shape-outer-1 .shape-text {
                    position: relative;
                    top: -25%;
                    width: 100%;
                    text-align: center;
                    padding-right: 14%;
                }
   
            /* Shape 2 -------------------- */
            #homepage_slideshow_custom .intro-shapes.scene-2 .shape-outer.shape-outer-2 {
                bottom: -5%;
                left: 4%;
                width: 70%;
                height: 62%;
                /* background: pink; */
            }
            #homepage_slideshow_custom .intro-shapes.scene-2 .shape-outer.shape-outer-2 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/scene2_2.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/scene2_2.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }

                
            /* Shape 3 -------------------- */    
            #homepage_slideshow_custom .intro-shapes.scene-2 .shape-outer.shape-outer-3 {
                width: 40%;
            }
            #homepage_slideshow_custom .intro-shapes.scene-2 .shape-outer.shape-outer-3 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/scene2_3.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/scene2_3.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }   


        /* Scene 3 -------------------- */
        
            /* Shape 1 -------------------- */
            #homepage_slideshow_custom .intro-shapes.scene-3 .shape-outer.shape-outer-1 {
                top: 6%;
                left: -4%;
                width: 69%;
                height: 45%;
                /* background: aliceblue; */
            }
            #homepage_slideshow_custom .intro-shapes.scene-3 .shape-outer.shape-outer-1 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/scene3_1.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/scene3_1.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }

   
            /* Shape 2 -------------------- */
            #homepage_slideshow_custom .intro-shapes.scene-3 .shape-outer.shape-outer-2 {
                bottom: -5%;
                left: 12%;
                width: 55%;
                height: 62%;
                /* background: pink; */
            }
            #homepage_slideshow_custom .intro-shapes.scene-3 .shape-outer.shape-outer-2 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/scene3_2.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/scene3_2.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }

                
            /* Shape 3 -------------------- */    
            #homepage_slideshow_custom .intro-shapes.scene-3 .shape-outer.shape-outer-3 {
                width: 30%;
                height: 92%;
            }
            #homepage_slideshow_custom .intro-shapes.scene-3 .shape-outer.shape-outer-3 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/scene3_3.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/scene3_3.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }   
            
            
        /* Slide 2  -------------------- */
        
        #homepage_slideshow_custom .location-shapes .shape-outer.shape-outer-1,
        #mapAreaOverlay .location-shapes .shape-outer.shape-outer-1 {
            top: 10%;
            left: 0;
            width: 38%;
            height: 70%;
            /*background: blue;*/
        }
            #homepage_slideshow_custom .location-shapes .shape-outer.shape-outer-1 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/scene2_1.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/scene2_1.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }            
            #mapAreaOverlay .location-shapes .shape-outer.shape-outer-1 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/scene2_1_alt.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/scene2_1_alt.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }
        
        #homepage_slideshow_custom .location-shapes .shape-outer.shape-outer-2,
        #mapAreaOverlay .location-shapes .shape-outer.shape-outer-2{
            top: 0;
            right: 0;
            width: 64%;
            height: 58%;
        }
            #homepage_slideshow_custom .location-shapes .shape-outer.shape-outer-2 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/slide2_2.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/slide2_2.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }            
            #mapAreaOverlay .location-shapes .shape-outer.shape-outer-2 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/slide2_2_alt.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/slide2_2_alt.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }
           #homepage_slideshow_custom .location-shapes .shape-outer.shape-outer-2 .shape-text,
           #mapAreaOverlay .location-shapes .shape-outer.shape-outer-2 .shape-text {
                margin-bottom: 5%;
            }
        
        #homepage_slideshow_custom .location-shapes .shape-outer.shape-outer-3,
        #mapAreaOverlay .location-shapes .shape-outer.shape-outer-3 {
            bottom: 0;
            right: 7%;
            width: 54%;
            height: 50%;
            /*background: pink;*/
        }
            #homepage_slideshow_custom .location-shapes .shape-outer.shape-outer-3 .shape-inner {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/slide2_3.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/slide2_3.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }    
            #mapAreaOverlay .location-shapes .shape-outer.shape-outer-3 .shape-inner  {
                background-color: var(--shapes-colour, #fff8f7);
                -webkit-mask-image: url(/images/homepage_shapes/slide2_3_alt.svg);
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                -webkit-mask-size: contain;
                mask-image: url(/images/homepage_shapes/slide2_3_alt.svg);
                mask-repeat: no-repeat;
                mask-position: center;
                mask-size: contain;
            }    
    
    
    
    #homepage_slideshow_custom .shape-outer .shape-inner,
    #mapAreaOverlay .location-shapes .shape-outer .shape-inner{
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    } 
    #mapAreaOverlay .location-shapes .map-center{
        cursor: pointer
    }    
    #homepage_slideshow_custom .shape-text,
     #mapAreaOverlay .location-shapes .shape-text {
        line-height: 1em;
        text-align: center;
        padding: 20px;
        position: relative;
        transform: none;
    }    
    
    #homepage_slideshow_custom .shape-text .title,
    #mapAreaOverlay .location-shapes .shape-text .title {
        font-family: 'EnglishEgyptianWeb', Sans-Serif;
        font-size: 3.3rem;
        color: #111;
        line-height: 1em;
    }
    #homepage_slideshow_custom .shape-outer:not(.shape-outer-2) .shape-text {
        overflow: hidden;
    }
    
    #homepage_slideshow_custom .shape-text .title {
        display: block;
    }
    
    .layout-animation-enabled #homepage_slideshow_custom .shape-text.inview_element .title {
        opacity: 1;
        /*transform: translate3d(0, 100px, 0);*/
        transform: none;
        transition-delay: 1000ms;
    }
    
    .layout-animation-enabled #homepage_slideshow_custom .shape-text.inview_element.visible .title {
        transform: translate3d(0, 0, 0);
        transition: transform 4000ms cubic-bezier(.18, 1, .21, 1);
    }
        #homepage_slideshow_custom .location-shapes .shape-text .title,
        #mapAreaOverlay .location-shapes .shape-text .title {
            margin-bottom: 15px;
            display: block;
        }
        #homepage_slideshow_custom .location-shapes .shape-inner a,
        #mapAreaOverlay .location-shapes .shape-text .shape-inner a {
            position: absolute;
            top: 12%;
            left: 12%;
            bottom: 12%;
            right: 12%;
            z-index: 20;
        }
    #homepage_slideshow_custom .shape-text .subtitle,
    #homepage_slideshow_custom .location-shapes .shape-inner .subtitle{
        display: block;
        font-size: 1.8rem;
    }
    
    
        #mapAreaOverlay {
            background-color: #37626f
        }       
        #mapAreaOverlay.active {
            animation:fadeBG 3s 1;
            -webkit-animation:fadeBG 3s 1;
            animation-fill-mode: forwards;
        
            animation-delay:2s;
            -webkit-animation-delay:2s; /* Safari and Chrome */
            -webkit-animation-fill-mode: forwards;
        }
        @-webkit-keyframes fadeBG {
            0%     {background-color:rgba(55, 98, 111, 1);}
            50.0%  {background-color:rgba(55, 98, 111, 0.5);} 
            100.0%  {background-color:rgba(55, 98, 111, 0);}
        }
        
        @keyframes fadeBG {
            0%     {background-color:rgba(55, 98, 111, 1);}
            50.0%  {background-color:rgba(55, 98, 111, 0.5);} 
            100.0%  {background-color:rgba(55, 98, 111, 0);}
        }
        #mapAreaOverlay .location-shapes .shape-outer-2 {
            transition-delay: 400ms
        }
        #mapAreaOverlay .location-shapes .shape-outer-3 {
            transition-delay: 800ms
        }
        button#mapAreaSkip {
            position: absolute;
            right: 50px;
            bottom: 50px;
        }
    .page_section_homepage_slideshow .powered_by_artlogic {
        visibility: hidden;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
    .map-overlay .powered_by_artlogic{
             width: 135px;
            position: absolute;
            bottom: 50px;
            left: 50px;
            z-index: 999;
            opacity: 0;
            transition: opacity 400ms ease-in-out;
        }
        .map-overlay#mapLoadingOverlay .powered_by_artlogic{
            right: 50px;
            left: auto;
            transition: transform 2000ms cubic-bezier(.18, 1, .21, 1), opacity 1500ms cubic-bezier(.18, 1, .21, 1);
        }
        .section-home.show-slideshow-ui .page_section_homepage_slideshow .powered_by_artlogic {
            opacity: 1.0;
            transition-delay: 1000ms
        }
        .page_section_homepage_slideshow .powered_by_artlogic svg{
            opacity: 0.9;
        }

    body.map-hide-elems #advanced_map canvas,
    body.map-hide-elems #advanced_map img[src*="svg"] {
        opacity: 0 !important
    }

    body.map-hide-elems.map-show-elems #advanced_map canvas,
    body.map-hide-elems.map-show-elems #advanced_map img[src*="svg"] {
        opacity: 1 !important;
        transition: opacity 1200ms cubic-bezier(.65,.06,.19,.96);
    }

    #homepage_slideshow_custom .intro-shapes .shape-outer {
        visibility: hidden
    }
    #homepage_slideshow_custom.intro1 .intro-shapes .shape-outer.shape-outer-1,
    #homepage_slideshow_custom.intro2 .intro-shapes .shape-outer.shape-outer-2,
    #homepage_slideshow_custom.intro3 .intro-shapes .shape-outer.shape-outer-3 {
        visibility: visible
    }
    
    
    #homepage_slideshow_custom .add_to_calendar_link {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        margin: 0;
        transform: translate(-50%, -50%);
        z-index: 99;
        padding: 0;
        /* margin-top: 11px; */
        font-size: inherit;
        line-height: inherit;
        border: none;
        opacity: 0;
        font-family: 'EnglishEgyptianWeb', Sans-Serif;
        font-size: 3.3rem;
        color: #111;
        line-height: 1em;
        /* margin-top: 4%; */
        max-width: 100%;
    }
    #homepage_slideshow_custom .add_to_calendar_link a:before,
    #homepage_slideshow_custom .add_to_calendar_link > a > .add_this_social_media_icon {
        display:none;
        
    }
    #homepage_slideshow_custom .shape-text:hover .add_to_calendar_link {
        opacity: 1;
    }
    #homepage_slideshow_custom .shape-text:hover .add_to_calendar_link > a {
        padding: 0;
        font-size: inherit;
        line-height: inherit;
    }
    #homepage_slideshow_custom .shape-text:hover .add_to_calendar_link .add_to_calendar_item {
        font-size: 0.6em;
        line-height: 1em;
        text-align: left;
    }
    
    #homepage_slideshow_custom .intro-shapes .shape-outer-2 .shape-text:hover .title {
        visibility: hidden;
        pointer-events:none;
    }



/*  News & Press detail pages
---------------------------------------------------------------------------------- */
.section-press #content .heading_wrapper,
.section-news #content .heading_wrapper {
    /*float: right;*/
    width: 100%;
    clear: both;
}

.section-press .records_list ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#popup_content .subsection-press-record {
    padding: 95px 0;
}
#popup_content .subsection-press-record #content {
    align-items: flex-start;
}
#popup_content .subsection-press-record #sidebar {
    top: 95px;
    position: sticky;
    
}

#popup_content #sidebar .caption {
    color: var(--black);
}

/*  Signup popup
---------------------------------------------------------------------------------- */
body.signup_overlay_open #header.header_fixed {
    transform: translate3d(0, -150%, 0);
    pointer-events: none;
}
.homepage_signup_overlay {
    position: fixed;
    z-index: 99;
    height:100vh;

    width: 100vw;
    /* padding: 0 40px 35vh; */
    box-sizing: border-box;
    overflow: auto;
    top: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    transform: translateY(-100%);
    flex-direction: column;
    
} 
.homepage_signup_overlay_inner {
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    width: 100%;
    flex-direction: column;
}
 .homepage_signup_overlay.active {
    visibility: visible;
    transform: none;
    overflow:auto;
} 
.homepage_signup_overlay_inner:before {
    content: "";
    margin-top: auto;
}
.signup_tcs {
    margin-top: auto;
    max-width: 650px;
    text-align: center;
    margin-bottom: 40px;
}
.homepage_signup_overlay .signup-overlay-close {
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
    .cms-frontend-toolbar-active .homepage_signup_overlay .signup-overlay-close  {
        top: 58px;
    }
.homepage_signup_overlay .signup-overlay-close i,
.homepage_signup_overlay .signup-overlay-close i svg {
    display: block;
    width:29px;
}
.force-not-enabled .homepage_signup_overlay {
    padding-top: 40px;
    padding-bottom: 80px;
    min-height: 0;
}
     .homepage_signup_overlay .mailing_list_form {
        max-width: 570px;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
         .homepage_signup_overlay .mailing_list_form h2 {
            color: #fff;
            text-align: center;
            margin: 0 0 50px;
        }
         .homepage_signup_overlay .mailing_list_form .form_row {
            border-radius: 0;
            border: 3px solid #fff;
            border: 0;
            display: flex;
            background: transparent;
            border-bottom: 3px solid #000;
            margin-bottom: 20px;
        }
             .homepage_signup_overlay .mailing_list_form .form_row:not(.f_categories_container) label {
                height: 0;
                width: 0;
                overflow: hidden;
                visibility: hidden;
                margin: 0;
                padding: 0;
            }
            
             .homepage_signup_overlay .mailing_list_form .form_row .inputField {
                flex-grow: 1;
                background: none;
                border: none;
                border-radius: 0;
                padding: 20px 0 18px 0;
                font-family: 'Caslon Ionic Web', Sans-Serif;
                font-size: 20px;
                color: #000;
            }
                 .homepage_signup_overlay .mailing_list_form .form_row .inputField::-webkit-input-placeholder {
                    color: #000;
                }
                 .homepage_signup_overlay .mailing_list_form .form_row .inputField::-moz-placeholder {
                    color: #000;
                }
                 .homepage_signup_overlay .mailing_list_form .form_row .inputField:-ms-input-placeholder {
                    color: #000;
                }
                 .homepage_signup_overlay .mailing_list_form .form_row .inputField:-moz-placeholder {
                    color: #000;
                }

             .homepage_signup_overlay .mailing_list_form .form_row .button {
                margin: 0;
                border-left: 3px solid #fff;
                border: 0;
                background: none;
                border-radius: 0;
            }
                 .homepage_signup_overlay .mailing_list_form .form_row .button {
                    margin: 0;
                    border-left: 0;
                    border: 0;
                    background: none;
                    border-radius: 0;
                    margin-top: 40px;
                    width: 100%;
                }
                .homepage_signup_overlay .mailing_list_form .form_row .button a {
                    height: 100%;
                    box-sizing: border-box;
                    padding: 20px 20px 20px;
                    text-align: center;
                    /* text-indent: -9999px; */
                    width: 100%;
                    font-size: 20px;
                    line-height: 1em;
                    background-color: #000;
                    font-family: 'EnglishEgyptianWeb', Sans-Serif;
                    border-radius: 100px;
                }
                .homepage_signup_overlay .mailing_list_form .form_row.submit_row {
                    border-bottom: none;
                    margin-bottom: 20px;
                }
               .homepage_signup_overlay .radio-module {
                    display: inline-block;
                    margin-right: 10px;
                    vertical-align: middle;
                }

                #homepage_slideshow_custom .shape-outer .shape-inner {
                    transition: transform 400ms ease-in-out;
                }
                
                /*#holding_shape2:hover .shape_bg_inner {*/
                /*   transform: scale(1.1); */
                /*}*/
                
                #homepage_slideshow_custom.hide-shapes-ui .shape-text,
                #homepage_slideshow_custom.hide-shapes-ui .powered_by_artlogic {
                    opacity:0 !important;
                    transition: opacity 400ms ease-in-out;
                    transition-delay: 0s !important;
                }
               #homepage_slideshow_custom.signup-animations.hide-shapes-ui .shape-text {
                    opacity:0 !important;
                    transition: none;
                }
                #homepage_slideshow_custom.signup-animations #holding_shape2.holding_shape .shape_bg_inner {
                    transition: transform 300ms cubic-bezier(.5,-0.2,.69,.98);
                }
                    .homepage_signup_overlay  .form_row.f_categories_container legend {
                        width: 100%;
                        margin-bottom: 10px;
                        font-size: 21px;
                        margin-top: 20px;
                        color: #111;
                        font-family: 'EnglishEgyptianWeb', Sans-Serif;
                        font-size: 1.7rem;
                        line-height: 1.1em;
                    }
                    .homepage_signup_overlay .form .form_row .form_content_area.form_radio_button_container {
                        float: left;
                        width: 100%;
                    }
                    .homepage_signup_overlay .form .form_row .form_content_area.form_radio_button_container .radio-item {
                        display: inline-block;
                        padding: 0;
                    }
                    .homepage_signup_overlay .form .form_row .form_content_area.form_radio_button_container .radio-item label {
                        padding: 0;
                    }
                    .homepage_signup_overlay .form_row.f_categories_container .form_content_area {
                        clear: both;
                    }
                    .homepage_signup_overlay .form_row.f_categories_container .form_content_area input {
                        opacity: 0;
                        width: 0;
                        height: 0;
                    } 
                    .homepage_signup_overlay .f_categories_container label {
                        display: flex;
                        align-items: center;
                        flex-direction: row-reverse;
                        cursor: pointer;
                        justify-content: flex-end;
                        font-size: 1.5rem;
                    }
                    .homepage_signup_overlay .form_row.f_categories_container .radio-module label span.radio-indicator {
                        content: '';
                        margin-top: -2px;
                        margin-right: 5px;
                        height: 16px;
                        width: 16px;
                        border-radius: 50%;
                        display: inline-block;
                        vertical-align: middle;
                        border: 2px solid #000;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                    }

                    /*.form_row.f_categories_container .radio-module label input:checked + span.radio-indicator {*/
                    /*    background: #000;*/
                    /*}*/
                    .homepage_signup_overlay .form_row.f_categories_container .radio-module label input:checked + span.radio-indicator:before {
                        content: '';
                        height: 10px;
                        border-radius: 50%;
                        width: 10px;
                        margin: auto;
                        background: #000;
                        display: block;
                    }
                    .homepage_signup_overlay .form .form_row.f_occupation_other_container .inputField::placeholder {
                        color: #888;
                        font-size: 1.4rem;
                        line-height: 1.6rem;
                    }
                                    
                    .homepage_signup_overlay .signup_tcs {
                        margin-top: auto;
                        max-width: 650px;
                        text-align: center;
                        margin-bottom: 0;
                    }
                                    
                
    /*  Homepage feature launchpad
    ---------------------------------------------------------------------------------- */        
    section.page_section.page_section_launchpad {
        margin-bottom: 0;
        
    }
    .launchpad_items_wrapper {
        min-height: 550px;
        height: 65vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 80px 0;
    }
    .launchpad_items {
        display: flex;
    }
    .launchpad_item {
        width: 33.33%;
        text-align: center;
        position: relative
    }
    .launchpad_item::after {
        content:'';
        padding-top: 100%;
        width: 100%;
        text-align: center;
        display: block;
    }       
    .launchpad_item_inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .launchpad_item_inner a,
    .launchpad_item_inner a:visited {
        width: 90%;
        height:90%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 2.7rem;            
        color: #111;
        transform: none !important;
    }  
    .launchpad_item:nth-of-type(2) .launchpad_item_inner a {
        transition-delay: 300ms
    }  
    .launchpad_item:nth-of-type(3) .launchpad_item_inner a {
        transition-delay: 600ms
    }  
    .launchpad_item_inner a h2 {
        max-width: 200px;
        margin-bottom: 0;
        font-size: 3.1rem;
        line-height: 1.1em;
    }  
    
        .launchpad_item.l_shape-1 a {
            clip-path: circle(50% at 50% 50%); /*Circle*/
            /*transform: translate(-50%, -50%) scale(0.9);*/
        }            
        .launchpad_item.l_shape-2 a {
            clip-path: polygon(50% 0%, 92% 50%, 50% 100%, 8% 50%); /*Diamond*/
            /*transform: translate(-50%, -50%) scale(1.2);*/
        }
        .launchpad_item.l_shape-3 a {
            clip-path: ellipse(50% 30% at 50% 50%); /*Oval landscape*/
            /*transform: translate(-50%, -50%) scale(1.2);*/
        }
        .launchpad_item.l_shape-4 a{
            clip-path: ellipse(36% 50% at 50% 50%); /*Oval portrait*/
            /*transform: translate(-50%, -50%) scale(1.2, 1.1);*/
        }
        .launchpad_item.l_shape-5 a {
           clip-path: polygon(6% 30%, 94% 30%, 100% 36%, 100% 64%, 94% 70%, 6% 70%, 0 64%, 0 36%); /*Bevelled oblong */
           /*transform: translate(-50%, -50%) scale(1.3);*/
        }            
        .launchpad_item.l_shape-6 a {
           clip-path: polygon(0 25%, 51% 85%, 100% 25%); /*Upside-down triangle */
            /*transform: translate(-50%, -48%) scale(1.4,1);*/
        }           
        .launchpad_item.l_shape-7 a {
           clip-path: polygon(30% 25%, 70% 25%, 100% 75%, 0 75%); /*Trapezium */
            /*transform: translate(-50%, -50%) scale(1.3,1.1);*/
        }            
        .launchpad_item.l_shape-8 a {
           clip-path: polygon(50% 0, 80% 15%, 80% 85%, 50% 100%, 20% 85%, 20% 15%); /*Long hexigan */
           /*transform: translate(-50%, -50%) scale(1.3, 1.2);*/
        }
        .launchpad_item.l_shape-9 a { /*wonky loaf*/
            clip-path: none;
            /* transform: translate(-50%, -50%) scale(1.3, 1.2); */
            border-radius: 0 20% 20% 0;
            height: 60%;
        }
        .launchpad_item.l_shape-10 a { /*wonky loaf*/
            clip-path: none;
            /* transform: translate(-50%, -50%) scale(1.3, 1.2); */
            border-radius: 20% 20% 0 0;
            width: 70%;
        }
        
       .launchpad_item.l_colour-1 {
            background: var(--offwhite);
        }
       .launchpad_item.l_colour-1 a {
            background: var(--red);
        }
        
       .launchpad_item.l_colour-2 {
            background: var(--offwhite);
        }
       .launchpad_item.l_colour-2 a {
            background: var(--red);
        }
        
       .launchpad_item.l_colour-3 {
            background: var(--offwhite); /*tiny shade darker*/
        }
       .launchpad_item.l_colour-3 a {
            background: var(--red);
        }

        .launchpad_item a:hover {
            background: var(--blue);
        }

        /* .launchpad_item a:hover h2 {
            text-decoration: underline;
        } */
        
/*  Exhibitors scrolling list
---------------------------------------------------------------------------------- */
section.page_section.page_section_galleries_scrolling_list {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: var(--blue);
    padding: 0 50px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0;
    min-height: 650px;
}
section.page_section.page_section_galleries_scrolling_list .page_section_heading{
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--red);
    transform: translate(-50%, -50%);
    width: auto;
    border-radius: 50%;
    overflow: hidden;
    z-index: 999;
    width: 500px;
    text-align: center;
}
section.page_section.page_section_galleries_scrolling_list .page_section_heading::before{
    content: '';
    width: 350px;
    padding-top: 100%;
    display: block;
}
section.page_section.page_section_galleries_scrolling_list .page_section_heading a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    text-decoration: none;
}
section.page_section.page_section_galleries_scrolling_list .page_section_heading h2 {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    */
    font-size: 36px;
}
section.page_section.page_section_galleries_scrolling_list .page_section_heading h3 {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    */
    margin-bottom: 0
}
.page_section_galleries_scrolling_list h3 {
    text-decoration: underline;
}
section.page_section.page_section_galleries_scrolling_list .page_section_heading h2 .link {
    font-size: 21px;
    color: #111;
    text-align: center;
    padding-top: 30px;
    display: inline-block;
    position: relative;
}
section.page_section.page_section_galleries_scrolling_list .page_section_heading h2 .link:after {
    content:'';
    width: 100%;
    position: absolute;
    left:0;
    bottom: -3px;
    height: 1px;
    border-top:3px solid #111;
    
}

.artist_list_panel .artist_names_list.artist_names_scrolling_list .columns_group.mobile-column-group {
    display: none;
}


/*  Exhibitors list
---------------------------------------------------------------------------------- */

    .artist_list_panel {
        position: relative;
        min-height: 80vh;
        clear: both;
    }
    
    .page_section_galleries_simple_list .artist_list_panel,
    #scrollr-container section.page_section .page_section_heading {
        margin: 0 auto;
        max-width: 1500px;
        padding:0 80px;
        box-sizing: border-box;
    }
    section.page_section.page_section_galleries_simple_list {
        padding:80px 0;
        box-sizing: border-box;
        margin-bottom: 0;
    }
    section.page_section.page_section_galleries_simple_list .page_section_heading{
        padding: 80px 0;
        text-align: center;
        box-sizing: border-box;
    }
    #scrollr-container section.page_section.page_section_galleries_simple_list .page_section_heading {
        margin-bottom: 40px
    }    
    #scrollr-container section.page_section.page_section_galleries_simple_list .page_section_heading h2 {
        float:none;
        display: inline-block
    }
    
        .artist_list_panel .artist_names_list {
            clear: both;
            margin-right: -30px;
            position: relative;
            width: auto;
            z-index: 1;
            /*overflow: hidden;*/
        }
            .artist_list_panel .artist_names_list .columns_group {
                float: left;
                width: 50%;
            }
                .artist_list_panel .artist_names_list .columns_group ul {
                    float: left;
                    width: 50%;
                }
                    .artist_list_panel .artist_names_list .columns_group ul li {
                        transition: opacity 200ms linear;
                        position: relative;
                        padding-left: 25px;
                        margin-left: -25px;
                    }
                    #scrollr-container section.page_section.page_section_galleries_simple_list .columns_group ul li {
                        margin-left: 0 !important;
                    }
                    
                    .page_section_galleries_simple_list .artist_list_panel .artist_names_list .columns_group ul li {
                        font-size: 1.6rem
                    }
                    
                    .artist_list_panel .artist_names_list .columns_group ul li.item_letter {
                        font-size: 2rem;
                        line-height: 2rem;
                        border-bottom: 1px solid #ddd;
                        margin: 0 19px 18px 0;
                        padding: 10px 0 10px;
                        width: auto;
                        float: none;
                        display: block;
                        font-family: 'EnglishEgyptianWeb', Sans-Serif;
                    }
                    .artist_list_panel .artist_names_list .columns_group ul li.item_letter:first-child {
                        padding-top: 0;
                    }
                    
                    .section-root .artist_list_panel .artist_names_list .columns_group ul li.item_letter {
                        display: none;
                    }
                    .section-root .artist_list_panel .artist_names_list .columns_group ul li {
                        padding-left: 0;
                    }
                    
                    .artist_list_panel .artist_names_list.filters-selected .columns_group ul li:not(.filtered-active):not(.item_letter) {
                        opacity: 0.3;
                    }
                    
                    .artist_list_panel .artist_names_list .columns_group ul li .exhibitor_favourite_container {
                        display: inline-block;
                        vertical-align: middle;
                        height: 12px;
                        width: 12px;
                        transition: opacity 400ms linear;
                        opacity: 0;
                        position: absolute;
                        left: -0;
                        padding-right: 10px;
                        padding-left: 2px;
                        height: 20px;
                        top: 4px;
                    }
                    .device-handheld .artist_list_panel .artist_names_list .columns_group ul li .exhibitor_favourite_container {
                        display: none !important;
                    }
                    .device-handheld .artist_list_panel .artist_names_list .columns_group ul li {
                        padding-left: 0;
                    }
                    @media screen and (max-width: 767px) {
                        .artist_list_panel .artist_names_list .columns_group ul li .exhibitor_favourite_container {
                            display: none !important;
                        }
                        .artist_list_panel .artist_names_list .columns_group ul li {
                            padding-left: 0;
                        }
                    }
                        .artist_list_panel .artist_names_list .columns_group ul li.favourite-active .exhibitor_favourite_container,
                        .artist_list_panel .artist_names_list .columns_group ul li:hover .exhibitor_favourite_container {
                            opacity: 1;
                        }
                        .artist_list_panel .artist_names_list .columns_group ul li .exhibitor_favourite_container .artwork_favourite_btn.artwork_favourite_btn_full {
                            display: block;
                        }
                        .artist_list_panel .artist_names_list .columns_group ul li .exhibitor_favourite_container .artwork_favourite_label,
                        .exhibitor_favourite_container .artwork_favourite_label,
                        .exhibition_favourite_container .artwork_favourite_label {
                            visibility: hidden;
                            position: absolute;
                            height: 0;
                            width: 0;
                            overflow: hidden;
                        }
        
        .artist_image_preview {
            display: none
        }
        .artist_list_panel .artist_image_preview_container {
            pointer-events: none;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            opacity: 0;
            transition: opacity 400ms ease-in-out;
        }
            .artist_list_panel.item-hovering .artist_image_preview_container {
                opacity: 1;
            }
            .artist_list_panel .artist_image_preview_container * {
                pointer-events: none;
            }
            
        .artist_list_panel .artist_image_preview {
            width: 100%;
            position: sticky;
            top: 30px;
            height: calc(100vh - 60px);
            overflow: hidden;
            display: none;
        }
        .artist_list_panel.item-hovering .artist_image_preview {
            display: block;
        }
            .artist_list_panel .artist_image_preview ul {
                list-style: none;
                padding: 0;
                margin: 0;
                position: absolute;
                top: 0;
                left: 50%;
                bottom: 0;
                width: 50%;
                transition: left 400ms cubic-bezier(.65,.06,.19,.96);
            }
            .artist_list_panel.item-hover-column-3 .artist_image_preview ul,
            .artist_list_panel.item-hover-column-4 .artist_image_preview ul {
                left: 0;
            }
            .artist_list_panel .artist_image_preview ul li {
                margin: 0;
                padding: 0;
                display: block;
                opacity: 0;
                transition: opacity 400ms ease-in-out, transform 400ms cubic-bezier(.65,.06,.19,.96);
                
                position: absolute;
                width: 100%;
                top: 0;
                left: 0;
                width: 100%;
                display: flex;
                align-items: center;
                transform: scale(0.8) skew(4deg, 2deg);
            }
                .artist_list_panel .artist_image_preview ul li.active,
                .artist_list_panel .artist_image_preview ul li.force_show {
                    opacity: 1;
                    transform: none;
                }
                .artist_list_panel .artist_image_preview ul li .image {
                    display: block;
                    min-height: 300px;
                }
                    .artist_list_panel .artist_image_preview ul li .image:before {
                        background: 0;
                    }
                    .artist_list_panel .artist_image_preview ul li .image .loader {
                        display: none;
                    }
                    .artist_list_panel .artist_image_preview ul li .image img {
                        display: block;
                        max-height: 550px;
                    }

    .column_list {
        display: block;
        width: 100%;
        /* IMPORTANT - needs width 100% for IE!!!  but this is breaking the rhs margin now... 
        margin: 0 -30px 0 0;*/
        margin: 0;
    }
        .column_list ul {
            padding: 0;
            list-style: none;
            display: block;
            margin: 0 0 50px;
            width: 25%;
            padding-right: 30px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            transform: translate3d(0, 80px, 0);
            opacity: 0;
            transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
        }
        .column_list ul.visible {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
            .column_list ul li {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                display: inline-block;
                vertical-align: top;
                width: 100%;
                padding: 0 0 5px;
                margin: 0;
                line-height: 1.7rem;
            }
            .column_list ul li .a_wrapper {
                display: inline-block;
                user-select: none;
            }
            .column_list ul li a {
                display: inline-block;
                width: 100%;
            }
            .column_list ul li a .title {
                position: relative;
            }
            .column_list ul li a .title:after,
            .column_list ul li .a_wrapper .title:after {
                display: block;
                content: '';
                border-bottom: 3px solid #222;
                width: 0;
                margin: 0;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -5px;
                height: 1px;
                width: 100%;
                  opacity: 0;
                transform: scaleX(0);
                /*-moz-transition: transform 0, opacity 0.2s ease-in-out;*/
                /*-webkit-transition: transform 0, opacity 0.2s ease-in-out;*/
                /*-o-transition:transform 0, opacity 0.2s ease-in-out;*/
                /*transition: transform 0, opacity 0.2s ease-in-out;*/
            }
            .column_list ul li a.active .title:after,
            .column_list ul li .a_wrapper.active .title:after {
                transform: scaleX(1);
                opacity: 1.0;
                /*-moz-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;*/
                /*-webkit-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;*/
                /*-o-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;*/
                /*transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;*/
            }
            .column_list ul li a,
            .column_list ul li a:visited {
                text-decoration: none;
                line-height: 2rem;
            }
            .column_list ul li .title {
                display: inline;
                line-height: 2rem;
            }
            .column_list ul li .location {
                display: inline;
                color: #999;
                font-size: 1.4rem;
                line-height: 2rem;
                margin-left: 5px;
            }



    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group ul li.item_letter,
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group ul li .exhibitor_favourite_container,
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group ul li a:after {
        display: none;
        pointer-events:none
    }
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group {
        height: 100%;
        position: relative;
    }
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group ul {
        opacity: 1;
        transform: none;
        height: 100%;
        position: relative;
        width: 50%;
        display: inline-block;
    }
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group:nth-of-type(2) ul li {
        left:0;
        right:0;
    }  
    
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group:nth-of-type(2) ul li {
        left:0;
        right:0;
    }  
    
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group ul li {
        opacity: 0;
        position: absolute;
        width: 80%;
        transform: translateY(-50%);
        /*white-space: nowrap;*/
        transition: opacity 600ms cubic-bezier(.65,.06,.19,.96);
        /*left:0;*/
        /*right:auto;*/
        margin-left: 0;
    }
    
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list.invert-cols .columns_group:nth-of-type(2) ul li {
        right:0;
        right:auto;
    }    
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list.invert-cols .columns_group ul li {
        left:0;
        right:0;
    }
    
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group ul li.show {
        opacity: 1.0;
        transition: opacity 1200ms cubic-bezier(.65,.06,.19,.96)
    }
    
    
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group:nth-of-type(1) ul:nth-of-type(2) li {
        transition-delay: 250ms
    }
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group:nth-of-type(2) ul:nth-of-type(1) li {
        transition-delay: 500ms
    }
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group:nth-of-type(2) ul:nth-of-type(2) li {
        transition-delay: 750ms
    }
    
    
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group ul li a,
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group ul li span {
        font-family: 'EnglishEgyptianWeb', Sans-Serif;
        font-size: 2.0rem;
        color: white;
        /*color: #73ADB4;*/
        letter-spacing: -0.06px;
        line-height: 1.4em;
        pointer-events:none
    }
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group ul:nth-child(odd) {
      /*animation: slide_y_invert 100s linear infinite;*/
      /*transform: translate3d(0,-50%,0);*/
    }
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.artist_names_scrolling_list .columns_group ul:nth-child(even) {
      /*animation: slide_y 100s linear infinite;*/
    }
    
    @keyframes slide_y {
      from {
        transform: translate3D(0,0,0);
      }
    
      to {
        transform: translate3d(0,-50%,0);
      }
    }
    
    @keyframes slide_y_invert {
      from {
        transform: translate3D(0,-50%,0);
      }
    
      to {
        transform: translate3d(0,0,0);
      }
    }
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none !important;
        display: flex;
        flex-direction: row;
        margin-right: 0;
    }
    .artist_list_panel.artist_scrolling_list_panel .artist_names_list.invert-cols {
        flex-direction: row-reverse;
    }
.fancybox-type-inline .fancybox-skin .inline-content-inner {
    padding: 20px;
}
.fancybox-close::after {
    background: url(/images/close_icon.svg) center center no-repeat;
    text-indent: -9999px;
    content: '';
    width: 30px;
    height: 30px;
}
.fancybox-skin {
    color: #111;
}

.section-podcast #content {
    max-width: 900px;
    margin: 0 auto;
}
.feature_panels_inner > ul > li.panel_podcasts {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    /* background: #C52605; */
    padding: 0 80px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0;
    min-height: 650px;
    color: #111111
}

.feature_panels_inner > ul > li.panel_podcasts .description {
    font-size: 15px;
    line-height: 1.8em;
}


.feature_panels_inner > ul > li.panel_podcasts .panel_header {
    text-align: left;
    border: none;
    padding-top: 6.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 6.4rem;
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    font-size: var(--text-base);
    text-decoration: none;
    margin-left: 48px;
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a i {
    position: relative;
    font-size: 30px;
    transition: 0.3s all ease;
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a .linktext {
    margin-left: 0.8rem;
    transition: 0.3s all ease;
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header::after {
    display: none
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a:hover,
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a:hover .linktext,
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a:hover i{
    color: var(--blue);
    
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a:hover svg * {
    fill: var(--blue);
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a i::after {
    content: "";
    background: var(--red);
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.2;
    transition: 0.3s all ease;
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a:hover i::after {
    transform: translate(-50%, -50%) scale(1.25);
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header h2 {
    /* font-size: 2.9rem; */
    color: #111111;
    /* line-height: 1.25em; */
    font-family: 'EnglishEgyptianWeb', Sans-Serif;
    /* margin-bottom: 0; */
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a i svg {
    width: 30px;
    height: 30px;
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a,
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a.linktext {
    color: #111111;
}
.feature_panels_inner > ul > li.panel_podcasts .panel_header .heading-links a.linktext {
    margin-left: 20px;
    
}
.feature_panels_inner > ul > li.panel_podcasts:hover {
    /* background: #C52605; */
    /* color: #111111 */
}
.podcast_player_wrapper {
    margin-bottom: 60px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.podcast_player_stage {
    width: calc(66.6% - 45px);
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
}
.podcast_player_stage .content {
    width: calc(50% - 45px);
    box-sizing: border-box;
    border-top: 3px solid var(--red);
    padding-top: 25px
}
.podcast_player_stage .content .title,
.podcast_player_stage .content .episode_number {
    line-height: 1.25em;
    font-family: 'EnglishEgyptianWeb', Sans-Serif;
    font-size: 32px;
    color: #111111;
    letter-spacing: -0.09px;
    display: block;
    margin-bottom:1.6rem;
}
.podcast_player_stage .content .episode_number{
    font-size: var(--text-base);
    margin-bottom: 1.6rem;
    font-family: 'Caslon Ionic Web', Sans-Serif;
}

.podcast_player_stage .player_controls {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 40px;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hide-controls .player_controls {
    display: none
}
.podcast_player_stage_image {
    width: calc(50% - 45px);
    box-sizing: border-box;
    position: relative;
}
.play_pause {
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    display:block;
    margin: 0 20px;
}
.play_pause .pause, 
.play_pause .play {
    width: 70px;
    height: 70px;
    background: rgb(0 0 0 / 33%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    color: #fff;
    cursor: pointer;
}
.play_pause .play i,
.play_pause .pause i {
    font-weight: bold;
}
.play_pause.playing .pause,
.play_pause:not(.playing) .play{
    display: flex
}
.play_pause.playing .play,
.play_pause:not(.playing) .pause {
    display: none
}
.podcast_player_stage .player_controls .seek{
    width: 50px;
    height: 50px;
    background: rgb(0 0 0 / 33%);
    color: #fff;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.play_pause .paus:hover, 
.play_pause .play:hover,
.podcast_player_stage .player_controls .seek:hover {
    background: rgb(0 0 0 / 80%);
}
.podcast_player_stage .player_controls .seek i{
    font-weight: bold;
}

.records_list.podcast_list {
    width: calc(33.3% - 45px);
    box-sizing: border-box;
    border-top: 3px solid var(--red);
}



.panel_podcasts.single_item .records_list.podcast_list {
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
}


.panel_podcasts.single_item .podcast_player_stage {
    width: 100%;
    justify-content: space-around;
}
.panel_podcasts.single_item .podcast_player_stage .podcast_player_stage_image {
    width: calc(40% - 45px);
}
.panel_podcasts.single_item .podcast_player_stage .podcast_player_stage_image {
     max-width: 400px;
}
.panel_podcasts.single_item .podcast_player_stage .content {
    width: calc(60% - 45px);
    max-width: 800px;
}

.panel_type_9 .caption {
    padding: 10px;
    box-sizing: border-box
}
.records_list.podcast_list ul {
    width: 100%;
    margin:0;
}
.records_list.podcast_list ul li {
    width: 100%;
    display: flex;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 3px solid var(--red);
    align-items: center;
    color:#DBC297;
    cursor: pointer;
}
.records_list.podcast_list ul li > span {
    opacity: 0.6
} 

.records_list.podcast_list .content {
    flex-grow: 1;
    padding-right: 1.6rem;
}

.records_list.podcast_list ul li.active > span,
.records_list.podcast_list ul li:hover > span {
    opacity: 1
} 
.active_icon {
    width: 58px;
    background: #73acb4;
    border-radius: 50%;
    height: 58px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    flex-shrink: 0;
}
.active_icon i {
    font-weight: bold;
}
.records_list.podcast_list li:not(.active) .active_icon {
    color: var(--blue);
}
.records_list.podcast_list li:not(.active) .active_icon {
    display: none;
}

.records_list.podcast_list ul li .image {
    width: 80px;
    min-width: 80px;
    margin-right: 12px;
    margin-bottom: 0
}
.records_list.podcast_list ul li .content {
    padding: 0.7rem 0 1.3rem;
    box-sizing: border-box;
}
.records_list.podcast_list ul li .image::after {
    content: '';
    display: block;
    padding-top: 100%;
}
.records_list.podcast_list ul li .image.lazyload_wrapper::after,
.podcast_player_stage .podcast_player_stage_image .image::after {
    content: '';
    display: block;
    padding-top: 100%;
}
.podcast_player_stage .podcast_player_stage_image .image {
    display: block;
    height: auto;
    margin: 0 0 20px;
    background: none;
    position: relative;
}
.podcast_player_stage .podcast_player_stage_image .image > span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: 0 6px 5px 0 rgba(0,0,0,0.19);
    border-radius: 8px;
    overflow: hidden;
}
.records_list.podcast_list ul li .content {
    display: block
}
.records_list.podcast_list ul li .title {
    display: block;
    font-size: var(--text-base);
    line-height: var(--lh-base);
    color:#111;
    margin-bottom: 0;
}
.records_list.podcast_list ul li .episode_number {
    display: block;
    font-size: var(--text-sm);
    line-height: var(--lh-base);
    font-family: 'Caslon Ionic Web', Sans-Serif;
    margin-bottom: 20px;
    color:#111;
}
.records_list.podcast_list ul li .visually_hidden {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute
}
.seek .time-hover {
    position: absolute;
    font-family: 'EnglishEgyptianWeb', sans-serif;
    display:none;
}
.seek:hover .time-hover {
    display:block;
}
.seek:hover i {
    display:none;
}


#mapTravelOverlay .popup-module {
    margin-bottom: 40px;
    color: #111;
}
#mapTravelOverlay .popup-module:last-child {
    margin-bottom: 0;
}
#mapTravelOverlay .popup-module.p-freenow h2,
#mapTravelOverlay .popup-module.p-lime h2 {
   text-indent: -9999px;
}
#mapTravelOverlay .popup-module.p-freenow h2 {
    background: url(/images/freenow.png) center no-repeat;
    height: 80px;
    width: 130px;
    background-size: contain;
    text-align: center;
    display: inline-block;
}
#mapTravelOverlay .popup-module.p-lime h2 {
    background: url(/images/lime.png) center no-repeat;
    height: 80px;
    width: 130px;
    background-size: contain;
    text-align: center;
    display: inline-block;
}
#mapTravelOverlay .popup-module .discount-code {
    color: #222;
    font-family: 'EnglishEgyptianWeb', Sans-Serif;
    font-size: 24px;
    padding-top: 10px;
    display: inline-block;
}


.records_list.simple_popup_mode  {
    padding-top: 50px;
}

.feature_panels .panel_slider {
    position: static;
    padding: 80px 0;
}

button.slick-next {
    right:20px;
    left:auto;
}
button.slick-prev {
    right:auto;
    left:20px;
}
button.slick-prev:before, button.slick-next:before {
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    font-size: 26px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    display: block;
    margin-top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    content: '';
    background-repeat: no-repeat;
    height: 21px;
    width: 25px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
button.slick-prev:before {
    content: '';
    background-image: url(../images/skip_left_reversed.svg);
}
button.slick-next:before {
    content: '';
    background-image: url(../images/skip_right_reversed.svg);
}
button.slick-prev, 
button.slick-next {
    position: absolute;
    height: 60px;
    z-index: 99;
    width: 60px;
    background: #111;
    border-radius: 1000px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
}
.slick-next:hover:before, 
.slick-prev:hover:before, 
.tabbing-detected .slick-next:focus:before, 
.tabbing-detected .slick-prev:focus:before {
    transform: translate(-50%, -50%);
}
.slick-prev:hover, .slick-next:hover {
    background: #111;
    opacity: 1.0;
}


.lazyload_wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: var(--red);
    transition: opacity 400ms ease-in-out;
    content: '';
    display: block;
    z-index: -1;
}
.lazyload_wrapper.loading svg.loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke: #44524a;
    stroke-linecap: round;
}

/* MATT'S MAP CSS 
    ---------------------------------------------- */
    
#map_send_button{
    cursor: pointer;
}
    
/*#listShuffleButton{*/
/*    height: 40px;*/
/*    padding-left: 15px;*/
/*}*/
    
.listShuffleWrapper{
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
}

.listShuffleButton {
    box-sizing: border-box;
    background-color: black;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 30px;
    font-family: 'EnglishEgyptianWeb', Sans-Serif;
    z-index: 1;
    cursor: pointer !important;
}

.filters_wrapper{
    padding: 0;
    margin: 0;
    /*margin-bottom: 50px;*/
    background: rgba(252, 255, 241, 0.37);
    padding: 20px 20px 25px 20px;
    position:relative;
    z-index: 11;
}

.switch-button-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  font-family: 'EnglishEgyptianWeb', Sans-Serif;
}    

.m-switch-button {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: rgba(0,0,0,0.05);
  border-radius: 30px;
  overflow: hidden;
  width: 300px;
  height: 53px;
  text-align: center;
  font-size: 15px;
  color: black;
  position: relative;
  padding-right: 150px;
}
.m-switch-button:before {
  content: "EXHIBITIONS";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
.m-switch-button-checkbox {
  cursor: pointer !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 53px;
  opacity: 0;
  z-index: 2;
}
.m-switch-button-checkbox:checked + .m-switch-button-label:before {
  border-radius: 0px 30px 30px 0px;
  transform: translateX(150px);
  transition: transform 100ms, border-radius 100ms;
}
.m-switch-button-checkbox + .m-switch-button-label {
    position: relative;
    padding: 7px 0;
    box-sizing: border-box;
    display: block;
    user-select: none;
    pointer-events: none;
    line-height: 38px;
}
.m-switch-button-checkbox + .m-switch-button-label:before {
  content: "";
  background: var(--blue);
  width: 150px;
  height: 53px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px 0px 0px 30px;
  transform: translateX(0);
  transition: transform 100ms, border-radius 100ms;
}
.m-switch-button-checkbox + .m-switch-button-label .m-switch-button-label-span {
  position: relative;
  cursor: pointer !important;
}

.m-hidden{
    display: none !important;
}

.m-active-artists{
    
}

.m-active-area{
    
}

.m-active-categories{
    
}

.m-active-search{
    
}

.resultsSortWrapper{
    display: flex;
    width: 100%;
    margin-top: 30px;
    justify-content: flex-start;
    min-height: 40px;
}
.resultsCountWrapper{
    font-family: 'EnglishEgyptianWeb', sans-serif;
    /*margin-left: 50px;*/
}

.filters_wrapper_inner {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(100px, 1.7fr)); */
    /* grid-template-columns: 0.8fr minmax(200px, 0.4fr); */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.filters_wrapper_inner .Apply {
    flex: 1;
    min-width: 240px;
}
.map-filters-wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
    grid-template-rows: minmax(50px,50px);
    gap: 25px 20px;
    z-index: 1000;
    /*padding: 0px 30px;*/
    padding-bottom: 20px;
    font-size: 15px;
    font-family: 'EnglishEgyptianWeb', sans-serif;
    flex: 2;
    min-width: 340px;
}
.m-filter-reveal {
    display: none
}

body:not(.page-map) .map-filters-wrapper {
    min-width: unset;
}
.map-filters-wrapper .Area { 
    z-index: 1002;
    height: 40px;
}
.map-filters-wrapper .Artists { 
    z-index: 1004;
    height: 40px;
}
.map-filters-wrapper .Apply {
    height: 50px;
    display: flex;
    margin-top: -9px;
}
.map-filters-wrapper .Search {
    height: 40px;
}
.map-filters-wrapper .Categories { 
    z-index: 1003;
    height: 40px;
}

.locationsSelect li {
    list-style-type: none;
    cursor: pointer;
    padding: 0 5px;
    margin: 0;
    height: 41.66px;
    line-height: 41.66px;
    padding-left: 24px;
    text-indent: -19px;
}

.locationsSelect li:hover {
    background-color: var(--blue);
}

.locationsSelect li::before {
    font-family: FontAwesome;
    content: "\f0c8";
    padding-right: 5px;
}

.locationsSelect li.active::before {
    font-family: FontAwesome;
    content: "\f14a";
    padding-right: 5px;
}

.locationsSelect li.active {
    background-color: var(--blue);
}

.locationsSelectWrapper,
.artistsSelectWrapper,
.categoriesSelectWrapper,
.sortBySelectWrapper{
    position: relative;
}

.locationsSelectWrapper.open,
.artistsSelectWrapper.open,
.categoriesSelectWrapper.open,
.sortBySelectWrapper.open{
    background: var(--blue-light);
}

.custom_artwork_filter.form::after{
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    top: 3px;
    right: 3px;
    pointer-events: none;
}

.locationsSelectWrapper::after,
.artistsSelectWrapper::after,
.categoriesSelectWrapper::after,
.sortBySelectWrapper::after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    top: 3px;
    right: 3px;
    pointer-events: none;
    transition: transform .2s ease-in-out;
}
    .locationsSelectWrapper.open::after,
    .artistsSelectWrapper.open::after,
    .categoriesSelectWrapper.open::after,
    .sortBySelectWrapper.open::after {
        transform: rotate(180deg);
        transition: transform .2s ease-in-out;
    }
#custom_search_term,
.locationsSelectWrapper p,
.artistsSelectWrapper p,
.categoriesSelectWrapper p,
.sortBySelectWrapper p
    {
    text-indent: 3px;
}
.sortBySelectWrapper{
    position: relative;
    right: 0;
    left: auto;
    height: 40px;
    padding: 0;
    z-index: 1;
    margin-left: auto;
    /* margin-right: 70px; */
    /* background-color: #c6d5c7; */
    font-family: 'EnglishEgyptianWeb', sans-serif;
    font-size: 15px;
    cursor: pointer;
}

.sortBySelectWrapper ul{
    padding: 0;
}

.sortBySelectWrapper ul p {
    height: 40px;
    /*text-indent: 20px;*/
    line-height: 40px;
}

.sortBySelectWrapper ul hr {
    border-bottom: 2px solid black;
}

.sortBySelectWrapper.closed{
    height: 40px;
    overflow: hidden;
    border-bottom: 2px solid black;
    /* background: #c6d5c7; */
}

.sortBySelectWrapper.open{
    height: auto;
    overflow: hidden;
    background: var(--red);
}

.sortBySelect li {
    list-style-type: none;
    cursor: pointer;
    padding: 0 5px;
    margin: 0;
    height: 41.66px;
    padding-left: 24px;
    text-indent: -19px;
}

.sortBySelect li:hover {
    background-color: var(--blue);
}

.sortBySelect li::before {
    font-family: FontAwesome;
    content: "\f0c8";
    padding-right: 5px;
}

.sortBySelect li.active::before {
    font-family: FontAwesome;
    content: "\f14a";
    padding-right: 5px;
}

.sortBySelect li.active {
    background-color: var(--blue);
}

.locationsSelectWrapper{
    height: 40px;
    padding: 0;
    margin: 0;
    z-index: 1000;
    /* background-color: #c6d5c7; */
    cursor: pointer;
}

.locationsSelectWrapper ul{
    padding: 0;
}

.locationsSelectWrapper ul p {
    height: 40px;
    /*text-indent: 20px;*/
    line-height: 40px;
}

.locationsSelectWrapper ul hr {
    border-bottom: 2px solid black;
}

.locationsSelectWrapper.closed{
    height: 40px;
    overflow: hidden;
    border-bottom: 2px solid black;
    /* background: #c6d5c7; */
}

.locationsSelectWrapper.open{
    height: auto;
    overflow: hidden;
    background: var(--blue-light);
}

.artistsSelect li {
    list-style-type: none;
    cursor: pointer;
    padding: 0 5px;
    margin: 0;
    min-height: 41.66px;
    line-height: 41.66px;
    padding-left: 24px;
    text-indent: -19px;

}

.artistsSelect li:hover {
    background-color: var(--blue);
}

.artistsSelect li::before {
    font-family: FontAwesome;
    content: "\f0c8";
    padding-right: 5px;
}

.artistsSelect li.active::before {
    font-family: FontAwesome;
    content: "\f14a";
    padding-right: 5px;
}

.artistsSelect li.active {
    background-color: var(--blue);
}

.artistsSelectWrapper{
    height: 40px;
    padding: 0;
    margin: 0;
    z-index: 1000;
    /* background-color: #c6d5c7; */
    cursor: pointer;
}

.artistsSelectWrapper ul{
    padding: 0;
}

.artistsSelectWrapper ul p {
    height: 40px;
    /*text-indent: 20px;*/
    line-height: 40px;
}

.artistsSelectWrapper ul hr {
    border-bottom: 2px solid var(--black);
}

.artistsSelectWrapper.closed{
    height: 40px;
    overflow: hidden;
    border-bottom: 2px solid var(--black);
    /* background: #c6d5c7; */
    /* background: transparent; */
}

.artistsSelectWrapper.open{
    height: auto;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    /* background: #c6d5c7; */
}

.categoriesSelect li {
    list-style-type: none;
    cursor: pointer;
    padding: 0 5px;
    margin: 0;
    height: 41.66px;
    line-height: 41.66px;
    padding-left: 24px;
    text-indent: -19px;
}

.categoriesSelect li:hover {
    background-color: var(--blue);
}

.categoriesSelect li::before {
    font-family: FontAwesome;
    content: "\f0c8";
    padding-right: 5px;
}

.categoriesSelect li.active::before {
    font-family: FontAwesome;
    content: "\f14a";
    padding-right: 5px;
}

.categoriesSelect li.active {
    background-color: var(--blue);
}

.categoriesSelectWrapper{
    height: 40px;
    padding: 0;
    margin: 0;
    z-index: 1000;
    cursor: pointer;
    /* background-color: #c6d5c7; */
    background: transparent;
}

.categoriesSelectWrapper ul{
    padding: 0;
}

.categoriesSelectWrapper ul p {
    height: 40px;
    /*text-indent: 20px;*/
    line-height: 40px;
}

.categoriesSelectWrapper ul hr {
    border-bottom: 2px solid black;
}

.categoriesSelectWrapper.closed{
    height: 40px;
    overflow: hidden;
    border-bottom: 2px solid black;
    /* background: #c6d5c7; */
    /* background: transparent; */
}

.categoriesSelectWrapper.open{
    height: auto;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    background: var(--blue-light);
}

#custom_search_submit.button{
    margin: 0;
    display: inline-block;
    width: 100%;
}

#custom_search_clear.button{
    margin: 0;
    display: inline-block;
    width: 100%;
}

#custom_search_submit.hidden{
    display: none;
}

#custom_search_clear.hidden{
    display: none;
}

.map-filters-wrapper.custom_artwork_filter {
        /*width: 100%;*/
        /*clear: both;*/
        /*margin: 0 0 40px;*/
    }
.map-filters-wrapper.custom_artwork_filter .hidden {
    display: none !important
}
.map-filters-wrapper.custom_artwork_filter #custom_search_term {
    /*float: left;*/
    width: 100%;
    height: 50px;
    /*max-width: 350px;*/
    /*padding: 7px 20px;*/
    /*box-sizing: border-box;*/
    /*border-bottom: none;*/
    /*margin: 0 0 0 0;*/
    /*background: #f5f5f5;*/
    /*border-radius: 1000px 0 0 1000px;*/
    height: 50px;
    /*text-indent: 20px;*/
    line-height: 50px;
    border-bottom: 2px solid black;
    background: #c6d5c7;
    
}
.map-filters-wrapper.custom_artwork_filter #custom_search_submit,
.map-filters-wrapper.custom_artwork_filter #custom_search_clear {
    padding: 5px 0;
    margin: 0 15px 0 0;
    border-radius: 0 1000px 1000px 0;
}
.map-filters-wrapper.custom_artwork_filter #custom_search_submit span,
.map-filters-wrapper.custom_artwork_filter #custom_search_clear span {
    padding: 10px 20px;
    min-height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}   
.map-filters-wrapper.custom_artwork_filter #custom_search_submit span i,
.map-filters-wrapper.custom_artwork_filter #custom_search_clear span i {
    font-size: 17px;
}

/*@media screen and (max-width: 600px) {*/
/*     .m-switch-button-checkbox + .m-switch-button-label {*/
/*         padding: 12px 0;*/
/*    }*/
/*}*/

 .records_list.simple_list_format.detail_list.e_map_grid .content .list_main_content {
     width: 100%;
}
 .records_list.detail_list.e_map_grid {
     z-index: 1;
     position: relative;
}
 .exhibitions_grid_panel.slide-in-open .records_list.detail_list.e_map_grid {
     opacity: 0;
     pointer-events: none;
}
 .records_list.detail_list.e_map_grid ul {
     margin-right: 0;
     padding-right: 0;
     box-sizing: border-box;
     display: flex;
     flex-wrap: wrap;
     flex-direction: row;
     justify-content: space-between;
}
 .records_list.detail_list.e_map_grid ul li {
     width: calc(33.33% - 20px);
     padding: 0;
     margin-bottom: 30px;
     box-sizing: border-box;
     display: flex;
     flex-direction: column;
     background-color: var(--offwhite);
     transform: none !important;
     opacity: 1 !important;
}
 @supports (display: grid) {
     .records_list.detail_list.e_map_grid ul {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
         grid-gap: 30px;
    }
     .records_list.detail_list.e_map_grid ul li {
         width: auto;
         margin-bottom: 0;
    }
}
 .records_list.detail_list.e_map_grid ul li.drag-ghost {
     opacity: 0.8;
}
 .records_list.detail_list.e_map_grid ul li .image {
     margin-bottom: 0;
     width: 100%;
     float: none;
}
 .records_list.detail_list.e_map_grid ul li .image::after {
     content: "";
     display: block;
     padding-top: 67%;
     /*background: #8aa896;*/
}
 .records_list.detail_list.e_map_grid ul li .image img {
     user-select: none;
     pointer-events: none;
     border-top-left-radius: 7px;
     border-top-right-radius: 7px;
}
 .records_list.detail_list.e_map_grid ul li .content {
    /* width: 62%;
     */
     width: 100%;
     padding: 18px;
     display: flex;
     flex-direction: column-reverse;
     position: relative;
     z-index: 99;
}
 .records_list.detail_list.e_map_grid ul li .content h2 {
     font-size: 1.75rem;
}
 .records_list.simple_list_format.e_map_grid .content .location {
     font-size: 1.3rem;
     color: #837e7e;
}
 .records_list.detail_list.e_map_grid ul li .content .list_main_content {
     z-index: 2;
     position: relative;
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar {
     display: flex;
     align-items: flex-end;
     justify-content: flex-end;
     width: 100%;
     position: absolute;
     top: -26px;
     right: 0;
     z-index: 1;
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar > button {
     margin-left: 0;
     cursor: pointer;
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar > button, .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar > button i, .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar > button.artwork_favourite_btn i {
     font-size: 20px;
     line-height: 1em;
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar > button:hover i {
     transform: scale(1.15);
     transition: transform 120ms ease-out;
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar > button i, .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar > button.artwork_favourite_btn i {
     top: 16px;
     left: 16px;
}
 button.map_add {
     cursor: pointer;
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.artwork_favourite_btn {
     margin-top: 0;
     color: #222;
     background: var(--offwhite);
     width: 52px;
     height: 52px;
     border-radius: 100px;
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add {
     color: #222;
     background: var(--offwhite);
     display: inline-block;
     vertical-align: middle;
     position: relative;
     z-index: 2;
     width: 52px;
     height: 52px;
     border-radius: 100px;
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.start, .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.end {
     transform: scale(1.3);
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.active i {
     color: #00c986;
     font-weight: bold;
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.start i, .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.active.start i {
     color: #17a1c6;
     font-weight: bold;
     position: relative;
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.start i::before, .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.active.start i::before, #e_slideInDetailPanel .map_content_toolbar > button.map_add.active.start i::before {
     content: "\f041";
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.start i::after, .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.active.start i::after, #e_slideInDetailPanel .map_content_toolbar > button.map_add.active.start i::after {
     content: "A";
     font-family: "EnglishEgyptianWeb", Sans-Serif;
     color: #fff;
     position: absolute;
     left: 3px;
     top: 1px;
     font-size: 12px;
     line-height: 1em;
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.end i, .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.active.end i {
     color: #f42e2c;
     font-weight: bold;
     position: relative;
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.end i::before, .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.active.end i::before, #e_slideInDetailPanel .map_content_toolbar > button.map_add.active.end i::before {
     content: "\f041";
}
 .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.end i::after, .records_list.detail_list.e_map_grid ul li .content .map_content_toolbar button.map_add.active.end i::after, #e_slideInDetailPanel .map_content_toolbar > button.map_add.active.end i::after {
     content: "Z";
     font-family: "EnglishEgyptianWeb", Sans-Serif;
     color: #fff;
     position: absolute;
     left: 3px;
     top: 1px;
     font-size: 12px;
     line-height: 1em;
}
 .records_list.detail_list.e_map_grid ul li .description, .records_list.detail_list.e_map_grid ul li .button-wrapper, .records_list.detail_list.e_map_grid ul li .navigate_to {
     display: none !important;
}
 .e_map_grid:not(.points-active) .points {
     visibility: hidden;
     position: absolute;
     width: 1px;
     height: 1px;
     pointer-events: none;
     display: block;
}
 .e_map_grid.points-active .map_content_toolbar.map_pin_selected .points_drop_icon {
     display: block;
}


.e_map_grid.points-active .map_content_toolbar.map_pin_selected .points,
#e_slideInDetailPanel.points-active .map_add.active + .points-wrapper .points {
  height: auto;
  width: 20px;
  padding: 0;
  position: relative;
  pointer-events: auto;
  visibility: visible;
  cursor: pointer;
  padding-top: 8px;
}

/* #e_slideInDetailPanel {
     z-index: 99;
    height: calc(100vh - 50px);
     width: 100%;
     background: #fff;
     display: flex;
     flex-direction: column;
     overflow: auto;
}

*/

/* #e_slideInDetailPanelInner {
     width: 100%;
    background: var(--offwhite);
     min-height: 100%;
}

*/
/* #e_slideInDetailPanel .image {
     display: block;
     height: auto;
     margin: 0;
     background: none;
     position: relative;
     background: #000;
}
 #e_slideInDetailPanel .image > span {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: auto;
     display: -webkit-flex;
     display: flex;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-justify-content: center;
     justify-content: center;
}
*/
/* #e_slideInDetailPanel .image::after {
     content: '';
     display: block;
     padding-top: 50%;
}
*/
/* #e_slideInDetailPanel .image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}

*/


/* #e_slideInDetailPanel .map_content_toolbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
    column-gap: 20px;
    padding: 20px;
    position: relative;
    background: rgba(0,0,0,0.03);
}

*/
 #e_slideInDetailPanel .map_content_toolbar .list_main_content {
    flex-grow: 1;
}

#e_slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper {
    min-width: 288px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

 #e_slideInDetailPanel .list_main_content  > a {
    min-height: 100%;
    min-width: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    width: 100%;
    flex-direction: column;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2
}
#e_slideInDetailPanel .list_main_content a,
#e_slideInDetailPanel .list_main_content h2,
#e_slideInDetailPanel .list_main_content .location {
    /*color:#fff;*/
    text-decoration: none;
    margin-bottom: 0
}
#e_slideInDetailPanel .list_main_content a::before {
    content: '';
    margin-bottom: auto;
    height:20px;
}
#e_slideInDetailPanel .list_main_content .location {
    margin-top: auto;
}
 #e_slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button, 
 #e_slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > .button {
     background-color: #F3ECE4;
     width: 60px;
     height: 60px;
     border-radius: 1000px;
     font-size: 20px;
     margin: 0 18px;
     display: flex;
     align-items: center;
     justify-content: center;
}
 #e_slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.map_add:before {
     content: 'Add to route';
     position: absolute;
     bottom: 16px;
     font-size: 13px;
     white-space: nowrap;
     line-height: 10px;
     color:#111 !important;
}
 #e_slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.artwork_favourite_btn:before {
     content: 'Favourite';
     position: absolute;
     bottom: -3px;
     font-size: 13px;
     white-space: nowrap;
     line-height: 10px;
     color:#111 !important;
}
 #e_slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > a.navigate_to:before {
     content: 'Navigate';
     position: absolute;
     bottom: -4px;
     font-size: 13px;
     white-space: nowrap;
     line-height: 10px;
     color:#111 !important;
}
 #e_slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper .points_drop_icon {
     display: none 
}
 #e_slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.artwork_favourite_btn i {
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     font-size: 20px;
}
 #e_slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.map_add.active {
     background: rgb(0,201,134);
     color: #fff;
     margin-right: 0;
}
 #e_slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper > button.map_add.active.start {
     background: #17a1c6;
     color: #fff;
}
 #e_slideInDetailPanel .map_content_toolbar  .slideInButtonsWrapper > button.map_add.active.end {
     background: #f42e2c;
     color: #fff;
}
/* #e_slideInDetailPanel .description {
     padding: 30px;
     box-sizing: border-box;
     width: 100%;
}
 #e_slideInDetailPanel .button-wrapper {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     border-top: 1px solid #DDDDDD;
     padding: 20px 30px;
     box-sizing: border-box;
     margin-top: auto;
}
 #e_slideInDetailPanel .button-wrapper a {
     margin-top: 0 
}
*/
/* #e_slideInDetailPanelClose {*/
/*     background: var(--offwhite);*/
/*     border-radius: 50px;*/
/*     width: 48px;*/
/*     height: 48px;*/
/*     position: absolute;*/
/*     right: 50%;*/
/*     transform: translateX(50%);*/
/*     top: 30px;*/
/*     z-index: 200;*/
/*     display: block;*/
/*     cursor: pointer;*/
/*}*/
/* #e_slideInDetailPanelClose i {*/
/*     width: 20px;*/
/*     height: 20px;*/
/*     display: block;*/
/*     margin: 0 auto;*/
/*     line-height: 20px;*/
/*}*/
 #e_slideInDetailPanel .map_content_toolbar > button.map_add.active.start i {
     font-weight: bold;
     position: relative;
}
 .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.start i::before, 
 .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.active.start i::before {
     content: "\f041";
}

 #e_slideInDetailPanel .map_content_toolbar > button.map_add.active.start i::before,
 #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper  button.map_add.active.start i::before {
     content: "\f041";
     font-weight: bold;
     font-size: 24px;
}

 #e_slideInDetailPanel .map_content_toolbar > button.map_add.active.start i::after,
 #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper  button.map_add.active.start i::after {
     content: "A";
     font-family: 'EnglishEgyptianWeb', Sans-Serif;
     color: #fff;
     position: absolute;
     left: auto;
     top: 3px;
     right: 4px;
     font-size: 12px;
     line-height: 1em;
}

.records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.start i::after, 
 .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.active.start i::after {
     content: "A";
     font-family: 'EnglishEgyptianWeb', Sans-Serif;
     color: #fff;
     position: absolute;
     left: 3px;
     top: 1px;
     font-size: 12px;
     line-height: 1em;
}

 #e_slideInDetailPanel .map_content_toolbar > button.map_add.active.start i::after {
     color:#17a1c6;
}
 #e_slideInDetailPanel .map_content_toolbar > button.map_add.active.end i {
     font-weight: bold;
     position: relative;
}
 .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.end i::before, 
 .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.active.end i::before {
     content: "\f041";
     font-weight: bold;
}

 #e_slideInDetailPanel .map_content_toolbar > button.map_add.active.end i::before,
 #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper  button.map_add.active.end i::before {
     content: "\f041";
     font-weight: bold;
     font-size: 24px;
}

 .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.end i::after, 
 .records_list.detail_list.map_grid ul li .content .map_content_toolbar button.map_add.active.end i::after {
     content: "Z";
     font-family: 'EnglishEgyptianWeb', Sans-Serif;
     color: #fff;
     position: absolute;
     left: 3px;
     top: 1px;
     font-size: 12px;
     line-height: 1em;
}

 #e_slideInDetailPanel .map_content_toolbar > button.map_add.active.end i::after,
 #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper  button.map_add.active.end i::after{
     content: "Z";
     font-family: 'EnglishEgyptianWeb', Sans-Serif;
     color: #fff;
     position: absolute;
     left: auto;
     top: 3px;
     right: 5px;
     font-size: 12px;
     line-height: 1em;
}

 #e_slideInDetailPanel .map_content_toolbar > button.map_add.active.end i::after,
 #slideInDetailPanel .map_content_toolbar .slideInButtonsWrapper  button.map_add.active.end i::after {
     /*color:#f42e2c;*/
}
 .map_grid.points-active .map_content_toolbar.map_pin_selected .points, 
 #e_slideInDetailPanel.points-active .map_add.active + .points-wrapper .points, 
 #slideInDetailPanel.points-active .map_add.active + .points-wrapper .points {
     height:auto;
     width: 25px;
     padding: 0;
     position: relative;
     pointer-events:auto;
     visibility: visible;
     cursor: pointer;
     padding-top: 8px;
         background: transparent;
             position: absolute;
    top: 11px;
    margin: 0;
    right: -15px;
    /* right: 0; */
    text-indent: -9999px;
}
#slideInDetailPanel.points-active .map_add.active + .points-wrapper .points {
    right: 0;
}
 #e_slideInDetailPanel.points-active .map_add.active + .points-wrapper .points {
     height: 36px;
     width: 36px;
}
 #e_slideInDetailPanel.points-active .map_add.active + .points-wrapper .points_drop_icon {
     display: block;
     right: 0;
     bottom: 2px;
     width: 100%;
}
 /* ---------------------
   Accordion
   --------------------- */

.feature_panels_inner .panel_accordion_custom {
    display: flex;
    padding: 90px 0;
    margin: 0;
}

.panel_accordion_custom .panel_header {
    flex: 1;
    padding-right: 3.2rem;
    padding-top: 0;
    border: unset;
    text-align: left;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

.panel_accordion_custom .panel_header h2 {
    /* margin-bottom: 4.8rem; */
}

.panel_accordion_custom .panel_header .subtitle {
    font-size: var(--text-2xl);
    line-height: var(--lh-2xl);
    flex-grow: 1;
}

.panel_accordion_custom .panel_header .button {
    width: max-content;
}

.panel_accordion_custom .accordion_custom {
    flex-basis: 75%;
}

.accordion {
    padding: 0;
    list-style: none;
    border-top: 3px solid var(--red);
    color: var(--black);
}

.accordion_item {
    border-bottom: 3px solid var(--red);
}

/* Thumb */
.accordion_thumb {
    margin: 0;
    padding: 2.4rem 0;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto max-content;
    align-items: center;
}



.accordion_thumb h2 {
    font-size: var(--text-2xl);
    line-height: var(--lh-2xl);
    font-family: 'Caslon Ionic Web', Sans-Serif;
    font-weight: normal;
    margin: 0;
    padding-right: 20px;

}

.accordion_icon {
    background: var(--red);
    width: 6rem;
    height: 6rem;
    padding: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    transform: rotate(0deg);
    transition: 0.75s all cubic-bezier(.71, -0.88, .32, 1.68);
}

.accordion_icon::before,
.accordion_icon::after {
    content: "";
    width: 60%;
    height: 3px;
    background: var(--black);
    display: block;
}

.accordion_icon::after {
    transform: rotate(90deg);
    transition: 0.3s all ease;
    position: absolute;
}

.accordion_thumb:hover .accordion_icon {
    transform: rotate(90deg);
}
/* Panel */
.accordion_panel {
    margin: 0;
    display: none;
    padding-bottom: 3.2rem;
}

.accordion_panel--inner {
    display: flex;
    gap: 3.2rem;
}

.accordion_panel .image {
    flex-basis: 25%;
}

.accordion_panel .content {
    flex-basis: 75%;
}

.accordion_panel .subtitle {
    font-weight: bold;
    font-size: var(--text-lg);
    display: block;
    max-width: 65ch;
}

.accordion_panel .subtitle {
    display: block;
}

.accordion_panel .description {
    margin-top: 1.6rem;
    max-width: 65ch;
}

/*------- accordion theme styles ---------*/
.panel_type_3007.panel_theme_2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFE700;
    z-index: -1;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.panel_type_3007.panel_theme_2 .accordion_icon {
    background-color: #E0A093;
}
.panel_type_3007.panel_theme_2 .accordion,
.panel_type_3007.panel_theme_2 .accordion_item {
    border-color: #E0A093;
}


/* Active */
.accordion_item.is_active .accordion_icon {
    transform: rotate(180deg);
}

.accordion_item.is_active .accordion_icon::after {
    transform: rotate(0);
}
.lead_text {
    font-family: 'EnglishEgyptianWeb', Sans-Serif;
    text-transform: uppercase;
    font-size: var(--text-5xl);
    line-height: var(--lh-5xl);
    margin-bottom: 3.2rem;
}

body.section-live-tours .feature_panel_advanced_map,
body.section-curated-routes .feature_panel_advanced_map {
    margin: 0 !important
}
body.section-live-tours .feature_panels_inner > ul .panel_type_11,
body.section-curated-routes .feature_panels_inner > ul .panel_type_11 {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    padding: 90px 70px;
    background: var(--offwhite);
    box-sizing: border-box;
    margin: 0 -50vw;
    display: flex;
    align-items: center;
}

body.section-live-tours .panel_type_11 .reveal_more_text_container,
body.section-curated-routes .panel_type_11 .reveal_more_text_container {
    max-width: 65ch;
}


body.section-live-tours .panel_type_11 .profile_wrapper > *,
body.section-curated-routes .panel_type_11 .profile_wrapper > * {
    width: 75%;
}

body.section-live-tours .panel_type_11 .profile_wrapper,
body.section-curated-routes .panel_type_11 .profile_wrapper {
    display: flex;
    justify-content: center;
}
body.section-live-tours .reveal_more_text_container.inview_element.ani-group .ani-in,
body.section-curated-routes .reveal_more_text_container.inview_element.ani-group .ani-in {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
}

body.section-live-tours .reveal_more_text_container.inview_element.ani-group.visible .ani-in,
body.section-curated-routes .reveal_more_text_container.inview_element.ani-group.visible .ani-in {
    opacity: 1.0;
    transform: translate3d(0, 0, 0);
    transition: transform 1200ms cubic-bezier(0.0, 0.0, 0.2, 1), opacity 1200ms cubic-bezier(0.0, 0.0, 0.2, 1);
}

body.section-live-tours .reveal_more_text_container.inview_element.ani-group.visible .ani-in:first-child,
body.section-curated-routes .reveal_more_text_container.inview_element.ani-group.visible .ani-in:first-child {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

body.section-live-tours .reveal_more_text_container.inview_element.ani-group.visible .ani-in:nth-child(2),
body.section-curated-routes .reveal_more_text_container.inview_element.ani-group.visible .ani-in:nth-child(2) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

body.section-live-tours .reveal_more_text_container.inview_element.ani-group.visible .ani-in:nth-child(3),
body.section-curated-routes .reveal_more_text_container.inview_element.ani-group.visible .ani-in:nth-child(3) {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}
.reveal_more_text_container .initial_content {
    display: flex;
    flex-direction: column;
}
#curated_route_for_map {
    display: none;
    visibility: hidden;
}
.archive-galleries-list .fp_title {
    font-size: 4rem;
    line-height: 4.1rem;
    padding-top: 44px;
}
.archive-galleries-list ul {
    list-style: none;
    column-count: 4;
    margin: 0 auto;
    max-width: 1500px;
    box-sizing: border-box;
    margin-top: 54px;
    padding: 0;
    column-gap: 30px;
}
.archive-galleries-list ul li {
    line-height: 2.4rem;
    margin-bottom: 15px;
}


#sub_nav.navigation ul li {
    margin-bottom: 15px !important;
    opacity: 0.75;
}
#sub_nav.navigation ul li.active,
#sub_nav.navigation ul li:hover {
    opacity: 1;
}

.map_content_toolbar:has(select) .a-z-icon::before {
    content: url('/images/A-Z.svg');
}

.map_content_toolbar:has(select) .points-wrapper:hover .a-z-icon::before {
    content: url('/images/Z-A.svg');
    margin-left: 2px;
}

.map_add.active .a-z-icon {
    transform: scale(0.6);
    width: fit-content;
}

.feature_panels .panel_hero .hero_heading .description a.cms_button {
    color: #000;;
}

#header {
    overflow: visible !important;
}

.fp_sub_nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 80px;
}

.fp_sub_nav a {
    text-decoration: none;
    width: fit-content;
}

.fp_sub_nav a::after {
    position: relative;
}

.section-galleries-handbook li.panel  {
    scroll-margin-top: 100px;
}

.infowindow-location {
    font-family: 'EnglishEgyptianWeb', Sans-Serif;
    max-width: 180px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    background: var(--red);
    color: var(--offwhite);
}

.gm-style .gm-style-iw-tc::after {
    background: var(--red);
}

/* ------------------------------- */
/* Live tours */
/* ------------------------------- */

.section-live-tours #hero_header #hero_heading .button a {
    color: #fff;
}

.section-live-tours #hero_header #hero_heading .live_tour_information {
    display: flex;
    flex-direction: column;
}

.section-live-tours #hero_header #hero_heading .live_tour_information .button {
    margin: auto;
    margin-top: 25px;
}

.section-live-tours #hero_heading .live_tour_information {
    margin-top: 50px;
}
