/* ----------------------------------------------------------------------------------
    FIAC Online
    Designed & Built by Artlogic in London
---------------------------------------------------------------------------------- */

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

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

/* -----------------------------------------------------------
   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;
    }
    
    .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: all 400ms cubic-bezier(.65,.06,.19,.96) !important;
        overflow-anchor: none;
        transform: translateX(0);
        float: left;
        width: 100%;
        box-sizing: border-box;
    }
    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: 15px 0;
            border: 0;
            pointer-events: none;
        }
        .type-fullscreen #header, 
        .layout-hero-header #header, 
        .header-fixed-wrapper #header {
            padding-left: 30px;
            padding-right: 30px;
        }
        body .page-top-proximity:not(.page-top-header-proximity) #header.header_fixed:not(.header_fixed_no_follow),
        .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 .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.fancybox-lock #header {
            transform: none;
        }
    

    /* Logo
    ---------------------------------------- */
        
        #logo {
            width: 178px;
            height: 152px;
            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: 178px;
                height: 152px;
                text-indent: -9999px;
                pointer-events: auto;
                position: relative;
            }
                #logo a:before {
                    display: block;
                    content: '';
                    background: url(/images/fiac_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/fiac_logo_reverse.svg) 0 0 no-repeat;
                    background-size: contain;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    opacity: 0;
                    transition: all 400ms linear;
                }
                body.nav-overlay-open #logo a:before {
                    opacity: 0;
                }
                body.nav-overlay-open #logo a:after {
                    opacity: 1;
                }
                
                @media screen and (min-width: 1024px) {
                    .section-artworks.no-page-params .page-scroll:not(.page-top-header-proximity) #logo {
                        opacity: 0;
                        pointer-events: none;
                    }
                    .section-artworks.no-page-params .page-scroll:not(.page-top-header-proximity) #logo * {
                        pointer-events: none;
                    }
                }
                
                    
            .fiac_logo {
                max-width: 200px;
            }
                .fiac_logo a, 
                .fiac_logo span {
                    text-indent: -9999px;
                    background: url(/images/fiac_logo.svg) 0 0 no-repeat;
                    background-size: contain;
                    pointer-events: auto;
                    height: 0;
                    padding-top: 87%;
                    display: block;
                }
                .fiac_logo.fiac_logo_reversed a, 
                .fiac_logo.fiac_logo_reversed span {
                    background-image: url(/images/fiac_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 30px 0 0;
            transition: opacity 400ms linear, transform 400ms cubic-bezier(.65,.06,.19,.96);
        }
        body.nav-overlay-open #immediate_nav,
        body #container:not(.page-top-header-proximity) #immediate_nav {
            opacity: 0;
            pointer-events: none;
        }
        body.nav-overlay-open #immediate_nav *,
        body #container:not(.page-top-header-proximity) #immediate_nav * {
            pointer-events: none;
        }
            #immediate_nav ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }
            #immediate_nav ul li {
                float: left;
                margin: 0 20px 0 0;
            }
            #immediate_nav ul li:last-child {
                margin-right: 0;
            }
                #immediate_nav ul li a,
                #immediate_nav ul li a:visited {
                    text-decoration: none;
                    color: #222;
                    font-family: 'Fiac Custom', Sans-Serif;
                    font-size: 19px;
                    line-height: 20px;
                    display: block;
                    text-shadow: -5px 0px 30px rgb(255 255 255 / 70%);
                }
                .scrollr_animation_inview #immediate_nav ul li a,
                .scrollr_animation_inview #immediate_nav ul li a:visited {
                    color: #fff;
                }
                
                    
            #dropdown_nav {
                overflow: hidden;
                height: 0;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 200;
                transition: height 400ms cubic-bezier(.65,.06,.19,.96), opacity 200ms ease-in-out, box-shadow 200ms ease-in-out;
                overflow: auto;
                max-height: calc(100vh - 111px);
                
                opacity: 0;
                width: 100%;
                float: left;
                clear: both;
                background: #fff;
                box-shadow: 0 0 8px rgb(0 0 0 / 0%);
                display: none;
            }
            .dropdown-nav-active #dropdown_nav {
                display: block;
            }
            .dropdown-nav-animate #dropdown_nav {
                opacity: 1;
                box-shadow: 0 0 8px rgb(0 0 0 / 30%);
                transition: height 200ms cubic-bezier(.65,.06,.19,.96), opacity 400ms ease-in-out, box-shadow 400ms ease-in-out;
            }
                body.page-transition-active #dropdown_nav {
                    opacity: 0 !important;
                    height: 0 !important;
                    transition: opacity 400ms linear, height 400ms cubic-bezier(.65,.06,.19,.96);
                }
                #dropdown_nav .dropdown_nav_item {
                    display: none;
                    transition: opacity 200ms ease-in-out;
                    opacity: 0;
                    float: left;
                    position: absolute;
                    top: 0;
                    right: 0;
                    left: 300px;
                    text-align: right;
                    padding: 165px 0 30px;
                }
                    #dropdown_nav .dropdown_nav_item .dropdown_nav_item_inner {
                        width: 100%;
                    }
                        #dropdown_nav .dropdown_nav_item .dropdown_nav_item_inner ul {
                            list-style: none;
                            padding: 0;
                            margin: 0;
                        }
                            #dropdown_nav .dropdown_nav_item .dropdown_nav_item_inner ul li {
                                padding: 0;
                                margin: 0 0 10px;
                                width: 100%;
                                clear: both;
                                display: block;
                                text-align: right;
                                font-family: 'Fiac Custom', Sans-Serif;
                                font-size: 16px;
                                line-height: 20px;
                            }
                                #dropdown_nav .dropdown_nav_item .dropdown_nav_item_inner ul li a,
                                #dropdown_nav .dropdown_nav_item .dropdown_nav_item_inner ul li a:visited {
                                    padding: 0;
                                    margin: 0;
                                    width: 100%;
                                    clear: both;
                                    display: block;
                                    text-align: right;
                                    text-decoration: none;
                                }
                    
                #dropdown_nav .dropdown_nav_item.active {
                    display: block;
                }
                #dropdown_nav .dropdown_nav_item.active.animate {
                    opacity: 1;
                }
                
                #dropdown_sponsor_logos {
                    position: absolute;
                    bottom: 20px;
                    left: 30px;
                    transition: opacity 20ms ease-in-out;
                    opacity: 0;
                }
                .dropdown-nav-animate #dropdown_sponsor_logos {
                    opacity: 1;
                    transition: opacity 400ms ease-in-out;
                    transition-delay: 200ms;
                }
                    #dropdown_sponsor_logos .logos_wrapper .logos_group {
                        float: left;
                        display: block;
                        width: auto;
                        clear: none;
                        margin: 0 20px 0 0;
                    }
                        #dropdown_sponsor_logos .logos_wrapper .logos_group h3 {
                            color: #888;
                            font-size: 1.2rem;
                            line-height: 1.6rem;
                            padding: 0 0 5px;
                            margin: 0 0 10px;
                            border-bottom: 1px solid rgba(0,0,0,0.2)
                        }
                        #dropdown_sponsor_logos .logos_wrapper .logos_group .logos_items {
                            display: block;
                        }
                            #dropdown_sponsor_logos .logos_wrapper .logos_group .item {
                                width: 88px;
                                margin: 0 20px 0 0;
                                clear: none;
                                padding: 0;
                                float: left;
                                display: flex;
                                align-items: center;
                            }
                            #dropdown_sponsor_logos .logos_wrapper .logos_group .item:last-child {
                                margin-right: 0;
                            }
                                #dropdown_sponsor_logos .logos_wrapper .logos_group .item a {
                                    display: flex;
                                    height: 45px;
                                    align-items: center;
                                }
                                    #dropdown_sponsor_logos .logos_wrapper .logos_group .item img {
                                        filter: invert(1);
                                        opacity: 0.9;
                                    }
        
        #favourites_widget {
            margin: -2px 30px 0 0;
            transition: opacity 400ms linear;
        }
        body #container:not(.page-top-header-proximity) #favourites_widget {
            margin-top: 6px;
        }
        body.nav-overlay-open #favourites_widget {
            opacity: 0;
            pointer-events: none;
        }
        body.nav-overlay-open #favourites_widget * {
            pointer-events: none;
        }
            #favourites_widget #favourites_count {
                display: flex;
            }
            #favourites_widget a,
            #favourites_widget a:visited {
                text-decoration: none;
                text-shadow: -5px 0px 20px rgb(255 255 255 / 20%);
            }
            #favourites_widget .favourites-count {
                color: #222;
                font-family: 'Fiac Custom', Sans-Serif;
                font-size: 20px;
                line-height: 20px;
                margin-left: 7px;
            }
            .scrollr_animation_inview #favourites_widget a,
            .scrollr_animation_inview #favourites_widget a:visited,
            .scrollr_animation_inview #favourites_widget .favourites-count {
                color: #fff;
            }
        
        #special_notice_toolbar {
            position: fixed;
            z-index: 2001;
            top: 0;
            left: 0;
            right: 0;
            min-height: 46px;
            background: #111;
            display: block;
            color: #fff;
            box-sizing: border-box;
            transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 400ms linear;
            overflow-anchor: none;
            font-size: 16px;
            line-height: 20px;
            color: #fff;
            /*
            font-family: 'Fiac Custom', Sans-Serif;
            font-size: 20px;
            line-height: 20px;
            */
        }
        #special_notice_toolbar .special_notice_toolbar_inner {
            min-height: 46px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            padding: 5px 15px;
        }
        .section-root #special_notice_toolbar {
            display: none !important;
        }
        .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: 50px;
            }
            
            #special_notice_toolbar .translations_nav_simple {
                min-width: 150px;
                text-align: right;
                position: static;
            }
                #special_notice_toolbar .translations_nav_simple ul {
                    float: right;
                }
                #special_notice_toolbar .translations_nav_simple ul li a {
                    padding: 0;
                }
                #special_notice_toolbar .translations_nav_simple ul li a,
                #special_notice_toolbar .translations_nav_simple ul li a:visited {
                    color: #fff;
                }
                #special_notice_toolbar .translations_nav_simple ul li.active a {
                    border-color: #787878;
                }
                
            #special_notice_toolbar .site_title {
                min-width: 150px;
                text-align: left;
            }
                #special_notice_toolbar .site_external_link {
                    float: left;
                    margin: 0 15px 0 0;
                }
                    #special_notice_toolbar .site_external_link a,
                    #special_notice_toolbar .site_external_link a:visited {
                        text-decoration: none;
                        color: #fff;
                    }
            #special_notice_toolbar .site_closing_time  {
                white-space: nowrap;
                text-align: center;
                flex-grow: 1;
                padding: 0 15px;
            }
            #special_notice_toolbar .site_countdown {
                min-width: 150px;
                text-align: center;
            }
                #special_notice_toolbar .site_countdown .countdown_text {
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 8px 0 0;
                }
                #special_notice_toolbar .site_countdown .countdown_text.mobile-only {
                    display: none;
                }
                #special_notice_toolbar .site_countdown .countdown_container {
                    display: inline-block;
                    width: auto;
                    vertical-align: middle;
                }
                #special_notice_toolbar .site_countdown .countdown_clock {
                    display: flex;
                }
                #special_notice_toolbar .site_countdown .segment {
                    min-width: 0 !important;
                }
                #special_notice_toolbar .site_countdown .segment-expired {
                    display: none;
                }
                #special_notice_toolbar .site_countdown .segment .period {
                    display: none;
                }
                #special_notice_toolbar .site_countdown .countdown {
                    min-width: 0;
                    width: auto;
                }
                #special_notice_toolbar .site_countdown .countdown .segment-divide {
                    display: none;
                }
                #special_notice_toolbar .site_countdown .countdown .countdown_clock .numeral {
                    font-size: 16px;
                    line-height: 20px;
                }
                    #special_notice_toolbar .site_countdown .countdown .countdown_clock .segment:nth-of-type(1) .numeral:after {
                        content: 'd';
                        display: inline-block;
                        margin: 0px 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 .site_title {
                    display: none;
                }
                #special_notice_toolbar .site_closing_time {
                    text-align: left;
                    padding: 0;
                }
                #special_notice_toolbar .site_countdown {
                    width: 100%;
                    text-align: left;
                }
                #special_notice_toolbar .site_countdown .countdown_text.mobile-only {
                    display: inline-block;
                }
                #special_notice_toolbar .translations_nav_simple {
                    min-width: 0;
                }
                #special_notice_toolbar * {
                    font-size: 15px !important;
                    line-height: 18px !important;
                }
            }
                
        
        /* Cart
        ---------------------------------------- */
            
        #header #store_cart_widget {
            
        }
            #header #store_cart_widget.active, #header #store_cart_widget:not(.hide_when_empty) {
                margin:0;
            }
                
            #header #store_cart_widget #scw_items .scw_total_count {
                position: absolute;
                right: -16px;
                color: #222222;
                font-size: 1.2rem;
            }
        
        
        /* Menu icon
        ---------------------------------------- */
        
        #header #menu {
            text-indent: 0;
            position: relative;
            color: #fff;
            width: auto;
            height: auto;
            margin: 0;
            padding: 0;
            float: right;
            display: none;
        }
        body #container:not(.page-top-header-proximity) #menu {
            display: block;
        }
            #header #menu:before {
                content: '';
                display: block;
                border-radius: 100%;
                width: 100%;
                padding-top: 100%;
                background: #111;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: -1;
                transition: all 400ms cubic-bezier(.65,.06,.19,.96);
            }
            body.device-desktop:not(.nav-init) #header #menu:hover:before {
                transform: translate(-50%, -50%) scale(1.2);
            }
            body:not(.nav-init) #header #menu:active:before {
                transform: translate(-50%, -50%) scale(0.9);
            }
            body.nav-overlay-open #header #menu:before {
                transform: translate(-50%, -50%) scale(70);
                transform-origin: 75% 20%;
                transition: all 1000ms cubic-bezier(.65,.06,.19,.96);
                opacity: 0.9;
            }
            #header #menu #menu_open {
                border: 0;
                padding: 41px 17px 35px;
                min-width: 93px;
                box-sizing: border-box;
                cursor: pointer;
                transition: opacity 400ms linear;
                font-family: 'Fiac Custom', Sans-Serif;
                color: #fff;
                font-size: 18px;
                line-height: 18px;
            }
                body.nav-overlay-open #header #menu #menu_open {
                    pointer-events: none;
                    opacity: 0;
                }
                #header #menu #menu_open:after {
                    content: '';
                    background: url(/images/menu.svg) 0 0 no-repeat;
                    background-size: contain;
                    position: static;
                    display: inline-block;
                    width: 14px;
                    height: 14px;
                    position: relative;
                    z-index: 2;
                    left: auto;
                    right: auto;
                    top: auto;
                    bottom: auto;
                    vertical-align: top;
                    margin: 0 0 0 5px;
                }
                
            #header #menu:after {
                content: '';
                display: block;
                border-radius: 100%;
                width: 100%;
                padding-top: 100%;
                background: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: -1;
                transition: all 400ms cubic-bezier(.65,.06,.19,.96);
                opacity: 0;
                pointer-events: none;
                transform: translate(-50%, -50%) scale(0);
            }
                body.nav-overlay-open #header #menu:after {
                    z-index: 1;
                    opacity: 1;
                    transform: translate(-50%, -50%) scale(1);
                }
            #header #menu #menu_close {
                border: 0;
                padding: 41px 12px 35px;
                min-width: 93px;
                box-sizing: border-box;
                cursor: pointer;
                opacity: 0;
                pointer-events: none;
                transition: all 400ms linear;
                position: absolute;
                z-index: 3000;
                top: 0;
                left: 0;
                color: #222;
                font-family: 'Fiac Custom', Sans-Serif;
                font-size: 15px;
                line-height: 18px;
            }
                body.nav-overlay-open #header #menu #menu_close {
                    pointer-events: auto;
                    opacity: 1;
                }
                #header #menu #menu_close:after {
                    content: '';
                    background: url(/images/menu_reverse.svg) 0 0 no-repeat;
                    background-size: contain;
                    position: static;
                    display: inline-block;
                    width: 14px;
                    height: 14px;
                    position: relative;
                    z-index: 2;
                    left: auto;
                    right: auto;
                    top: auto;
                    bottom: auto;
                    vertical-align: top;
                    margin: 0 0 0 5px;
                }
            
        
        /* Menu overlay
        ---------------------------------------- */
        
        #nav_overlay {
            position: fixed;
            z-index: 2500;
            top: 0;
            left: 0;
            right: 0;
            height: 100vh;
            opacity: 0;
            color: #fff;
            display: none !important;
            transition: all 200ms linear;
        }
            .special_notice_active #nav_overlay {
                top: 46px;
            }
            body.nav-init {
                overflow: hidden !important;
            }
            body.nav-init #nav_overlay {
                display: block !important;
            }
            body.nav-init #nav_overlay #nav_overlay_content * {
                pointer-events: auto;
            }
            body.nav-overlay-open #nav_overlay.active {
                opacity: 1;
                transition: all 400ms linear;
            }
            #nav_overlay .overlay-container-outer {
                width: 100%;
                height: 100vh;
                overflow: auto;
            }
            #nav_overlay .overlay-container-inner {
                padding: 200px 100px 180px;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 100vh;
                box-sizing: border-box;
            }
            #nav_overlay #translations_nav {
                position: absolute;
                top: 83px;
                right: 163px;
            }
            .cms-frontend-toolbar-active #nav_overlay #translations_nav {
                
            }
                #nav_overlay #translations_nav ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }
                #nav_overlay #translations_nav ul li {
                    float: left;
                    padding: 0;
                    margin: 0 0 0 20px;
                }
                    #nav_overlay #translations_nav ul li:first-child {
                        margin-left: 0;
                    }
                    #nav_overlay #translations_nav ul li a,
                    #nav_overlay #translations_nav ul li a:visited {
                        color: #fff;
                        text-decoration: none;
                        padding: 10px 0;
                        font-size: 1.6rem;
                        line-height: 2.4rem;
                    }
                    #nav_overlay #translations_nav ul li.active a {
                        border-bottom: 1px solid #fff;
                    }
            #nav_overlay_content {
                max-width: 1400px;
                width: 100%;
                display: flex;
                align-items: center;
            }
                #nav_overlay_content #menu_sponsor_logos {
                    max-width: 500px;
                    width: 100%;
                }
                #nav_overlay_content nav {
                    flex-grow: 1;
                }
                    #nav_overlay_content nav ul {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }
                    #nav_overlay_content nav ul li {
                        width: 100%;
                        float: left;
                        clear: both;
                        display: block;
                        margin: 0;
                        padding: 0;
                    }
                        #nav_overlay_content nav ul li:last-child {
                            margin-bottom: 0;
                        }
                        #nav_overlay_content nav ul li a,
                        #nav_overlay_content nav ul li a:visited {
                            float: left;
                            padding: 3px 0;
                            margin: 0;
                            text-decoration: none;
                            color: #fff;
                            font-family: 'Fiac Custom', Sans-Serif;
                            font-size: 50px;
                            line-height: 50px;
                            display: block;
                            transition: all 400ms cubic-bezier(.65,.06,.19,.96);
                        }
                        #nav_overlay_content nav ul li:hover a {
                            -webkit-text-fill-color: transparent;
                            -webkit-text-stroke-width: 1px;
                            -webkit-text-stroke-color: #fff;
                            /* 
                            -moz-transform: scale(-1, 1);
                            -webkit-transform: scale(-1, 1);
                            -o-transform: scale(-1, 1);
                            -ms-transform: scale(-1, 1);
                            transform: scale(-1, 1); */
                            transform: translateX(15px);
                        }
        
        
        /* VIP menu
        ---------------------------------------- */
        
        #vip_menu {
            text-indent: 0;
            position: relative;
            width: auto;
            height: auto;
            margin: 0;
            padding: 0;
            float: right;
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 3;
            opacity: 0;
            transition: opacity 400ms linear;
        }
        .scroller.intro3 #vip_menu {
            opacity: 1;
        }
            #vip_menu > a {
                border: 0;
                padding: 41px 11px 35px;
                min-width: 93px;
                box-sizing: border-box;
                cursor: pointer;
                transition: opacity 400ms linear;
                display: block;
                font-family: 'Fiac Custom', Sans-Serif;
                color: #fff;
                font-size: 18px;
                line-height: 18px;
            }
                #vip_menu > a,
                #vip_menu > a:visited {
                    color: #fff;
                    text-decoration: none;
                }
            #vip_menu:before {
                content: '';
                display: block;
                border-radius: 100%;
                width: 100%;
                padding-top: 100%;
                background: #111;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: -1;
                transition: all 400ms cubic-bezier(.65,.06,.19,.96);
            }
            body:not(.vip-init) #vip_menu:hover:before {
                transform: translate(-50%, -50%) scale(1.2);
            }
            body:not(.vip-init) #vip_menu:active:before {
                transform: translate(-50%, -50%) scale(0.9);
            }
            body.vip-overlay-open #vip_menu:before {
                transform: translate(-50%, -50%) scale(75);
                transform-origin: 75% 20%;
                transition: all 1000ms cubic-bezier(.65,.06,.19,.96);
                opacity: 0.9;
            }
            #vip_menu #vip_menu_open {
                border: 0;
                padding: 41px 11px 35px;
                min-width: 93px;
                box-sizing: border-box;
                cursor: pointer;
                transition: opacity 400ms linear;
                font-family: 'Fiac Custom', Sans-Serif;
                color: #fff;
                font-size: 18px;
                line-height: 18px;
            }
                body.vip-overlay-open #vip_menu #vip_menu_open {
                    pointer-events: none;
                    opacity: 0;
                }
                
            #vip_menu:after {
                content: '';
                display: block;
                border-radius: 100%;
                width: 100%;
                padding-top: 100%;
                background: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: -1;
                transition: all 400ms cubic-bezier(.65,.06,.19,.96);
                opacity: 0;
                pointer-events: none;
                transform: translate(-50%, -50%) scale(0);
            }
                body.vip-overlay-open #vip_menu:after {
                    opacity: 1;
                    transform: translate(-50%, -50%) scale(1);
                }
            #vip_menu #vip_menu_close {
                border: 0;
                padding: 41px 11px 35px;
                min-width: 93px;
                box-sizing: border-box;
                cursor: pointer;
                opacity: 0;
                pointer-events: none;
                transition: all 400ms linear;
                position: absolute;
                z-index: 3000;
                top: 0;
                left: 0;
                color: #222;
                font-family: 'Fiac Custom', Sans-Serif;
                font-size: 18px;
                line-height: 18px;
            }
                body.vip-overlay-open #vip_menu #vip_menu_close {
                    pointer-events: auto;
                    opacity: 1;
                }
            
        
        /* Menu overlay
        ---------------------------------------- */
        
        #vip_overlay {
            position: fixed;
            z-index: 2500;
            top: 0;
            left: 0;
            right: 0;
            height: 100vh;
            opacity: 0;
            color: #fff;
            display: none !important;
            transition: all 200ms linear;
        }
            .special_notice_active #vip_overlay {
                top: 46px;
            }
            body.vip-overlay-open,
            body.vip-init #container {
                overflow: hidden !important;
            }
            body.vip-init #vip_overlay {
                display: block !important;
            }
            body.vip-init #vip_overlay #vip_overlay_content * {
                pointer-events: auto;
            }
            body.vip-overlay-open #vip_overlay.active {
                opacity: 1;
                transition: all 400ms linear;
            }
            #vip_overlay .overlay-container-outer {
                width: 100%;
                height: 100vh;
                overflow: auto;
            }
            #vip_overlay .overlay-container-inner {
                padding: 200px 100px 180px;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 100vh;
                box-sizing: border-box;
            }
            #vip_overlay_content {
                max-width: 500px;
                width: 100%;
                margin: 0 auto;
                text-align: center;
                float: none;
            }
                #vip_overlay_content h2 {
                    font-size: 48px;
                    line-height: 48px;
                    font-family: 'Fiac Custom', Sans-Serif;
                    color: #fff;
                    margin: 0 0 40px;
                }
                #vip_overlay_content .description {
                    margin: 0 0 40px;
                }
                #vip_overlay_content .vip_countdown {
                    margin: 0 0 40px;
                }
                    #vip_overlay_content .vip_countdown * {
                        font-size: 45px;
                    }
                #vip_overlay_content .button {
                    display: inline-block;
                    float: none;
                    background: #fff;
                    margin-top: 0;
                }
                    #vip_overlay_content .button a,
                    #vip_overlay_content .button a:visited {
                        color: #111;
                    }
    
            #vip_overlay_content #vip_access_logo {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 0 40px;
            }
                #vip_overlay_content #vip_access_logo .fiac_logo {
                    min-width: 200px;
                    margin: 0 25px 0 0;
                }
                #vip_overlay_content #vip_access_logo .fiac_logo_label {
                    font-family: 'Fiac Custom', Sans-Serif;
                    color: #fff;
                    font-size: 42px;
                    line-height: 42px;
                    text-align: left;
                    flex-basis: 20%;
                }
            
            @media screen and (max-width: 768px) {
                #vip_overlay_content #vip_access_logo {
                    flex-direction: column;
                    margin-bottom: 20px;
                }
                #vip_overlay_content #vip_access_logo .fiac_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: #222222;
            }
            .navigation ul li a:hover {
                color: #222222;
            }
            .navigation ul li.active a,
            .navigation ul li.active a:visited,
            .navigation ul li.active a:hover {
                color: #222222;
            }
            
            
            /* Active line */
            .navigation ul li a{
                position: relative;
            }
                
            
            .navigation > ul li a::after {
                content: '';
                position: absolute;
                width: 100%;
                
                background: #222222;
                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: #222222;
            }
            
            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: #222222 !important;
        }

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

    #main_content {
        padding: 50px 50px 50px;
        margin: 0 !important;
        background: #fff;
        position: relative;
        z-index: 50;
    }
    .section-root #main_content {
        padding-bottom: 0;
    }
    #main_content.content-empty {
        display: none !important;
    }
    body.layout-hero-header.layout-fixed-header:not(.layout-hero-mode-inset):not(.layout-hero-header-aspect-ratio) #main_content {
        padding-top: 50px;
    }
    
    #content_module_intro {
        margin: 0 auto 50px;
        text-align: center;
        max-width: 750px;
    }
    
    #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: 60vh;
        }
            body.layout-hero-header-record-data.layout-hero-header:not(.type-fullscreen ) #main_content::before,
            body.layout-hero-header #main_content::before {
                display: none !important;
            }
            #hero_header .hero_header-inner-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                height: 60vh;
            }
            .cms-frontend-toolbar-active #hero_header .hero_header-inner-wrapper {
                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(5deg, rgba(255,255,255,0) 40%, rgba(255,255,255,0.7) 100%);
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                bottom: 0;
            }
        
            #hero_header .hero_image_responsive.no-slideshow-images::before, 
            #hero_header .hero_image_responsive.no-slideshow-images::before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                padding: 0;
                margin: 0;
                width: 100%;
                height: 100%;
                z-index: 101;
                background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.3) 100%);
                background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0)), color-stop(55%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3)));
                background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.3) 100%);
                background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.3) 100%);
                background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.3) 100%);
                background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.3) 100%);
            }
            
            
        /* Page heading
        ---------------------------------------- */
        
        .page_section_heading.page_section_heading_small h2 {
            font-family: 'Fiac Custom', Sans-Serif;
            font-size: 32px;
            line-height: 38px;
            border-bottom: 1px solid #ddd;
            padding: 0 0 20px;
            margin: 0;
        }
        #main_content h1,
        .heading_wrapper h1,
        .page_section_heading:not(.page_section_heading_small) h2,
        .reverse-text-content,
        .custom_reverse_text h2 {
            font-family: 'Fiac Custom', Sans-Serif;
            font-size: 90px;
            line-height: 100px;
            float: left;
        }
        
        #main_content .heading_wrapper_small h1,
        .heading_wrapper.heading_wrapper_small h1 {
            font-size: 40px;
            line-height: 50px;
            margin: 0 !important;
        }
        
        .heading_wrapper {
            margin: 0 0 30px;
        }
        .section-exhibitors .heading_wrapper {
            margin-bottom: 50px;
        }
        .heading_wrapper h1,
        #h1_wrapper {
            display: inline-block;
            min-width: 0;
        }
        .heading_wrapper.heading_wrapper_small {
            margin: 0 0 30px;
        }
            .layout-no-subnav .heading_wrapper {
                width: 100%;
            }
            .heading_wrapper .subtitle {
                padding-top: 15px;
                color: #222;
                font-family: 'Fiac Custom', Sans-Serif;
                font-size: 32px;
                line-height: 32px;
                text-align: center;
                float: none;
                margin: 0;
            }
            .heading_wrapper .date_and_location {
                text-align: center;
                padding: 21px 0 0;
            }
                .heading_wrapper .date_and_location > div {
                    display: inline-block;
                    float: none; 
                    color: #111;
                    margin: 0 6px;
                    font-size: 1.7rem;
                    line-height: 2rem;
                }
            @media screen and (min-width: 768px) {
                .event-header.heading_wrapper {
                    margin-bottom: 40px;
                }
                .event-header.heading_wrapper .subtitle {
                    padding-top: 25px;
                }
            }
            .reverse-text-wrapper {
                position: relative;
                left: 50vw;
                transform: translateX(-50vw);
                width: 100vw;
                margin-left: -50px;
                overflow: hidden;
            }
            @media screen and (max-width: 1023px) {
                .reverse-text-wrapper {
                    margin-left: -30px;
                }
            }
            @media screen and (max-width: 459px) {
                .reverse-text-wrapper {
                    margin-left: -15px;
                }
            }
                .reverse-text-wrapper h1,
                .reverse-text-wrapper h2 {
                    opacity: 0;
                    white-space: nowrap;
                    float: left;
                }
                    .header_themed .reverse-text-content,
                    .header_themed h1,
                    .header_themed h2 {
                        color: #fff;
                    }
                .reverse-text-wrapper .reverse-text-content {
                    display: inline-block;
                    white-space: nowrap;
                    position: absolute;
                    top: 0;
                    left: 0;
                    animation: slide_x 100s linear infinite;
                    animation-delay: 0s;
                    height: 100%;
                    display: flex;
                }
                    .reverse-text-wrapper .reverse-text-content span {
                        display: inline-block;
                    }
                    .reverse-text-wrapper .reverse-text-content .text-content-block {
                        margin-right: 20px;
                    }
                    .reverse-text-wrapper .reverse-text-content span.header_text_block_reversed {
                        -moz-transform: scale(-1, 1);
                        -webkit-transform: scale(-1, 1);
                        -o-transform: scale(-1, 1);
                        -ms-transform: scale(-1, 1);
                        transform: scale(-1, 1);
                        -webkit-text-fill-color: transparent;
                        -webkit-text-stroke-width: 1px;
                        -webkit-text-stroke-color: #222;
                    }
                    .pageload-popup-alternative #image_gallery .reverse-text-content span.header_text_block_reversed,
                    .header_themed .reverse-text-wrapper .reverse-text-content span.header_text_block_reversed {
                        -webkit-text-stroke-color: #fff;
                    }
                    
                    @keyframes slide_x {
                        from {
                            transform: translate3D(0, 0, 0)
                        }
                        to {
                            transform: translate3d(-50%, 0,  0)
                        }
                    }
                    
            .heading_wrapper .video_embed_wrapper {
                padding: 30px 0 0;
            }
                
            .heading_wrapper .heading_wrapper_subtitle_container {
                position: relative;
                clear: both;
            }
                .heading_wrapper .heading_wrapper_subtitle_container .subtitle {
                    max-width: 70%;
                    margin: 0;
                    text-align: left;
                }
                .heading_wrapper .heading_wrapper_subtitle_container .heading_subtitle_toolbar {
                    position: absolute;
                    top: 9px;
                    right: 0;
                }
                    .heading_wrapper .heading_wrapper_subtitle_container .heading_subtitle_toolbar > div {
                        display: inline-block;
                        vertical-align: middle;
                        margin: 0 0 0 15px;
                    }
                    .heading_wrapper .heading_wrapper_subtitle_container .heading_subtitle_toolbar > div:first-child {
                        margin-left: 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%);
                }
            
                     
    /* Page content
    ---------------------------------------- */
    
        section.page_section {
            clear: both;
            width: 100%;
            margin: 0 0 30px;
        }
        section.page_section:last-child {
            clear: both;
            width: 100%;
            margin-bottom: 0;
        }
            section.page_section .page_section_heading {
                clear: both;
                width: 100%;
                margin: 0 0 30px;
            }
            section.page_section .page_section_heading_small {
                margin: 0 0 30px;
            }
            section.page_section .page_section_intro {
                clear: both;
                width: 100%;
                margin: 0 auto 50px;
                max-width: 750px;
                text-align: center;
            }
        section.page_section.page_section_reversed {
            color: #fff;
            padding: 80px 0 30px;
            margin: 0 0 80px;
            position: relative;
        }
            section.page_section.page_section_reversed:last-child {
                margin-bottom: 0;
            }
        section.page_section.page_section_reversed h2,
        section.page_section.page_section_reversed h3,
        section.page_section.page_section_reversed h4,
        section.page_section.page_section_reversed h5,
        section.page_section.page_section_reversed h6,
        section.page_section.page_section_reversed .date_and_location,
        section.page_section.page_section_reversed .date,
        section.page_section.page_section_reversed .location,
        section.page_section.page_section_reversed * {
            color: #fff;
        }
        section.page_section.page_section_reversed .records_list ul li .content .list_item_header_content {
            border-color: #3e3e3e;
        }
        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 .records_list .content .button {
                background: #fff;
            }
                section.page_section.page_section_reversed .records_list .content .button a,
                section.page_section.page_section_reversed .records_list .content .button a:visited {
                    color: #222;
                }
            body #container section.page_section.page_section_reversed .records_list .content .add_to_calendar_link {
                background: #333;
            }
            body #container section.page_section.page_section_reversed .records_list .content .add_to_calendar_link a,
            body #container section.page_section.page_section_reversed .records_list .content .add_to_calendar_link a:visited {
                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;
            }
                .records_list_header h2 {
                    margin: 0;
                    font-family: 'Fiac Custom', Sans-Serif;
                    font-size: 48px;
                    line-height: 50px;
                    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 .inner {
                padding: 60px 40px;
                display: flex;
            }
                #footer .logo {
                    width: 125px;
                    height: 108px;
                    background: url(/images/fiac_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 80px 0 0;
                }
                    #footer nav ul {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }
                        #footer nav ul li {
                            clear: both;
                            display: block;
                            margin: 0 0 5px;
                        }
                            #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: 'Fiac Custom', Sans-Serif;
                                font-size: 40px;
                                line-height: 40px;
                                display: block;
                            }
                            
                #footer .sponsors {
                    flex-grow: 1;
                    color: #fff;
                    align-self: flex-start;
                    padding-right: 20px;
                }
                    .section-root #footer .sponsors {
                        align-self: center;
                    }  
                        #footer .sponsors img.artlogic-powered {
                            max-width: 112px;
                        } 
                    #footer .sponsors .logos_wrapper {
                        max-width: 500px;
                    }  
                
                #footer .toolbar {
                    float: right;
                    display: flex;
                    flex-direction: column;
                }
                    #footer .toolbar .social_links_wrapper {
                        flex-grow: 1;
                    }
                        #footer .toolbar .social_links {
                            float: right;
                            clear: both;
                            margin: 0 0 20px;
                        }
                            #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: right;
                        clear: both;
                        margin: 0 0 5px;
                        font-size: 1.2rem;
                        line-height: 1.6rem;
                    }
                        #footer #general_contact_button {
                            float: right;
                            background: #fff;
                            margin: 0 0 15px;
                        }
                            #footer #general_contact_button a,
                            #footer #general_contact_button a:visited {
                                color: #111;
                                padding: 12px 26px 12px;
                            }
                            #general_contact_popup b {
                                font-weight: normal;
                                display: inline-block;
                                min-width: 120px;
                            }
                            #general_contact_popup h2 {
                                margin: 0 0 25px;
                            }
                            #general_contact_popup p {
                                margin: 0 0 15px;
                            }
                            #general_contact_popup p:last-child {
                                margin: 0;
                            }
                            #general_contact_popup b {
                                display: block;
                                width: 100%;
                                line-height: 14px;
                            }
                        #footer_cookie_button {
                            text-align: right;
                            margin: 0 0 7px;
                            float: right;
                            clear: both;
                        }
                            #onetrust-banner-sdk #onetrust-policy-text a {
                                margin-left: 0 !important;
                            }
                            .cookie-notification-force-hidden #onetrust-consent-sdk #onetrust-banner-sdk,
                            .cookie-notification-force-hidden .onetrust-pc-dark-filter {
                                display: none !important;
                            }
                            #onetrust-consent-sdk #onetrust-banner-sdk {
                                background: rgba(0,0,0,0.8) !important;
                            }
                                #onetrust-consent-sdk #onetrust-banner-sdk * {
                                    font-size: 12px !important;
                                    font-family: 'NBInternational Custom', Sans-Serif !important;
                                    font-weight: 200 !important;
                                }
                                #onetrust-banner-sdk #onetrust-policy {
                                    margin-top: 11px !important;
                                    margin-bottom: 11px !important;
                                    margin-left: 12px !important;
                                }
                                    #onetrust-banner-sdk #onetrust-policy #onetrust-policy-text {
                                        margin-bottom: 0 !important;
                                    }
                                #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy a,
                                #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy a:visited {
                                    color: #fff !important;
                                }
                                #onetrust-pc-btn-handler {
                                    border: none !important;
                                    border-radius: 100px !important;
                                    background: #444 !important;
                                    color: #fff !important;
                                    font-size: inherit !important;
                                    font-weight: inherit !important;
                                    text-decoration: none !important;
                                }
                                #onetrust-accept-btn-handler {
                                    border: none !important;
                                    border-radius: 100px !important;
                                    background: #fff !important;
                                    color: #111 !important;
                                    font-size: inherit !important;
                                    font-weight: inherit !important;
                                    text-decoration: none !important;
                                }
                                #onetrust-close-btn-container button {
                                    background-image: url(/images/close_icon_reverse.svg) !important;
                                    opacity: 1 !important;
                                }
                                #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
                                    position: relative;
                                    z-index: 9999;
                                }
                                
                            #footer_cookie_button > button {
                                float: right;
                                border: none !important;
                                border-radius: 100px !important;
                                padding: 0 !important;
                                background: none !important;
                                color: #fff !important;
                                font-size: inherit !important;
                                font-weight: inherit !important;
                            }
                            #footer_cookie_button > button:hover {
                                background: none !important;
                            }
                        #footer .toolbar .footer_additional .additional_links {
                            float: right;
                            clear: both;
                            margin: 0 0 12px;
                        }
                            #footer .toolbar .footer_additional .additional_links > div {
                                float: right;
                                clear: both;
                                margin: 0 0 5px 15px;
                                text-align: right;
                            }
                            #footer .toolbar .footer_additional .additional_links > div:last-child {
                                margin-left: 0;
                                margin-bottom: 0;
                            }
                            #footer .toolbar .footer_additional .additional_links a,
                            #footer .toolbar .footer_additional .additional_links a:visited {
                                color: #fff;
                                text-decoration: none;
                            }
                        #footer .toolbar .footer_additional .copyright {
                            float: right;
                            clear: both;
                            margin: 0;
                            text-align: right;
                        }
                            #footer .toolbar .footer_additional .copyright > div {
                                display: inline-block;
                                float: none;
                                margin: 0 0 0 15px;
                            }
                            #footer .toolbar .footer_additional .copyright > div:first-child {
                                margin-left: 0;
                            }
                          
                          
                          
    /* 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: #888;
                        font-size: 1.4rem;
                        line-height: 1.6rem;
                        box-sizing: border-box;
                        margin: 0;
                        padding: 5px 20px 10px 0;
                        width: 25%;
                    }
                    .form .form_row .form_checkbox_container label {
                        line-height: 2.2rem;
                    }
                    .form .form_row .form_checkbox_container input {
                        margin-top: 4px;
                    }
                    .form.form_style_simplified .form_row .inputField, 
                    .form.form_style_simplified .form_row select, 
                    .form.form_style_simplified .form_row textarea {
                        border: none;
                        padding: 5px 0 20px;
                        font-size: 1.4rem;
                        line-height: 1.6rem;
                    }
                    .form .form_row .inputField, .form .form_row select, .form .form_row textarea, .form .form_row #captcha input, .form .form_row .g-recaptcha {
                        width: 75%;
                    }
                    .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;
                    }
                        #contact_form_prefilled_questions .prefilled_option a:hover {
                            background: #eee;
                        }
                        #contact_form_prefilled_questions .prefilled_option a:after {
                            display: block;
                            position: absolute;
                            top: 50%;
                            right: 10px;
                            transform: translateY(-50%);
                            
                            content: '';
                            background-image: url(/images/link_arrow.svg);
                            background-repeat: no-repeat;
                            height: 10px;
                            width: 18px;
                        }
                    #contact_form_prefilled_questions .prefilled_option:last-child a {
                        border-bottom-width: 1px;
                    }
                    
                #contact_form form {
                    width: 100%;
                    clear: both;
                }
                            
                #contact_form h2 {
                    margin: 0 0 35px;
                    padding: 0 35px 0 0;
                    box-sizing: border-box;
                    width: 100%;
                    float: none;
                    font-size: 2.5rem;
                    line-height: 3rem;
                }
                #contact_form #contact_form_item_preview {
                    margin-bottom: 25px;
                    padding: 5px 0 25px;
                }
                    #contact_form #contact_form_item_preview .content {
                        line-height: 1.6rem;
                    }
                    #contact_form #contact_form_item_preview .inner {
                        border: none;
                        background: transparent;
                        padding: 0;
                        max-height: 80px;
                        overflow: auto;
                        display: flex;
                        align-items: center;
                    }
                    #contact_form #contact_form_item_preview .content {
                        display: inline-block;
                        vertical-align: middle;
                        padding-left: 10px;
                        font-size: 1.3rem;
                        line-height: 1.7rem;
                        font-weight: normal;
                    }
                    #contact_form #contact_form_item_preview .image {
                        vertical-align: middle;
                        width: 75px !important;
                        height: 75px !important;
                        float: none !important;
                    }
                    #contact_form #contact_form_item_preview .content .medium,
                    #contact_form #contact_form_item_preview .content .dimensions {
                        display: none;
                    }
                    #contact_form #contact_form_item_preview .content {
                        box-sizing: border-box;
                        width: calc(100% - 75px);
                    }
                
                #contact_form .form .button {
                    margin: 0;
                    width: 100%;
                }
                    #contact_form .form .button a {
                        float: none;
                        width: 100%;
                        box-sizing: border-box;
                        padding: 21px 26px 19px;
                        font-size: 1.4rem;
                    }
                    #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;
                }
                    

        /* Guestbook
        ---------------------------------------------- */

            #contact_form.form-type-guestbook .contact_form_header_container h2 {
                margin: 0 0 14px;
            }
            #contact_form.form-type-guestbook .form_guestbook_label {
                clear: both;
                display: block;
                font-size: 1.5rem;
                line-height: 2.4rem;
                color: #888;
                margin: 0 0 30px;
            }
            #contact_form.form-type-guestbook .form .form_row.f_phone_container {
                display: none;
            }
            
            #contact_form.form-type-guestbook #contact_form_prefilled_questions {
                display: none !important;
            }
            #contact_form.form-type-guestbook form {
                display: block !important;
            }
            
            @media screen and (min-width: 787px) {
                
                body.contact-form-overlay-type-guestbook {
                    overflow: initial !important;
                }
                
                #contact_form_overlay.form-type-container-guestbook {
                    top: 0;
                }
                    #contact_form_overlay.form-type-container-guestbook .overlay-bg {
                        display: none !important;
                    }
                    #contact_form_overlay.form-type-container-guestbook .overlay-container-outer {
                        transform: translateY(100%);
                        width: 100%;
                        max-width: none;
                        top: auto;
                    }
                        #contact_form_overlay.form-type-container-guestbook.active .overlay-container-outer {
                            transform: none;
                            box-shadow: 0 0 8px rgb(0 0 0 / 30%);
                        }
                        #contact_form_overlay.form-type-container-guestbook .overlay-container-inner {
                            min-height: 0;
                            padding: 32px 25px 7px;
                        }
                        #contact_form_overlay.form-type-container-guestbook #contact_form_overlay_close {
                            position: absolute;
                            margin: 0;
                        }
                
                #contact_form.form-type-guestbook {
                    
                }
                    #contact_form.form-type-guestbook .contact_form_header_container {
                        float: left;
                        width: 30%;
                        box-sizing: border-box;
                        padding: 0 40px 0 0;
                    }
                        #contact_form.form-type-guestbook .contact_form_header_container h2 {
                            margin: 0 0 10px;
                            font-family: 'Fiac Custom';
                            font-size: 3rem;
                            line-height: 3.3rem;
                        }
                        #contact_form.form-type-guestbook .form_guestbook_label {
                            margin: 0;
                            clear: both;
                            display: block;
                            font-size: 1.4rem;
                            line-height: 2.4rem;
                            color: #888;
                        }
                    #contact_form.form-type-guestbook .form {
                        clear: none;
                        float: right;
                        width: 70%;
                        padding-right: 30px;
                        box-sizing: border-box;
                    }
                        #contact_form.form-type-guestbook form {
                            clear: none;
                        }
                        #contact_form.form-type-guestbook .form .form_row {
                            float: left;
                            width: calc(50% - 40px);
                            clear: none;
                            box-sizing: border-box;
                            margin-right: 40px;
                        }
                            #contact_form.form-type-guestbook .form .form_row:not(.f_terms_container) label {
                                width: 35%;
                            }
                            #contact_form.form-type-guestbook .form .form_row textarea {
                                height: 60px;
                            }
                            #contact_form.form-type-guestbook .form .form_row.f_email_container input { 
                                padding-bottom: 40px;
                            }
                            #contact_form.form-type-guestbook .form .button a:before {
                                display: none;
                            }
                            #contact_form.form-type-guestbook .form .form_row.f_terms_container {
                                clear: left;
                            }
                            #contact_form.form-type-guestbook .form .form_row.form_row_submit {
                                justify-content: flex-end;
                                clear: right;
                            }
                                #contact_form.form-type-guestbook .form .form_row.form_row_submit .button {
                                    width: auto;
                                }
                                    #contact_form.form-type-guestbook .form .form_row.form_row_submit .button a {
                                        padding: 19px 39px 19px;
                                    }
            }
        
        
    /* Artwork Detail
    ---------------------------------------------- */
        
        #popup_content {
            padding: 0 50px;
        }
        #image_gallery #content_module,
        #popup_content #image_gallery #content_module {
            float: right;
            padding-right: 0;
            padding-left: 50px;
            margin-bottom: 0;
        }
        @media screen and (min-width: 768px) {
            #popup_content #image_gallery #content_module {
                padding-top: 130px;
            }
                .cms-frontend-toolbar-active #popup_content #image_gallery #content_module {
                    padding-top: 158px;
                }
            #popup_content #image_gallery #image_container_wrapper {
                padding-top: 130px;
            }
                .cms-frontend-toolbar-active #popup_content #image_gallery #image_container_wrappe {
                    padding-top: 158px;
                }
            #popup_content #image_gallery #image_container_wrapper #image_container {
                top: 130px;
                bottom: 50px;
            }
                .cms-frontend-toolbar-active #popup_content #image_gallery #image_container_wrapper #image_container {
                    top: 158px;
                }
        }
        #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 #roomview_preview_container {
            clear: both;
            width: 100%;
            padding: 0;
            margin: 0 0 80px;
        }
            #image_gallery .roomview_preview {
                padding: 45% 0 0;
                background: url(/images/viewonwall_preview_bg.jpg) center bottom no-repeat;
                background-size: 130%;
                position: relative;
                z-index: 0;
            }
                #image_gallery .roomview_preview:after {
                    position: absolute;
                    z-index: 2;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    display: block;
                    content: '';
                    background: rgba(0,0,0,0.5);
                }
                #image_gallery .roomview_preview .roomview_preview_image_container {
                    position: absolute;
                    z-index: 1;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 22%;
                    height: 35%;
                    max-width: 250px;
                    max-height: 250px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                    #image_gallery .roomview_preview .roomview_preview_image_container img {
                        max-width: 100%;
                        max-height: 100%;
                        box-shadow: 0 3px 6px -3px #BBB;
                        -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
                        filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
                    }
                #image_gallery .roomview_preview a {
                    position: absolute;
                    z-index: 3;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    display: block;
                    content: '';
                }
                    #image_gallery .roomview_preview .button {
                        position: absolute;
                        z-index: 3;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        background: #fff;
                        min-width: 250px;
                        margin: 0;
                        white-space: nowrap;
                    }
                        #image_gallery .roomview_preview .button span {
                            color: #111;
                        }
                        #image_gallery .roomview_preview .button span:before {
                            content: '';
                            display: inline-block;
                            font-family: "artlogic-social-icons" !important;
                            font-style: normal !important;
                            font-weight: normal !important;
                            font-variant: normal !important;
                            text-transform: none !important;
                            speak: none;
                            line-height: 1;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            content: "\e041";
                            vertical-align: middle;
                            margin: -2px 10px 0 0;
                        }
        
        #image_gallery #image_related {
            clear: both;
            width: 100%;
            padding: 0;
            margin: 0 0 80px;
        }
            #image_gallery #image_related h2 {
                font-family: 'Fiac Custom', Sans-Serif;
                font-size: 30px;
                line-height: 32px;
                margin-bottom: 11px;
                text-align: center;
                margin: 0 0 40px;
            }
            #image_gallery #image_related .image_related_more_button {
                text-align: center;
                margin: 0 0 40px;
            }
                #image_gallery #image_related .image_related_more_button .button {
                    text-align: center;
                    margin: 0 auto;
                    float: none;
                    display: inline-block;
                }
        
                
                
        /* Reversed popup alternative
        ---------------------------------------------- */
            
            #image_gallery .random_selection_only {
                display: none;
            }
            .pageload-popup-alternative #image_gallery #content_module .artwork_details_wrapper .subheading.gallery_name .guestbook-button {
                display: none !important;
            }
            .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: none !important;
                }
                .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: 46px;
        }
        .roomview-close::after {
            background: url(/images/close_icon_reverse.svg) center center no-repeat;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .roomview-close::before {
            display: block;
            background: #111;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            content: '';
            position: absolute;
            border-radius: 100px;
        }
        
    
    /* Share Links
    ---------------------------------------------- */
        
        .share_link {
            display: none !important;
        }
    
    
    /* Text and image section
    ---------------------------------------------- */
    
    section.page_section.page_section_text_image {
        position: relative;
        padding: 0;
        margin: 0 0 50px;
    }
        .page_section_text_image .text_image_wrapper {
            position: relative;
            width: 100%
            box-sizing: border-box;
        }
            .page_section_text_image .text_image_wrapper_inner {
                display: flex;
                align-items: flex-start;
                justify-content: center;
                flex-direction: row-reverse;
                max-width: 1200px;
                margin: 0 auto;
            }
            .page_section_text_image .text_image_wrapper .content {
                padding: 0 0 0 50px;
                float: right;
                flex-basis: 34%;
                box-sizing: border-box;
            }
                .page_section_text_image .text_image_wrapper .content .page_section_intro {
                    text-align: left;
                }
                .page_section_text_image .text_image_wrapper .content .button {
                    margin: 0 0 22px;
                }
            .page_section_text_image .text_image_wrapper .image_wrapper {
                float: left;
                width: auto;
                flex-basis: 57%;
                max-width: 550px;
            }
                .page_section_text_image .text_image_wrapper .image_wrapper .image {
                    width: 100%;
                    position: relative;
                    padding-top: 120%;
                    height: 0;
                }
                    .page_section_text_image .text_image_wrapper .image_wrapper .image img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                .page_section_text_image .text_image_wrapper .image_wrapper .caption {
                    width: 100%;
                    clear: both;
                    padding-top: 10px;
                    font-size: 1.3rem;
                    line-height: 1.6rem;
                    color: #888;
                }
    
    
    
    /* Standard grid
    ---------------------------------------------- */
    
    .records_list.image_list .image {
        margin-bottom: 27px;
    }
    .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: 'Fiac Custom', Sans-Serif;
            font-size: 30px;
            line-height: 32px;
            margin-bottom: 11px;
            width: 100%;
        }
        .records_list.image_list .content h2,
        .records_list.image_list .content h3 {
            text-align: left;
        }
        .records_list.image_list .content .subtitle {
            text-align: left;
            width: 100%;
        }
        .records_list.image_list .content .button,
        body #container:not(.container-exhibitor-portal) .records_list.image_list .content .add_to_calendar_link {
            margin: 0 10px 10px 0;
        }
        .records_list .content .description {
            color: #222;
            display: block;
            width: 100%;
        }
        .records_list.image_list .content .description {
            text-align: left;
            line-height: 2.4rem;
        }
        .records_list.detail_list .content .description {
            line-height: 2.4rem;
        }
        .records_list.image_list .content .participant_text_list {
            clear: both;
            display: flex;
        }
        @media screen and (max-width: 1023px) {
            .records_list.image_list .content .participant_text_list {
                display: block;
            }
        }
            .records_list.image_list .content .participant_text_list_row {
                clear: both;
            }
                .participant_text_list_heading {
                    max-width: 100px;
                    width: 100%;
                    box-sizing: border-box;
                    padding: 0 15px 0 0;
                    flex-shrink: 1;
                }
                .participant_text_rows {
                    flex-grow: 1;
                }
                .records_list.image_list .content .participant_text_list_row .participant_name {
                    margin: 0 10px 0 0;
                }
                .records_list.image_list .content .participant_text_list_row .participant_subtitle {
                    opacity: 0.6;
                }
                
            .records_list.image_list.gd_no_of_columns_3 .content .participant_text_list {
                display: block;
            }
                
    /* Add to calendar button
    ---------------------------------------------- */
    
        body #container:not(.container-exhibitor-portal) .add_to_calendar_link {
            position: relative;
            border: 0;
            margin: 0;
            padding: 0;
            background: #e2e2e2;
            border-radius: 50px;
        }
            body #container:not(.container-exhibitor-portal) .add_to_calendar_link a {
                padding: 12px 26px 12px;
                margin: 0;
                display: block;
                text-align: left;
                text-indent: 0;
                color: #fff;
            }
            body #container:not(.container-exhibitor-portal) .add_to_calendar_link a,
            body #container:not(.container-exhibitor-portal) .add_to_calendar_link a:visited {
                color: #111;
                font-size: 13px;
            }
            .link.add_to_calendar_link.popup_vertical_link a span.add_this_social_media_icon.calendar-plus-regular,
            body #container:not(.container-exhibitor-portal) .add_to_calendar_link:before,
            body #container:not(.container-exhibitor-portal) .add_to_calendar_link:after,
            body #container:not(.container-exhibitor-portal) .add_to_calendar_link a:before,
            body #container:not(.container-exhibitor-portal) .add_to_calendar_link a:after,
            body #container:not(.container-exhibitor-portal) .add_to_calendar_link > .add_this_social_media_icon {
                display: none;
            }
            
            body #container:not(.container-exhibitor-portal) .add_to_calendar_link .popup_links_parent {
                top: -8px !important;
                left: 50% !important;
                position: absolute;
                transform: translateX(-50%);
                width: 120px !important;
                cursor: default;
            }
            
            #relative_add_to_calendar {
                min-width: 0;
            }
            
            body #container:not(.container-exhibitor-portal) .add_to_calendar_link .popup_links {
                top: 50px;
                left: 50%;
                transform: translateX(-50%);
            }
                body #container:not(.container-exhibitor-portal) .add_to_calendar_link .popup_links ul {
                    display: flex;
                }
                body #container:not(.container-exhibitor-portal) .add_to_calendar_link .popup_links ul li {
                    height: 40px;
                    width: 40px;
                    padding: 0 !important;
                    position: relative;
                    margin: 0 !important;
                }
                    body #container:not(.container-exhibitor-portal) .add_to_calendar_link .popup_links ul li a {
                        height: 40px;
                        width: 40px;
                        padding: 0 !important;
                        text-indent: -9999px !important;
                    }
                        body #container:not(.container-exhibitor-portal) .add_to_calendar_link .popup_links ul li a .add_this_social_media_icon {
                            height: 40px;
                            width: 40px;
                            padding: 0 !important;
                            margin: 0 !important;
                            position: absolute;
                            top: 0;
                            left: 0;
                            text-indent: 0 !important;
                            text-align: center;
                            line-height: 40px;
                            color: #222;
                        }
        
        
    /* 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: 'NBInternational Custom', Sans-Serif;
                    font-weight: normal;
                    color: #222222;
                    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 {
            text-align: center;
        }
            .records_list.profile_list ul li .content *,
            .records_list.profile_list ul li .content .subtitle {
                text-align: center;
            }
        .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: 62%;
        }
            .records_list.curators_list.detail_list ul li .content h2 {
                border: 0;
                padding: 0;
                margin: 0 0 5px;
                font-size: 2.5rem;
                line-height: 2.8rem;
            }
        .records_list.curators_list ul li .profile_image {
            position: relative;
            width: 38%;
        }
            .records_list.curators_list ul li .profile_image span {
                
            }
    
    
    /* Tile grid 
    ---------------------------------------------- */
            
        .records_list.tile_list .tile_list_formatted {
            margin-right: -40px;
        }
        .records_list.tile_list ul {
            width: 33.3%;
            padding-right: 40px;
        }
        .records_list .content .subtitle, 
        .records_list .content .date, 
        .records_list .content .location,
        .records_list ul li .content .title, 
        .records_list ul li .content .artist,
        .subsection-works .records_list ul li .content .pv-artist,
        .subsection-works .records_list ul li .content .pv-artist strong,
        .subsection-works .records_list ul li .content .pv-title {
            font-size: 1.7rem;
            line-height: 1.4em;
            text-transform: none;
            letter-spacing: 0;
            font-family: 'NBInternational Custom', Sans-Serif;
            font-weight: normal;
            color: #222222;
        }
        .records_list ul li .content .title, 
        .subsection-works .records_list ul li .content .pv-title {
            /*word-wrap: break-word;*/
            /*-webkit-hyphens: auto;*/
            /*hyphens: auto;*/
        }
        .records_list .content .subtitle, 
        .records_list .content .date, 
        .records_list .content .date_and_location, 
        .records_list .content .location {
            font-size: 1.4rem;
        }
        .records_list .content .date_and_location > div {
            display: inline-block;
            margin: 0 12px 0 0;
            vertical-align: top;
        }
        .records_list ul li .content .description {
            font-size: 1.4rem;
        }
        .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: 8px 8px 7px;
                color: #fff;
                font-size: 1.1rem;
                line-height: 1.2rem;
            }
        */
        .records_list ul li .content .link {
            line-height: 1em;
        }

        #add_to_calendar {
            pointer-events: none;
        }
        .add_to_calendar_button.active + #add_to_calendar {
            pointer-events: auto;
        }
        
        .records_list .content .price,
        .records_list .content .price.pv-price,
        .artwork_price,
        .price {
            font-size: 1.4rem;
            line-height: 2rem;
            color: #222222;
            letter-spacing: 0;
            padding-top: 0;
            font-weight: normal;
            display: inline-block;
        }
        .artwork_price .price-show-status,
        .price .price-show-status {
            background: #aaa;
            border-radius: 50px;
            padding: 5px 8px 5px;
            margin: -4px 0 0 10px;
            font-size: 1.1rem;
            color: #fff;
            letter-spacing: 0;
            text-align: center;
            line-height: 1em;
            text-transform: none;
            letter-spacing: 0;
            display: inline-block;
            vertical-align: middle;
            user-select: none;
        }
        .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 {
            margin-top: -4px;
        }
        .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: 5px 6px 5px;
            font-size: 1.1rem;
            color: #fff;
            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.4rem;
            line-height: 1.5rem;
            text-transform: none;
            letter-spacing: 0;
            display: inline-flex;
            color: #222222;
            font-weight: normal;
            margin: 0;
            padding: 0;
        }
            .link a::before,
            .artwork_view_details::before,
            .read_more_link:not(.button) > a::before,
            .read_more_label::before,
            /*.link.exhibitor_website a::before,*/
            a.clear_filters::before {
                content: '';
                background-image: url(/images/link_arrow.svg);
                background-repeat: no-repeat;
                height: 10px;
                width: 16px;
                display: inline-block;
                padding-right: 12px;
                vertical-align: middle;
                margin-top: 2px;
            }
            .link.exhibitor_website a::before {
                display: none;
            }
            .link.read_less_link a::before {
                background-image: url(/images/link_arrow_left.svg);
            }
            
        .reveal_more_text_container .read_more_link,
        .reveal_more_text_container .read_less_link {
            cursor: default;
            padding-top: 20px;
        }
            
        a.clear_filters {
            text-decoration: none;
            display: none;
        }
        body .clear_filters_container {
            display: none;
            margin: 0 0 25px;
        }
        body.artwork-filters-active .clear_filters_container {
            display: block;
        }
        body.artwork-filters-active a.clear_filters {
            display: inline-flex;
            font-size: 1.5rem;
        }
        body.artwork-filters-active a.clear_filters:before {
            background: url(/images/close_icon.svg) center center no-repeat;
            background-size: 11px;
            text-indent: -9999px;
            content: '';
            width: 11px;
            height: 11px;
            margin-top: 2px;
            margin-right: 12px;
            padding: 0;
        }
        
        .link span, .link a, .link a:visited, .simple_list ul li a, .simple_list ul li a:visited {
            color: #222;
        }
        
        
        .roomview-photo-button a::before {
            display:  none;
        }
        .roomview-photo-button .button-icon, .roomview-buttons-title .button-icon {
            margin-right: 8px;
            vertical-align: middle;
            display: inline-block;
        }
        .roomview-photo-button .button-text {
            vertical-align: middle;
            display: inline-block;
        }
        .roomview-photo-button .button-icon::before, .roomview-buttons-title .button-icon::before {
            font-size: 17px;
        }
        .roomview-scene-loader-wrapper {
            margin: 3px 0 0 12px;
        }
        .roomview-photo-button.loading svg.loader .path {
            stroke: #111;
            stroke-width: 4px;
        }
        .browser-safari .roomview-scene-artwork img,
        .browser-safari .roomview-scene-artwork img.placeholder-artwork {
            /*filter: none !important;*/
        }

        /* Convelio widget
        ---------------------------------------- */
        
        .convelio-widget-button {
            position: relative;
            margin: 0 0 20px;
        }
            body.browser-msie-11 .convelio-widget-button {
                display: none;
            }
            .convelio-widget-button a {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .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.4rem;
                line-height: 1.5rem;
                text-transform: none;
                letter-spacing: 0;
                display: inline-flex;
                color: #222222;
                font-weight: normal;
                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: 'NBInternational Custom', Sans-Serif;
            font-weight: normal;
        }
        .price .price_converted_range,
        .artwork_price .price_converted_range {
            color: #999;
        }
            .price .price_converted_range .separator,
            .artwork_price .price_converted_range .separator {
                display: inline-block;
                padding: 0 8px;
            }
        
        /* Subtitles ------------------- */
        .subheading {
            font-size: 1.6rem;
            color: #111;
        }
        #image_gallery #content_module .subtitle {
            margin: 0 0 10px;
        }        
        #image_gallery #content_module .subtitle,
        .poster, .subtitle, .heading_wrapper h1 .h1_subtitle, .location,
         .feature_list ul li .content .subtitle,
         .feature_list ul li .content .date,
         .feature_list ul li .content .location {
            font-family: 'NBInternational Custom', Sans-Serif;
            font-weight: normal;
            color: #222222;
            font-size: 1.6rem;
            line-height: 1.5em;
            text-transform: none;
            letter-spacing: 0;
            /*margin: 0;*/
        }

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

    body.type-fullscreen.fullscreen-slide-dark #slideshow .slideshow_pager .slideshow-pager-item-wrapper.slideshow-text.active .slideshow-pager-item:after, 
    body.type-fullscreen.fullscreen-slide-dark #slideshow .slideshow_pager .slideshow-pager-item-wrapper.slideshow-text .slideshow-pager-item:after, 
    body.type-fullscreen.fullscreen-slide-dark #container:not(.page-scroll) #header.header_transparent:not(.page-scroll) .inner, 
    body.layout-hero-header.fullscreen-slide-dark #container:not(.page-scroll) #header.header_transparent:not(.page-scroll) .inner {
        border-color: transparent;
    }
    
    .video_embed_wrapper {
        
    }
        .video_embed_wrapper p,
        .video_embed_wrapper > div:not(.fluid-width-video-wrapper) {
            display: none !important;
        }
    
   /* Popups
    ----------------------------------------------------------- */
    
    div.arprompt {
        border-radius: 15px;
        color: #fff;
        background: #111;
    }
    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_reverse.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: #fff; 
    }
    div.arprompt .arpromptmessage p {
       color: #fff; 
    }
    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;
        }
    div.arprompt .arpromptmessage .button_secondary {
        background: #444;
    }
        div.arprompt .arpromptmessage .button_secondary a,
        div.arprompt .arpromptmessage .button_secondary a:visited {
            color: #fff;
        }
    div.arprompt h2 {
        color: #fff;
        font-size: 2.3rem;
        line-height: 2.6rem;
    }
    div.arprompt button,
    div.arprompt button.arpromptdefaultbutton {
        padding: 3px 15px;
        width: 82px;
        border: none;
        -webkit-border-radius: 1000px;
        -moz-border-radius: 1000px;
        border-radius: 1000px;
         background: #fff; 
        color: #111 !important;
        color: inherit;
        font: inherit;
        cursor: pointer;
    }
    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: #222222;
        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;
        }
            #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 li.align_calculating {
            transform: none !important;
            transition: none !important;
        }
        .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 {

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

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

    .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_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,
    .store_items_condensed .store_item .store_item_add_to_cart {
        background: transparent;
        border: 0;
        background: #222;
        border-radius: 50px;
    }
    .button a, 
    .button a:visited,
    .button > span {
        font-size: 1.3rem;
        color: #fff;
        letter-spacing: 0;
        text-align: center;
        line-height: 1em;
        text-transform: none;
        letter-spacing: 0;
        padding: 12px 26px 12px;
        text-decoration: none;
    }
    .button.button_prominent > span,
    .button.button_prominent a,
    .button.button_prominent a:visited {
        font-size: 1.8rem;
        padding: 24px 35px 22px;
    }
    
    .guestbook-button .button {
        margin-top: 0;
        background: #989898;
    }
    .guestbook-button .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: '\f040';
        font-size: 13px;
        vertical-align: middle;
        margin-top: -2px;
        margin-right: 7px;
    }
    .guestbook-button.guestbook-button-condensed .button a {
        padding: 8px 15px 9px;
    }
    .guestbook-button.guestbook-button-super-condensed .button a {
        padding: 5px 9px 5px;
        font-size: 1.1rem;
    }
    .guestbook-button.guestbook-button-super-condensed .button a:before {
        font-size: 12px;
        margin-right: 5px;
    }

    .scroll_section_container > section {
        margin: 0 0 40px;
    }
    
    
    .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 #image_container_wrapper {
        min-height: 100vh;
        padding-bottom: 50px;
    }
    #image_gallery #content_module, #popup_content #image_gallery #content_module {
        min-height: 100vh;
    }
    .browser-msie #popup_content #image_gallery #image_container .image span img {
        margin: 0;
    }
    
    #image_gallery #content_module .detail_view_module, 
    #image_gallery #secondary_content_module .detail_view_module, 
    #image_gallery #content_module .subtitle, 
    #image_gallery #content_module .enquire, 
    #image_gallery #content_module .view-in-ar, 
    #image_gallery #content_module .wishlist_button {
        margin-bottom: 20px;
    }
    #image_gallery #content_module h1 {
        margin-bottom: 7px;
        font-size: 2.4rem;
        color: #222222;
        letter-spacing: 0;
        line-height: 1.3em;
    }
    #image_gallery #content_module h1.artist {
        margin-bottom: 0;
    }
    #image_gallery #content_module .subtitle,
    #image_gallery #content_module .subtitle .artist {
        margin: 0;
        font-size: 2.4rem;
        color: #222222;
        letter-spacing: 0;
        line-height: 1.3em;
    }
    #image_gallery #content_module .subtitle .title {
        font-style: italic;
    }
    #image_gallery #content_module .detail_view_module, 
    #image_gallery #secondary_content_module .detail_view_module {
        font-size: 1.4rem;
        color: #222;
        letter-spacing: 0;
        line-height: 1.6em;
        font-weight: normal;
    }
     #image_gallery #content_module .pv-price {
        color: #222;
        font-weight: normal;
        display: inline-block;
        margin-right: 10px;
    } 
    #image_gallery #content_module  .subtitle + .detail_view_module {
        margin-top: 20px;
    }
    #image_gallery #content_module .artwork_details_wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    #image_gallery #content_module .artwork_details_wrapper .contact_panel_container {
        padding: 15px 0 0;
        margin: 0 0 20px;
    }
    #image_gallery #content_module .detail_view_module .price {
        font-size: 1.8rem;
        color: #222222;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin-bottom: 0;
    }
        #image_gallery #content_module .detail_view_module .price .price_tax_suffix {
            display: block;
            clear: both;
            font-size: 1.3rem;
            line-height: 1.8rem;
            padding: 5px 0 0;
        }
    #image_gallery #content_module .detail_view_module .price_sold_description {
        padding: 15px 0 0;
        color: #888;
    }
    #image_gallery #content_module .detail_view_module .price_sold_description:first-child {
        padding-top: 0;
    }
    
    #image_gallery #content_module .artwork_details_wrapper .subheading.gallery_name {
        font-size: 1.5rem;
        line-height: 1.3em;
        color: #222222;
        letter-spacing: 0;
        border-bottom: 1px solid #d3d3d3;
        padding-top: 0;
        padding-bottom: 9px;
        margin-bottom: 30px;
        margin-top: 0;
        justify-content: space-between;
    }    
        #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;
           margin: 0 5px 5px 0;
        }
        #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_details_wrapper .subheading.gallery_name .guestbook-button {
            float: right;
            margin: 0 0 5px;
        }
    
    #image_gallery #content_module .artwork_details_wrapper > p {
        font-size: 1.3rem;
        color: #909090;
        letter-spacing: 0;
        line-height: 1.8em;
    }

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

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

/* -----------------------------------------------------------
   Page Specific
----------------------------------------------------------- */

     /* HOME
    ------------------------------------------------------------ */
        
         /* Scroller animation ------------------------------------------------------------ */
                
            .scroller {
              min-height: 100vh;
              z-index: 1;
              width: 100%;
              position: relative;
              overflow: hidden;
            }
                .scroller h1 {
                    position: absolute!important;
                    height: 1px!important;
                    width: 1px!important;
                    overflow: hidden!important;
                    clip: rect(1px,1px,1px,1px);
                    white-space: nowrap!important;
                    display: block!important;
                    margin: 0!important;
                    padding: 0!important;
                }
                .scroller #main_content {
                    height: 0 !important;
                    overflow: hidden !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    visibility: hidden !important;
                    display: block !important;
                }
                body.pageload-ajax-navigation-active.page-transition .scroller {
                    opacity: 0;
                    transition: opacity 200ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);
                }
                @media (prefers-reduced-motion: reduce) {
                    body.pageload-ajax-navigation-active.page-transition .scroller {
                        transition: none !important;
                    }
                }
                
                .fixed_bg {
                    background: center center no-repeat;
                    background-size: cover;
                    position: fixed;
                    left: -50px;
                    top: -50px;
                    right: -50px;
                    min-height: 100%;
                    min-height: 100vh;
                    height: 100vh;
                    height: calc(100vh + 100px);
                    z-index: 0;
                    opacity: 0;
                    transition: opacity 400ms linear, transform 1500ms cubic-bezier(.16,.67,.46,.99);
                }
                body.browser-safari .fixed_bg {
                    transition: opacity 400ms linear;
                }
                .intro2 .fixed_bg {
                    opacity: 1;
                }
                    .fixed_bg > div {
                        background: center center no-repeat #222;
                        background-size: cover;
                        position: absolute;
                        left: 0;
                        top: 0;
                        bottom: 0;
                        right: 0;
                        z-index: 0;
                        opacity: 0;
                    }
                        .fixed_bg > div.active {
                            opacity: 1;
                        }
                
                .page-vip .scroller,
                .page-vip .fixed_bg {
                    background: #000;
                }
                .page-vip .fixed_bg > div.active {
                    opacity: 0.25;
                }
                    
                .scroller .header {
                    height: 100vh;
                    width: 100%;
                    min-height: 530px;
                    z-index: 1;
                    position: relative;
                }
                .scroller .header .translations_nav_simple {
                    top: 56px;
                    right: 18px;
                }
                .section-root .scroller .header .translations_nav_simple {
                    top: 7px;
                }
                    .scroller .header .translations_nav_simple ul li a,
                    .scroller .header .translations_nav_simple ul li a:visited {
                        color: #fff;
                        text-decoration: none;
                        padding: 10px 0 2px;
                        font-size: 1.5rem;
                        line-height: 2.0rem;
                        display: block;
                    }
                        .scroller .header .translations_nav_simple ul li.active a {
                            border-bottom: 1px solid #fff;
                        }
                    .scroller .header .main_navigation {
                        position: fixed;
                        z-index: 5;
                        top: 96px;
                        left: 0;
                        right: 0;
                        text-align: center;
                        transition: top 400ms cubic-bezier(.65,.06,.19,.96);
                    }
                    .cookie-notification-active .scroller .header .main_navigation {
                        
                    }
                        .scroller .header .main_navigation ul {
                            list-style: none;
                            padding: 0;
                            margin: 0;
                        }
                        .scroller .header .main_navigation ul li {
                            display: inline-block;
                            margin: 0 20px 0 0;
                        }
                        .scroller .header .main_navigation ul li:last-child {
                            margin-right: 0;
                        }
                            .scroller .header .main_navigation ul li a,
                            .scroller .header .main_navigation ul li a:visited {
                                text-decoration: none;
                                color: #fff;
                                font-family: 'Fiac Custom', Sans-Serif;
                                font-size: 20px;
                                line-height: 20px;
                                display: block;
                                transition: all 400ms cubic-bezier(.65,.06,.19,.96);
                            }
                            .scroller .header .main_navigation ul li:hover a {
                                /*-webkit-text-fill-color: transparent;
                                -webkit-text-stroke-width: 0.8px;
                                -webkit-text-stroke-color: #fff;
                                -moz-transform: scale(-1, 1);
                                -webkit-transform: scale(-1, 1);
                                -o-transform: scale(-1, 1);
                                -ms-transform: scale(-1, 1);
                                transform: scale(-1, 1);*/
                            }
                            
                    .scroller .header .logo_container {
                        position: fixed;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        z-index: 2;
                        transition: opacity 400ms linear, transform 500ms cubic-bezier(.16,.67,.46,.99);
                    }
                    body.browser-safari .scroller .header .logo_container {
                        transition: opacity 400ms linear;
                    }
                        .scroller .header .logo {
                            position: fixed;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -65%);
                            width: 310px;
                            height: 274px;
                        }
                        .scroller.scroller-simplified .header .logo {
                            transform: translate(-50%, -65%) !important;
                            opacity: 1 !important;
                        }
                            .scroller .header .logo > div {
                                width: 100%;
                                height: 100%;
                                opacity: 0;
                                transform: scale(0.8);
                                transition: opacity 800ms linear, transform 600ms cubic-bezier(.45,0,.27,1);
                            }
                                .scroller.intro-pre .header .logo > div {
                                    transition: none;
                                }
                                .scroller.intro1 .header .logo > div {
                                    opacity: 1;
                                    transform: scale(1);
                                }
                                .scroller.intro0 .header .logo,
                                .scroller.intro0 .header .logo div {
                                    opacity: 0;
                                    transition: none;
                                }
                                .scroller .header .logo > div > div {
                                    width: 100%;
                                    height: 100%;
                                    background: url(/images/fiac_logo.svg) center center no-repeat;
                                    background-size: contain;
                                }
                                .page-vip .scroller .header .logo > div > div {
                                    background-image: url(/images/fiac_logo_reverse.svg);
                                }
                                .scroller .header .logo a {
                                    display: block;
                                    width: 100%;
                                    height: 100%;
                                    text-align: left;
                                    text-indent: -9999px;
                                }
                                
                    .scroller .header .translations_nav {
                        position: absolute;
                        z-index: 3;
                        top: 29px;
                        left: 35px;
                    }
                        .scroller .header .translations_nav ul {
                            margin: 0;
                            padding: 0;
                            list-style: none;
                        }
                        .scroller .header .translations_nav ul li {
                            float: left;
                            padding: 0;
                            margin: 0 0 0 20px;
                        }
                            .scroller .header .translations_nav ul li:first-child {
                                margin-left: 0;
                            }
                            .scroller .header .translations_nav ul li a,
                            .scroller .header .translations_nav ul li a:visited {
                                color: #fff;
                                text-decoration: none;
                                padding: 10px 0;
                                font-size: 1.6rem;
                            }
                            .scroller .header .translations_nav ul li.active a {
                                border-bottom: 1px solid #fff;
                            }
                            
                    .scroller .header .down_arrow {
                        position: fixed;
                        z-index: 3;
                        left: 50px;
                        bottom: 50px;
                        width: 66px;
                        height: 66px;
                    }
                        .scroller.intro3 .header .down_arrow {
                            opacity: 1;
                            transform: none;
                        }
                        .scroller.not-supported .header .down_arrow {
                            position: absolute;
                        }
                        .scroller .header .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);
                            opacity: 0;
                        }
                            .scroller.intro3 .header .down_arrow a {
                                opacity: 1;
                            }
                            .scroller .header .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);
                            }
                            .scroller .header .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);
                            }
                            .scroller.intro3 .header .down_arrow:hover a:before {
                                transform: scale(1.2);
                            }
                            @media screen and (min-width: 1024px) {
                                .page-vip .scroller .header .down_arrow a:before {
                                    background: #fff;
                                }
                                .page-vip .scroller .header .down_arrow a:after {
                                    background-image: url(/images/arrow-down-reverse.svg);
                                }
                            }
                    .scroller .header .dates {
                        position: fixed;
                        z-index: 1;
                        right: 100px;
                        bottom: 90px;
                        width: 100%;
                        max-width: 330px;
                        font-family: 'Fiac Custom', Sans-Serif;
                        color: #fff;
                    }
                        .scroller .header .dates .dates_main {
                            font-size: 72px;
                            line-height: 72px;
                            margin: 0 0 26px;
                            transition: transform 3s cubic-bezier(.18,1,.21,1), opacity 2s cubic-bezier(.18,1,.21,1);
                            transform: translateY(50px);
                            opacity: 0;
                        }
                            .scroller.intro3 .header .dates .dates_main {
                                opacity: 1;
                                transform: none;
                            }
                            .scroller .header .dates .dates_main span {
                                display: block;
                            }
                        .scroller .header .dates .dates_secondary {
                            font-size: 32px;
                            line-height: 34px;
                            transition: transform 3s cubic-bezier(.18,1,.21,1), opacity 2s cubic-bezier(.18,1,.21,1);
                            transition-delay: 100ms;
                            transform: translateY(50px);
                            opacity: 0;
                        }
                            .scroller.intro3 .header .dates .dates_secondary {
                                opacity: 1;
                                transform: none;
                            }
                            .scroller .header .dates .dates_secondary {
                                font-size: 32px;
                                line-height: 34px; 
                            }
                            .scroller .header .dates .dates_countdown,
                            .countdown_formatter {
                                white-space: nowrap;
                                font-size: 32px;
                                line-height: 34px;
                            }
                                .scroller .header .dates .dates_countdown .countdown_text,
                                .countdown_formatter .countdown_text {
                                    display: inline-block;
                                    margin: 0 8px 0 0;
                                    font-family: 'Fiac Custom', Sans-Serif;
                                    color: #fff;
                                }
                                .scroller .header .dates .dates_countdown .countdown_container,
                                .countdown_formatter .countdown_container {
                                    display: inline-block;
                                    width: auto;
                                    font-family: 'Fiac Custom', Sans-Serif;
                                    color: #fff;
                                }
                                .scroller .header .dates .dates_countdown .countdown_clock,
                                .countdown_formatter .countdown_clock {
                                    display: flex;
                                }
                                .scroller .header .dates .dates_countdown .segment,
                                .countdown_formatter .segment {
                                    min-width: 0 !important;
                                }
                                .scroller .header .dates .dates_countdown .segment .period,
                                .countdown_formatter .segment .period {
                                    display: none;
                                }
                                .scroller .header .dates .dates_countdown .countdown .segment-divide,
                                .countdown_formatter .countdown .segment-divide {
                                    font-size: 32px;
                                    line-height: 26px;
                                    padding: 0 5px;
                                }
                                .scroller .header .dates .dates_countdown .countdown .countdown_clock .numeral,
                                .countdown_formatter .countdown .countdown_clock .numeral {
                                    font-size: 32px;
                                    line-height: 34px;
                                }
                                .scroller .header .dates .dates_countdown .segment-expired,
                                .countdown_formatter .segment-expired,
                                .scroller .header .dates .dates_countdown .segment-divide-expired,
                                .countdown_formatter .segment-divide-expired {
                                    display: none;
                                }
                    
                .scroller .word {
                  position: absolute;
                  top: 50vh;
                  left: 0;
                  transform: translateY(-50%);
                  margin-top: -120px;
                  padding-top: 35px;
                  font-size: 160px;
                  line-height: 170px;
                  font-family: 'Fiac Custom';
                  white-space: nowrap;
                  color: #fff;
                  will-change: transform;
                  -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
                }
                    .scroller .word:nth-child(2),
                    .scroller .word:nth-child(4) {
                        margin-top: 120px;
                    }
                    
                .scroller .circle {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    box-sizing: border-box;
                    color: #222;
                    width: 200px;
                    height: 200px;
                    margin-top: -22px;
                }
                    .scroller .circle .circle_inner {
                        font-size: 40px;
                        line-height: 45px;
                        padding: 62px 0;
                        box-sizing: border-box;
                        font-family: 'Fiac Custom';
                        color: #fff;
                        width: 200px;
                        height: 200px;
                        text-align: center;
                        background: #111;
                        border-radius: 1000px;
                        opacity: 0;
                    }
                    
                .scroller .scrollsectionouter {
                    min-height: 4250px;
                    position: relative;
                    z-index: 0;
                }
                .event-live-home-page .scroller .scrollsectionouter {
                    min-height: 3800px;
                }
                    .scroller .scrollsection {
                      position: fixed;
                      top: 0;
                      left: 0;
                      right: 0;
                      pointer-events: none;
                    }
                        .scroller .scrollsectioninner {
                          position: relative;
                          height: 100vh;
                          overflow: hidden;
                        }
                        
                .scroller .scrollsection_signup {
                    position: relative;
                    z-index: 10;
                    min-height: 50vh;
                    padding: 0 40px 35vh;
                    box-sizing: border-box;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    overflow: hidden;
                } 
                .scroller.force-not-enabled .scrollsection_signup {
                    padding-top: 40px;
                    padding-bottom: 80px;
                    min-height: 0;
                }
                    .scroller .scrollsection_signup .mailing_list_form {
                        max-width: 750px;
                        width: 100%;
                        text-align: center;
                    }
                        .scroller .scrollsection_signup .mailing_list_form h2 {
                            color: #fff;
                            text-align: center;
                            margin: 0 auto 50px;
                            max-width: 500px;
                        }
                        .scroller .scrollsection_signup .mailing_list_form .form_row {
                            border-radius: 1000px;
                            border: 3px solid #fff;
                            border: 0;
                            display: flex;
                            background: #fff;
                        }
                            .scroller .scrollsection_signup .mailing_list_form .form_row label {
                                height: 0;
                                width: 0;
                                overflow: hidden;
                                visibility: hidden;
                                margin: 0;
                                padding: 0;
                            }
                            .scroller .scrollsection_signup .mailing_list_form .form_row .inputField,
                            .scroller .scrollsection_signup .mailing_list_form .form_row select {
                                flex-grow: 1;
                                background: none;
                                border: none;
                                padding: 30px 20px 28px;
                                font-family: 'NBInternational Custom', Sans-Serif;
                                font-size: 17px;
                                color: #111;
                                border-left: 1px solid #eee;
                                border-radius: 0;
                                min-width: 0;
                                width: 25%;
                                -webkit-appearance: none;
                                -moz-appearance: none;
                            }
                            .scroller .scrollsection_signup .mailing_list_form .form_row select {
                                background: url(/images/dropdown_chevron.svg) 90% 50% no-repeat;
                                font-size: 14px;
                            }
                            .scroller .scrollsection_signup .mailing_list_form .form_row .inputField:nth-child(2) {
                                border-left: 0;
                                border-radius: 100px 0 0 100px;
                            }
                                .scroller .scrollsection_signup .mailing_list_form .form_row .inputField::-webkit-input-placeholder {
                                    color: #888;
                                }
                                .scroller .scrollsection_signup .mailing_list_form .form_row .inputField::-moz-placeholder {
                                    color: #888;
                                }
                                .scroller .scrollsection_signup .mailing_list_form .form_row .inputField:-ms-input-placeholder {
                                    color: #888;
                                }
                                .scroller .scrollsection_signup .mailing_list_form .form_row .inputField:-moz-placeholder {
                                    color: #888;
                                }
                            .scroller .scrollsection_signup .mailing_list_form .form_row .button {
                                margin: 0;
                                border: 0;
                                border-left: 1px solid #eee;
                                background: none;
                                border-radius: 0;
                            }
                                .scroller .scrollsection_signup .mailing_list_form .form_row .button a {
                                    height: 100%;
                                    box-sizing: border-box;
                                    padding: 20px 20px 18px;
                                    text-align: left;
                                    text-indent: -9999px;
                                    width: 92px;
                                    background: url(/images/arrow-right-large-invert.svg) center center no-repeat;
                                }
                                .scroller .scrollsection_signup .mailing_list_form .form_row .button.loading .button_loader svg .path {
                                    stroke: #111 !important;
                                }
                                        
                        .scroller .scrollsection_signup .mailing_list_form .terms_row {
                            padding: 32px 0 0;
                            margin: 0 0 15px;
                            display: flex;
                            justify-content: center;
                        }
                            .scroller .scrollsection_signup .mailing_list_form .terms_row input {
                                display: none;
                            }
                            .scroller .scrollsection_signup .mailing_list_form .terms_row label {
                                text-align: left;
                                max-width: 460px;
                                position: relative;
                                padding: 0 0 0 46px;
                                line-height: 2.1rem;
                                user-select: none;
                            }
                            .scroller .scrollsection_signup .mailing_list_form .terms_row 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;
                            }
                            .scroller .scrollsection_signup .mailing_list_form .terms_row input:checked + label:before {
                                color: #111;
                            }
                            .scroller .scrollsection_signup .mailing_list_form .terms_row label,
                            .scroller .scrollsection_signup .mailing_list_form .terms_row label a,
                            .scroller .scrollsection_signup .mailing_list_form .terms_row label a:visited {
                                color: #fff;
                            }
               
                    /* Not supported ------------------------------------------------------------ */
               
                        .scroller.not-supported {
                            min-height: 100vh;
                        }
                        .scroller.not-supported .scrollsectionouter {
                            min-height: 100vh !important;
                        }
                        .scroller.not-supported .scrollsectionouter .scrollsection {
                            display: none;
                        }
                        .scroller.not-supported .header .logo_container {
                            position: absolute;
                        }
                        .scroller.not-supported .header .logo {
                            position: absolute;
                        }
                        .scroller.not-supported .header .dates {
                            position: absolute;
                        }
                        .scroller.not-supported .header .main_navigation {
                            position: absolute;
                        }
                        .scroller .fallback-scrollsection {
                            display: none;
                        }
                            .scroller.not-supported .fallback-scrollsection {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 50px;
                                box-sizing: border-box;
                                text-align: center;
                                min-height: 100vh;
                            }
                            .scroller.not-supported .fallback-scrollsection .introduction {
                                font-family: 'Fiac Custom', Sans-Serif;
                                font-size: 65px;
                                line-height: 75px;
                                text-align: center;
                                color: #fff;
                                width: 100%;
                            }
                               .scroller.not-supported .fallback-scrollsection .introduction > div:nth-of-type(1) {
                                   text-align: left;
                                   margin-bottom: 60px;
                                   max-width: 900px;
                                   float: left;
                               }
                               .scroller.not-supported .fallback-scrollsection .introduction > div:nth-of-type(2) {
                                   text-align: right;
                                   margin-bottom: 0;
                                   clear: both;
                               }
                               .scroller.not-supported .fallback-scrollsection .introduction > div:nth-of-type(3) {
                                   text-align: right;
                                   margin-bottom: 0;
                                   clear: both;
                               }
            
                    /* Fallback - no JS ------------------------------------------------------------ */
                    
                        .scroller.intro-fallback .header .logo,
                        .scroller.intro-fallback .header .logo div {
                            opacity: 0;
                            animation: fallback_opacity 400ms linear;
                            animation-delay: 2000ms;
                            animation-fill-mode: forwards;
                        }
                        .scroller.intro-fallback .header .dates * {
                            color: #111;
                            opacity: 0;
                            transform: none !important;
                            animation: fallback_opacity 400ms linear;
                            animation-delay: 2000ms;
                            animation-fill-mode: forwards;
                        }
                            @keyframes fallback_opacity {
                                from {
                                opacity: 0;
                                }
                                to {
                                opacity: 1;
                                }
                            }
                        .scroller.intro-fallback .fallback-scrollsection .introduction,
                        .scroller.intro-fallback .scrollsection_signup .mailing_list_form h2{
                            color: #111;
                        }
                    
                    
                    /* Event closed scroller ------------------------------------------------------------ */
               
                       .scroller.scroller-event-closed .header .dates {
                           bottom: 40px;
                           z-index: 4;
                       }
                       .scroller.scroller-event-closed .header .dates .dates_main {
                            font-size: 50px;
                            line-height: 52px;
                       }
                       .scroller.scroller-event-closed .header .dates .dates_secondary {
                            font-family: 'NBInternational Custom', Sans-Serif;
                            font-size: 23px;
                            line-height: 26px;
                       }
                       .scroller.scroller-event-closed .header .dates .dates_secondary div:first-child {
                           margin-bottom: 25px;
                       }
                       .scroller.scroller-event-closed .header .dates .dates_secondary a,
                       .scroller.scroller-event-closed .header .dates .dates_secondary a:visited {
                           color: #fff;
                           text-decoration: none;
                       }
               
               
                    /* Responsive ------------------------------------------------------------ */
                       
                       @media screen and (max-width: 1200px) {
                            .scroller .word {
                                font-size: 120px;
                            }
                        }
                        
                        @media screen and (max-width: 1123px) {
                            .scroller .header .down_arrow {
                                bottom: 90px;
                            }
                        }
                       @media screen and (max-width: 1023px) {
                            .scroller .header {
                                display: flex;
                                 align-items: center;
                                 flex-direction: column;
                                 justify-content: center;
                                 box-sizing: border-box;
                                 padding: 40px;
                            }
                            .scroller .header:not(.vip-button-active) .translations_nav {
                                right: auto;
                                left: 50%;
                                transform: translateX(-50%);
                            }
                            .scroller .header.vip-button-active .translations_nav {
                                top: 17px;
                                left: 25px;
                            }
                            #vip_menu {
                                top: 12px;
                                right: 12px;
                            }
                            .scroller .header .logo,
                            .scroller.scroller-simplified .header .logo {
                                 width: 210px;
                                 height: 182px;
                                 transform: none !important;
                                 position: static !important;
                                 margin: 0 0 40px;
                            }
                            .scroller .header .logo_container,
                            .scroller.scroller-simplified .header .logo_container {
                                 position: static !important;
                            }
                            .scroller .header .dates {
                                 position: static !important;
                                 text-align: center;
                                 width: 100%;
                                 height: auto;
                            }
                            .scroller .header .dates .dates_main span {
                                display: inline;
                            }
                            .scroller .word {
                                font-size: 80px;
                            }
                            .scroller .scrollsection_signup {
                                padding: 150px 20px 150px;
                                min-height: 0;
                            }
                            .scroller.force-not-enabled .scrollsection_signup {
                                padding-top: 0;
                            }
                       }
                       @media screen and (max-width: 767px) {
                            .scroller .header .down_arrow {
                                display: none;
                            }
                            .section-vip .scroller .header .down_arrow,
                            .section-home .scroller .header .down_arrow {
                                display: block;
                                position: absolute;
                                left: 50%;
                                transform: translateX(-50%);
                            }
                            .scroller .header {
                                 padding: 20px;
                            }
                            .scroller .word {
                                font-size: 60px;
                            }
                            .scroller .header .dates .dates_main {
                                 font-size: 43px;
                                 line-height: 43px;
                            }
                            .scroller .header .dates .dates_secondary,
                            .scroller .header .dates .dates_countdown .countdown .segment-divide,
                            .scroller .header .dates .dates_countdown .countdown .countdown_clock .numeral {
                                font-size: 30px;
                                line-height: 35px;
                           }
                           .scroller.not-supported .fallback-scrollsection {
                               padding: 20px 20px 0;
                               min-height: 0;
                           }
                           .scroller.not-supported .scrollsectionouter {
                               min-height: 0 !important;
                           }
                           .scroller .scrollsection_signup .mailing_list_form h2 {
                               font-size: 30px;
                               line-height: 40px;
                               margin-bottom: 20px;
                           }
                           .scroller.not-supported .fallback-scrollsection .introduction {
                               font-size: 40px;
                               line-height: 40px;
                           }
                               .scroller.not-supported .fallback-scrollsection .introduction > div {
                                   margin-bottom: 25px;
                               }
                               .scroller.not-supported .fallback-scrollsection .introduction > div:nth-of-type(1) {
                                   text-align: center;
                                   margin-bottom: 60px;
                               }
                               .scroller.not-supported .fallback-scrollsection .introduction > div:nth-of-type(2) {
                                   text-align: center;
                                   margin-bottom: 0;
                               }
                               .scroller.not-supported .fallback-scrollsection .introduction > div:nth-of-type(3) {
                                   text-align: center;
                                   margin-bottom: 0;
                               }
                           .scroller .scrollsection_signup .mailing_list_form .form_row .inputField,
                           .scroller .scrollsection_signup .mailing_list_form .form_row select {
                               font-size: 16px;
                               padding: 20px 18px 18px;
                           }
                           .scroller .scrollsection_signup .mailing_list_form .form_row .button a {
                                width: 70px;
                           }
                       }
                       @media screen and (max-width: 468px) {
                           .scroller .word {
                               font-size: 50px;
                           }
                       }
                       
                       @media screen and (max-height: 850px) and (max-width: 468px) {
                            .scroller .header .down_arrow {
                                bottom: 125px;
                            }
                        }
                        @media screen and (max-height: 663px) and (max-width: 459px) {
                            .scroller .header .down_arrow {
                                bottom: 83px;
                            }
                            .section-root .scroller .header {
                                padding-bottom: 80px;
                            }
                            .section-root .scroller .header .logo {
                                width: 168px;
                                height: 145px;
                                margin-bottom: 25px;
                            }
                        }
                        @media screen and (max-height: 552px) and (max-width: 325px) {
                            .section-root .scroller .header .down_arrow {
                                display: none!important;
                            }
                        }
        
        /* Random artworks ------------------------------------------------------------ */
        
            .random_artworks_container {
                margin: 0 0 50px;
                position: relative;
            }
                .random_artworks_container .random_artworks_footer {
                    text-align: center;
                    padding: 40px 0 0;
                }
                    .random_artworks_container .random_artworks_footer .button {
                        text-align: center;
                        margin: 0 auto;
                        display: inline-block;
                        float: none;
                    }
                    
                .random_artworks_container .random_selection_button {
                    position: absolute;
                    z-index: 100;
                    right: 30px;
                    bottom: 30px;
                    width: 150px;
                    height: 150px;
                }
                    .random_artworks_container .random_selection_button a {
                        position: relative;
                        display: block;
                        z-index: 3;
                        border-radius: 1000px;
                        width: 150px;
                        height: 150px;
                        font-family: 'Fiac Custom', Sans-Serif;
                        color: #fff;
                        box-sizing: border-box;
                        padding: 49px 0 0;
                        font-size: 24px;
                        line-height: 28px;
                        text-align: center;
                        transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 2s cubic-bezier(.18,1,.21,1);
                    }
                    .random_artworks_container .random_selection_button.loading a {
                        opacity: 0;
                        transform: scale(0);
                    }
                        .random_artworks_container .random_selection_button a,
                        .random_artworks_container .random_selection_button a:visited {
                            text-decoration: none;
                        }
                        .random_artworks_container .random_selection_button:before {
                            position: absolute;
                            z-index: 1;
                            z-index: 0;
                            top: 0;
                            left: 0;
                            display: block;
                            background: #111;
                            border-radius: 1000px;
                            width: 150px;
                            height: 150px;
                            content: '';
                            transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 1s cubic-bezier(.18,1,.21,1);
                        }
                        .random_artworks_container .random_selection_button:hover:before {
                            transform: scale(1.2);
                        }
                    .random_artworks_container .random_selection_button .loader_simple {
                        position: absolute;
                        z-index: 2;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: auto;
                        height: auto;
                        opacity: 0;
                        transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 800ms cubic-bezier(.18,1,.21,1);
                    }
                        .random_artworks_container .random_selection_button.loading .loader_simple {
                            opacity: 1;
                        }
                        .random_artworks_container .random_selection_button .loader_simple svg {
                            position: static;
                            transform: none;
                            margin: 0;
                            width: 50px;
                            height: 50px;
                        }
                        .random_artworks_container .random_selection_button .loader_simple svg * {
                            stroke: #fff
                        }
                
                
                .random_selection_try_again_button {
                    position: fixed;
                    z-index: 100;
                    right: 30px;
                    bottom: 30px;
                    width: 150px;
                    height: 150px;
                    display: none;
                }
                .pageload-popup-alternative #image_gallery .random_selection_try_again_button {
                    display: block;
                }
                    .random_selection_try_again_button a {
                        position: relative;
                        display: block;
                        z-index: 3;
                        border-radius: 1000px;
                        width: 150px;
                        height: 150px;
                        font-family: 'Fiac Custom', Sans-Serif;
                        color: #111;
                        box-sizing: border-box;
                        padding: 49px 30px 0;
                        font-size: 24px;
                        line-height: 28px;
                        text-align: center;
                        transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 2s cubic-bezier(.18,1,.21,1);
                    }
                    .random_selection_try_again_button.loading a {
                        opacity: 0;
                        transform: scale(0);
                    }
                        .random_selection_try_again_button a,
                        .random_selection_try_again_button a:visited {
                            text-decoration: none;
                        }
                        .random_selection_try_again_button:before {
                            position: absolute;
                            z-index: 1;
                            z-index: 0;
                            top: 0;
                            left: 0;
                            display: block;
                            background: #fff;
                            border-radius: 1000px;
                            width: 150px;
                            height: 150px;
                            content: '';
                            transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 1s cubic-bezier(.18,1,.21,1);
                        }
                        .random_selection_try_again_button:hover:before {
                            transform: scale(1.2);
                        }
                    .random_selection_try_again_button .loader_simple {
                        position: absolute;
                        z-index: 2;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: auto;
                        height: auto;
                        opacity: 0;
                        transition: transform 400ms cubic-bezier(.65,.06,.19,.96), opacity 800ms cubic-bezier(.18,1,.21,1);
                    }
                        .random_selection_try_again_button.loading .loader_simple {
                            opacity: 1;
                        }
                        .random_selection_try_again_button .loader_simple svg {
                            position: static;
                            transform: none;
                            margin: 0;
                            width: 50px;
                            height: 50px;
                        }
                        .random_selection_try_again_button .loader_simple svg * {
                            stroke: #111;
                        }
                        
                
                .spool_wrapper {
                  background: #fff;
                  padding: 0 0 0;
                  z-index: 10;
                  position: relative;
                  left: 50%;
                  transform: translateX(-50%);
                  width: 100vw;
                  overflow: hidden;
                }
                    .spool_rail_outer {
                      height: 350px;
                      position: relative;
                      margin: 0 0 20px 0;
                      width: 100%;
                      overflow: hidden;
                    }
                    .spool_rail_outer:nth-of-type(2) {
                      margin-bottom: 0;
                    }
                    .spool_rail {
                      position: absolute;
                      height: 100%;
                      display: flex;
                    }
                    .spool_group {
                      height:100%;
                      display: flex;
                    }
                      .spool_rail_outer.invert_spool .spool_group {
                        flex-direction: row-reverse;
                      }
                    .spool_item {
                      height: 100%;
                      overflow: hidden;
                      padding: 0 20px 0 0;
                    }
                    .browser-msie .spool_item {
                        overflow: visible;
                    }
                    .spool_item a {
                        width: 0;
                        position: relative;
                        display: block;
                        height: 100%;
                    }
                    .spool_item img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        object-fit: cover;
                        width: 100%;
                        height: 100%;
                        max-height: 100%;
                        max-width: none !important;
                    }
                    
                    
                       /* Animation
                        ---------------------------------------*/
                        
                       .spool_rail {
                            animation: slide_x_invert 90s linear infinite;
                            animation-delay: 0;
                        }
                            @keyframes slide_x_invert {
                                from {
                                    transform: translate3d(-50%, 0,  0)
                                }
                                to {
                                    transform: translate3d(0, 0, 0);
                                }
                            }
                        
                        .spool_rail_outer.invert_spool .spool_rail {
                            animation: slide_x 90s linear infinite;
                            animation-delay: 0s;
                        }
                            @keyframes slide_x {
                              from {
                                  transform: translate3d(0, 0, 0)
                              }
                              to {
                                  transform: translate3d(-50%, 0,  0)
                              }
                            }
                        
                        /* to pause */
                        .spool_rail.paused {
                            animation-play-state: paused !important;
                        }
                        
                        @media screen and (max-width: 767px) {
                            .spool_rail,
                            .spool_rail_outer.invert_spool .spool_rail {
                                animation-duration: 50s;    
                            }
                        }
                        
                        .random_artworks_container.not-supported .spool_rail {
                            animation: none !important;
                        }
                        .random_artworks_container.not-supported .spool_rail_outer.invert_spool .spool_rail {
                            animation: none !important;
                        }
    
        
     /* PAGE NOT FOUND
    ------------------------------------------------------------ */
        
        .section-pagenotfound #container {
            width: 450px;
        }
        .section-pagenotfound #header #logo {
            margin: 0 auto 30px !important;
        }
        .section-pagenotfound #main_content h1 {
            font-size: 60px;
            line-height: 70px;
            margin: 0 0 10px;
        }
        .section-pagenotfound #main_content .divider {
            margin-bottom: 40px;
        }
        
        
    /* ABOUT
    ------------------------------------------------------------ */
        .page-about #main_content {
            padding-bottom: 0 !important;
        }
    
    
    /* PARTNERS
    ------------------------------------------------------------ */
        body.page-partners.page-param-id-9 #main_content,
        body.page-partners.page-param-id-10 #main_content {
            padding-bottom: 0 !important;
        }
    
    
     /* ARTISTS
    ------------------------------------------------------------ */
        
        .artist-featured-list {
            margin: 0 0 40px;
            border-bottom: 1px solid #ddd;
        }
            .artist-featured-list .records_list ul li .content {
                display: flex;
                align-items: flex-start;
                flex-wrap: nowrap;
            }
            .artist-featured-list .records_list ul li .content:after {
                width: 100%;
                display: none;
            }
                .artist-featured-list .records_list ul li .content h3 {
                    font-size: 24px;
                    line-height: 28px;
                    float: left;
                    margin: 0 0 0;
                    max-width: 100%;
                    flex-grow: 1;
                }
                .artist-featured-list .records_list ul li .content .artwork_count {
                    padding: 5px 6px 5px;
                    font-size: 1.1rem;
                    color: #111;
                    background: #eee;
                    letter-spacing: 0;
                    text-align: center;
                    line-height: 1em;
                    text-transform: none;
                    letter-spacing: 0;
                    float: right;
                    clear: none;
                    border-radius: 100px;
                    flex-shrink: 1;
                }
                    .artist-featured-list .records_list ul li .content .artwork_count a,
                    .artist-featured-list .records_list ul li .content .artwork_count a:visited {
                        text-decoration: none;  
                    }
                .artist-featured-list .records_list ul li .content .caption_toolbar {
                    flex-grow: 0;
                    flex-shrink: 1;
                    display: flex;
                    align-items: center;
                    padding: 0 0 0 5px;
                    white-space: nowrap;
                }
            
        .artist-main-list {
            
        }
            .artist-main-list .artist-main-filters-menu-submit-container {
                width: 100%;
                padding: 0 28px 24px;
                box-sizing: border-box;
                flex-shrink: 1;
                display: none;
            }
            .artist-main-list.interaction-active .artist-main-filters-menu-submit-container {
                display: block;
            }
                .artist-main-list .artist-main-filters-menu-submit-container:before {
                    border-top: 1px solid rgba(0,0,0,0.2);
                    width: 100%;
                    display: block;
                    content: '';
                    margin: 0 0 24px;
                }
                .artist-main-list .artist-main-filters-menu-submit-container .button {
                    margin: 0;
                    outline-color: #222 !important;
                }
            .artist-main-list .artist-main-filters-menu-content {
                box-sizing: border-box;
                padding: 28px;
                overflow: auto;
                width: 100%;
                max-height: 100%;
                flex-grow: 1;
            }
                .artist-main-list #artist-main-filters-search {
                    position: relative;
                    margin: 0 0 40px;
                }
                    .artist-main-list #artist-main-filters-search #artist-main-filter-letter {
                        float: right;
                    }
                        .artist-main-list #artist-main-filters-search #artist-main-filter-letter ul {
                            display: block;
                            list-style: none;
                            padding: 0;
                            margin: 0;
                        }
                            .artist-main-list #artist-main-filters-search #artist-main-filter-letter ul li {
                                float: left;
                                margin: 0 8px 0 0;
                            }
                            .artist-main-list #artist-main-filters-search #artist-main-filter-letter ul li:last-child {
                                margin-right: 0;
                            }
                                .artist-main-list #artist-main-filters-search #artist-main-filter-letter ul li a,
                                .artist-main-list #artist-main-filters-search #artist-main-filter-letter ul li a:visited {
                                    text-decoration: none;
                                }
                                .artist-main-list #artist-main-filters-search #artist-main-filter-letter ul li a.inactive,
                                .artist-main-list #artist-main-filters-search #artist-main-filter-letter ul li a.inactive:visited {
                                    pointer-events: none;
                                    color: #aaa;
                                }
                    .artist-main-list #artist-main-filters-search form {
                        display: flex;
                        max-width: 400px;
                        float: left;
                    }
                    .artist-main-list #artist-main-filters-search::before {
                        content: "\e02a";
                        font-family: "artlogic-social-icons" !important;
                        font-style: normal !important;
                        font-weight: normal !important;
                        font-variant: normal !important;
                        font-size: 15px;
                        line-height: 23px;
                        letter-spacing: 0;
                        text-transform: none !important;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        position: absolute;
                        top: 7px;
                        color: #111;
                        display: block;
                    }
                    body:not(.tabbing-detected) .artist-main-list #artist-main-filters-search .artist-main-filters-search-submit {
                        display: none;
                    }
                    .artist-main-list #artist-main-filters-search input {
                        padding: 10px 0 13px 30px;
                        border-radius: 0;
                        color: #111;
                        background: transparent;
                        /* border-bottom: 1px solid rgba(0,0,0,0.2); */
                        position: relative;
                        width: 100%;
                        box-sizing: border-box;
                        max-width: 320px;
                        max-width: 100%;
                        flex-grow: 1;
                    }
                        .artist-main-list #artist-main-filters-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                          color: #757575;
                        }
                        .artist-main-list #artist-main-filters-search input::-moz-placeholder { /* Firefox 19+ */
                          color: #757575;
                        }
                        .artist-main-list #artist-main-filters-search input:-ms-input-placeholder { /* IE 10+ */
                          color: #757557;
                        }
                        .artist-main-list #artist-main-filters-search input:-moz-placeholder { /* Firefox 18- */
                          color: #757575;
                        }
                    .artist-main-list #artist-main-filters-search .artist-main-filters-search-clear {
                        font-size: 1.3rem;
                        line-height: 1.5rem;
                        letter-spacing: 0.5px;
                        cursor: pointer;
                        margin: 0 0 0 10px;
                        flex-shrink: 1;
                    }
                    
                #artist-main-filters-select-list {
                    
                }
                #artist-main-filters-select-list .letter_group {
                    display: flex;
                    margin: 0 0 40px;
                    min-height: 85px;
                }
                    #artist-main-filters-select-list .letter_group.no-results-in-group {
                        display: none;
                    }
                    #artist-main-filters-select-list h3 {
                        flex-shrink: 1;
                        padding: 0 20px 0 0;
                        margin: 0 14px 0 0;
                        border-right: 1px solid rgba(0,0,0,0.2);
                    }
                    #artist-main-filters-select-list ul {
                        column-count: 4;
                        list-style: none;
                        padding: 0;
                        margin: 0 0 20px;
                        flex-grow: 1;
                    }
                        #artist-main-filters-select-list li {
                            width: 100%;
                            clear: both;
                            font-size: 1.5rem;
                            line-height: 1.8rem;
                            padding: 0;
                            margin: 0 0 10px;
                            padding-left: 20px;
                            transition: padding 200ms ease-in-out;
                            position: relative;
                        }
                        .options-selected #artist-main-filters-select-list li {
                            /*padding-left: 16px;*/
                        }
                        #artist-main-filters-select-list.filters-selected li {
                            display: none;
                        }
                        #artist-main-filters-select-list.filters-selected li.filtered-active {
                            display: block;
                        }
                            #artist-main-filters-select-list li a,
                            #artist-main-filters-select-list li a:visited {
                                text-decoration: none;
                                position: relative;
                            }
                            #artist-main-filters-select-list li a:before {
                                font: normal normal normal 20px/1 FontAwesome;
                                -webkit-font-smoothing: antialiased;
                                -moz-osx-font-smoothing: grayscale;
                                content: "\f00c";
                                font-size: 10px;
                                display: inline-block;
                                color: #111;
                                margin: 0 10px 0 0;
                                margin: 0 8px 0 0;
                                position: absolute;
                                top: 5px;
                                left: -16px;
                                opacity: 0;
                                transition: all 200ms ease-in-out;
                            }
                            #artist-main-filters-select-list li.active a:before {
                                opacity: 1;
                            }
    
                    #artist-main-filters-select-list li .exhibitor_favourite_container {
                        display: inline-block;
                        vertical-align: middle;
                        height: 12px;
                        width: 12px;
                        transition: opacity 400ms linear;
                        opacity: 0;
                        position: absolute;
                        left: -0;
                        padding-right: 10px;
                        padding-left: 2px;
                        height: 20px;
                        top: 4px;
                    }
                    #artist-main-filters-select-list li .artwork_favourite_btn {
                        top: 0;
                        left: 0;
                        position: absolute;
                        margin: 0;
                    }
                    #artist-main-filters-select-list li .artwork_favourite_btn .artwork_favourite_label {
                        display: none;
                    }
                    #artist-main-filters-select-list li:hover .exhibitor_favourite_container,
                    #artist-main-filters-select-list li.favourite-active .exhibitor_favourite_container {
                        opacity: 1;
                    }
                    .device-handheld #artist-main-filters-select-list li .exhibitor_favourite_container {
                        display: none !important;
                    }
                    .device-handheld #artist-main-filters-select-list li {
                        padding-left: 0;
                    }
                    @media screen and (max-width: 767px) {
                       #artist-main-filters-select-list li .exhibitor_favourite_container {
                            display: none !important;
                        }
                        #artist-main-filters-select-list li {
                            padding-left: 0;
                        }
                    }
    
     /* EVENTS
    ------------------------------------------------------------ */
        
        .subsection-event-grid {
            
        }
            .subsection-event-grid .records_list.image_list ul li .content,
            .subsection-event-grid .records_list.image_list ul li .content h2,
            .subsection-event-grid .records_list.image_list ul li .content h3,
            .subsection-event-grid .records_list.image_list ul li .content .subtitle,
            .subsection-event-grid .records_list.image_list ul li .content .description {
                text-align: left;
            }
            .subsection-event-grid .records_list.image_list ul li .content .subtitle {
                border-bottom: 1px solid #d7d7d7;
                padding: 0 0 20px;
                margin: 0 0 21px;
            }
            .subsection-event-grid .records_list.image_list ul li .content .description {
                margin: 0 0 16px;
                width: 100%;
            }
            .subsection-event-grid .records_list.image_list ul li .content .button {
                margin: 0 15px 8px 0;
                clear: both;
            }
            .subsection-event-grid .records_list.image_list ul li .content .add_to_calendar_link {
                margin: 0 15px 8px 0 !important;
            }
        
        .subsection-event-record {
            
        }
            section.page_section.scroll_section_video_event {
                width: 100%;
                margin: 0 0 60px;
            }
                section.page_section.scroll_section_video_event .header_video.video_embed_fallback {
                    text-align: center;
                }
                    section.page_section.scroll_section_video_event .header_video.video_embed_fallback .button {
                        float: none;
                        display: inline-block;
                    }
                section.page_section.scroll_section_video_event .header_video {
                    width: 100%;
                }
                body:not(.countdown-clock-status-zero) section.page_section.scroll_section_video_event.scroll_section_video_event_pending {
                    width: 100%;
                    padding: 50% 0 0;
                    position: relative;
                }
                    section.page_section.scroll_section_video_event .video_event_live_content {
                        display: none;
                    }
                        .countdown-clock-status-zero section.page_section.scroll_section_video_event .video_event_live_content {
                            display: block !important;
                        }
                    section.page_section.scroll_section_video_event .video_event_pending_content {
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        background: #111;
                    }
                        .countdown-clock-status-zero section.page_section.scroll_section_video_event .video_event_pending_content {
                            display: none !important;
                        }
                        section.page_section.scroll_section_video_event .video_event_pending_content > img {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            z-index: 0;
                        }
                        section.page_section.scroll_section_video_event .video_event_pending_content:after {
                            content: '';
                            display: block;
                            background: rgba(0,0,0,0.1);
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            z-index: 1;
                        }
                        section.page_section.scroll_section_video_event .video_event_pending_content_inner {
                            position: relative;
                            z-index: 2;
                            text-align: center;
                            margin: 0 auto;
                            box-sizing: border-box;
                            padding: 40px;
                            max-width: 500px
                            color: #fff;
                        }
                            section.page_section.scroll_section_video_event .video_event_pending_content_inner h2 {
                                color: #fff;
                                font-size: 2.0rem;
                                line-height: 2.6rem;
                                margin: 0 0 25px;
                            }
                                body.countdown-clock-status-zero section.page_section.scroll_section_video_event .video_event_pending_content_inner h2 {
                                    display: none;
                                }
                            #content section.page_section.scroll_section_video_event .video_event_pending_content_inner .countdown_container {
                                border: 0;
                                padding: 0;
                                margin: 0 0 14px;
                                color: #fff;
                                font-family: 'Fiac Custom';
                            }
                                #content section.page_section.scroll_section_video_event .video_event_pending_content_inner .countdown_container .countdown {
                                    max-width: none;
                                }
                                #content section.page_section.scroll_section_video_event .video_event_pending_content_inner .countdown_container .countdown_clock {
                                    justify-content: center;
                                }
                                #content section.page_section.scroll_section_video_event .video_event_pending_content_inner .countdown_container .segment .numeral {
                                    font-size: 65px;
                                    line-height: 65px;
                                    min-width: 0;
                                }
                                #content section.page_section.scroll_section_video_event .video_event_pending_content_inner .countdown_container .segment-divide {
                                    font-size: 45px;
                                    line-height: 45px;
                                    padding: 0 8px;
                                }
                                #content section.page_section.scroll_section_video_event .video_event_pending_content_inner .countdown_container .period,
                                #content section.page_section.scroll_section_video_event .video_event_pending_content_inner .countdown_container .segment-expired,
                                #content section.page_section.scroll_section_video_event .video_event_pending_content_inner .countdown_container .segment-divide-expired {
                                    display: none !important;
                                }
                                #content section.page_section.scroll_section_video_event .video_event_pending_content_inner .countdown_container .event_start_button {
                                    display: inline-block;
                                    float: none;
                                    background: #fff;
                                }
                                    #content section.page_section.scroll_section_video_event .video_event_pending_content_inner .countdown_container .event_start_button a {
                                        padding: 20px 37px 20px;
                                        font-size: 22px;
                                        color: #111;
                                        font-family: 'NBInternational Custom';
                                    }
                            section.page_section.scroll_section_video_event .video_event_pending_content_inner .video_event_start_date {
                                font-size: 1.6rem;
                                line-height: 2.0rem;
                                margin: 0 0 27px;
                                color: #fff;
                            }
                                body.countdown-clock-status-zero section.page_section.scroll_section_video_event .video_event_pending_content_inner .video_event_start_date {
                                    display: none;
                                }
                            body #container:not(.container-exhibitor-portal) section.page_section.scroll_section_video_event .video_event_pending_content_inner .add_to_calendar_link {
                                display: inline-block;
                                float: none;
                                max-width: none;
                                background: #fff;
                            }
                            body #container:not(.container-exhibitor-portal) section.page_section.scroll_section_video_event .video_event_pending_content_inner .add_to_calendar_link {
                                display: inline-block;
                                float: none;
                                max-width: none;
                                background: #fff;
                            }
                            body.countdown-clock-status-zero #container:not(.container-exhibitor-portal) section.page_section.scroll_section_video_event .video_event_pending_content_inner .add_to_calendar_link {
                                display: none;
                            }
                                body #container:not(.container-exhibitor-portal) section.page_section.scroll_section_video_event .video_event_pending_content_inner .add_to_calendar_link a {
                                    padding: 20px 37px 20px;
                                    font-size: 17px;
                                    color: #111;
                                }
                        
            #organiser_bio .logo_wrapper {
                max-width: 400px;
                margin: 0 0 30px;
            }
                #organiser_bio .logo_wrapper img {
                    max-width: 400px;
                    max-height: 250px;
                    display: block;
                    object-fit: contain;
                    width: 100%;
                    height: 100%;
                }
                @media screen and (max-width: 767px) {
                    #organiser_bio .logo_wrapper img {
                        max-width: 200px;
                        max-height: 150px;
                    }
                }
        
        
    /* CURATORS
    ---------------------------------------------- */
           
            
        .profile_image {
            position: relative;
            width: 200px;
        }
            .profile_image span {
                border-radius: 1000px;
                overflow: hidden;
                display: block;
                position: relative;
                z-index: 1;
                padding: 100% 0 0;
                background: center center no-repeat;
                background-size: cover;
            }
                .profile_image span img {
                    width: 100%;
                    height: auto !important;
                    max-width: 100%;
                    max-height: none !important;
                    position: absolute;
                    object-fit: cover;
                    top: 0;
                    left: 0;
                    display: block;
                }
            .profile_image.lazyload_wrapper:before {
                border-radius: 1000px;
                overflow: hidden;
            }
            .profile_image .image_accent {
                border-radius: 100%;
                overflow: hidden;
                position: absolute;
                top: -3%;
                left: -3%;
                z-index: 0;
                width: 103%;
                padding-top: 103%;
            }
                .profile_image.profile_image_background .image_accent:after {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: #fff;
                    opacity: 0.85;
                }
            
            
        .profile_wrapper {
            width: 100%;
            display: flex;
            align-items: center;
            padding: 30px 0 0;
            transform: none !important;
            opacity: 1 !important;
        }
            .profile_wrapper .profile_image {
                width: 42%;
                flex-shrink: 0;
            }
            .profile_wrapper .profile_content {
                box-sizing: border-box;
                padding: 0 0 0 25px;
            }
                .profile_wrapper .profile_content h3 {
                    margin: 0 0 7px;
                }
                .profile_wrapper .profile_content .description {
                    line-height: 2rem;
                    font-size: 1.4rem;
                    margin: 0 0 12px;
                }
                .profile_wrapper .profile_content .button {
                    padding: 0;
                    margin: 0;
                }
                
        .section-explorer.no-page-params #main_content {
            overflow: hidden;
            clear: both;
        }
        .subsection-curators-grid {
            
        }     
            .subsection-curators-grid .records_list.tile_list ul li {
                position: relative;
            }
            @media screen and (min-width: 901px) {
                .subsection-curators-grid .records_list.tile_list ul:nth-of-type(2) {
                    margin-top: 50px;
                }
                .subsection-curators-grid .records_list.tile_list ul:nth-of-type(3) {
                    margin-top: 25px;
                }
            }
                .subsection-curators-grid .records_list.tile_list ul li .image_wrapper {
                    position: relative;
                    background: #eee;
                }
                    .subsection-curators-grid .records_list.tile_list ul li .profile_image {
                        position: absolute;
                        bottom: -35%;
                        left: -25px;
                        width: 34%;
                        z-index: 1;
                    }
                    .subsection-curators-grid .records_list.tile_list ul li .content {
                        float: right;
                        width: 100%;
                        text-align: left;
                        position: relative;
                        z-index: 2;
                    }
                    .subsection-curators-grid .records_list.tile_list ul li .content h2,
                    .subsection-curators-grid .records_list.tile_list ul li .content .description {
                        text-align: left;
                    }
                    .subsection-curators-grid .records_list.tile_list ul li .content .description {
                        margin-bottom: 14px;
                    }
                    .subsection-curators-grid .records_list.tile_list ul li .content .button {
                        margin: 0;
                        clear: both;
                    }
            
            .subsection-curators-grid .records_list.gd_image_cropping_cropped ul li.artwork_image .image img {
                width: 90%;
                height: 90%;
                object-fit: contain;
            }
            .subsection-curators-grid .records_list.tile_list ul li.artwork_image .image_wrapper {
                background: #f8f8f8;
            }
            
            @media screen and (max-width: 900px) {
                .subsection-curators-grid .records_list.tile_list ul li {
                    width: 100%;
                }
            }
            
        .subsection-curator-record {
            
        }
            .subsection-curator-record blockquote {
                font-size: 2.5rem;
                line-height: 3.5rem;
            }
            .subsection-curator-record .panel_image_text_columns .content .content_full {
                padding-top: 0;
            }
            .subsection-curator-record .panel_image_text_columns .content .read_less_link {
                padding-top: 25px;
            }
            .subsection-curator-record .profile_wrapper .profile_image {
                max-width: 200px;
            }
            
            
            .subsection-curator-record .grid_dynamic_layout_artworks .artwork_price,
            .subsection-curator-record .records_list .price {
                display: none !important;
            }
            
        .curator-header.heading_wrapper.header_themed {
            width: 100vw !important;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
        }
            .subsection-curator-record:not(.header-has-video) .curator-header.heading_wrapper.header_themed {
                padding-bottom: 30px;
            }
            .curator-header.heading_wrapper.header_themed .reverse-text-wrapper {
                margin-left: 0;
            }
        #main_content .curator-header.heading_wrapper.header_themed h1 {
            margin: 0;
        }
        
        
     /* EXHIBITORS LIST
    ------------------------------------------------------------ */
        
        .exhibitor_filters {
            width: 100%;
            float: left;
            clear: both;
            margin: 0 0 40px;
        }
            .exhibitor_filters .item {
                
            }
                .exhibitor_filters .item a:before {
                    font: normal normal normal 20px/1 FontAwesome;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: "\f00c";
                    font-size: 12px;
                    display: inline-block;
                    color: #ccc;
                    margin: -3px 6px 0 0;
                    vertical-align: middle;
                }
                .exhibitor_filters .item.active a:before {
                    color: #111;
                }
                .exhibitor_filters .item a,
                .exhibitor_filters .item a:visited {
                    text-decoration: none;
                    display: block;
                }
                
                
            .exhibitor_filters .custom_artwork_filter { 
                float: right;
                width: auto;
                text-align: right;
                margin: 0;
                position: relative;
            }
                .exhibitor_filters .custom_artwork_filter > form { 
                    display: flex;
                    position: relative;
                    padding-left: 26px;
                }
                .exhibitor_filters .custom_artwork_filter #custom_search_submit {
                    padding: 5px 0;
                    text-indent: -9999px;
                    margin: 0;
                    position: relative;
                    width: 40px;
                    position: absolute;
                    right: 0;
                    z-index: 99;
                    top: 1px;
                    display: none !important;
                }
                    .exhibitor_filters .custom_artwork_filter #custom_search_submit::before {
                        content: '';
                        background-image: url(/images/link_arrow.svg);
                        background-repeat: no-repeat;
                        height: 15px;
                        width: 16px;
                        display: inline-block;
                        padding-right: 12px;
                        position: absolute;
                        left: 13px;
                        top: 10px;
                    }
                .exhibitor_filters .custom_artwork_filter > form::before { 
                    content: "\e02a";
                    font-family: "artlogic-social-icons" !important;
                    color: #aaa;
                    font-style: normal !important;
                    font-weight: normal !important;
                    font-variant: normal !important;
                    font-size: 15px;
                    letter-spacing: 0;
                    text-transform: none !important;
                    speak: none;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    position: absolute;
                    left:0;
                    line-height: 26px;
                    top: 3px;
                }
                .exhibitor_filters .custom_artwork_filter #custom_search_term {
                    min-width: 0;
                    width: 145px;
                    box-sizing: border-box;
                    padding-right: 30px;
                    line-height: 1.5em;
                    margin: 0;
                }
                .exhibitor_filters .custom_artwork_filter #custom_search_clear {
                    position: absolute;
                    top: 2px;
                    right: 0;
                    width: 30px;
                    height: 30px;
                    text-indent: -9999px;
                    cursor: pointer;
                }
                    .exhibitor_filters .custom_artwork_filter #custom_search_clear::after {
                        background: url(/images/close_icon.svg) center center no-repeat;
                        text-indent: -9999px;
                        content: '';
                        width: 30px;
                        height: 30px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        transform: scale(0.7);
                        cursor: pointer;
                    }
            
            .exhibitor_filters .exhibitor_filters_initial_row {
                float: left;
                width: 100%;
            }
                .exhibitor_filters .exhibitor_filters_initial_row .exhibitor_filters_initial {
                    float: left;
                }
                    .exhibitor_filters .exhibitor_filters_initial_row .exhibitor_filters_initial > div {
                        float: left;
                        margin: 0 25px 0 0;
                        clear: none;
                    }
                    
                    .exhibitor_filters .exhibitor_filters_initial .item.item_expand a:before {
                        font-size: 21px;
                        font-family: inherit;
                        content: "+";
                        min-width: 13px;
                        text-align: center;
                        margin-top: -4px;
                        position: relative;
                        bottom: 1px;
                        color: #111;
                    }
                    .exhibitor_filters .exhibitor_filters_initial .item.item_expand a.open:before {
                        content: "-";
                        color: #111;
                    }
                    
                .exhibitor_filters .exhibitor_filters_initial_row .fp-module.exhibitor_filters_options {
                    float: right;
                    clear: none;
                }
                    .exhibitor_filters .exhibitor_filters_initial_row .fp-module.exhibitor_filters_options .item {
                        float: left;
                        margin: 0 15px 0 0;
                    }
                        .exhibitor_filters .exhibitor_filters_initial_row .fp-module.exhibitor_filters_options .item a:before {
                            font-size: 14px;
                        }
                    
                
            .exhibitor_filters #exhibitor_locations_filters {
                width: 100%;
                float: left;
                clear: both;
                display: none;
                overflow: hidden;
            }
                .exhibitor_filters #exhibitor_locations_filters .exhibitor_locations_filters_inner {
                    width: 100%;
                    float: left;
                    clear: both;
                    overflow: hidden;
                    
                    border-bottom: 1px solid #ddd;
                    padding: 30px 0 30px;
                    margin: 0 0 0;
                    
                    transition: opacity 600ms linear;
                    opacity: 0;
                }
                    .exhibitor_filters #exhibitor_locations_filters.open .exhibitor_locations_filters_inner {
                        opacity: 1;
                    }
                        .exhibitor_filters .exhibitor_locations_filters .item {
                            font-size: 1.4rem;
                        }
                
                .exhibitor_filters .exhibitor_filters_favourites {
                    float: right;
                }
                    .exhibitor_filters .exhibitor_filters_favourites .item a:before {
                        font-size: 12px;
                        content: "\f004";
                    }
                
                .favourites-list-empty .exhibitor_filters .exhibitor_filters_favourites {
                    display: none !important;
                }
                
                .exhibitor_filters .exhibitor_expanded_filters_initial_row {
                    width: 100%;
                    margin: 0 0 30px;
                    padding: 0 0 30px;
                    border-bottom: 1px solid #ddd;
                }
                    .exhibitor_filters .exhibitor_expanded_filters_initial_row .fp-module .item {
                        float: left;
                        margin: 0 15px 0 0;
                    }
                    
                .exhibitor_filters .exhibitor_locations_filters {
                    column-count: 7;
                    column-gap: 20px;
                }
                
                @media screen and (max-width:1220px) {
                    .exhibitor_filters .exhibitor_locations_filters {
                        column-count: 5;
                    }
                }
                @media screen and (max-width:790px) {
                    .exhibitor_filters .exhibitor_locations_filters {
                        column-count: 4;
                    }
                }
                @media screen and (max-width:767px) {
                    .exhibitor_filters .exhibitor_filters_initial_row {
                        display: flex;
                        flex-direction: column-reverse;
                    }
                    .exhibitor_filters .exhibitor_filters_initial_row .fp-module.exhibitor_filters_options {
                        margin: 0 0 10px;
                    }
                    .exhibitor_filters .exhibitor_filters_initial_row .exhibitor_filters_initial {
                        display: flex;
                        flex-direction: column-reverse;
                    }
                    .exhibitor_filters .exhibitor_filters_initial_row .exhibitor_filters_initial > div {
                        margin: 0;
                    }
                    .exhibitor_filters .exhibitor_filters_initial_row .exhibitor_filters_initial .custom_artwork_filter {
                        border-bottom: 1px solid #ccc;
                        margin: 0 0 15px;
                    }
                    .custom_artwork_filter #custom_search_term {
                        max-width: 100%;
                    }
                    
                    .exhibitor_filters .exhibitor_expanded_filters_initial_row {
                        column-count: 2;
                    }
                    .exhibitor_filters .exhibitor_expanded_filters_initial_row * {
                        padding: 0 !important;
                        margin: 0 !important;
                        width: 100%;
                        line-height: 19px;
                    }
                    .exhibitor_filters .exhibitor_expanded_filters_initial_row .item {
                        margin-bottom: 11px !important;
                    }
                }
                @media screen and (max-width:650px) {
                    .exhibitor_filters .exhibitor_locations_filters {
                        column-count: 3;
                    }
                }
                @media screen and (max-width:500px) {
                    .exhibitor_filters .exhibitor_locations_filters {
                        column-count: 2;
                    }
                }
                @media screen and (max-width:459px) {
                    
                }
        
        
    
     /* EXHIBITORS DETAIL
    ------------------------------------------------------------ */
    
    .subsection-exhibitors-record .page_section_pagination {
        margin: 0 0 80px;
    }
        .subsection-exhibitors-record .page_section_pagination .page_stats {
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            .subsection-exhibitors-record .page_section_pagination .page_stats .ps_pages {
                padding: 0 20px;
                color: #999;
            }
            .subsection-exhibitors-record .page_section_pagination .page_stats .ps_page_type_label {
                text-transform: lowercase;
            }
            @media screen and (max-width: 767px) {
                .subsection-exhibitors-record .page_section_pagination .page_stats .ps_pages {
                    display: none;
                }
                .page_stats .ps_item:first-child {
                    margin-right: 20px;
                }
            }
    .subsection-exhibitors-record-privacy p {
        margin: 0 0 20px;
    }
        .subsection-exhibitors-record-privacy .divider {
            height: 20px;
            clear: both;
        }
    .subsection-exhibitors-record #sidebar {
        float: left;
        width: 53%;
        padding-right: 50px;
        padding-left: 0;
        margin-bottom: 40px;
    }
    .subsection-exhibitors-record #content_module {
        float: right;
        width: 47%;
        margin-bottom: 40px;
    }
        .subsection-exhibitors-record #content_module .full_content p {
            margin-bottom: 15px;
        }
        .subsection-exhibitors-record #content_module .full_content p:last-child {
            margin-bottom: 0;
        }
    
    
    .subsection-exhibitors-record .scroll_section_overview {
        
    }
        .subsection-exhibitors-record .scroll_section_overview #full_details {
            clear: both;
            width: 100%;
        }
            .subsection-exhibitors-record .scroll_section_overview #full_details > div {
                border-top: 1px solid #d7d7d7;
                padding: 40px 0 0;
                margin-top: 25px;
            }
            .subsection-exhibitors-record .scroll_section_overview #full_details > div:first-child {
                margin-top: 0;
            }
            .subsection-exhibitors-record .scroll_section_overview #full_details > div:last-child {
                padding-bottom: 0;
            }
            
            .data_columns {
                display: flex;
                width: auto;
                clear: both;
                margin-right: -25px;
                flex-wrap: wrap;
            }
                .data_columns .item {
                    flex-basis: 25%;
                    box-sizing: border-box;
                    padding: 0 25px 10px 0;
                }
                    .data_columns .item h3 {
                        font-size: 1.7rem;
                        line-height: 2.0rem;
                        margin: 0 0 5px;
                    }
    
    .exhibitor_contact_link_container {
        border-top: 1px solid #d7d7d7;
        padding: 30px 0 0;
        width: 100%;
    }
        .exhibitor_contact_link_container .button {
            margin-top: 0;
        }
    .exhibitor_content_profile:nth-of-type(2) {
        border-top: 1px solid #d7d7d7;
        padding: 30px 0 0;
        margin-top: 30px;
    }
    .exhibitor_contact_details {
        font-size: 1.5rem;
        line-height: 1.6em;
        color: #222;
        letter-spacing: 0;
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #d7d7d7;
        padding: 30px 0 0;
    }
        .exhibitor_contact_details .exhibitor_single_contact_details {
            flex: 1;
            margin: 0;
        }
        .exhibitor_contact_details .social_links {
            clear: none;
            float: right;
            width: auto;
        }
            .exhibitor_contact_details .social_links_item {
                float: left;
                margin: 0 10px 0 0;
            }
            .exhibitor_contact_details .social_links_item:last-child {
                margin-right: 0;
            }
            .exhibitor_contact_details .social_media_icon {
                width: 32px;
                height: 32px;
                line-height: 32px;
                margin: 0 10px 0 0;
                border-radius: 60px;
                text-indent: 0;
                text-align: center;
                color: #222222;
                background-color: transparent;
            }
            .exhibitor_contact_details .social_media_icon::after {
                font-size: 21px;
            }
            
        .exhibitor_contact_details .exhibitor_social {
            float: right;
            clear: right;
            margin: 0 0 20px;
        } 
            .exhibitor_contact_details .exhibitor_website {
                float: left;
                margin: 5px 0 0;
            } 
                .exhibitor_contact_details .exhibitor_website a {
                    margin-top: 0;
                }
            .exhibitor_contact_details .social_links {
                float: left;
                margin: 0 0 0 10px;
            } 
        .exhibitor_contact_details .exhibitor_contact {
            margin: 0 0 20px;
            order: 999;
            width: 100%;
        }
        .exhibitor_contact_details .enquire_button_container {
            float: right;
            margin: 0 0 15px;
        }
        .exhibitor_contact_details .enquire_button_container .button{
            margin-top: 0;
        }
        
        .pv_content_above.content_section {
            max-width: none;
            text-align: left;
            display: block;
            margin-bottom: 80px;
        }
            .pv_content_above.content_section .pv_content_above_container {
                transition: all 400ms cubic-bezier(.65,.06,.19,.96);
            }
                .pv_content_above.content_section .pv_content_above_container .pv_content_above_inner {
                    
                }
            .pv_content_above.content_section .pv_content_reveal_button {
                display: none;
                margin-top: 20px;
            }
                .pv_content_above.content_section.content-revealable .pv_content_reveal_button {
                    display: block;
                }
                .pv_content_above.content_section.content-revealable.content-revealed .pv_content_reveal_button {
                    display: none;
                }
                
        
        .subsection-exhibitors-record .subsection-works .records_list.grid_dynamic_layout_artworks .tile_list_formatted {
            margin-right: -50px;
        }
        .subsection-exhibitors-record .subsection-works .records_list.tile_list.grid_dynamic_layout_artworks ul {
            width: 50%;
            padding-right: 50px;
        }
        .subsection-exhibitors-record .subsection-works .records_list.tile_list.grid_dynamic_layout_artworks ul:last-child {
            margin-right: 0;
        }
    

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

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

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

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

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

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


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


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

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


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

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


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

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

.artwork_favourite_btn i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
}

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

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

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

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

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

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

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




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

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

    .column_list {
        display: block;
        width: 100%;
        /* IMPORTANT - needs width 100% for IE!!!  but this is breaking the rhs margin now... 
        margin: 0 -30px 0 0;*/
        margin: 0;
    }
        .column_list ul {
            padding: 0;
            list-style: none;
            display: block;
            margin: 0 0 50px;
            width: 25%;
            padding-right: 30px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            transform: translate3d(0, 80px, 0);
            opacity: 0;
            transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
        }
        .column_list ul.visible {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
            .column_list ul li {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                display: inline-block;
                vertical-align: top;
                width: 100%;
                padding: 0 0 5px;
                margin: 0;
                line-height: 1.7rem;
            }
            .column_list ul li .a_wrapper {
                display: inline-block;
                user-select: none;
            }
            .column_list ul li a {
                display: inline-block;
                width: 100%;
            }
            .column_list ul li a:after,
            .column_list ul li .a_wrapper:after {
                display: block;
                content: '';
                border-bottom: 2px solid #222;
                width: 0;
                margin: 0;
                transition: width 800ms cubic-bezier(.45,0,.27,1);
            }
            .column_list ul li a.active:after,
            .column_list ul li .a_wrapper.active:after {
                width: 100%
            }
            .column_list ul li a,
            .column_list ul li a:visited {
                text-decoration: none;
                line-height: 2rem;
            }
            .column_list ul li .title {
                display: inline;
                line-height: 2rem;
            }
            .column_list ul li .location {
                display: inline;
                color: #999;
                font-size: 1.4rem;
                line-height: 2rem;
                margin: 0 5px 0 0;
            }
            .column_list ul li .online_only_tag {
                display: inline-block;
                white-space: nowrap;
                background: #e7e7e7;
                color: #676767;
                padding: 5px 7px 4px;
                font-size: 11px;
                line-height: 8px;
                margin: 3px 0 0 0;
                vertical-align: top;
                user-select: none;
                border-radius: 100px;
            }


.fancybox-type-inline .fancybox-skin .inline-content-inner {
    padding: 20px;
}
.fancybox-close::after {
    background: url(/images/close_icon.svg) center center no-repeat;
    text-indent: -9999px;
    content: '';
    width: 30px;
    height: 30px;
}
.fancybox-skin {
    color: #111;
}