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

.desktop-only {
    
}
.mobile-only {
    display: none;
}
.hidden-off-screen {
    visibility: hidden !important;
}



/* Changed to bump above the discover overlay z index */
#popup_overlay {
    z-index: 2510;
}
#popup_box {
    z-index: 2600;
}
#contact_form_overlay {
    z-index: 2700;
}

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

    body.pageload-ajax-navigation-active.first-load-complete #preloader {
        height: 3px;
        background: #fff;
        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 !important;
        min-height: 100vh;
    }
    
    .header-fixed-wrapper {
        position: sticky;
        top: 0;
        min-height: 218px;
        background: none !important;
    }
    .section-home .header-fixed-wrapper,
    .section-vip .header-fixed-wrapper,
    body.layout-hero-header.layout-fixed-header .header-fixed-wrapper {
        min-height: 0;
    }
        .page-top-header-proximity .header-fixed-wrapper {
            position: relative;
        }
        body.cms-frontend-toolbar-active .page-top-header-proximity .header-fixed-wrapper {
            top: 0;
        }
    #header {
        overflow: visible !important;
        background: none !important;
        box-shadow: none !important;
        pointer-events: none !important;
        transition: transform 400ms cubic-bezier(.65,.06,.19,.96) !important;
        overflow-anchor: none;
        transform: translateX(0);
        float: left;
        width: 100%;
        box-sizing: border-box;
    }
        .section-root #header {
            display: none;
        }
        body .scrolling-up.scroll_animation_onscreen:not(.page-top-header-proximity) #header.header_fixed:not(.header_fixed_no_follow),
        body .page-top-proximity:not(.page-top-header-proximity) #header.header_fixed:not(.header_fixed_no_follow),
        body .page-header-sticky-active #header.header_fixed:not(.header_fixed_no_follow) {
            transform: translate3d(0, -150%, 0);
        }
        body .scrolling-up.page-top-proximity.page-top-header-proximity #header.header_fixed:not(.header_fixed_no_follow) {
            transform: none;
            transition: none !important;
        }
        body .scrolling-down.page-top-proximity #header.header_fixed:not(.header_fixed_no_follow) {
            transition: none !important;
        }
        body .scrolling-down.page-top-header-proximity #header.header_fixed:not(.header_fixed_no_follow) {
            transform: none;
            transition: none !important;
        }
        
        body .page-scroll:not(.page-top-header-proximity) #header {
            background: #fff !important;
            box-shadow: 0 1px 8px rgba(0,0,0,0.2) !important;
            padding-left: 20px;
            padding-right: 20px;
        }
        body .page-scroll.scroll_animation_visible:not(.page-top-header-proximity) #header {
            transform: translate3d(0, -150%, 0);
        }
            body .page-scroll:not(.page-top-header-proximity) #header .inner {
                padding-top: 20px;
                padding-bottom: 20px;
            }
                body .page-scroll:not(.page-top-header-proximity) #header #logo,
                body .page-scroll:not(.page-top-header-proximity) #header #logo a {
                    width: 120px;
                    height: 73px;
                }
            body .page-scroll:not(.page-top-header-proximity) #header #menu #menu_open,
            body .page-scroll:not(.page-top-header-proximity) #header #immediate_nav ul li a, 
            body .page-scroll:not(.page-top-header-proximity) #header #immediate_nav ul li a:visited {
                font-size: 16px;
                line-height: 22px;
            }
            body .page-scroll:not(.page-top-header-proximity) #header #immediate_nav ul li {
                margin: 0 20px 0 0;
            }
        
    body #container.footer-header-overlap #header {
        transform: translate3d(0, -150%, 0);
    }
        #header * {
            pointer-events: auto;
        }
        #header .inner, 
        #header.header_fixed .inner {
            max-width: 100%;
            padding: 30px 0;
            border: 0;
            pointer-events: none;
        }
            .hero-header-alternative-layout #container.page-top-header-proximity #header #logo a:before {
                opacity: 0;
            }
            .hero-header-alternative-layout #container.page-top-header-proximity #header #logo a:after {
                opacity: 1;
            }
            .hero-header-alternative-layout #container.page-top-header-proximity #immediate_nav ul li a, 
            .hero-header-alternative-layout #container.page-top-header-proximity #immediate_nav ul li a:visited,
            .hero-header-alternative-layout #container.page-top-header-proximity #header #menu #menu_open {
                color: #fff !important;
            }
            .hero-header-alternative-layout #container.page-top-header-proximity #header #menu #menu_open:after {
                filter: invert(1) brightness(2);
            }
            
        .type-fullscreen #header, 
        .layout-hero-header #header, 
        .header-fixed-wrapper #header {
            padding-left: 30px !important;
            padding-right: 30px !important;
        }
        .scrollr_animation_active:not(.nav-overlay-open):not(.tabbing-detected) #container.page-top #header,
        .scrollr_animation_active:not(.nav-overlay-open):not(.tabbing-detected) #container.page-top-proximity #header {
            transform: translate3d(0, -150%, 0);
        }
        body.fancybox-lock #header {
            transform: none;
        }
    

    /* Logo
    ---------------------------------------- */
        
        #logo {
            width: 195px;
            height: 112px;
            max-height: none !important;
            pointer-events: none;
            margin: 0 !important;
            transition: opacity 400ms linear;
            position: relative;
            z-index: 3000;
        }
        .browser-msie #logo {
            flex-grow: 1 !important;
        }
            #logo a {
                display: block;
                width: 195px;
                height: 112px;
                text-indent: -9999px;
                overflow: hidden; /* Perf improvement for text-ind */
                pointer-events: auto;
                position: relative;
                transition: width 200ms cubic-bezier(.65,.06,.19,.96), height 200ms cubic-bezier(.65,.06,.19,.96);
            }
                #logo a:before {
                    display: block;
                    content: '';
                    background: url(/images/armory_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/armory_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;
                }
                
                    
            .armory_logo {
                max-width: 200px;
            }
                .armory_logo a, 
                .armory_logo span {
                    text-indent: -9999px;
                    background: url(/images/armory_logo.svg) 0 0 no-repeat;
                    background-size: contain;
                    pointer-events: auto;
                    height: 0;
                    padding-top: 61%;
                    display: block;
                }
                .armory_logo.armory_logo_reversed a, 
                .armory_logo.armory_logo_reversed span {
                    background-image: url(/images/armory_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;
            }
           
    /* Cookie notification
    ---------------------------------------- */
         
        #cookie_notification .inner #cookie_notification_message {
            max-width: 900px;    
        }
        
    
    /* 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;
            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 a,
                #immediate_nav ul li a:visited {
                    text-decoration: none;
                    color: #222 !important;
                    font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                    font-size: 20px;
                    line-height: 20px;
                    display: block;
                    /*text-shadow: -5px 0px 20px rgb(255 255 255 / 50%);*/
                }
        
        #discover_menu {
            min-height: 46px;
            padding: 16px 16px 15px 15px;
            box-sizing: border-box;
            font-size: 14px;
            line-height: 14px;
            background: #CE00B0;
            cursor: pointer;
            white-space: nowrap;
            color: #fff;
            font-family: 'Relative', Sans-Serif;
            text-transform: uppercase;
            letter-spacing: 0.2px;
            outline-offset: -8px;
        }
        #discover_menu.not-supported {
            display: none !important;
        }
            #discover_menu:before {
                content: '';
                display: inline-block;
                background: url(/images/discover_icon.svg);
                height: 15px;
                width: 15px;
                margin: -1px 4px 0 0;
                vertical-align: middle;
                transition: opacity 400ms linear, transform 600ms cubic-bezier(.65,.06,.19,.96);
            }
            #discover_menu:hover:before {
                transform: rotate(180deg);
            }
        
        #favourites_widget {
            margin: 0 0 0 0;
            transition: all 400ms linear;
            float: right;
            padding: 6px 15px 5px 5px;
            white-space: nowrap;
        }
            #favourites_widget #favourites_count .fas {
                display: none;
            }
            #favourites_widget #favourites_count {
                display: flex;
            }
            #favourites_widget a,
            #favourites_widget a:visited {
                display: block;
                text-decoration: none;
                text-shadow: -5px 0px 20px rgb(255 255 255 / 20%);
                outline-color: white;
                outline-offset: 4px;
            }
            #favourites_widget .fa {
                color: #fff;
                font-size: 14px;
                line-height: 14px;
                margin-right: 2px;
            }
            #favourites_widget .favourites-count {
                color: #fff;
                font-family: 'Relative', Sans-Serif;
                text-transform: uppercase;
                letter-spacing: 0.2px;
                font-weight: bold;
                font-size: 10px;
                line-height: 16px;
                margin-left: 7px;
                background: rgb(255 255 255 / 36%);
                border-radius: 100px;
                width: 17px;
                height: 17px;
                text-align: center;
                margin-top: -1px;
            }
            #favourites_widget .favourites-label {
                color: #fff;
                font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                font-size: 14px;
                line-height: 14px;
                margin-left: 7px;
            }
        
        #special_notice_toolbar {
            pointer-events: auto;
            position: fixed;
            z-index: 2001;
            top: 0;
            left: 0;
            right: 0;
            min-height: 46px;
            background: #111;
            display: flex;
            align-items: center;
            color: #fff;
            box-sizing: border-box;
            padding: 0;
            transition: opacity 400ms linear, transform 400ms cubic-bezier(.65,.06,.19,.96);
            overflow-anchor: none;
            font-size: 16px;
            line-height: 20px;
            color: #fff;
            font-family: 'Relative', Sans-Serif; 
            text-transform: uppercase; 
            letter-spacing: 0.2px; 
            font-weight: bold;
            font-size: 15px;
            line-height: 20px;
            overflow: hidden;
            will-change: opacity
        }
            body.tabbing-detected #special_notice_toolbar {
                position: relative;
            }
        body.page-popup-active #special_notice_toolbar,
        body.protected-path-login-mode #special_notice_toolbar {
            transform: translateY(-100%);
            opacity: 0;
        }
        .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 {
                top: 28px;
            }
            .special_notice_active #header {
                padding-top: 46px;
            }
            body.tabbing-detected .special_notice_active #header {
                padding-top: 0px;
            }
            
            #special_notice_toolbar .site_additional_links {
                min-width: 150px;
                text-align: left;
                white-space: nowrap;
                padding: 5px 15px;
            }
                #special_notice_toolbar .site_additional_links ul {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }
                    #special_notice_toolbar .site_additional_links ul li {
                        display: inline-block;
                        margin: 0 15px 0 0;
                        padding: 0;
                    }
                    #special_notice_toolbar .site_additional_links ul li a,
                    #special_notice_toolbar .site_additional_links ul li a:visited {
                        display: block;
                        color: #fff;
                        text-decoration: none;
                    }
            #special_notice_toolbar .site_tools {
                min-width: 150px;
                text-align: right;
                display: flex;
                align-items: center;
            }
            #special_notice_toolbar .site_closing_time  {
                white-space: nowrap;
                text-align: center;
                flex-grow: 1;
                padding: 5px 15px;
                
            }
                #special_notice_toolbar .site_closing_time .site_countdown_label_location  {
                    display: inline-block;
                    margin: 0 5px;
                    vertical-align: top;
                }
                #special_notice_toolbar .site_closing_time .site_countdown_label_dates  {
                    display: inline-block;
                    margin: 0 5px;
                    vertical-align: top;
                }
                #special_notice_toolbar .site_closing_time .site_countdown {
                    display: inline-block;
                    margin: 0 5px;
                    vertical-align: top;
                    
                }
                    #special_notice_toolbar .site_countdown .countdown_text {
                        display: inline-block;
                        margin: 0 8px 0 0;
                        vertical-align: top;

                    }
                    #special_notice_toolbar .site_countdown .countdown_container {
                        display: inline-block;
                        width: auto;
                        vertical-align: top;
                        padding-right: 80px
                    }
                    #special_notice_toolbar .site_countdown .countdown_clock {
                        display: flex;
                        position:absolute;
                        will-change: opacity;
                    }
                    #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: inline-block;
                        vertical-align: top;
                        font-size: 15px;
                        line-height: 20px;
                    }
                    #special_notice_toolbar .site_countdown .countdown .countdown_clock .numeral {
                        font-size: 15px;
                        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 8px 0 0;
                        }
                        #special_notice_toolbar .site_countdown .countdown .countdown_clock .segment:nth-of-type(3) .numeral:after {
                            content: 'h';
                            display: inline-block;
                            margin: 0px 8px 0 0;
                        }
                        #special_notice_toolbar .site_countdown .countdown .countdown_clock .segment:nth-of-type(5) .numeral:after {
                            content: 'm';
                            display: inline-block;
                            margin: 0px 8px 0 0;
                        }
                        #special_notice_toolbar .site_countdown .countdown .countdown_clock .segment:nth-of-type(7) .numeral:after {
                            content: 's';
                            display: inline-block;
                            margin: 0px 8px 0 0;
                        }
                    */
                @media screen and (max-width: 767px) {
                    #special_notice_toolbar {
                        justify-content: space-between;
                        flex-wrap: wrap;
                    }
                    #special_notice_toolbar .site_tools {
                        min-width: 0;
                        width: 100%;
                        display: flex;
                        justify-content: space-between;
                    }
                    #favourites_widget {
                        float: left;
                        padding-left: 16px;
                    }
                    #discover_menu {
                        float: right;
                    }
                    #special_notice_toolbar .site_additional_links,
                    #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;
                    }
                    #special_notice_toolbar #skiplink-container {
                        flex: 0 0 100%;
                        position: absolute;
                    }
                }
                
        
        /* 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: #111111;
                font-size: 1.2rem;
            }
        
        
        /* Menu icon
        ---------------------------------------- */
        
        #header #menu {
            text-indent: 0;
            position: relative;
            color: #fff;
            width: auto;
            height: auto;
            margin: 0;
            padding: 0;
            float: right;
        }
            #header #menu #menu_open {
                border: 0;
                padding: 0;
                box-sizing: border-box;
                cursor: pointer;
                transition: opacity 400ms linear;
                font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                color: #111;
                font-size: 20px;
                line-height: 20px;
                height: auto;
                width: auto;
                display: block;
            }
                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: 21px;
                    height: 12px;
                    position: relative;
                    z-index: 2;
                    left: auto;
                    right: auto;
                    top: auto;
                    bottom: auto;
                    vertical-align: top;
                    margin: 5px 0 0 9px;
                }
                
            #header #menu #menu_close {
                border: 0;
                padding: 0;
                box-sizing: border-box;
                cursor: pointer;
                opacity: 0;
                transform: translateX(200%);
                pointer-events: none;
                transition: opacity 400ms linear, transform 400ms cubic-bezier(.65,.06,.19,.96);
                position: absolute;
                z-index: 3000;
                top: 75px;
                right: 40px;
                color: #fff;
                font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                font-size: 20px;
                line-height: 20px;
                height: auto;
                width: auto;
                display: block;
                width: 100px;
            }
                body.nav-overlay-open #header #menu #menu_close {
                    pointer-events: auto;
                    opacity: 1;
                    transform: none;
                    transition-delay: 400ms;
                }
                #header #menu #menu_close:after {
                    content: '';
                    background: url(/images/close_icon_reverse.svg) 0 0 no-repeat;
                    background-size: 15px auto;
                    position: static;
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    position: relative;
                    z-index: 2;
                    left: auto;
                    right: auto;
                    top: auto;
                    bottom: auto;
                    vertical-align: top;
                    margin: 4px 0 0 9px;
                    width: 20px;
                    height: 20px;
                }
        
        
        /* Menu overlay
        ---------------------------------------- */
        
        #nav_overlay {
            position: fixed;
            z-index: 2500;
            top: 0;
            left: 0;
            right: 0;
            height: 100vh;
            opacity: 0;
            color: #fff;
            overflow: hidden;
            display: none !important;
            transition: all 200ms linear;
            background: #111;
        }
            .special_notice_active #nav_overlay {
                top: 46px;
            }
                body.tabbing-detected .special_notice_active #nav_overlay {
                    top: 0;
                }
            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;
            }
                body.nav-overlay-open.tabbing-detected #special_notice_toolbar {
                    display: none;
                }
            #nav_overlay .overlay-bg {
                width: 100%;
                height: 100vh;
                overflow: auto;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                background: #111;
                transform: scale(1.08);
                opacity: 0;
            }
                #nav_overlay.active .overlay-bg {
                    transition: transform 3500ms cubic-bezier(.18, 1, .21, 1), opacity 2000ms cubic-bezier(.18, 1, .21, 1);
                    transform: none;
                    opacity: 1;
                }
                #nav_overlay .overlay-bg img {
                    background: #111;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                    transition: all 1000ms linear;
                    opacity: 0;
                }
                    #nav_overlay .overlay-bg.loaded img {
                        opacity: 1;
                    }
                    
            #nav_overlay .overlay-container-outer {
                width: 100%;
                height: 100vh;
                overflow: auto;
                position: relative;
                z-index: 2;
                opacity: 1 !important;
                transform: none !important;
            }
            #nav_overlay .overlay-container-inner {
                padding: 150px 100px 180px;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 100vh;
                box-sizing: border-box;
            }
            #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;
                        opacity: 0;
                        transform: translateY(80px);
                    }
                    #nav_overlay_content nav ul li.visible {
                        opacity: 1;
                        transform: none;
                        transition: transform 2500ms cubic-bezier(.18, 1, .21, 1), opacity 1000ms cubic-bezier(.18, 1, .21, 1);
                    }
                        #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 {
                            padding: 3px 0;
                            margin: 0;
                            text-decoration: none;
                            color: #fff;
                            font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                            font-size: 65px;
                            line-height: 65px;
                            display: block;
                            width: 100%;
                            transition: all 400ms cubic-bezier(.65,.06,.19,.96);
                            text-align: center;
                        }
                        #nav_overlay_content nav ul li:hover a {
                            opacity: 0.7;
                        }
        
        
        /* Additional options
        ---------------------------------------- */
        
        #additional_options {
            position: fixed;
            z-index: 3;
            top: 50px;
            right: 50px;
            display: flex;
            flex-direction: row;
        }
        @media screen and (min-width: 768px) {
            .cms-frontend-toolbar-active #additional_options {
                top: 78px;
            }
        }
            #additional_options > div {
                transition: transform 3s cubic-bezier(.18,1,.21,1), opacity 2s cubic-bezier(.18,1,.21,1);
                transform: translateY(-50px);
                opacity: 0;
            }
                .scroller.intro2 #additional_options > div {
                    opacity: 1;
                    transition-delay: 800ms;
                    transform: none;
                }
                .scroller.intro2 #additional_options > div:nth-of-type(2) {
                    opacity: 1;
                    transition-delay: 1000ms;
                    transform: none;
                }
                .scroller.intro2 #additional_options > div:nth-of-type(3) {
                    opacity: 1;
                    transition-delay: 1200ms;
                    transform: none;
                }
            #additional_options > div:not(#vip_menu) {
                margin: 0 25px 0 0;
            }
                #additional_options > div:not(#vip_menu) > a {
                    border: 0;
                    padding: 15px 0;
                    box-sizing: border-box;
                    cursor: pointer;
                    transition: opacity 400ms linear;
                    font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                    color: #fff;
                    font-size: 18px;
                    line-height: 18px;
                    text-decoration: none;
                    display: block;
                }
        
        
        /* VIP menu
        ---------------------------------------- */
        
        #vip_menu {
            text-indent: 0;
            position: relative;
            width: auto;
            height: auto;
            margin: 0;
            padding: 0;
            z-index: 3;
            border: 1px solid #fff;
        }
            body.vip-init #vip_menu,
            body.vip-overlay-open #vip_menu {
                transform: none !important;
                transition-delay: 0ms !important;
                transition: none !important;
            }
            #vip_menu #vip_menu_open,
            #vip_menu > a {
                border: 0;
                padding: 15px 28px;
                min-width: 93px;
                box-sizing: border-box;
                cursor: pointer;
                transition: opacity 400ms linear;
                font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                color: #fff;
                font-size: 18px;
                line-height: 18px;
                text-decoration: none;
            }
            #vip_menu > a {
                display: block;
                text-align: center;
            }
                
            #vip_menu #vip_menu_close {
                border: 0;
                box-sizing: border-box;
                cursor: pointer;
                opacity: 0;
                pointer-events: none;
                transition: all 400ms linear;
                position: absolute;
                z-index: 3000;
                top: 50px;
                right: 50px;
                color: #fff;
                font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                font-size: 20px;
                line-height: 20px;
                opacity: 0;
                transform: translateX(200%);
                pointer-events: none;
                transition: opacity 400ms linear, transform 400ms cubic-bezier(.65,.06,.19,.96);
            }
                body.vip-overlay-open #vip_menu #vip_menu_close {
                    pointer-events: auto;
                    opacity: 1;
                    transform: none;
                    transition-delay: 400ms;
                }
                #vip_menu #vip_menu_close:after {
                    content: '';
                    background: url(/images/close_icon_reverse.svg) 0 0 no-repeat;
                    background-size: 15px auto;
                    position: static;
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    position: relative;
                    z-index: 2;
                    left: auto;
                    right: auto;
                    top: auto;
                    bottom: auto;
                    vertical-align: top;
                    margin: 4px 0 0 9px;
                    width: 20px;
                    height: 20px;
                }
            
        
        /* 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-bg {
                width: 100%;
                height: 100vh;
                overflow: auto;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                background: rgba(0,0,0,0.8);
                transform: scale(1.08);
                opacity: 0;
            }
                #vip_overlay.active .overlay-bg {
                    transition: transform 3500ms cubic-bezier(.18, 1, .21, 1), opacity 2000ms cubic-bezier(.18, 1, .21, 1);
                    transform: none;
                    opacity: 1;
                }
                #vip_overlay .overlay-bg img {
                    background: #111;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                    transition: all 1000ms linear;
                    opacity: 0;
                }
                    #vip_overlay .overlay-bg.loaded img {
                        opacity: 1;
                    }
                    
            #vip_overlay .overlay-container-outer {
                width: 100%;
                height: 100vh;
                overflow: auto;
                position: relative;
                z-index: 2;
            }
            #vip_overlay .overlay-container-inner {
                padding: 130px 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;
                transition: transform 2500ms cubic-bezier(.18, 1, .21, 1), opacity 1000ms cubic-bezier(.18, 1, .21, 1);
                opacity: 0;
                transform: translateY(80px);
                outline-offset: 10px;
            }
                    .tabbing-detected #vip_overlay_content:focus {
                        outline: 3px solid white;
                    }
                .active #vip_overlay_content {
                    opacity: 1;
                    transform: none;
                }
                #vip_overlay_content h2 {
                    font-size: 60px;
                    line-height: 60px;
                    font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                    color: #fff;
                    margin: 0 0 20px;
                }
                #vip_overlay_content .description {
                    margin: 0 0 40px;
                }
                #vip_overlay_content .vip_countdown {
                    margin: 0 0 40px;
                }
                    #vip_overlay_content .countdown_formatter,
                    #vip_overlay_content .vip_countdown * {
                        font-size: 24px;
                        line-height: 24px;
                    }
                    #vip_overlay_content .vip_countdown .countdown {
                        max-width: 300px;
                    }
                #vip_overlay_content .button {
                    display: inline-block;
                    float: none;
                    background: none;
                    border: 1px solid #fff;
                    margin-top: 0;
                }
                    #vip_overlay_content .button a,
                    #vip_overlay_content .button a:visited {
                        color: #fff;
                    }
    
            #vip_overlay_content #vip_access_logo {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 0 40px;
            }
                #vip_overlay_content #vip_access_logo .armory_logo {
                    min-width: 200px;
                    margin: 0 25px 0 0;
                }
                #vip_overlay_content #vip_access_logo .armory_logo_label {
                    font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                    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 .armory_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 {
    
            }
            body .navigation ul li a {
                line-height: 2rem;
                font-size: 2rem;
                letter-spacing: 0;
            }
            .navigation ul li a,
            .navigation ul li a:visited {
                color: #111111;
            }
            .navigation ul li a:hover {
                color: #111111;
            }
            .navigation ul li.active a,
            .navigation ul li.active a:visited,
            .navigation ul li.active a:hover {
                color: #111111;
            }
            
            
            /* Active line */
            .navigation ul li a{
                position: relative;
            }
                
            
            .navigation > ul li a::after {
                content: '';
                position: absolute;
                width: 100%;
                
                background: #111111;
                height: 1px;
                display: block;
                margin-top: 4px;
                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;
            }
            .navigation > ul li:not(.has_subtitle):hover a::after,
            .navigation > ul li:not(.has_subtitle).active a::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;
            }
    
    
                
            body.layout-hero-header #top_nav.navigation ul.topnav li a::after {
                background: #fff;
            }
            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: #111111;
            }
            
            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: 2rem;
            font-size: 2rem;
            letter-spacing: 0;
        }
        .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: #111111 !important;
        }


    /* Discover overlay
    ---------------------------------------- */
    
        #discover_nav_overlay {
            position: fixed;
            z-index: 2500;
            top: 0;
            left: 0;
            right: 0;
            height: 100vh;
            opacity: 0;
            color: #fff;
            display: none !important;
            transition: opacity 200ms linear;
            background: #111;
            overflow: hidden;
        }
            .special_notice_active #discover_nav_overlay {
                top: 46px;
            }
            .cms-frontend-toolbar-active .special_notice_active #discover_nav_overlay {
                top: 74px;
            }
            body.discover-nav-init {
                overflow: hidden !important;
            }
            body.discover-nav-init #discover_nav_overlay {
                display: block !important;
            }
            /*body.discover-nav-init #discover_nav_overlay #discover_nav_overlay_content * {*/
            /*    pointer-events: auto;*/
            /*}*/ /*DC - not sure what this was doing but it was somehow breaking the a tags on the floating items. Obviously this makes no sense.*/

            body.discover-nav-overlay-open #discover_nav_overlay.active {
                opacity: 1;
                transition: opacity 400ms linear;
            }
            #discover_nav_overlay .overlay-bg {
                width: 100%;
                height: 100vh;
                overflow: auto;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                background: #111;
                transform: scale(1.08);
                opacity: 0;
            }
                #discover_nav_overlay.active .overlay-bg {
                    transition: transform 3500ms cubic-bezier(.18, 1, .21, 1), opacity 2000ms cubic-bezier(.18, 1, .21, 1);
                    transform: none;
                    opacity: 1;
                }
                #discover_nav_overlay .overlay-bg img {
                    background: #111;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                    transition: all 1000ms linear;
                    opacity: 0;
                }
                    #discover_nav_overlay .overlay-bg.loaded img {
                        opacity: 1;
                    }
                    
            #discover_nav_overlay .overlay-container-outer {
                width: 100%;
                height: 100vh;
                position: relative;
                z-index: 2;
                opacity: 1 !important;
                transform: none !important;
                overflow: hidden;
            }
            #discover_nav_overlay .overlay-container-inner {
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: calc(100vh - 46px);
                box-sizing: border-box;
            }
            
            #discover_menu_close {
                border: 0;
                padding: 0;
                box-sizing: border-box;
                cursor: pointer;
                opacity: 0;
                transform: translateX(200%);
                pointer-events: none;
                transition: opacity 400ms linear, transform 400ms cubic-bezier(.65,.06,.19,.96);
                position: absolute;
                z-index: 3000;
                top: 30px;
                right: 30px;
                color: #fff;
                font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                font-size: 20px;
                line-height: 20px;
                height: auto;
                width: auto;
                display: block;
                width: 100px;
            }
                body.discover-nav-overlay-open #discover_menu_close {
                    pointer-events: auto;
                    opacity: 1;
                    transform: none;
                    transition-delay: 400ms;
                }
                #discover_menu_close:after {
                    content: '';
                    background: url(/images/close_icon_reverse.svg) 0 0 no-repeat;
                    background-size: 15px auto;
                    position: static;
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    position: relative;
                    z-index: 2;
                    left: auto;
                    right: auto;
                    top: auto;
                    bottom: auto;
                    vertical-align: top;
                    margin: 4px 0 0 9px;
                    width: 20px;
                    height: 20px;
                }
            #discover_nav_overlay_content {
                width: 100%;
            }
                #discover_nav_overlay_content #menu_sponsor_logos {
                    max-width: 500px;
                    width: 100%;
                }
                #discover_nav_overlay_content nav {
                    flex-grow: 1;
                }
                    #discover_nav_overlay_content nav ul {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }
                    #discover_nav_overlay_content nav ul li {
                        width: 100%;
                        float: left;
                        clear: both;
                        display: block;
                        margin: 0;
                        padding: 0;
                        opacity: 0;
                        transform: translateY(80px);
                    }
                    #discover_nav_overlay_content nav ul li.visible {
                        opacity: 1;
                        transform: none;
                        transition: transform 2500ms cubic-bezier(.18, 1, .21, 1), opacity 1000ms cubic-bezier(.18, 1, .21, 1);
                    }
                        #discover_nav_overlay_content nav ul li:last-child {
                            margin-bottom: 0;
                        }
                        #discover_nav_overlay_content nav ul li a,
                        #discover_nav_overlay_content nav ul li a:visited {
                            padding: 3px 0;
                            margin: 0;
                            text-decoration: none;
                            color: #fff;
                            font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                            font-size: 65px;
                            line-height: 65px;
                            display: block;
                            width: 100%;
                            transition: all 400ms cubic-bezier(.65,.06,.19,.96);
                            text-align: center;
                        }
                        #discover_nav_overlay_content nav ul li:hover a {
                            opacity: 0.7;
                        }
        
    
    /* Main content
    ---------------------------------------- */
    

    #main_content {
        padding: 20px 60px 60px;
        margin: 0 !important;
        background: #fff;
        position: relative;
        z-index: 50;
        box-sizing: border-box;
        min-height: calc(100vh - 495px);
        width:100vw;
        z-index: 1
    }
    #main_content_inner {
        /*max-width: 1600px;*/
        margin: 0 auto;
    }
    .section-root #main_content,
    .section-home #main_content,
    .section-vip #main_content {
        padding-bottom: 0;
    }
    .section-home #main_content,
    .section-vip #main_content {
        padding-top: 60px;
    }
    .section-home #main_content.discover-active,
    .section-vip #main_content.discover-active {
        padding-top: 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: 60px;
    }
    
    #content_module_intro {
        margin: -7px 0 50px;
        text-align: left;
        max-width: 1000px;
    }
    
    #content_module {
        float: right;
        padding-left: 0;
        padding-right: 0;
        width: 50%;
    }
    #sidebar {
        float: left;
        padding-left: 0;
        padding-right: 50px;
        width: 50%;
    }
        #sidebar .image:last-child {
            margin-bottom: 0;
        }
    
        /* Hero header
        ---------------------------------------- */
        
        #hero_header {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
            height: auto;
            min-height: 0;
            background: #eee !important;
            z-index: 1;
        }
        /*.cms-frontend-toolbar-active #hero_header {
            height: calc(100vh - 28px);
        }*/
            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 .inner {
                height: calc(100vh - 110px);
                min-height: 400px;
                position: relative;
                z-index: 100;
            }
            
            body:not(.page-param-type-curator_id) #hero_header.hero-alternative-layout {
                background: #111 !important;
            }
                #hero_header.hero-alternative-layout .inner {
                    height: 100vh;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    
                    justify-content: flex-start;
                }
                    #hero_header.hero-alternative-layout .inner #hero_heading {
                        width: 100%;
                        padding: 50px;
                        position: static;
                        text-align: center;
                        color: #fff;
                        
                        text-align: left;
                    }
                        #hero_header.hero-alternative-layout .inner #hero_heading .title {
                            font-size: 100px;
                            line-height: 100px;
                            margin: 0 0 6px -4px;
                            color: #fff !important;
                        }
                        #hero_header.hero-alternative-layout .inner #hero_heading .subtitle {
                            font-size: 18px;
                            line-height: 24px;
                            color: #fff !important;
                        }
                        body:not(.page-param-type-curator_id) #hero_header.hero-alternative-layout div#hero_image_responsive {
                            opacity: 1 !important;
                            background: #333 !important;
                        }
                        #hero_header.hero-alternative-layout div#hero_image_responsive:after,
                        #hero_header.hero-alternative-layout div#hero_image_responsive:before {
                            display: none !important;
                        }
                        #hero_header.hero-alternative-layout div#hero_image_responsive .masks {
                            transform: translate(-50%,-50%) rotate(-0) scale(0.8);
                        }
                        #hero_header.hero-alternative-layout div#hero_image_responsive .masks .masksinner {
                            background: url(/images/animation/mask-fallback.png) center center no-repeat rgba(0,0,0,0.1);
                            background-size: 3615px auto;
                            height: 100%;
                            width: 100%;
                        }
                        
                #hero_header .hero_header_introduction {
                    padding: 100px 0 200px;
                    position: relative;
                    z-index: 100;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                    #hero_header .hero_header_introduction_inner {
                        max-width: 880px;
                        margin: 0 auto;
                        text-align: center;
                        font-size: 2.7rem;
                        line-height: 3.3rem;
                        color: #fff;
                    }
                        #hero_header .hero_header_introduction_content {
                            margin: 0 0 55px;
                        }
                        #hero_header .hero_header_profile_image {
                            margin: 0 auto;
                            width: 150px;
                            height: 150px;
                            overflow: hidden;
                            border-radius: 150px;
                        }    
                        
                        @supports(clip-path: url(#profilesvgPath)) {
                            #hero_header .hero_header_profile_image {
                                margin: 0 auto;
                                width: 190px;
                                height: 190px;
                                border-radius: 0;
                            }
                            #hero_header .hero_header_profile_image img {
                                clip-path: url(#profilesvgPath);
                            }    
                        }
                    
                        
                        /*#hero_header .hero_header_profile_image::after {*/
                        /*    content:'';*/
                        /*    width: 100%;*/
                        /*    height: 100%;*/
                        /*    object-fit: cover;*/
                        /*    display: block;*/
                        /*    background-image: url(/images/discover/discover1.svg);*/
                        /*}*/
                        
                        /*@supports(-webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%))) {*/
                            
                            
                        /*}*/
                        
                        
                        
                        
                        
                            #hero_header .hero_header_profile_image.lazyload_wrapper:before {
                                background: transparent;
                            }
                            #hero_header .hero_header_profile_image img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                display: block;
                            }
            
            #hero_header #slideshow {
                display: none;
            }
            
            #hero_header .hero_header-inner-wrapper #hero_image_responsive {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                height: 100vh;
                background-color: #eee !important;
            }
            .cms-frontend-toolbar-active #hero_header .hero_header-inner-wrapper #hero_image_responsive {
                top: 28px;
            }
            
            #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(0deg, rgba(255,255,255,0) 50%, rgba(255,255,255,0.5) 100%);
                background: linear-gradient(0deg, rgba(255,255,255,0) 62%, rgba(255,255,255,0.45) 84%);
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                bottom: 0;
            }
            div#hero_image_responsive:before {
                background: linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(255,255,255,0.5) 100%);
                background: linear-gradient(186deg, rgba(255,255,255,0) 54%, rgba(255,255,255,0.5) 72%);
                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%);
            }
            
            #hero_header .heading-only-only-tag {
                position: absolute;
                bottom: 65px;
                right: 60px;
                display: inline-block;
                white-space: nowrap;
                font-family: 'Relative', Sans-Serif;
                text-transform: uppercase;
                font-weight: bold;
                background: #111;
                color: #fff;
                padding: 8px 12px 8px;
                font-size: 11px;
                line-height: 14px;
                margin: 2px 0 0 0;
                vertical-align: top;
                user-select: none;
                pointer-events: none;
                display: none;
            }
            
            #hero_heading {
                left: 60px;
                right: 60px;
                bottom: 60px;
                max-width: 1000px;
            }
                #hero_heading .title {
                    color: #111 !important;
                }
                #hero_heading a,
                #hero_heading a:visited {
                    color: #111 !important;
                }
                #hero_heading .subtitle {
                    color: #111 !important;
                    font-family: 'Relative', Sans-Serif;
                    text-transform: uppercase;
                    letter-spacing: 0.2px;
                    font-weight: bold;
                    font-size: 25px;
                    line-height: 28px;
                }
                
            
            
        /* Page heading
        ---------------------------------------- */
        
        .page_section_heading.page_section_heading_small h2 {
            font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
            font-size: 38px;
            line-height: 42px;
            font-size: 2.7rem;
            line-height: 3.2rem;
            border-bottom: 1px solid #ddd;
            padding: 0 0 30px;
            margin: 0;
        }
        #main_content h1,
        .heading_wrapper h1,
        #hero_heading .title,
        .page_section_heading:not(.page_section_heading_small) h2,
        .reverse-text-content,
        .custom_reverse_text h2 {
            font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
            font-size: 50px;
            line-height: 50px;
            float: none;
            flex-shrink: 0;
        }
        @media screen and (min-width: 1024px) {
            #main_content h1,
            .heading_wrapper h1 {
                text-indent: -2px;
            }
        }
        #hero_heading .title {
            font-size: 90px;
            line-height: 82px;
        }
        .page_section_heading:not(.page_section_heading_small) h2 {
            font-size: 100px;
            line-height: 100px;
            margin-bottom: 0;
        }
        
        #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 46px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #ddd;
            padding-top: 34px;
            float: left;
            clear: both;
            width: 100%;
        }
        /* Move borders around for better performance on sticky header*/
        .heading_wrapper.heading_wrapper_sticky.artworks-header {
            border-top: none;
        }

       .section-artworks #main_content::before {
            content:'';
            display: block;
            height: 1px;
            width: 100%;
            height: 16px;
            border-top: 1px solid #ddd;
            width: 100%
        }
            .heading_wrapper_sticky_inner {
                display: flex;
                align-items: center;
                align-self: flex-start;
                justify-content: space-between;
                width: 100%;
            }
            .heading_wrapper:after {
                display: none !important;
            }
            .heading_wrapper h1,
            #h1_wrapper {
                display: inline-block;
                min-width: 0;
            }
            .heading_titles {
                float: left;
                clear: left;
            }
            .heading_toolbar {
                float: right;
                clear: right;
                padding-left: 20px;
                /*position: absolute;*/
                right:0;
            }
                .heading_toolbar:after {
                    content: '';
                    display: block;
                    clear: both;
                }
                .heading_toolbar .item {
                    float: left;
                    margin: 0 0 0 20px;
                }
                    .heading_toolbar .item:first-child {
                        margin-left: 0;
                    }
                    .heading_toolbar .item:last-child {
                        margin-right: 0;
                    }
                    .heading_toolbar .item a,
                    .heading_toolbar .item button {
                        font-weight: bold;
                        font-family: 'Relative', sans-serif;
                        text-transform: uppercase;
                        font-size: 1.3rem;
                        line-height: 1.5rem;
                        letter-spacing: 0.5px;
                        cursor: pointer;
                    }
            .heading_wrapper.heading_wrapper_small {
                margin: 0 0 40px;
            }
                .layout-no-subnav .heading_wrapper {
                    width: 100%;
                }
                .heading_wrapper .subtitle {
                    padding-top: 23px;
                    color: #222;
                    font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                    font-size: 32px;
                    line-height: 32px;
                    text-align: left;
                    float: none;
                    margin: 0;
                }
                .heading_wrapper .date {
                    padding-top: 23px;
                    color: #222;
                    font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                    font-size: 24px;
                    line-height: 28px;
                    text-align: left;
                    float: none;
                    margin: 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;
                    }
                
                        
                /* 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%);
                    }
                  
                /* Sticky header ---------------------------------------- */   
                
                    .heading_wrapper.heading_wrapper_sticky {
                        top: 45px;
                        position: sticky;
                        z-index: 10;
                        padding: 0;
                        margin: 0 0 26px;
                        pointer-events: none;
                        /*overflow: hidden;*/
                        /*will-change: opacity;*/
                    }
                        .cms-frontend-toolbar-active .heading_wrapper.heading_wrapper_sticky {
                            top: 74px;
                        }
                        
                        .heading_wrapper.heading_wrapper_sticky * {
                            pointer-events: auto;
                        }
                    
                        .page-header-sticky-active .heading_wrapper.heading_wrapper_sticky {
                            border-color: #fff;
                        }
                        .heading_wrapper.heading_wrapper_sticky .heading_wrapper_sticky_inner {
                            position: relative;
                            margin: 0;
                            padding: 20px 0 20px;
                            transition: padding 400ms cubic-bezier(.65,.06,.19,.96);

                        }
                            /*.page-header-sticky-active .heading_wrapper.heading_wrapper_sticky .heading_wrapper_sticky_inner {*/
                            /*    padding: 20px 0;*/
                            /*}*/
                        .heading_wrapper.heading_wrapper_sticky .heading_wrapper_sticky_inner:before {
                            display: block;
                            content: '';
                            position: absolute;
                            background: #fff;
                            top: 0;
                            left: 50%;
                            width: 100vw;
                            bottom: 0;
                            transform: translateX(-50%);
                            z-index: -1;
                        }
                        .page-header-sticky-active  {
                            
                        }
                            .heading_wrapper.heading_wrapper_sticky .heading_wrapper_sticky_inner:before {
                                /*box-shadow: 0 1px 8px rgb(0 0 0 / 0);*/
                                box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0);
                                transition: box-shadow 400ms cubic-bezier(.65,.06,.19,.96);
                            }
                            .page-header-sticky-active .heading_wrapper.heading_wrapper_sticky .heading_wrapper_sticky_inner:before {
                                /*box-shadow: 0 1px 8px rgb(0 0 0 / 20%);*/
                                box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
                            }
                            #main_content .heading_wrapper.heading_wrapper_sticky h1 {
                                transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
                                transform-origin: left center;
                            }
                                @media screen and (min-width: 768px) {
                                    .page-header-sticky-active #main_content .heading_wrapper.heading_wrapper_sticky h1 {
                                        /*font-size: 24px;*/
                                        /*line-height: 28px;*/
                                        transform: scale(0.6);
                                        
                                    }
                                }
                            #artworks_filter_button button.artworks_filter_open > span,
                            #artworks_filter_button button.artworks_filter_close,
                            #artworks_filter_clear {
                                transition: padding 400ms cubic-bezier(.65,.06,.19,.96);
                            }
                            
                                .page-header-sticky-active #artworks_filter_button button.artworks_filter_open > span,
                                .page-header-sticky-active #artworks_filter_button button.artworks_filter_close,
                                .page-header-sticky-active #artworks_filter_clear button,
                                .artwork-filters-active #artworks_filter_button button.artworks_filter_open > span,
                                .artwork-filters-active #artworks_filter_button button.artworks_filter_close,
                                .artwork-filters-active #artworks_filter_clear button {
                                    padding: 17px;
                                }
                        /* Accessibility - Disable sticky header when tabbing detected */
                        body.tabbing-detected .heading_wrapper.heading_wrapper_sticky {
                            position: static;
                            display: block;
                        }
                        body.tabbing-detected .page-header-sticky-active .heading_wrapper.heading_wrapper_sticky .heading_wrapper_sticky_inner:before {
                            box-shadow: none;
                        }
                        body.tabbing-detected #artworks_filter_panel {
                            position: relative;
                            width: 100vw;
                            left: 50%;
                            right: 50%;
                            margin-left: -50vw;
                            margin-right: -50vw;
                            top: 0;
                            transform: none;
                        }
                        
                     
    /* Page content
    ---------------------------------------- */
    
        section.page_section {
            clear: both;
            width: 100%;
            margin: 0 0 50px;
            /*z-index: 2;*/
            /*position: relative;*/
        }
        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 50px;
                position: relative;
                float: left;
            }
                section.page_section .page_section_heading.has-filters {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }
                    section.page_section .page_section_heading.has-filters h2 {
                        margin: 0;
                    }
                    section.page_section .page_section_heading.has-filters .page_section_heading_filters {
                        clear: none;
                        width: auto;
                        margin: 7px 0 0;
                        padding: 0 0 0 30px;
                        float: left;
                    }
                    
                    @media screen and (max-width: 1400px) {
                        section.page_section .page_section_heading.has-filters .page_section_heading_filters,
                        section.page_section .page_section_heading.has-filters .page_section_heading_filters .exhibitor_filters_initial_row {
                            padding-top: 0;
                            margin: 0;
                        }
                    }
                    @media screen and (max-width: 1350px) {
                        section.page_section .page_section_heading.has-filters {
                            display: block;
                        }
                        section.page_section .page_section_heading.has-filters h2 {
                            margin: 0 0 30px;
                        }
                        section.page_section .page_section_heading.has-filters .page_section_heading_filters {
                            padding-left: 0;
                            margin: 0 0 0;
                            width: 100%;
                        }
                    }
                    @media screen and (max-width: 767px) {
                        section.page_section .page_section_heading.has-filters .page_section_heading_filters {
                            margin: 0 0 16px;
                        }
                    }
                section.page_section .pagination_controls {
                    position: relative;
                }
                section.page_section.slider_disabled .pagination_controls {
                    display: none !important;
                }
                    section.page_section .pagination_controls > button {
                        margin: 0 0 0 20px;
                        width: 30px;
                        height: 30px;
                        background: url(/images/arrow-right-large.svg) center center no-repeat;
                        text-align: left;
                        text-indent: -9999px;
                        cursor: pointer;
                        transition: opacity 200ms linear;
                        float: right;
                    }
                    section.page_section .pagination_controls > button.pagination_controls_prev {
                        background-image: url(/images/arrow-left-large.svg);
                        float: left;
                    }
                    
                    section.page_section.page_section_reversed .page_section_heading .pagination_controls > button {
                        background: url(/images/arrow-right-large-reverse.svg) center center no-repeat;
                    }
                    section.page_section.page_section_reversed .page_section_heading .pagination_controls > button.pagination_controls_prev {
                        background-image: url(/images/arrow-left-large-reverse.svg);
                    }
                    
                    section.page_section.slider_first .pagination_controls .pagination_controls_prev,
                    section.page_section .pagination_controls .pagination_controls_prev:disabled {
                        opacity: 0;
                        pointer-events: none;
                    }
                    section.page_section.slider_last .pagination_controls .pagination_controls_next,
                    section.page_section .pagination_controls .pagination_controls_next:disabled {
                        opacity: 0;
                        pointer-events: none;
                    }
                section.page_section .page_section_heading .pagination_controls {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 0;
                    user-select: none;
                }
                section.page_section.page_section_records_list_slider .page_section_heading {
                    padding-right: 54px;
                    box-sizing: border-box;
                }
                section.page_section .pagination_controls.pagination_controls_float {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 100%;
                    z-index: 10;
                }
                    section.page_section .pagination_controls.pagination_controls_float > button {
                        position: relative;
                        background: url(/images/arrow-right-large-reverse.svg) center center no-repeat;
                        background-size: contain;
                        width: 25px;
                        height: 25px;
                        outline-color: white;
                    }
                        section.page_section .pagination_controls.pagination_controls_float > button.pagination_controls_prev {
                            background: url(/images/arrow-left-large-reverse.svg) center center no-repeat;
                            background-size: contain;
                        }
                        section.page_section .pagination_controls.pagination_controls_float > button:after {
                            content: '';
                            display: block;
                            position: absolute;
                            background-color: #222;
                            width: 45px;
                            height: 45px;
                            left: 50%;
                            top: 50%;
                            transform: translate(-50%,-50%);
                            z-index: -1;
                        }
                    .device-handheld section.page_section .pagination_controls.pagination_controls_float {
                        display: none;
                    }
                    
            section.page_section .page_section_heading_small {
                margin: 0 0 40px;
            }
            section.page_section .page_section_intro {
                clear: both;
                width: 100%;
                margin: 0 0 50px;
                max-width: 900px;
                text-align: left;
                font-size: 1.9rem;
                line-height: 2.8rem;
            }
        section.page_section.page_section_reversed {
            color: #fff;
            padding: 50px 0 50px;
            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 .button {
            background: none;
            border-color: #fff;
        }
            section.page_section.page_section_reversed .button a,
            section.page_section.page_section_reversed .button a:visited {
                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: left;
            }
            .section-programming.no-page-params .records_list_header {
                padding-top: 20px
            }
            
                .records_list_header h2 {
                    margin: 0;
                    font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                    font-size: 28px;
                    line-height: 34px;
                    text-align: left;
                    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;
            position: relative;
            z-index: 50;
            padding: 0;
            margin: 0;
        }
            #footer .footerinner {
                padding: 60px 50px;
            }
                #footer .logo {
                    width: 125px;
                    height: 108px;
                    background: url(/images/armory_logo_reverse.svg) 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 0 40px 0;
                    float: left;
                    clear: both;
                }
                #footer nav.footer_main_nav {
                    margin: 0 0 36px 0;
                }
                    #footer nav ul {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }
                        #footer nav ul li {
                            float: left;
                            display: block;
                            margin: 0 20px 0 0;
                        }
                        #footer nav ul li:last-child {
                            margin-right: 0;
                        }
                            #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: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                                font-size: 20px;
                                line-height: 24px;
                                display: block;
                            }
                            #footer nav.footer_secondary_nav ul li a:not(.submit_button),
                            #footer nav.footer_secondary_nav ul li a:visited:not(.submit_button) {
                                font-size: 14px;
                                line-height: 14px;
                            }
                            
                #footer nav.footer_secondary_nav {
                    float: right;
                    clear: none;
                    padding: 3px 0 0;
                }
                
                #footer .sponsors {
                    flex-grow: 1;
                    color: #fff;
                    align-self: flex-start;
                    float: right;
                    clear: right;
                }
                    #footer .sponsors img.artlogic-powered {
                        max-width: 112px;
                    } 
                    #footer .sponsors .logos_wrapper {
                        max-width: 500px;
                    }  
                
                #footer .aside_content {
                    float: right;
                    clear: none;
                }
                
                #footer .toolbar {
                    float: left;
                    clear: left;
                    display: flex;
                    flex-direction: column;
                    max-width: 70%;
                }
                    #footer .toolbar .social_links_wrapper {
                        flex-grow: 1;
                    }
                        #footer .toolbar .social_links {
                            float: left;
                            clear: both;
                            margin: 0 0 40px;
                        }
                            #footer .toolbar .social_links .social_links_item {
                                float: left;
                                margin: 0 10px 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: 30px;
                                }
                                #footer .toolbar .social_links .social_media_icon {
                                    background: none;
                                    margin: 0;
                                }
                                    #footer .toolbar .social_links .social_media_icon::after {
                                        font-size: 25px;
                                    }
                                
                    #footer .toolbar .footer_additional {
                        float: left;
                        clear: both;
                        margin: 0 0 5px;
                        font-size: 1.2rem;
                        line-height: 1.6rem;
                        letter-spacing: 0.4px;
                        font-family: 'Relative', Sans-Serif;
                        font-weight: 200;
                        text-transform: uppercase;
                        color: #9a9a9a;
                    }
                        #footer .toolbar .footer_additional a,
                        #footer .toolbar .footer_additional a:visited {
                            color: #9a9a9a;
                        }
                        #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;
                        }
                                
                            #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: left;
                            clear: both;
                            margin: 0 0 32px;
                        }
                            #footer .toolbar .footer_additional .additional_links > div {
                                float: left;
                                clear: none;
                                margin: 0 15px 0 0;
                                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;
                                font-size: 14px;
                                line-height: 14px;
                            }
                        #footer .toolbar .footer_additional .copyright {
                            float: left;
                            margin: 0;
                            text-align: right;
                            clear: both;
                        }
                            #footer .toolbar .footer_additional .copyright > div {
                                float: left;
                                margin: 0 15px 0 0;
                            }
                            #footer .toolbar .footer_additional .copyright > div:last-child {
                                margin-right: 0;
                            }
                            #footer .toolbar .footer_additional .copyright .copyright-additional {
                                font-family: 'Editor', serif;
                                letter-spacing: 0;
                                text-transform: none;
                                font-size: 1.3rem;
                                clear: both;
                                padding: 12px 0 0;
                                text-align: left;
                            }
                            
                            #footer .toolbar .footer_additional .copyright .image-credits {
                                text-align: left;
                                margin-bottom: 50px;
                                width: 100%;
                                float: none;
                                display: none;
                            }
                            .section-home #footer .toolbar .footer_additional .copyright .image-credits,
                            .section-vip #footer .toolbar .footer_additional .copyright .image-credits {
                                display: block;
                            }
                                #footer .toolbar .footer_additional .copyright .credit-heading {
                                    margin: 0 0 15px;
                                }
                                #footer .toolbar .footer_additional .copyright .credit-item {
                                    font-family: 'Editor', serif;
                                    letter-spacing: 0;
                                    text-transform: none;
                                    font-size: 1.3rem;
                                    line-height: 1.9rem;
                                    clear: both;
                                    max-width: 760px;
                                    margin-bottom: 12px;
                                }
                          
                          
                          
    /* 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;
                }
                #contact_form_overlay .overlay-container-inner {
                    padding: 40px 40px 100px;
                    display: flex;
                    align-items: center;
                }
                
                .form .form_row {
                    margin-bottom: 20px;
                }
                .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: 1px solid #d8d8d8;
                }
                .form .form_row.f_mailinglist_container {
                    display: none !important;
                }
                    .form .form_row label {
                        color: #111;
                        font-size: 1.4rem;
                        line-height: 1.6rem;
                        box-sizing: border-box;
                        margin: 0;
                        padding: 5px 20px 10px 0;
                        width: 27%;
                    }
                    .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: 73%;
                    }
                    .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;
                    }
                    
                #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;
                        outline-offset: -7px;
                    }
                        #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;
                    outline-offset: 5px;
                }
                #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 19px;
                        font-size: 1.4rem;
                        outline-color: #222!important;
                    }
                    #x--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_content {
            padding: 0 80px;
        }
        #image_gallery #content_module,
        #popup_content #image_gallery #content_module {
            float: right;
            padding-right: 80px;
            padding-left: 50px;
            margin-bottom: 0;
            font-size: 1.45rem;
            line-height: 1.95rem;
        }
        #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: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                font-size: 24px;
                line-height: 30px;
                margin-bottom: 11px;
                text-align: left;
                margin: 0 0 40px;
            }
            #image_gallery #image_related .image_related_more_button {
                text-align: left;
                margin: 0 0 40px;
            }
                #image_gallery #image_related .image_related_more_button .button {
                    text-align: center;
                    margin: 0 auto;
                    float: none;
                    display: inline-block;
                }
                    #image_gallery #image_related .image_related_more_button .button a {
                        outline-color: #222!important;
                    }
            #image_gallery #image_related ul li {
                width: 33.33%;
            }
            #image_gallery #image_related ul li:nth-of-type(4) {
                display: none;
            }
        
                
                
        /* 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.svg) center center no-repeat;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .roomview-close::before {
            display: none;
            background: #111;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            content: '';
            position: absolute;
            border-radius: 100px;
        }
        .roomview-active #content_module {
            pointer-events: none !important;
        }
        
    
    /* Share Links
    ---------------------------------------------- */
        
        .share_link {
            display: none !important;
        }
    
    
    
    /* Text and image section
    ---------------------------------------------- */
    
    section.page_section.page_section_text_image {
        position: relative;
        padding: 0;
    }
        .page_section_text_image .text_image_wrapper {
            position: relative;
            width: 100vw;
            min-height: 70vh;
            left: 50%;
            max-width: none;
            transform: translate(-50%);
            box-sizing: border-box;
        }
            .page_section_text_image .text_image_wrapper .content {
                padding: 0 50px 50px 50px;
                float: left;
                width: 34%;
                box-sizing: border-box;
            }
                .page_section_text_image .text_image_wrapper .content .button {
                    margin: 0 10px 22px 0;
                    clear: none;
                }
                    .page_section_text_image .text_image_wrapper .content .button a {
                        outline-color: black!important;
                    }
            .page_section_text_image .text_image_wrapper .image_wrapper {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 66%;
            }
                .page_section_text_image .text_image_wrapper .image_wrapper .image {
                    position: sticky;
                    width: 100%;
                    top: 0;
                    left: 0;
                    height: 100%;
                    max-height: 100vh;
                }
                    .page_section_text_image .text_image_wrapper .image_wrapper .image img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
    
    
    
    /* Records list slider
    ---------------------------------------------- */
    
    .page_section_newly_added {
        position: relative;
    }
        .page_section_newly_added:after {
            content: '';
            display: block;
            border-bottom: 1px solid #ddd;
            position: relative;
            left: 50%;
            width: 100vw;
            transform: translateX(-50%);
            padding-top: 50px;
        }
    .page_section_records_list_slider {
        position: relative;
    }
    .records_list_slider {
        margin: 0 0 80px;
        clear: both;
        overflow: hidden;
        width: 100%;
        padding-right: 60px;
    }
    .random_artworks_carousel .records_list_slider {
        margin-bottom: 0;
    }
    body.tabbing-detected .records_list_slider {
        overflow: visible;
    }
    .records_list_slider:last-child {
        margin-bottom: 0;
    }
        .records_list_slider .records_list_inner .flickity-viewport {
            overflow: visible;
            transition: height 400ms cubic-bezier(0.77, 0, 0.175, 1);
            min-height: 420px;
        }
            .records_list_slider .records_list_inner .item {
                float: left;
                padding: 0 30px 0 0;
                opacity: 1 !important;
                transform: none !important;
            }
                .records_list_slider .records_list_inner .item a,
                .records_list_slider .records_list_inner .item a:visited {
                    text-decoration: none;
                    display: block;
                    outline-color: #222;
                    outline-offset: 7px;
                }
                    .page_section_records_list_slider.page_section_reversed .records_list_slider .records_list_inner .item a,
                    .page_section_records_list_slider.page_section_reversed .records_list_slider .records_list_inner .item a:visited {
                        outline-color: white;
                    }
                    .page_section_records_list_slider.page_section_reversed .artwork_caption_format .artwork_caption_toolbar .enquire_button_container .button.button_compact a,
                    .page_section_records_list_slider.page_section_reversed .records_list ul li .content .artwork_caption_toolbar .enquire_button_container .button.button_compact a {
                        outline-color: white!important;
                    }
                .records_list_slider .records_list_inner .item .image {
                    height: 550px !important;
                    margin: 0 0 25px;
                    position: relative;
                }     
                .records_list_slider .records_list_inner .item.reduced-width .image {
                    height: auto !important;
                }     
                    .records_list_slider .records_list_inner .item.reduced-width .image span {
                        display: flex;
                        align-items: flex-end;
                    }     
                .records_list_slider .records_list_inner .item .recent_pin_small {
                    position: absolute;
                    bottom: 15px;
                    right: 15px;
                }
                .records_list_slider .records_list_inner .item .curator_pin_small {
                    position: absolute;
                    bottom: 15px;
                    right: 15px;
                }
                .records_list_slider .records_list_inner .item .image:last-child {
                    margin-bottom: 0;
                }
                    .records_list_slider .records_list_inner .item .image img {
                        height: 100%;
                        display: block;
                    }
                    .records_list_slider .records_list_inner .item.reduced-width .image img {
                        height: auto;
                    }     
                    .records_list_slider .records_list_inner .item .image.click_event_added img {
                        cursor: pointer;
                    }
                .records_list_slider .records_list_inner .item .content {
                    width: 100%;
                }
                    .records_list_slider .records_list_inner .item .content h2 {
                        font-size: 3.5rem;
                        line-height: 3.8rem;
                        margin: 0 0 15px;
                    }
                    .records_list_slider .records_list_inner .item .content .description {
                        line-height: 2.4rem;
                    }
            .records_list_slider .records_list_inner .item.item_type_text {
                min-height: 100%;
                max-width: 400px;
                display: flex;
                align-items: center;
            }
                .records_list_slider .records_list_inner .item.item_type_text .content h2 {
                    font-size: 5.5rem;
                    line-height: 6rem;
                    margin: 0 0 20px;
                }
                .records_list_slider .records_list_inner .item.item_type_text .content .subtitle_small {
                    margin: 0 0 20px;
                }
                .records_list_slider .records_list_inner .item.item_type_text .content .description {
                    margin: 0 0 14px;
                }
            
            @media screen and (max-width: 767px) {
                .page_section_records_list_slider_disable_mobile .pagination_controls {
                    display: none !important;
                }
                .records_list_slider.records_list_slider_disable_mobile .records_list_inner .item {
                    display: none;
                }
                .records_list_slider.records_list_slider_disable_mobile .records_list_inner .item.item_type_text {
                    display: block;
                    width: 100% !important;
                    max-width: none !important;
                }
                .records_list_slider.records_list_slider_disable_mobile .records_list_inner .item.item_type_text .image {
                    width: 100% !important;
                    height: auto !important;
                    max-width: none !important;
                    margin: 0 0 20px;
                    height: auto !important;
                    display: block !important;
                }
                    .records_list_slider.records_list_slider_disable_mobile .records_list_inner .item.item_type_text .image img {
                        width: 100% !important;
                        height: auto !important;
                        max-width: none !important;
                        max-height: none !important;
                        display: block !important;
                    }
                
                .records_list_slider .records_list_inner .item.item_type_text .content h2 {
                    font-size: 3.6rem;
                    line-height: 4rem;
                }
                
                section.page_section .pagination_controls.pagination_controls_float {
                    display: none;
                }
            }
    
    
    /* List preview grid
    ---------------------------------------------- */
    
    .page_section_list_preview,
    section.page_section.page_section_reversed.page_section_list_preview {
        position: relative;
        padding: 0;
    }
        .page_section_list_preview .list_preview_wrapper {
            position: relative;
            width: 100vw;
            left: 50%;
            transform: translate(-50%);
            box-sizing: border-box;
            min-height: 75vh;
        }
            .page_section_list_preview .list_preview_wrapper .list_preview_list_content {
                padding: 50px 0 50px 60px;
                float: left;
                width: 60%;
                box-sizing: border-box;
            }
                .page_section_list_preview .list_preview_wrapper .list_preview_list_content .page_section_heading.page_section_heading_small h2 {
                    border: 0;
                    padding-bottom: 0;
                }
                .page_section_list_preview .list_preview_wrapper .list_preview_list_content .page_section_heading,
                .page_section_list_preview .list_preview_wrapper .list_preview_list_content .page_section_intro {
                    padding-right: 50px;
                    box-sizing: border-box;
                }
                .page_section_list_preview .list_preview_wrapper .list_preview_list_content .button_reveal {
                    margin: 30px 0 0;
                    clear: both;
                }
                    .page_section_list_preview .list_preview_wrapper .list_preview_list_content .button_reveal.revealed {
                        display: none;
                    }
                .page_section_list_preview .list_preview_wrapper .list_preview_list {
                    clear: both;
                }
                .page_section_list_preview .list_preview_wrapper .list_preview_list_content ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    border-top: 1px solid rgba(255,255,255,0.4);
                }
                .page_section_list_preview .list_preview_wrapper .list_preview_list_content .no-content-above ul {
                    border-top: 0;
                }
                    .page_section_list_preview .list_preview_wrapper .list_preview_list_content ul li {
                        padding: 20px 50px 20px 0;
                        margin: 0;
                        border-bottom: 1px solid rgba(255,255,255,0.4);
                        transition: opacity 400ms ease-in-out;
                        user-select: none;
                    }
                    .page_section_list_preview .list_preview_wrapper .list_preview_list_content .no-content-above ul li:last-child {
                        border-bottom: 0;
                    }
                    .page_section_list_preview .list_preview_wrapper .list_preview_list_content ul li.revealable {
                        display: none;
                    }
                    .page_section_list_preview .list_preview_wrapper.item-hovering .list_preview_list_content ul li:not(.active) {
                        opacity: 0.6;
                    }
                        .page_section_list_preview .list_preview_wrapper .list_preview_list_content ul li .content {
                            width: 100%;
                            display: flex;
                        }
                        .page_section_list_preview .list_preview_wrapper .list_preview_list_content ul li .dates {
                            width: 180px;
                            flex-shrink: 0;
                            box-sizing: border-box;
                            padding: 0 30px 0 0;
                        }
                            .page_section_list_preview .list_preview_wrapper .list_preview_list_content ul li .dates .time {
                                font-size: 2.7rem;
                                line-height: 3.2rem;
                                font-family: 'Relative', Sans-Serif; 
                                text-transform: uppercase; 
                                letter-spacing: 0.2px; 
                                font-weight: bold;
                                margin: 0 0 12px;
                            }
                            .page_section_list_preview .list_preview_wrapper .list_preview_list_content ul li .dates .date {
                                font-size: 1.5rem;
                                line-height: 2.1rem;
                                margin-bottom: 0;
                            }
                        .page_section_list_preview .list_preview_wrapper .list_preview_list_content ul li .descriptions {
                            flex-grow: 1;
                        }
                            .page_section_list_preview .list_preview_wrapper .list_preview_list_content ul li .descriptions a,
                            .page_section_list_preview .list_preview_wrapper .list_preview_list_content ul li .descriptions a:visited {
                                text-decoration: none;
                                display: block;
                            }
                            .page_section_list_preview .list_preview_wrapper .list_preview_list_content ul li .descriptions h2 {
                                font-size: 2.7rem;
                                line-height: 3.2rem;
                                margin: 0 0 12px;
                            }
                            .page_section_list_preview .list_preview_wrapper .list_preview_list_content ul li .descriptions h2:last-child {
                                margin: 0;
                            }
            .page_section_list_preview .list_preview_wrapper .list_preview_image_content {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 40%;
                max-height: 100%;
            }
                .page_section_list_preview .list_preview_wrapper .list_preview_image {
                    position: sticky;
                    width: 100%;
                    top: 0;
                    left: 0;
                    height: 100vh;
                    max-height: 100%;
                }
                    .list_preview_wrapper .list_preview_image .item {
                        opacity: 0;
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        transition: opacity 400ms linear;
                    }
                        .list_preview_wrapper .list_preview_image .item.active {
                            opacity: 1;
                        }
                        .list_preview_wrapper .list_preview_image .item .image {
                            position: absolute;
                            top: 0;
                            left: 0;
                            bottom: 0;
                            right: 0;
                        }
                            .list_preview_wrapper .list_preview_image .item img {
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }
    
        /* Feature variant
        ---------------------------------------------- */
        
            .page_section_list_preview .list_preview_wrapper.list_preview_wrapper_variant_feature {
                display: flex;
                align-items: center;
            }
                .page_section_list_preview .list_preview_wrapper.list_preview_wrapper_variant_feature .list_preview_list_content ul {
                    padding: 0;
                    border: 0;
                }
                .page_section_list_preview .list_preview_wrapper.list_preview_wrapper_variant_feature .list_preview_list_content ul li {
                    padding: 0;
                    border: 0;
                }
                .page_section_list_preview .list_preview_wrapper.list_preview_wrapper_variant_feature .list_preview_list_content ul li a,
                .page_section_list_preview .list_preview_wrapper.list_preview_wrapper_variant_feature .list_preview_list_content ul li a:visited {
                    text-decoration: none;
                }
                    .page_section_list_preview .list_preview_wrapper.list_preview_wrapper_variant_feature .list_preview_list_content ul li .content {
                        max-width: 640px;
                        padding-right: 40px;
                        box-sizing: border-box;
                    }
                    .page_section_list_preview .list_preview_wrapper.list_preview_wrapper_variant_feature .list_preview_list_content ul li h2 {
                        font-size: 60px;
                        line-height: 60px;
                    }
                    .page_section_list_preview .list_preview_wrapper.list_preview_wrapper_variant_feature .list_preview_list_content ul li h2:last-child {
                        margin-bottom: 0;
                    }
                    .page_section_list_preview .list_preview_wrapper.list_preview_wrapper_variant_feature .list_preview_list_content ul li .prelude {
                        font-family: 'Relative', sans-serif;
                        text-transform: uppercase;
                        font-size: 1.4rem;
                        line-height: 1.6rem;
                        margin: 0 0 25px;
                    }
                .page_section_list_preview .list_preview_wrapper.list_preview_wrapper_variant_feature .list_preview_list_content ul li .description {
                    margin: 0 0 25px;
                }
        
        
    /* Image grids
    ---------------------------------------------- */
    
    .records_list .image .img_wrapper {
        display: flex;
    }
    .records_list ul li .image > span .no-image-available {
        display: block;
        background: #eee;
        height: 100%;
        width: 100%;
    }
        
    
    /* Feature grid
    ---------------------------------------------- */
    
    .records_list.feature_list .content {
        text-align: left;
    }
        .records_list.feature_list .content h2,
        .records_list.feature_list .content h3 {
            font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
            font-size: 60px;
            line-height: 64px;
            margin-bottom: 11px;
            width: 100%;
        }
        .records_list.feature_list .content .list_category_header {
            margin: 0 0 8px;
            font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
            font-size: 24px;
            line-height: 28px;
        }
        
    
    /* Standard grid
    ---------------------------------------------- */
    
    .records_list.image_list {
        
    }
    .records_list.image_list .image {
        margin-bottom: 27px;
    }
    .records_list.image_list .image .img_wrapper {
        display: flex;
    }
    .full_program_list.records_list.image_list .image {
        display: none;
    }
    
    .records_list.image_list .content {
        text-align: left;
    }
        .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: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
            font-size: 30px;
            line-height: 32px;
            margin-bottom: 17px;
            width: 100%;
        }
        .records_list.image_list .content h2,
        .records_list.image_list .content h3 {
            text-align: left;
        }
        .records_list.image_list .content .subtitle_small {
            margin-bottom: 14px;
        }
        .records_list.image_list .content .subtitle {
            text-align: left;
            width: 100%;
        }
        .records_list.image_list .content .button {
            margin: 0;
        }
        .records_list .content .description {
            color: #222;
            display: block;
            width: 100%;
        }
        .records_list.image_list .content .description {
            text-align: left;
            line-height: 2.4rem;
            margin: 0 0 20px;
        }
        
        
    /* Simple grid format alternative
    ---------------------------------------------- */
    
        .records_list.simple_list_format .image {
            
        }
        .records_list.simple_list_format .content {
            font-family: inherit;
            text-align: left;
            display: flex;
        }
            .records_list.simple_list_format .content .list_main_content {
                flex-grow: 1;
            }
                .records_list.simple_list_format .content h2 {
                    font-family: inherit;
                    text-align: left;
                    font-size: 2.0rem;
                    line-height: 2.6rem;
                    text-transform: none;
                    letter-spacing: 0;
                    font-family: 'Editor', Sans-Serif;
                    font-weight: normal;
                    color: #111111;
                    margin-bottom: 4px;
                }
                .records_list.simple_list_format .content .subtitle {
                    font-family: inherit;
                    text-align: left;
                }
        
    

    /* 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 {
                
            }
    
    
    /* Aligned grid 
    ---------------------------------------------- */
    
        .records_list.aligned_list {
            
        }
            .records_list.aligned_list ul {
                margin-right: -30px;
            }
            .records_list.aligned_list li {
                width: 25%;
                padding-right: 30px;
            }
                @media screen and (min-width: 1201px) {
                    #artworks_grid_ajax.filter_results .records_list.aligned_list li.animate-from-bottom:nth-of-type(1),
                    #artworks_grid_ajax.filter_results .records_list.aligned_list li.animate-from-bottom:nth-of-type(2),
                    #artworks_grid_ajax.filter_results .records_list.aligned_list li.animate-from-bottom:nth-of-type(3),
                    #artworks_grid_ajax.filter_results .records_list.aligned_list li.animate-from-bottom:nth-of-type(4) {
                        transform: none !important;
                    }
                }
                @media screen and (min-width: 768px) and (max-width: 1200px) {
                    #artworks_grid_ajax.filter_results .records_list.aligned_list li.animate-from-bottom:nth-of-type(1),
                    #artworks_grid_ajax.filter_results .records_list.aligned_list li.animate-from-bottom:nth-of-type(2),
                    #artworks_grid_ajax.filter_results .records_list.aligned_list li.animate-from-bottom:nth-of-type(3) {
                        transform: none !important;
                    }
                }
                @media screen and (min-width: 460px) and (max-width: 767px) {
                    #artworks_grid_ajax.filter_results .records_list.aligned_list li.animate-from-bottom:nth-of-type(1),
                    #artworks_grid_ajax.filter_results .records_list.aligned_list li.animate-from-bottom:nth-of-type(2) {
                        transform: none !important;
                    }
                }
                @media screen and (max-width: 459px) {
                    #artworks_grid_ajax.filter_results .records_list.aligned_list li.animate-from-bottom:nth-of-type(1) {
                        transform: none !important;
                    }
                }
                
            .records_list.aligned_list li.list_no_results_message {
                width: 100%;
            }
                .records_list.aligned_list li .image {
                    
                }
                    .records_list.aligned_list li .image .img_wrapper {
                        position: static;
                        display: flex;
                        align-items: flex-end;
                        justify-content: center;
                    }
                    #artworks_grid_ajax  .records_list.aligned_list li .image img {
                        max-height: 600px;
                    }
                    
                    .records_list.aligned_list ul li .image:after,
                    .records_list.aligned_list.grid_dynamic_layout_artworks ul li .image:after {
                        display: none;
                    }
            @media screen and (max-width: 1200px) {
                .records_list.aligned_list li {
                    width: 33.33%;
                }
            }
        
        
    /* Tile grid 
    ---------------------------------------------- */
            
        .records_list.tile_list .tile_list_formatted {
            margin-right: -50px;
        }
        .records_list.tile_list ul {
            width: 25%;
            padding-right: 50px;
        }
        .records_list .content .basic_caption, 
        .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,
        .artwork_caption_row {
            font-size: 1.7rem;
            line-height: 1.4em;
            text-transform: none;
            letter-spacing: 0;
            font-family: 'Editor', Sans-Serif;
            font-weight: normal;
            color: #111111;
        }
        .records_list ul li .content .title, 
        .subsection-works .records_list ul li .content .pv-title {
            /*word-wrap: break-word;*/
            /*-webkit-hyphens: auto;*/
            /*hyphens: auto;*/
        }
        .records_list .content .subtitle, 
        .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: 200;
            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 {
            display: inline-block !important;
            vertical-align: middle;
            padding: 0;
            margin: 0;
        }
        .records_list ul li .content .button a {
            padding: 5px 6px 6px;
            color: #111;
            font-size: 1rem;
            line-height: 1.2rem;
            text-transform: uppercase;
            letter-spacing: 0.2px;
        }
        .records_list ul li .content .button.button_compact a {
            outline-color: #222!important;
            outline-offset: 3px;
        }
        .records_list ul li .content .link {
            line-height: 1em;
        }

        .records_list .content .price,
        .records_list .content .price.pv-price,
        .artwork_price,
        .price {
            font-size: 1.4rem;
            line-height: 2rem;
            color: #111111;
            letter-spacing: 0;
            padding-top: 0;
            font-weight: normal;
            display: inline-block;
        }
        .grid_dynamic_layout_artworks .artwork_price {
            
        }
        .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: #222;
            letter-spacing: 0;
            text-align: center;
            line-height: 1em;
            text-transform: none;
            letter-spacing: 0;
        }
        
        
        .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.3rem;
            line-height: 1.5rem;
            letter-spacing: 0.4px;
            text-decoration: none;
            font-family: 'Relative', sans-serif;
            text-transform: uppercase;
            display: inline-flex;
            color: #111111;
            margin: 0;
            padding: 0;
        }
            /*
            .link a::before,
            .artwork_view_details::before,
            .read_more_link:not(.button) > a::before,
            .read_more_label::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: 2px;
            }*/
            .link.exhibitor_website a::before {
                display: none;
            }
            .link.read_less_link a::before {
                background-image: url(/images/link_arrow_left.svg);
            }
            .link.exhibitor_website a,
            .link.exhibitor_website a:visited {
                color: #757575;
            }
        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-button {
            position: relative;
        }
        .roomview-button a {
            flex-direction: row-reverse !important;
        }
        .roomview-photo-button a::before {
            display:  none;
        }
        .roomview-photo-button .button-icon, 
        .roomview-buttons-title .button-icon {
            margin-right: 4px;
            vertical-align: middle;
            display: inline-block;
            float: right;
        }
        .roomview-photo-button .button-text {
            vertical-align: middle;
            display: inline-block;
            padding: 0;
            font-size: 1.3rem;
            line-height: 1.5rem;
            letter-spacing: 0.4px;
            text-decoration: none;
            font-family: 'Relative', sans-serif;
            text-transform: uppercase;
        }
        .roomview-photo-button .button-icon::before, .roomview-buttons-title .button-icon::before {
            font-size: 17px;
        }
        .roomview-scene-loader-wrapper {
            position: absolute;
            top: 18px;
            right: 31px;
            display: block;
            width: 20px;
            height: 20px;
        }
        .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;*/
        }
        
        
        .convelio-widget-button {
            position: relative;
        }
        .convelio-widget-button a {
            display: flex;
            flex-direction: row-reverse !important;
        }
        .convelio-widget-button a::before {
            display:  none;
        }
        .convelio-widget-button .button-icon {
            margin-right: 4px;
            vertical-align: middle;
            display: inline-block;
            float: right;
            flex-shrink: 1;
        }
            .convelio-widget-button .button-icon:before {
                display: block;
                display: inline-block;
                margin: -2px 0 0;
                content: '';
                vertical-align: middle;
                content: "\f0d1";
                font: normal normal normal 20px/1 FontAwesome;
                font-weight: 200;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 14px;
                letter-spacing: 0;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #111;
            }
        .convelio-widget-button .button-text {
            vertical-align: middle;
            display: inline-block;
            padding: 0;
            font-size: 1.3rem;
            line-height: 1.5rem;
            letter-spacing: 0.4px;
            text-decoration: none;
            font-family: 'Relative', sans-serif;
            text-transform: uppercase;
            flex-grow: 1;
            padding-right: 6px;
        }  
    
            /* Convelio widget popup
            ---------------------------------------- */
            
            #cvoqw-wrapper .cvoqw-btn {
                clear: both;
                float: none;
                display: block;
                font-size: 1.2rem;
                line-height: 1.5rem;
                letter-spacing: 0.4px;
                text-decoration: none;
                font-family: 'Relative', sans-serif;
                text-transform: uppercase;
            }
            #cvoqw-wrapper .cvoqw-footer-logo .cvoqw-caption {
                font-size: 8px !important;
                margin: 0 0 3px;
                letter-spacing: 0.4px;
                text-decoration: none;
                font-family: 'Relative', sans-serif;
                text-transform: uppercase;
            }
            #cvoqw-wrapper .cvoqw-option-label .cvoqw-option-label-title {
                font-size: 1.3rem;
                line-height: 1.6rem;
                letter-spacing: 0.4px;
                text-decoration: none;
                font-family: 'Relative', sans-serif;
                text-transform: uppercase;
            }
            #cvoqw-wrapper .cvoqw-option-label-caption {
                font-size: 11px;
            }


        /* 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: 'Editor', 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 {
            font-family: 'Editor', Sans-Serif;
            font-weight: normal;
            color: #111111;
            font-size: 1.6rem;
            line-height: 1.5em;
            text-transform: none;
            letter-spacing: 0;
        }
        .date,
        .subtitle_small,
        .feature_list ul li .content .subtitle,
        .feature_list ul li .content .date,
        .feature_list ul li .content .location {
            text-decoration: none;
            font-family: 'Relative', sans-serif;
            text-transform: uppercase;
            font-size: 1.5rem;
            line-height: 1.7rem;
            margin: 0 0 12px;
        }

        #image_gallery #content_module .subtitle,
        .feature_list ul li .content .subtitle,
        .feature_list ul li .content .subtitle,
        .records_list .content .subtitle {
            color: #111;
        }
        
                
        .feature_panels .panel_image_text_adjacent .image .caption {
            font-size: 1.2rem;
            line-height: 1.2em;
            padding: 20px 0 0;
        }
        
        .feature_panels_inner > ul {
            margin: 0;
        }
        
        .feature_panels .panel_image_text_columns .content:first-child {
            float: left;
            padding-left: 0;
        }
        
        
        
        /* -----------------------------------------------------------
           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;
            display: none;
        }
        
        .protected-path-login-mode .fancybox-overlay {
            z-index: 9000001;
        }
        #protected_path_login {
            min-height: 700px;
            height:100vh;
            display: block;
            align-items: center;
            overflow: auto;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 9000000;
        }
        #protected_path_login.protected_path_hide {
            transition: opacity 800ms linear;
            opacity: 0;
        }
            #protected_path_login:after {
                background: #111;
            }
            #protected_path_login .fixed_bg {
                opacity: 1;
                z-index: 10;
            }
            
            #protected_path_login > .inner {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                position: relative;
                z-index: 1000;
                min-height: 0;
                overflow: visible;
                /* max-height: 100vh; */
                min-height: 100vh;
                padding: 180px 80px 60px;
            }
            
            #protected_path_login #protected_path_login_container {
                position: static;
                transform: none !important;
                padding: 0;
            }
            #protected_path_login.protected_path_hide #protected_path_login_container {
                opacity: 0;
            }
                #protected_path_login #protected_path_login_container > div:not(.protected_paths_logo_container):not(#vip_close_form) {
                    position: relative;
                    z-index: 20;
                }
            #protected_path_cancel_button {
                display: none;
            }
    
            
            #protected_path_login .protected_path_background_image {
                display: none !important;
            }
            
            #protected_path_login .protected_path_form_status_inner {
                border: 0;
                text-align: left;
                padding: 12px 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: left;
            }
            #protected_path_login #protected_path_login_container {
                margin: 0;
            }
            
            #protected_path_login .protected_paths_logo_container {
                position: absolute;
                top: 30px;
                left: 30px;
            }
                 #protected_path_login .protected_paths_logo_container .armory_logo {
                    min-width: 195px;
                    margin: 0 25px 0 0;
                }
                    #protected_path_login .protected_paths_logo_container .armory_logo span {
                        background-image: url(/images/armory_logo_reverse.svg);
                    }
            
            
            #protected_path_login .protected_path_headings {
                margin: 0 0 35px;
            }
                #protected_path_login h1 {
                    font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                    color: #fff;
                    font-size: 65px;
                    line-height: 65px;
                    margin: 0 0 20px;
                    float: none;
                }
                #protected_path_login h1:last-child {
                    margin-bottom: 0 !important;
                }
                
                #protected_path_login .protected_path_date_subtitle {
                    padding-top: 15px;
                    font-size: 18px;
                    line-height: 20px;
                    font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: -0.2px; font-weight: bold;
                    color: #fff;
                }
                #protected_path_login .protected_path_dates {
                    font-size: 35px;
                    line-height: 35px;
                    font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: -0.2px; font-weight: bold;
                    color: #fff;
                    margin: 0;
                }
                #protected_path_login .protected_path_dates.protected_path_dates_password {
                    font-size: 20px;
                    line-height: 25px;
                }
                    #protected_path_login .protected_path_dates.protected_path_dates_password h2 {
                        color: #fff;            
                        padding: 40px 0 0;
                        font-size: 3.4rem;
                        line-height: 3.4rem;
                    }
                #protected_path_login.protected_path_loading .protected_path_dates.protected_path_dates_password {
                    display: none;
                }
                    #protected_path_login .protected_path_dates .countdown {
                        max-width: 335px;
                    }
                    #protected_path_login .protected_path_dates .dates_countdown {
                        white-space: nowrap;
                    }
                        #protected_path_login .protected_path_dates .dates_countdown .countdown_text {
                            display: inline-block;
                            margin: 0 8px 0 0;
                            font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: -0.2px; font-weight: bold;
                            color: #fff;
                            font-size: 35px;
                            line-height: 35px;
                        }
                        #protected_path_login .protected_path_dates .dates_countdown .countdown_container {
                            display: inline-block;
                            width: auto;
                            font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: -0.2px; font-weight: bold;
                            color: #fff;
                        }
                        #protected_path_login .protected_path_dates .dates_countdown .countdown_clock {
                            display: flex;
                        }
                        #protected_path_login .protected_path_dates .dates_countdown .segment {
                            min-width: 0 !important;
                        }
                        #protected_path_login .protected_path_dates .dates_countdown .segment .period {
                            display: none;
                        }
                        #protected_path_login .protected_path_dates .dates_countdown .countdown .segment-divide {
                            padding: 0 2px;
                        }
                        #protected_path_login .protected_path_dates .dates_countdown .countdown .countdown_clock .numeral {
                            font-size: 35px;
                            line-height: 35px;
                        }
                        #protected_path_login .protected_path_dates .dates_countdown .segment-expired,
                        #protected_path_login .protected_path_dates .dates_countdown .segment-divide-expired {
                            display: 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: 1px solid #fff;
                border-radius: 0;
                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 .button {
                border: 1px solid #fff;
                background: none;
                margin: 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: 1;
                font-size: 11px;
                color: #FFFFFF;
                letter-spacing: 0;
                text-align: left;
                line-height: 23px;
                position: relative;
            }
            
            #protected_path_buttons_container {
                display: block;
                float: left;
                width: 100%;
                clear: both;
                padding: 23px 0 0;
            }
            
            #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; 
            }
            
            #protected_path_login .loader_simple .path {
                stroke: #fff !important;
                opacity: 1 !important;
            }
            
            #protected_path_login .f_mailinglist_container {
                padding: 0 0 0;
                margin: 0 0 15px;
                display: block;
            }
                /*#protected_path_login .f_mailinglist_container legend {*/
                /*    display: none;*/
                /*}*/
                #protected_path_login .f_mailinglist_container input {
                    visibility: visible;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    position: absolute;
                    width: 30px;
                    height: 100%;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    outline-offset: 4px;
                    outline-color: white;
                    cursor: pointer;
                    border: none;
                }
                #protected_path_login .f_mailinglist_container label {
                    text-align: left;
                    max-width: 460px;
                    position: relative;
                    padding: 0;
                    user-select: none;
                    font-size: 1.6rem;
                    line-height: 2.1rem;
                    display: flex;
                    align-items: center;
                }
                #protected_path_login .f_mailinglist_container label:before {
                    content: '';
                    display: block;
                    border: 2px solid #FFF;
                    background: #fff;
                    border-radius: 0;
                    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;
                    flex-grow: 0;
                    margin: 0 16px 0 0;
                }
                #protected_path_login .f_mailinglist_container input:checked + label:before {
                    color: #111;
                }
                #protected_path_login .f_mailinglist_container label,
                #protected_path_login .f_mailinglist_container label a,
                #protected_path_login .f_mailinglist_container label a:visited {
                    color: #fff;
                }
                
            
            #protected_path_login .protected_path_field_name_first_name, 
            #protected_path_login .protected_path_field_name_last_name {
                width: calc(50% - 5px);
                box-sizing: border-box;
                clear: none;
            }
            #protected_path_login .protected_path_field_name_first_name {
                margin-right: 10px;
            }
            
            #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"] {
                background: #fff;
                color: #111;
                outline-offset: -5px;
            }
            #protected_path_login input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
              color: #888;
            }
            #protected_path_login input::-moz-placeholder { /* Firefox 19+ */
              color: #888;
            }
            #protected_path_login input:-ms-input-placeholder { /* IE 10+ */
              color: #888;
            }
            #protected_path_login input:-moz-placeholder { /* Firefox 18- */
              color: #888;
            }
            
            
            /* Exhibitor Portal Access
            ----------------------------------------------------------- */
                
                .section-exhibitor-portal #protected_path_login .fixed_bg {
                    display: none !important;
                }
                .section-exhibitor-portal #protected_path_login:after {
                    background: #111;
                }
                .section-exhibitor-portal #protected_path_login.password-protection-cached #ep_access_logo {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    margin: 0 0 40px;
                }
                    .section-exhibitor-portal #protected_path_login.password-protection-cached #ep_access_logo .armory_logo {
                        min-width: 200px;
                        margin: 0 25px 0 0;
                    }
                    .section-exhibitor-portal #protected_path_login.password-protection-cached #ep_access_logo .armory_logo_label {
                        font-family: 'Relative', Sans-Serif; text-transform: uppercase; letter-spacing: 0.2px; font-weight: bold;
                        color: #fff;
                        font-size: 32px;
                        line-height: 32px;
                        flex-basis: 20%;
                        text-align: left;
                    }
                    .section-exhibitor-portal #protected_path_login.password-protection-cached #ep_access_logo .armory_logo_label .artlogic_powered_logo {
                        float: left;
                        width: 129px;
                        height: 52px;
                        background: url(/images/internal/artlogic-powered-invert.svg) center center no-repeat;
                        background-size: contain;
                    }
                        .section-exhibitor-portal #protected_path_login.password-protection-cached #ep_access_logo .armory_logo_label .artlogic_powered_logo a {
                            display: block;
                            width: 100%;
                            height: 100%;
                            text-indent: -9999px;
                        }
                        
                .section-exhibitor-portal #protected_path_login.password-protection-cached .loader_basic.loading .path, 
                .section-exhibitor-portal #protected_path_login.password-protection-cached .loader_simple .path {
                    stroke: #fff
                }
                
                .section-exhibitor-portal #protected_path_login.password-protection-cached .protected_paths_banners {
                    display: none !important;
                }
                .section-exhibitor-portal #protected_path_login.password-protection-cached .protected_paths_banners .privacy_policy_form_msg,
                .section-exhibitor-portal #protected_path_login.password-protection-cached .protected_paths_banners .privacy_policy_form_msg a,
                .section-exhibitor-portal #protected_path_login.password-protection-cached .protected_paths_banners .privacy_policy_form_msg a:visited,
                .section-exhibitor-portal #protected_path_login.password-protection-cached #protected_paths_copyright,
                .section-exhibitor-portal #protected_path_login.password-protection-cached #protected_paths_copyright a,
                .section-exhibitor-portal #protected_path_login.password-protection-cached #protected_paths_copyright a:visited {
                    color: #fff;
                }
            
            
            
            /* VIP Access
            ----------------------------------------------------------- */
            
                #protected_path_login.password-protection-cached {
                    
                }
                    
                    #protected_path_login.password-protection-cached.backup-password-login-mode .protected_path_dates.protected_path_dates_password {
                        display: none;
                    }
                    #protected_path_login.password-protection-cached:not(.protected_path_loading):not(.backup-password-login-mode) #protected_path_login_content {
                        display: none !important;
                    }
                    
                    #vip_close_form {
                        position: absolute;
                        top: 30px;
                        right: 30px;
                        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;
                        }
            
            
            /* Public data capture form
            ----------------------------------------------------------- */
                
                #protected_path_login.data-capture {
                    
                }
                
        
/* -----------------------------------------------------------
   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;
        }
        
        
    /* Labels
    ----------------------------------------------------------- */
    
        .curator_pin_small {
            position: relative;
            width: 100px;
            height: 27px;
            background: #3A1059;
            text-align: center;
            line-height: 11px;
            font-size: 11px;
            white-space: nowrap;
            text-transform: uppercase;
            font-family: 'Relative', sans-serif;
            font-weight: bold;
            user-select: none;
            color: #fff;
        }
            .curator_pin_small a {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                outline-color: #3A1059!important;
                outline-offset: 5px;
            }
            .curator_pin_small a[href="/selections/"] {
                pointer-events: none;
            }
            .curator_pin_small a,
            .curator_pin_small a:visited {
                color: #fff;
                text-decoration: none;
            }
            .curator_pin_small div {
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                margin-top: -1px;
                transform: translateY(-50%);
                transition: opacity 200ms linear;
                box-sizing: border-box;
                padding: 3px;
                white-space: nowrap;
                overflow: hidden;
                width: 100%;
                text-overflow: ellipsis;
            }
                .curator_pin_small .curator_pin_initial {
                    animation: curator_label_fade1 4000ms linear infinite;
                }
                .curator_pin_small .curator_pin_name {
                    animation: curator_label_fade2 4000ms linear infinite;
                }
                    @keyframes curator_label_fade1 {
                        0% {
                            opacity: 1;
                        }
                        40% {
                            opacity: 1;
                        }
                        50% {
                            opacity: 0;
                        }
                        90% {
                            opacity: 0;
                        }
                        100% {
                            opacity: 1;
                        }
                    }
                    @keyframes curator_label_fade2 {
                        0% {
                            opacity: 0;
                        }
                        40% {
                            opacity: 0;
                        }
                        50% {
                            opacity: 1;
                        }
                        90% {
                            opacity: 1;
                        }
                        100% {
                            opacity: 0;
                        }
                    }
                    
        .recent_pin_small {
            position: relative;
            width: 52px;
            height: 27px;
            background: #CE00B0 !important;
            text-align: center;
            line-height: 11px;
            font-size: 11px;
            white-space: nowrap;
            text-transform: uppercase;
            font-family: 'Relative', sans-serif;
            font-weight: bold;
            user-select: none;
            color: #fff;
        }
            .recent_pin_small div {
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                margin-top: -1px;
                transform: translateY(-50%);
                transition: opacity 200ms linear;
                box-sizing: border-box;
                padding: 3px;
            }
    
    
   /* Popups
    ----------------------------------------------------------- */
    
    div.arprompt {
        color: #111;
        background: #fff;
    }
    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: 1.6rem;
        line-height: 2.0rem;
    }
    div.arprompt .arpromptmessage h3 {
       color: #111; 
    }
    div.arprompt .arpromptmessage p {
       color: #111; 
    }
    div.arprompt .arpromptmessage .arpromptmessage-padded {
       padding-right: 30px;
    }
    div.arprompt .arpromptmessage .button {
        margin-top: 20px;
        margin-right: 15px;
        background: #fff;
        clear: none;
        float: left;
    }
        div.arprompt .arpromptmessage .button a,
        div.arprompt .arpromptmessage .button a:visited {
            color: #222;
            outline-color: #222!important;
        }
    div.arprompt .arpromptmessage .button_secondary {
        
    }
        div.arprompt .arpromptmessage .button_secondary a,
        div.arprompt .arpromptmessage .button_secondary a:visited {
            
        }
    div.arprompt h2 {
        color: #111;
        font-size: 2.3rem;
        line-height: 2.6rem;
    }
    div.arprompt button,
    div.arprompt button.arpromptdefaultbutton {
        padding: 11px 18px;
        width: 91px;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #fff;
        border: 1px solid #111;
        color: #111 !important;
        color: inherit;
        font: inherit;
        cursor: pointer;
        text-decoration: none;
        font-family: 'Relative', sans-serif;
        text-transform: uppercase;
    }
    div.arprompt button:first-child, 
    div.arprompt button.arpromptdefaultbutton:first-child {
        margin-left: 0;
    }
    div.arprompt .arpromptbuttons {
        text-align: left;
        padding: 0 0 25px 0;
        border: 0;
    }
    
    .favourites-prompt .arpromptbuttons {
        display: none;
    }
    
    
    /* Basket
    ----------------------------------------------------------- */
    
    #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: #111111;
        font-size: 1.1rem;
        font-weight: 200;
    }
    .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;
            padding: 0 0 0 20px;
        }
            #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 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 {

        }
        .records_list ul li {
            position: relative;
        }
        .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 {
            
        }
        .records_list ul li .image {
            position: relative;
        }
        .records_list ul li .curator_pin_small {
            position: absolute;
            bottom: 15px;
            right: 15px;
        }       
        .records_list ul li .recent_pin_small {
            position: absolute;
            bottom: 15px;
            right: 15px;
        }
            
        .artwork_caption_format,
        .records_list .content {
            display: flex;
            flex-wrap: wrap;
            position: relative;
        }
            .artwork_caption_format .artwork_caption_wrapper,
            .records_list ul li .content .artwork_caption_wrapper {
                display: flex;
                width: 100%;
            }
                .artwork_caption_format .artwork_caption_row,
                .records_list ul li .content .artwork_caption_row {
                    flex-grow: 1;
                    padding-right: 10px;
                    box-sizing: border-box;
                }
                    .artwork_caption_format .artwork_caption_row .artwork_price,
                    .records_list ul li .content .artwork_caption_row .artwork_price {
                        font-family: 'Relative', sans-serif;
                        text-transform: uppercase;
                        font-size: 1.2rem;
                        line-height: 1.4rem;
                        letter-spacing: 0.2px;
                        position: absolute;
                        top: 0;
                        right: 0;
                    }
                .artwork_caption_format .artwork_caption_toolbar,
                .records_list ul li .content .artwork_caption_toolbar {
                    white-space: nowrap;
                    flex-shrink: 1;
                    padding-top: 2px;
                }
                
                    .artwork_caption_format .artwork_caption_toolbar .artwork_favourite_btn,
                    .records_list ul li .content .artwork_caption_toolbar .artwork_favourite_btn {
                        position: relative;
                        width: 17px;
                        height: 14px;
                        font-size: 15px;
                        line-height: 14px;
                        margin: 0;
                        display: inline-block;
                        vertical-align: top;
                    }
                        .artwork_caption_format .artwork_caption_toolbar .artwork_favourite_btn .fa,
                        .records_list ul li .content .artwork_caption_toolbar .artwork_favourite_btn .fa {
                            width: 17px;
                            height: 14px;
                            display: block;
                            font-size: 13px;
                            line-height: 14px;
                        }
                        
                    .artwork_caption_format .artwork_caption_toolbar .enquire-button-wrapper,
                    .records_list ul li .content .artwork_caption_toolbar .enquire-button-wrapper  {
                        display: inline-block;
                        vertical-align: top;
                        margin-left: 7px;
                    }
                        .artwork_caption_format .artwork_caption_toolbar .enquire_button_container,
                        .records_list ul li .content .artwork_caption_toolbar .enquire_button_container {
                            display: block !important;
                            padding: 0;
                        }
                            .artwork_caption_format .artwork_caption_toolbar .enquire_button_container .button,
                            .records_list ul li .content .artwork_caption_toolbar .enquire_button_container .button {
                                border: 0;
                                padding: 0;
                                margin: 0;
                                position: relative;
                                width: 17px;
                                height: 14px;
                                display: block;
                                transition: transform 120ms ease-out;
                            }
                                .artwork_caption_format .artwork_caption_toolbar .enquire_button_container .button .enquire_button_text,
                                .records_list ul li .content .artwork_caption_toolbar .enquire_button_container .button .enquire_button_text {
                                    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;
                                }
                            .artwork_caption_format .artwork_caption_toolbar .enquire_button_container:hover .button,
                            .records_list ul li .content .artwork_caption_toolbar .enquire_button_container:hover .button {
                                transform: scale(1.15);
                            }
                                .artwork_caption_format .artwork_caption_toolbar .enquire_button_container .button a,
                                .records_list ul li .content .artwork_caption_toolbar .enquire_button_container .button a {
                                    text-align: left;
                                    text-indent: 0px;
                                    padding: 0;
                                    width: 14px;
                                    height: 14px;
                                    display: block;
                                    outline-offset: 3px;
                                    outline-color: black !important;
                                }
                                    .artwork_caption_format .artwork_caption_toolbar .enquire_button_container .button a:before,
                                    .records_list ul li .content .artwork_caption_toolbar .enquire_button_container .button a:before {
                                        content: "\f0e0";
                                        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;
                                        text-indent: 0;
                                        font-size: 16px;
                                        line-height: 15px;
                                        font-weight: 200;
                                        position: absolute;
                                        top: 0;
                                        left: 0;
                                    }
                                
            .artwork_caption_format .artwork_gallery_name,
            .records_list ul li .content .artwork_gallery_name {
                width: 100%;
                min-height: 14px;
                clear: both;
                margin: 0 0 7px;
                padding: 0 70px 5px 0;
                font-weight: bold;
                font-family: 'Relative', sans-serif;
                text-transform: uppercase;
                font-size: 1.2rem;
                line-height: 1.4rem;
                letter-spacing: 0.5px;
                box-sizing: border-box;
            }
            .records_list ul li .content .artwork_view_details {
                display: none;
            }
            .records_list ul li .conversion-divider {
                padding: 0 3px;
                color: #777;
            }

        
        
        
        .page_stats {
            font-size: 1.3rem;
            line-height: 1.5rem;
            letter-spacing: 0.4px;
            text-decoration: none;
            font-family: 'Relative', sans-serif;
            text-transform: uppercase;
        }
        .page_stats .ps_pages, 
        .page_stats .ps_pages_indented, 
        .page_stats .ps_links,  
        .page_stats .ps_item_label, 
        .page_stats .ps_item {
            /*color: #111111;*/
            font-size: 1.3rem;
            line-height: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 0.4px;
        }
        .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: 200;
        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 .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: -25px;
    }
    .feature_panels .panel_image_text_adjacent .fp_slideshow_pagination {
        position: absolute!important;
        display: flex!important;
        bottom: -30px;
        right: 0;
        width: auto!important;
        z-index: 20;
    }
    .feature_panels .panel_image_text_adjacent {
        overflow: visible;
    }
    .feature_panels .panel_image_text_adjacent .image.slideshow_enabled {
        margin-bottom: 40px;
    }
        .feature_panels .panel_image_text_adjacent .fp_slideshow_pagination .fp_slideshow_pagination_prev,
        .feature_panels .panel_image_text_adjacent .fp_slideshow_pagination .fp_slideshow_pagination_next {
            background-image: url(/images/link_arrow_left.svg);
            background-repeat: no-repeat;
            background-size: contain;
            height: 10px;
            width: 18px;
            vertical-align: middle;
            cursor: pointer;
        }
        .feature_panels .panel_image_text_adjacent .fp_slideshow_pagination .fp_slideshow_pagination_next {
            background-image: url(/images/link_arrow.svg);
            margin-left: 24px;
        }
    .feature_panels .panel_image_text_adjacent .image.restricted-image-container > span.image_has_link:not(.caption):after {
        display: none!important;
    }
    .feature_panels .panel_image_text_adjacent .image.restricted-image-container > span.image_has_link:not(.caption) > a:after {
        content: '';
        display: block;
        padding-top: 100%;
    }
    .feature_panels .panel_header,
    .panel_header {
        display: block;
        margin: 0 0 40px;
        text-align: center;
        border-top: 1px solid #e1e1e1;
        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: 2.8rem;
        line-height: 3.4rem;
    }
        
    .feature_panels .panel_header .subtitle {
        max-width: 850px;
        display: inline-block;
    }
    .feature_panels .panel.panel_content_alignment_right .content {
        text-align: left;
    }
    


    .button,
    .cms_button,
    .store_items_condensed .store_item .store_item_add_to_cart {
        background: transparent;
        border: 0;
        background: #fff;
        border: 1px solid #111;
    }
    
    .cms_button {
        display: inline-block
    }
    .button a, 
    .button a:visited,    
    body .cms_button a, 
    body .cms_button a:visited,
    body .cms_button > span,
    body a.cms_button, 
    body a.cms_button:visited,
    .button > span {
        font-size: 1.5rem;
        color: #111;
        letter-spacing: 0;
        text-align: center;
        line-height: 1em;
        text-transform: none;
        letter-spacing: 0;
        padding: 18px 28px 18px;
        text-decoration: none;
        font-family: 'Relative', sans-serif;
        text-transform: uppercase;
        border:none;
    }
    body a.cms_button, 
    body a.cms_button:visited {
        background: transparent;
        border: 0;
        background: #fff;
        border: 1px solid #111;
        border-radius: 0 !important;
    }
    body a.cms_button span {
        padding: 0;
    }
    .button a:hover {
        color: #111;
    }
    .button.button_prominent a,
    .button.button_prominent a:visited {
        font-size: 1.7rem;
        padding: 24px 35px 25px;
    }
    .button.button_small a,
    .button.button_small a:visited,
    .button.button_small span {
        font-size: 1.3rem;
    }
    .button.loading .button_loader svg .path {
        stroke: #111;
        stroke-width: 4px;
    }

    
    .scroll_section_container {
        position: relative;
    }
        .scroll_section_container > section,
        .scroll_section_container .scroll_section_main_content > section {
            margin: 0 0 50px;
        }
        .scroll_section_container .scroll_section_main_content {
            width: 69%;
            float: left;
            box-sizing: border-box;
        }
            .layout-animation-enabled .inview_element.scroll_section_main_image {
                transform: none !important;
                opacity: 1 !important;
            }
            .scroll_section_main_image .object-fit-container {
                padding: 66% 0 0;
                display: block;
                position: relative;
                height: 0;
                width: 100%;
            }
                .scroll_section_main_image .object-fit-container img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                }
        .scroll_section_container .scroll_section_sidebar {
            width: calc(31% + 15px);
            float: right;
            box-sizing: border-box;
            padding: 0 15px 0 60px;
            position: sticky;
            top: 90px;
            height: calc(100vh - 115px);
            overflow: auto;
            display: flex;
            flex-direction: column;
            margin: 0 0 50px;
            margin-right: -15px;
            transition: top 400ms cubic-bezier(0.77, 0, 0.175, 1), height 400ms cubic-bezier(0.77, 0, 0.175, 1);
        }
        .scrolling-up .scroll_section_container .scroll_section_sidebar {
            top: 185px;
            height: calc(100vh - 205px);
        }
            .scroll_section_sidebar_main {
                flex-grow: 1;
                box-sizing: border-box;
                padding: 0 0 40px;
            }
                .scroll_section_sidebar_main .initial_content,
                .scroll_section_sidebar_main .full_content {
                    font-size: 1.6rem;
                    line-height: 2.3rem;
                }
                .scroll_section_sidebar_main .reveal_more_text_container .read_more_link,
                .scroll_section_sidebar_main .reveal_more_text_container .read_less_link {
                    margin: 10px 0 0;
                    padding: 0;
                }
                .scroll_section_sidebar_main .exhibitor_single_contact_details {
                    padding: 20px 0 0;
                    font-size: 1.3rem;
                    line-height: 1.8rem;
                    letter-spacing: 0.4px;
                    text-decoration: none;
                    font-family: 'Relative', sans-serif;
                    text-transform: uppercase;
                }
                .scroll_section_sidebar_main .enquire_button_container {
                    padding: 24px 0 0;
                }
                    .scroll_section_sidebar_main .enquire_button_container .button {
                        margin: 0;
                        width: calc(100% - 2px);
                    }
                        .scroll_section_sidebar_main .enquire_button_container .button a {
                            width: 100%;
                            box-sizing: border-box;
                            outline-color: #222!important;
                        }
            .scroll_section_sidebar_accordion {
                width: 100%;
                border-top: 1px solid #ddd;
            }
                .scroll_section_sidebar_accordion .accordion_section {
                    width: 100%;
                    clear: both;
                    border-bottom: 1px solid #ddd;
                }
                .scroll_section_sidebar_accordion .accordion_section:last-child {
                    border-bottom: none;
                }
                .scroll_section_sidebar_accordion .accordion_section:after {
                    clear: both;
                    display: block;
                    content: '';
                }
                    .scroll_section_sidebar_accordion .accordion_section .accordion_section_label {
                        width: 100%;
                        clear: both;
                        font-size: 1.3rem;
                        line-height: 1.5rem;
                        letter-spacing: 0.4px;
                        text-decoration: none;
                        font-family: 'Relative', sans-serif;
                        text-transform: uppercase;
                        box-sizing: border-box;
                    }
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label a,
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label a:visited {
                            text-decoration: none;
                        }
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label a,
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label button,
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label .a_wrapper {
                            display: flex;
                            flex-direction: row;
                            padding: 18px 0;
                            width: 100%;
                            text-align: left;
                            position: relative;
                        }
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label .button-text {
                            flex-grow: 1;
                        }
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label .artwork_favourite_btn i {
                            left: auto;
                            right: 5px;
                            top: 19px;
                        }
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label a.accordion_toggle_button:after,
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label a.accordion_link_button:after {
                            content: '';
                            position: absolute;
                            top: 22px;
                            right: 7px;
                            display: block;
                            display: inline-block;
                            margin: -3px 0 0;
                            content: '';
                            width: 11px;
                            height: 11px;
                            vertical-align: middle;
                            content: "\f078";
                            font: normal normal normal 20px/1 FontAwesome;
                            font-weight: 200;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            font-size: 13px;
                            letter-spacing: 0;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            color: #111;
                            transition: transform 400ms ease-in-out;
                            backface-visibility: hidden;
                            transform: scaleY(1);
                        }
                            .scroll_section_sidebar_accordion .accordion_section.active .accordion_section_label a.accordion_toggle_button:after {
                                transform: scaleY(-1);
                            }
                            .scroll_section_sidebar_accordion .accordion_section .accordion_section_label a.accordion_link_button:after {
                                transform: rotate(-90deg);
                            }
                            .scroll_section_sidebar_accordion .accordion_section .accordion_section_label a.accordion_link_button.accordion_link_button_has_additional {
                                display: flex;
                            }
                            .scroll_section_sidebar_accordion .accordion_section .accordion_section_label a.accordion_link_button.accordion_link_button_has_additional:after {
                                display: none;
                            }
                            
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label .accordion_section_label_text,
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label .accordion_section_label_additional {
                            display: inline-block;
                        }
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label .accordion_section_label_text {
                            flex-grow: 1;
                            padding-right: 6px;
                        }
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_label .accordion_section_label_additional {
                            float: right;
                            color: #757575;
                            flex-shrink: 1;
                            text-align: right;
                        }
                    
                    .scroll_section_sidebar_accordion .accordion_section .accordion_section_content {
                        display: none;
                        padding: 0 0 14px;
                    }
                        .scroll_section_sidebar_accordion .accordion_section .accordion_section_content:after {
                            clear: both;
                            display: block;
                            content: '';
                        }
                    .scroll_section_sidebar_accordion .accordion_section:last-child .accordion_section_content {
                        padding-bottom: 80px;
                    }
    
    
    .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;
    }
    
    #popup_content #image_gallery #content_below {
        float: left;
        clear: none;
        width: 66.66%;
    }
    
    #popup_content #image_gallery #image_container_wrapper {
        min-height: 100vh;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #popup_content #image_gallery.no-details-below #image_container_wrapper {
        min-height: 100vh;
    }
    #popup_content #image_gallery #image_container_wrapper #image_container {
        top: 50px;
        bottom: 50px;
    }
    #image_gallery #content_module, 
    #popup_content #image_gallery #content_module {
        min-height: 100vh;
        box-sizing: border-box;
    }
    #popup_content #image_gallery #content_module {
        height: 100vh;
        box-sizing: border-box;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        overflow: auto;
    }
        #popup_content #image_gallery #content_module.content-overflow {
            display: block;
        }
    #popup_content #image_gallery #content_module .artwork_details_outer {
        display: flex;
        width: 100%;
        min-height: 100%;
        flex-direction: column;
    }
    .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;
        
        color: #111111;
        letter-spacing: 0;
        
        font-family: 'Editor', Sans-Serif;
        font-weight: normal;
        color: #111111;
        font-size: 2.4rem;
        line-height: 2.8rem;
        text-transform: none;
    }
    #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: #111111;
        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;
        padding-bottom: 30px;
    }
    #image_gallery #content_module .detail_view_module .price {
        color: #111111;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin-bottom: 5px;
        
        font-weight: bold;
        font-family: 'Relative', sans-serif;
        text-transform: uppercase;
        font-size: 2rem;
        line-height: 2.4rem;
        letter-spacing: 0.5px;
    }
    #image_gallery #content_module .detail_view_module .price .price-on-request,
    #image_gallery #content_module .detail_view_module .price .price-show-status {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    #image_gallery #content_module .detail_view_module .price_sold_description {
        color: #111111;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin-bottom: 5px;
        
        font-weight: bold;
        font-family: 'Relative', sans-serif;
        text-transform: uppercase;
        font-size: 1.4rem;
        line-height: 2.0rem;
        letter-spacing: 0.5px;
    }
        #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;
    }
    #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: #111111;
        letter-spacing: 0;
        border-bottom: 1px solid #ddd;
        padding-top: 0;
        padding-bottom: 18px;
        margin-bottom: 18px;
        margin-top: 0;
        width: 100%;
        clear: both;
        font-weight: bold;
        font-family: 'Relative', sans-serif;
        text-transform: uppercase;
        font-size: 1.3rem;
        line-height: 1.5rem;
        letter-spacing: 0.5px;
    }    
        #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;
            
            display: none;
        }
        #image_gallery #content_module .artwork_details_wrapper .subheading.gallery_name a:hover:after {
            opacity: 1;
        }
    #image_gallery #content_module .artwork_heading_wrapper {
        display: flex;
        align-items: flex-start;
        margin: 0 0 22px;
    }
        #image_gallery #content_module .artwork_heading_wrapper .artwork_titles {
            flex-grow: 1;
        }
            #image_gallery #content_module .artwork_heading_wrapper .artwork_titles h1,
            #image_gallery #content_module .artwork_heading_wrapper .artwork_titles .subtitle {
                margin-bottom: 0 !important;
            }
        #image_gallery #content_module .artwork_heading_wrapper .curator_pin_small,
        #image_gallery #content_module .artwork_heading_wrapper .recent_pin_small {
            float: right;
            margin: 0;
            flex-shrink: 0;
        }
    #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%;
        padding: 30px 0 0;
    }
        #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: 25px 26px 23px;
                    font-size: 1.4rem;
                    letter-spacing: 0.4px;
                    outline-color: #222!important;
                }
                    #image_gallery #content_module .contact_panel_container .enquire .button a:before {
                        display: none;
                        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;
                }
            #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;
                    outline-offset: 5px;
                }
    
    #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: 10px;
        bottom: 100px;
        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);
                
                display: none;
            }
            #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.3;
    }
    #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;
        */
            
        content: "\f053";
        font: normal normal normal 17px/1 FontAwesome !important;
        font-weight: 200;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        letter-spacing: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(-50%, -50%);
        
        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;
        */
            
        content: "\f054";
        font: normal normal normal 17px/1 FontAwesome !important;
        font-weight: 200;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        letter-spacing: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(-50%, -50%);
        
        display: inline-block;
        padding-right: 0;
        padding-left: 0;
        vertical-align: middle;
        margin-top: 1px;
    }

    .section-privateviews #main_content .heading_wrapper {
        display: none !important;
    }
    
    /* Pause animations button
    ---------------------------------------------- */
    
    button.animations_pause_button {
        cursor: pointer;
        position: absolute;
        display: block;
        right: 20px;
        top: 63px;
        z-index: 99;
        padding: 10px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 2px solid white;
        outline-color: white!important;
    }
        .floating_works_wrapper button.animations_pause_button {
            top: auto;
            bottom: 20px;
            right: 20px;
        }
        #protected_path_login button.animations_pause_button {
            top: auto;
            bottom: 20px;
            right: 20px;
            z-index: 1001;
        }
        .random_artworks_carousel button.animations_pause_button {
            top: auto;
            bottom: 20px;
            right: 0px;
            transform: scale(0.8);
        }
        .scroller-event-closed button.animations_pause_button {
            top: 20px;
        }
        .section-root #scrollr-container:not(.scroller-event-closed) button.animations_pause_button {
            display: none;
        }
    button.animations_pause_button .pause_button_text {
        position: absolute;
        color: rgba(255,255,255,0.5);
        font-family: 'Relative';
        font-size: 11px;
        width: 116px;
        left: -120px;
        top: 0px;
        text-transform: uppercase;
        background-color: rgba(16, 16, 16, 0.7);
    }
        button.animations_pause_button .play_text,
        body.pause-continuous-animations button.animations_pause_button .pause_text {
            display: none;
        }
        body.pause-continuous-animations button.animations_pause_button .play_text {
            display: inline-block;
        }
    button.animations_pause_button .pause_symbol {
        display: block;
        width: 3px;
        height: 8px;
        border-left: solid 2px white;
        border-right: solid 2px white;
	}
    body.pause-continuous-animations button.animations_pause_button .pause_symbol {
		width: 0;
		height: 0;
		margin-left: 2px;
		border-style: solid;
		border-width: 4px 0 4px 8px;
		border-color: transparent transparent transparent white;
	}
  