/* ----------------------------------------------------------------------------------
    Hollis Taggart
    Designed & Built by Artlogic in London
---------------------------------------------------------------------------------- */



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

/*html {*/
/*   background-color: #171717;*/
/*}*/
body {
    padding: 0;
    min-width: 320px;
}

body.overlay-open,
body.blockscroll {
    overflow: hidden;
}
.hidden {
    display: none;
}
    /*Still let screen reader read hidden h1 for accessibility*/
    h1.hidden {
        position: absolute !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden !important;
        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        white-space: nowrap !important; /* added line */
        display: block;
        visibility: visible;
        margin: 0!important;
        padding: 0!important;
    }
.mobile-only {
    display: none;
}
.button, .button a {
    height: auto;
    background-image: none;
}
.button a {
    margin-right: 0;
}

#cookie_notification_accept,
#cookie_preferences_form .button {
    border: 1px solid #ddd;
}
#cookie_notification_accept a,
#cookie_preferences_form_submit {
    padding: 2px 25px;
}
#cookie_notification .inner {
    padding-left: 30px;
    padding-right: 30px;
}
fieldset {
    border: none;
}

#top_nav_section {
    display: none !important;
}

#header {
    pointer-events: none;
    position: fixed;
    z-index: 2101;
    top: 0;
    opacity: 0;
    left: 0;
    right: 0;
    padding: 55px 60px 20px 60px;
    transform: translate3d(0, -100px, 0);
    transition: transform 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out, background 400ms ease-in-out, padding 400ms ease-in-out, box-shadow 400ms ease-in-out;
    background: rgba(255,255,255,0);
    overflow:hidden;
}
    .tabbing-detected #header {
        position: absolute;
        transition: none;
    }
    .tabbing-detected #header #page_header {
        display: none;
    }
    body:not(.page-popup-active):not(.sc_wishlist_quick_cart_widget_active) #container_outer:not(.page-top) #container:not(.hero-section-visible) #header {
        padding: 25px 60px 14px 60px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    }      
    body.page-popup-active #header,
    body.roomview-active #header{
        right:90px;
        padding: 25px 60px 18px 60px;
    }  
    #header_items_inner {
        padding-left: 10px;
    }
    /*#header:before {*/
    /*    display: block;*/
    /*    display: none;*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    transition: opacity 800ms ease-in-out;*/
    /*    background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) 1%, rgba(255,255,255,0.4) 31%, rgba(255,255,255,0) 100%);*/
    /*    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 1%,rgba(255,255,255,0.4) 31%,rgba(255,255,255,0) 100%); */
    /*    background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 1%,rgba(255,255,255,0.4) 31%,rgba(255,255,255,0) 100%); */
    /*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#00ffffff',GradientType=0 ); */
    /*}*/
    
        /*#container.hero-section-not-visible #header {*/
        /*    padding: 20px 60px 18px 60px;*/
        /*    background-color: #fff;*/
        /*    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);*/
        /*    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);*/
        /*}        */
        #container.hero-section-not-visible #header #logo svg *,
        body.dropdown-nav-animate #header #logo svg *,
        body.sc_wishlist_quick_cart_widget_active #header #logo svg * {
            fill: #202B4C !important;
        }          
        #container.hero-section-not-visible #header #search_menu svg *,
        #container.hero-section-not-visible #header #menu svg path,
        #container.hero-section-not-visible #basket #store_cart_widget .basket-icon svg *, 
        #container.hero-section-not-visible #wishlist_cart_widget .basket-icon svg *,
        body.dropdown-nav-animate #header #search_menu svg *,
        body.dropdown-nav-animate #basket #store_cart_widget .basket-icon svg *, 
        body.dropdown-nav-animate #wishlist_cart_widget .basket-icon svg *,
        body.dropdown-nav-hover #header #search_menu svg *,
        body.dropdown-nav-hover #basket #store_cart_widget .basket-icon svg *, 
        body.dropdown-nav-hover #wishlist_cart_widget .basket-icon svg * {
            fill: #111 !important;
        }     
        body.dropdown-nav-animate #header #top_nav ul li a,
        body.dropdown-nav-animate #basket .scw_total_items, 
        body.dropdown-nav-animate #wishlist_cart_widget .scw_total_items,
        #container.hero-section-not-visible #header #top_nav ul li a,
        #container.hero-section-not-visible #basket .scw_total_items, 
        #container.hero-section-not-visible #wishlist_cart_widget .scw_total_items,
        #container.hero-section-not-visible #menu,
        body.dropdown-nav-animate #menu{
            color: #111 !important;
        }        
        body.dropdown-nav-animate #header #top_nav ul li a:after,
        #container.hero-section-not-visible #header #top_nav ul li a:after{
            border-color: #111 !important;
        }

        /* Protected path login screen -------------------------- */
        body.page-requires-frontend-protection.protected-path-login-mode #container.hero-section-not-visible #header #logo svg *,
        body.page-requires-frontend-protection.protected-path-login-mode #header #logo svg *,
        body.page-requires-frontend-protection.protected-path-login-mode #container.hero-section-not-visible #header #search_menu svg *,
        body.page-requires-frontend-protection.protected-path-login-mode #container.hero-section-not-visible #basket #store_cart_widget .basket-icon svg *, 
        body.page-requires-frontend-protection.protected-path-login-mode #container.hero-section-not-visible #wishlist_cart_widget .basket-icon svg * {
            fill: #fff !important;
        }  
        body.page-requires-frontend-protection.protected-path-login-mode  #header #top_nav ul li a,
        body.page-requires-frontend-protection.protected-path-login-mode  #basket .scw_total_items, 
        body.page-requires-frontend-protection.protected-path-login-mode  #wishlist_cart_widget .scw_total_items,
        body.page-requires-frontend-protection.protected-path-login-mode  #container.hero-section-not-visible #header #top_nav ul li a,
        body.page-requires-frontend-protection.protected-path-login-mode  #container.hero-section-not-visible #basket .scw_total_items, 
        body.page-requires-frontend-protection.protected-path-login-mode  #container.hero-section-not-visible #wishlist_cart_widget .scw_total_items,
        body.page-requires-frontend-protection.protected-path-login-mode  #container.hero-section-not-visible #menu,
        body.page-requires-frontend-protection.protected-path-login-mode  #menu{
            color: #fff !important;
        }    
        body.page-requires-frontend-protection.protected-path-login-mode #header #top_nav ul li a:after,
        body.page-requires-frontend-protection.protected-path-login-mode #container.hero-section-not-visible #header #top_nav ul li a:after {
            border-color: #fff !important;
        }


    #main_header {
        position: relative;
        z-index: 1;
    }
    
    /* Header with sections -------------------------- */
    
    #header #main_header {
        transform: translate3d(0, 0, 0);
        transition: transform 600ms cubic-bezier(.65,.06,.19,.96), padding 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out, border 800ms ease-in-out, background 800ms ease-in-out;
    }
        
    #header #page_header {
        display: none; 
        
    }
    #page_header::after {
        content: '';
        display: block;
        flex-grow: 1; 
        flex-basis: 0
    }
    @media screen and (min-width: 768px) {
        body:not(.page-popup-active) .scrolling-down #header #main_header {
            transform: translate3d(0, -100px, 0);
            opacity: 0;
        }
        #header.page-header-subsections {
            
        }
            #header #page_header {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                transform: translate3d(0, 100px, 0);
                transition: transform 600ms cubic-bezier(.65,.06,.19,.96), padding 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out, border 800ms ease-in-out, background 800ms ease-in-out, visibility 800ms;
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
                padding: 23px 60px 13px 60px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                width: 100%;
                box-sizing: border-box;
            }

                /*.scrolling-down #header.page-header-subsections #header_main_inner {*/
                /*    padding-top: 15px;*/
                /*    padding-bottom: 15px;*/
                /*}*/
                .scrolling-down #header #page_header {
                    transform: translate3d(0, 0, 0);
                    opacity: 1;
                    pointer-events: auto;
                    visibility: visible;
                }
                #header #page_header h2 {
                    float: left;
                    font-size: 3.0rem;
                    line-height: 3.4rem;
                    margin: 0;
                    transition: color 800ms ease-in-out;
                    font-weight: normal;
                    line-height: 3.1rem;
                    margin: 0;
                    font-size: 2.5rem;
                    letter-spacing: 0.18px;
                    font-family: 'Cormorant_', serif;
                    font-weight: normal;
                    display: block;
                    box-sizing: border-box;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: 450px;
                    white-space: nowrap;
                }
                #header #page_header .page_header_wrapper {
                    display: block;
                    box-sizing: border-box;
                    flex-grow: 1;
                    flex-basis: 0;
                }

                #container.hero-section-visible #header #page_header h2 {
                    color: #b99667;
                }
    }
    .dropdown-section-link {
    	position: absolute;
    	bottom: 50px;
    	left: 0;
    	width: 100%;
    	text-align: right;
    	padding: 0 90px;
    	box-sizing: border-box;
    	color: #111;
    	opacity:0;
        transition: opacity 600ms ease-in-out;
        transition-delay: 500ms;
    }
    .dropdown-nav-animate .dropdown-section-link{
        opacity:1.0;
    }
    .dropdown-shade {
    	content: '';
    	position: fixed;
    	top: 0;
    	left: 0;
    	opacity:0;
    	background: rgba(0, 0, 0, 0.18);
    	width: 0;
    	height: 0;
    	z-index: 99;
    	transition: opacity 300ms cubic-bezier(.65,.06,.19,.96), width 0s linear 500ms, height 0s linear 500ms;
    }
    body.dropdown-nav-animate .dropdown-shade {
    	width: 100%;
    	height: 100%;
    	opacity: 1.0;
    	transition: opacity 300ms cubic-bezier(.65,.06,.19,.96);
    	transition-delay: 0s;
    }
    #dropdown_nav {
        width:100%;
        overflow: hidden;
        height: 0;
        transition: height 400ms cubic-bezier(.65,.06,.19,.96),opacity 800ms ease-in-out;
        border-top: 1px solid rgba(185,150,103,0);
        overflow: auto;
        max-height: calc(100vh - 111px);
    }
    .dropdown_nav_item_heading {
    	margin-bottom: 45px;
    }
    
    
        /*.dropdown-nav-active #dropdown_nav {*/
        /*    border-color: rgba(185,150,103,0.2);*/
        /*}*/
        /*.dropdown-nav-active #header {*/
        /*    border-color: rgba(185,150,103,0) !important;*/
        /*}*/
        #dropdown_nav .dropdown_nav_item {
            display: none;
            transition: opacity 400ms ease-in-out;
            opacity: 0;
            float: left;
            width: 100%;
        }
            #dropdown_nav .dropdown_nav_item .dropdown_nav_item_inner {
                max-width: 1880px;
                width: 100%;
                padding: 50px 90px 120px;
                margin: 0 auto;
                box-sizing: border-box;
            }
            #dropdown_nav .dropdown_nav_item .dropdown_nav_item_inner .standard_grid .item {
                margin-bottom: 0;
                padding-bottom: 0;
                opacity: 0;
                transform: translateY(25px);
                transition: opacity 500ms linear, transform 1000ms cubic-bezier(.18, 1, .21, 1);
            }
                #dropdown_nav .dropdown_nav_item.animate .dropdown_nav_item_inner .standard_grid .item {
                    opacity: 1;
                    transform: translateY(0);
                }
                    #dropdown_nav .dropdown_nav_item.active .dropdown_nav_item_inner .standard_grid .item.visible.animate-from-bottom:nth-of-type(2) {
                        transition-delay: 50ms;
                    }
                    #dropdown_nav .dropdown_nav_item.active .dropdown_nav_item_inner .standard_grid .item.visible.animate-from-bottom:nth-of-type(3) {
                        transition-delay: 100ms;
                    }
                    #dropdown_nav .dropdown_nav_item.active .dropdown_nav_item_inner .standard_grid .item.visible.animate-from-bottom:nth-of-type(4) {
                        transition-delay: 150ms;
                    }
                    #dropdown_nav .dropdown_nav_item.active .dropdown_nav_item_inner .standard_grid .item.visible.animate-from-bottom:nth-of-type(5) {
                        transition-delay: 200ms;
                    }
                    #dropdown_nav .dropdown_nav_item.active .dropdown_nav_item_inner .standard_grid .item.visible.animate-from-bottom:nth-of-type(6) {
                        transition-delay: 250ms;
                    }
            #dropdown_nav .dropdown_nav_item .dropdown_nav_item_inner .standard_grid .item .list_content_header {
                margin-bottom: 0;
                min-height: 0;
            }
            
            #dropdown_nav .dropdown_nav_item.dropdown_nav_item_condensed .dropdown_nav_item_inner .standard_grid .item {
                width: 16.66%;
                padding-right: 20px;
            }
            
        #dropdown_nav .dropdown_nav_item.active {
            display: block;
        }
        #dropdown_nav .dropdown_nav_item.active.animate {
            opacity: 1;
        }
        #dropdown_nav .dropdown_section_publications .subtitle2 {
            display:none;
        }
    
    body .page-top #header.dropdown-nav-hover,
    #header.dropdown-nav-hover {
        background:#ffffff;
    } 
    body.cms-frontend-toolbar-active #header {
        top: 28px;
    }
    #header * {
        pointer-events: auto;
    }
    body.first-load-complete #header {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    /*body.splash-open #header,*/
    /*body .scrolling-down #header,*/
    /*body.page-transition-active.loader-incoming-type-standard:not(.browser-msedge) #header {*/
    /*    opacity: 0;*/
    /*    transform: translate3d(0, -100px, 0);*/
    /*    background: rgba(255,255,255,0);*/
    /*}*/
    
    
    body.splash-open #header,
    body .scrolling-down #header:not(.page-header-subsections),
    body #container.footer-visible2 #header,
    body .scrolling-down #container.hero-section-visible #header.page-header-subsections,
    body.page-transition-active.loader-incoming-type-standard:not(.browser-msedge) #header,
    /*body.page-popup-visible #header,*/
    body.page-popup-visible #header.page-header-subsections {
        opacity: 0;
        transform: translate3d(0, -120px, 0);
        background: rgba(255,255,255,0);
    }
    body.page-transition-active #dropdown_nav {
        opacity: 0 !important;
        height: 0 !important;
        transition: opacity 400ms linear, height 400ms cubic-bezier(.65,.06,.19,.96);
    }
    body .hero-section-visible #header,
    body .page-top #header {
        background: rgba(255,255,255,0);
    }
    /*body.page-popup-active #header,*/
    /*body.page-popup-active .scrolling-down #header:not(.page-header-subsections){*/
    /*    opacity: 1;*/
    /*    background: rgba(255,255,255,0);*/
    /*    transform: translate3d(0, 0, 0);*/
    /*    transition: transform 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out, background 800ms ease-in-out;*/
    /*}*/

    body.active-init #container #header,
    body.overlay-open #container #header {
        background: rgba(255,255,255,0);
        transition: transform 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out, background 800ms ease-in-out;
    }
    body.overlay-open #container #header {
        transition: none !important;
    }
    #header_items_outer {
        float: right;
    }
    #header_items_outer #top_nav,
    #header_items_inner {
        float: left;
    }    
    #header_items_inner {
        margin-right: -5px;
    }
    #logo {
        float: left;
        position: relative;
        z-index: 10000;
        cursor: pointer;
        transition: transform 500ms cubic-bezier(.65,.06,.19,.96), opacity 500ms ease-in-out;
        margin-top: 10px;
    }
    
    #logo svg *,
    #search_menu svg *,
    .basket-icon svg * {
        transition: fill 400ms ease-in-out
    }
    
    
    
            #logo a {
                display: block;
                line-height: 0;
            }
            
        body.overlay-open #logo,
        body.overlay-open #logo {

        }
        body.nav-overlay-open.overlay-open #logo,
        body.nav-overlay-open.overlay-open #logo {

        }

    body.overlay-open #menu,
    body.overlay-open #enquire,
    body.overlay-open #search_menu,
    body.overlay-open #basket,
    body.overlay-open #wishlist,
    body.overlay-open #top_nav,

    body.page-popup-active #menu,
    body.page-popup-active #enquire,
    body.page-popup-active #search_menu,
    body.page-popup-active #basket,
    body.page-popup-active #wishlist,
    body.page-popup-active #top_nav,

    body.sc_quick_cart_widget_animate #menu,
    body.sc_quick_cart_widget_animate #enquire,
    body.sc_quick_cart_widget_animate #search_menu,
    body.sc_quick_cart_widget_animate #basket,
    body.sc_quick_cart_widget_animate #wishlist,
    body.sc_quick_cart_widget_animate #top_nav,

    body.sc_wishlist_quick_cart_widget_animate #menu,
    body.sc_wishlist_quick_cart_widget_animate #enquire,
    body.sc_wishlist_quick_cart_widget_animate #search_menu,
    body.sc_wishlist_quick_cart_widget_animate #basket,
    body.sc_wishlist_quick_cart_widget_animate #wishlist,
    body.sc_wishlist_quick_cart_widget_animate #top_nav {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }
    
    .objectfit-fallback-bg {
        background-size:cover;
    }

    #menu {
        float: left;
        padding: 7px 16px 9px;
        margin: 4px 0 0 20px;
        cursor: pointer;
        font-size: 1.4rem;
        line-height: 2.0rem;
        color: #111;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        position: relative;
        overflow: hidden;
        transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
        font-family: 'HK Grotesk', sans-serif;
    }
        #menu span {
            position: relative;
            z-index: 2;
            transition: color 400ms cubic-bezier(.65,.06,.19,.96);
        }
        #menu:hover span {
            color: #fff;
        }
        #menu:hover:after {
            transform: translate3d(0, 0, 0);
        }
    
    
    
    #basket,
    #wishlist {
        float: left;
        position: relative;
        z-index: 1900;

        font-size: 1.3rem;
        line-height: 2.0rem;
        font-weight: 500;
        color: #111;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
    }
            .content-type-reversed .hero-section-not-visible #basket {
                color: #151515;
            }
            #basket #store_cart_widget,
            #wishlist_cart_widget {
                display: block !important;
                opacity: 1 !important;
                visibility: visible;
                height: 100%;
                width: 100%;
                width: 30px;
                height: 40px;
                margin: 0 0 0 10px;
                /*padding: 4px 0 9px;*/
                /* margin-left: 22px; */
                transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
                transition: background-image 400ms linear;
                position: relative;
            }
            #basket #store_cart_widget.empty,
            #wishlist_cart_widget.empty {
                margin: 0;
                padding: 0;
            }
            #basket #store_cart_widget .basket-icon,
            #wishlist_cart_widget  .basket-icon{
                width: 13px;
                position: absolute;
                left: 9px;
                top: 7px;
            }            
            #wishlist_cart_widget  .basket-icon{
                top:8px;
            }
                    /*#basket #store_cart_widget:before {*/
                    /*    display: block;*/
                    /*    float: left;*/
                    /*    content: '';*/
                    /*    height: 18px;*/
                    /*    width: 18px;*/
                    /*    background: url(/images/basket_reversed.png) left 3px no-repeat;*/
                    /*    background-size: 11px auto;*/
                    /*    transition: background-image 400ms linear;*/
                    /*}*/
                    /*    .content-type-reversed .hero-section-not-visible #basket #store_cart_widget:before  {*/
                    /*        background-image: url(/images/basket_reverse.png);*/
                    /*    }*/
                    #basket #scw_items {
                        float: left;
                    }
            #basket #store_cart_widget {
                opacity: 0;
            }
            #basket #store_cart_widget.empty {
                opacity: 0 !important;
                padding: 0;
                margin: 0;
                width: 0;
                visibility: hidden; /*important so it can't be tabbed to when empty*/
            }
            #basket .scw_total_items,
            #wishlist_cart_widget .scw_total_items {
                right: -1px;
                position: absolute;
                color: #111;
                font-size: 10px;
                top: 12px;
                font-weight: 600;
                transition:color 400ms linear;
            }
            #basket #store_cart_widget.active .scw_total_items {

            }
            #basket #store_cart_widget.active.empty .scw_total_items {
                
            }
            #basket .scw_label {
                position: absolute;
                z-index: 4;
                top: 5px;
                right: 0;
                left: 0;
                bottom: 5px;
                display: block;
                cursor: pointer;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                font-size: 1.1rem;
                line-height: 1.8rem;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-weight: 500;
                transform: translate(0, 0);
                transition: padding 400ms cubic-bezier(.65,.06,.19,.96), opacity 300ms linear;
            }
                #basket a {
                    position: absolute;
                    z-index: 4;
                    top: 0;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    display: block;
                }
                #basket .label_basket {
                    display: none;
                }

    /*#wishlist {*/
    /*    float: left;*/
    /*    position: relative;*/
    /*    z-index: 1900;*/
    /*    padding: 4px 0 9px;*/
    /*    font-size: 1.3rem;*/
    /*    line-height: 2.0rem;*/
    /*    font-weight: 400;*/
    /*    color: #ffffff;*/
    /*    display: block;*/
    /*    cursor: pointer;*/
    /*    -webkit-touch-callout: none;*/
    /*    -webkit-user-select: none;*/
    /*    -khtml-user-select: none;*/
    /*    -moz-user-select: none;*/
    /*    -ms-user-select: none;*/
    /*    transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;*/
    /*}*/
            /*.content-type-reversed .hero-section-not-visible #wishlist {*/
            /*    color: #151515;*/
            /*}*/
            /*#wishlist #wishlist_cart_widget {*/
            /*    display: block !important;*/
            /*    opacity: 1 !important;*/
            /*    visibility: visible;*/
            /*    height: 18px;*/
            /*    margin-left: 22px;*/
            /*    transition: transform 400ms cubic-bezier(.65,.06,.19,.96);*/
            /*}*/
                    /*#wishlist #wishlist_cart_widget:before {*/
                    /*    display: block;*/
                    /*    float: left;*/
                    /*    content: '';*/
                    /*    height: 18px;*/
                    /*    width: 18px;*/
                    /*    background: url(/images/wishlist.png) left 4px no-repeat;*/
                    /*    background-size: 13px auto;*/
                    /*    transition: background-image 400ms linear;*/
                    /*}*/
                        /*.content-type-reversed .hero-section-not-visible #wishlist #wishlist_cart_widget:before  {*/
                        /*    background-image: url(/images/wishlist_reverse.png);*/
                        /*}*/
                    #wishlist #wcw_items {
                        float: left;
                    }
            #wishlist #wishlist_cart_widget {
                opacity: 0;
            }
            #wishlist #wishlist_cart_widget.empty {
                opacity: 0 !important;
                padding: 0;
                margin: 0;
                width: 0;
                visibility: hidden; /*important so it can't be tabbed to when empty*/
            }
            #wishlist .wcw_total_items {
                
            }
            #wishlist #wishlist_cart_widget.active .wcw_total_items {
                
            }
            #wishlist #wishlist_cart_widget.active.empty .wcw_total_items {
                
            }
            #wishlist #wcw_label {
                position: absolute;
                z-index: 4;
                top: 5px;
                right: 0;
                left: 0;
                bottom: 5px;
                display: block;
                cursor: pointer;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                font-size: 1.1rem;
                line-height: 1.8rem;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-weight: 400;
                transform: translate(0, 0);
                transition: padding 400ms cubic-bezier(.65,.06,.19,.96), opacity 300ms linear;
            }
                #wishlist a {
                    position: absolute;
                    z-index: 4;
                    top: 0;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    display: block;
                }
                #wishlist .label_basket {
                    display: none;
                }


    #enquire {
        float: right;
        border: 2px solid #ffffff;
        margin: 0 0 0 25px;
        cursor: pointer;
        font-size: 12px;
        line-height: 20px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
        overflow: hidden;
        position: relative;
        transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
    }
        #enquire:after {
            content: '';
            display: block;
            background: #ffffff;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            z-index: 1;
            transform: translate3d(0, -101%, 0);
            transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
        }
        #enquire a {
            padding: 7px 22px 9px;
            display: block;
            position: relative;
            z-index: 2;
            transition: color 400ms cubic-bezier(.65,.06,.19,.96);
        }
        #enquire:hover a {
            color: #fff;
        }
        #enquire:hover:after {
            transform: translate3d(0, 0, 0);
        }


    #search_menu {
        float: left;
        border: 2px solid transparent;
        padding: 6px 0 9px;
        margin: 0 0 0 10px;
        cursor: pointer;
        width: 27px;
        font-size: 12px;
        line-height: 20px;
        position: relative;
        transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
        overflow: hidden;
        text-align: center;
    }
    #search_menu .button-icon {
        width: 14px;
        display: inline-block;
        padding-top: 4px;
    }
    
        /*#search_menu:after {*/
        /*    content: '';*/
        /*    display: block;*/
        /*    width: 11px;*/
        /*    height: 12px;*/
        /*    position: absolute;*/
        /*    bottom: 0;*/
        /*    left: 0;*/
        /*    top: 6px;*/
        /*    padding: 6px 8px;*/
        /*    right: 0;*/
        /*    transition: background 400ms ease-in-out;*/
        /*    background: url(/images/search.png) center center no-repeat;*/
        /*    background-size: 11px auto;*/
        /*}*/
        /*.content-type-reversed .hero-section-not-visible #search_menu:after {*/
        /*    background-image: url(/images/search_reverse.png);*/
        /*}*/

    #top_nav {
        margin: 0 auto;
        z-index: 0;
        width: auto;
        text-align: center;
        font-size: 11px;

        font-family: 'HK Grotesk', sans-serif;
        color: #111;
        font-weight: 400;
            /*font-weight: normal;*/
        -webkit-font-smoothing: antialiased;
        position: relative;
        float: right;
        transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
        
        
        /*position: absolute;*/
        /*left: 0;*/
        /*right: 0;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
    }

        .hero-section-visible #top_nav {
            /*color: #ffffff;*/
        }
        #top_nav ul,
        #sub_nav ul,
        .sub_nav ul,
        #page_header ul {
            display: block;
            text-align: center;
            margin: 0;
            padding: 0;
            list-style: none;
        }       
            #sub_nav ul.group-items,
            .sub_nav ul.group-items,
            .sub_nav.publications_filters_group ul {
                text-align: left;
            }
           #sub_nav ul.group-items li,
           .sub_nav ul.group-items li{
               margin: 0;
           }
        #top_nav ul li,
        #sub_nav ul li,      
        .sub_nav ul li,
        #page_header ul li{
            display: inline-block;
            position: relative;
            margin: 0 0 0 30px;
        }
            #top_nav ul li:first-child,
            #sub_nav ul li:first-child,
            .sub_nav ul li:first-child,        
            #page_header ul li:first-child{
                margin-left: 0;
            }
            #top_nav ul li:last-child,
            #sub_nav ul li:last-child,
            .sub_nav ul li:last-child,
            #page_header ul li:first-child {
                margin-right: 0;
            }
        #top_nav ul li a,
        #sub_nav ul li a,
        .sub_nav ul li a,
        #page_header ul li a,
        .dropdown-section-link a,
        .publications_filters_group a{
            display: inline-block;
            position: relative;
            padding: 2px 0 4px;
            cursor: pointer;
            font-weight: 500;
            font-size: 1.5rem;
            letter-spacing: 0.2px;
            line-height:36px;
            border-width: 0;
            border-color: #111;
            transition: color 400ms linear, border-color 400ms linear;
        }
        .artwork-view {
            position: relative;
        }
        #top_nav ul li a:after,
        #sub_nav ul li a:not(.btn):after,
        .sub_nav ul li a:not(.btn):after,
        #page_header ul li a:after,
        #popup_box .close a:after,
        .artwork-view a:after,
        .publications_filters_group li a:after,
        .nav-wrapper ul li a::after {
            content: '';
            display: block;
            width: 0;
            border-bottom: 1px solid;
            border-color: inherit;
            position: absolute;
            bottom: 0;
            left: -5px;
            /* right: -2px; */
            transition: width 400ms ease-in-out, border-color 400ms linear;
            
        }
        #top_nav ul li:hover a:after,
        #top_nav ul li.active a:after,
        #sub_nav ul li:hover a:after,
        #sub_nav ul li.active a:after,
        .sub_nav ul li.active a:after,
        .sub_nav ul li:hover a:after,
        #page_header ul li.active a:after,
        #page_header ul li:hover a:after,
        #popup_box .close:hover a:after,
        .artwork-view:hover a:after,
        .fp-module.active .artwork-view a:after,
        .publications_filters_group li.active a:after,
        .nav-wrapper ul li:hover a::after {
            width: calc(100% + 11px);
        }
        #page_header ul li.active a,
        #page_header ul li:hover a,
        .publications_filters_group li.active a {
            color: #111;
        }
        #top_nav ul li a,
        #top_nav ul li a:visited {
            color: inherit;
        }

    


.scroll-container {
    position: relative;
    z-index: 1;
    pointer-events: none;
}
    .scroll-container.is-active {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }
    .scroll-container .scroll-container-inner {
        width: 100%;
        pointer-events: none;
        background: #fff;
        /* Note - this animation is intentionally slower than the splash screen to give a rubber band effect */
        transition: opacity 1000ms ease-in-out, background 800ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);
    }
    .scroll-container .scroll-container-inner * {
        pointer-events: auto;
    }
    .scroll-container .scroll-container-inner .faux_footer {
        pointer-events: none;
    }

    .pageload-content-area {
        min-height: 100vh;
        transition: opacity 800ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);
        position: relative;
    }
    /*
        .pageload-content-area:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            display: block;
            content: '';
            background: #000;
            transition: opacity 1000ms ease-in-out;
            pointer-events: none;
            z-index: 99999;
        }
    */


        /* Page transitions
        ----------------------------------------------------------- */

        body.browser-js-enabled .pageload-content-area,
        body.browser-js-enabled #canvas_wrapper_background {
            opacity: 0;
        }
        body.splash-main-content-in .pageload-content-area,
        body.first-load-complete .pageload-content-area,
        body.splash-main-content-in #canvas_wrapper_background,
        body.first-load-complete #canvas_wrapper_background {
            opacity: 1;
        }

            /* While splash screen is loading */
            body.browser-js-enabled.main-content-hide .scroll-container-inner {
                transform: scale(1.6);
                opacity: 0;
                transition: none;
            }

        /* State to return to after splash screen */
            body.browser-js-enabled.splash-init .scroll-container-inner {
                height: 100vh;
                width: 100vw;
                transform-origin: center center;
                transition: opacity 1000ms ease-in-out, transform 1200ms cubic-bezier(.45,0,.27,1);
            }
            body.browser-js-enabled.splash-init .footer {
                display: none;
            }

        /* Skip splash screen */
            body.skip-splash-screen .scroll-container-inner,
            body.skip-splash-screen #canvas_wrapper_background {
                transform: translate(0, 0);
                transition: none;
            }

                /*
                    New content_load_adjacent method
                        body.page-transition .pageload-content-area.pageload-old-content-area {
                            z-index: 0;
                            transition: none !important;
                            transform: none !important;
                        }
                            body.page-transition .pageload-content-area.pageload-old-content-area:after {
                                opacity: 1;
                            }

                        body .pageload-content-area.pageload-new-content-area {
                            position: fixed;
                            top: 0;
                            left: 0;
                        }
                            body.loader-active .pageload-content-area.pageload-new-content-area {
                                transform: translateX(100vw);
                            }
                            body.page-transition .pageload-content-area.pageload-new-content-area {
                                z-index: 1;
                                transform: translateX(0);
                            }
                */

                body.page-transition-active .footer {
                    display: none;
                }
                body.page-transition-active.loader-incoming-type-standard .scroll-container-inner,
                body.page-transition-active.loader-incoming-type-standard #canvas_wrapper_background {
                    transform-origin: center top;
                    

                    overflow: hidden;
                    width: 0;
                    transform-origin: 0 0;
                    transition: opacity 800ms ease-in-out, width 800ms cubic-bezier(.45,0,.27,1), background 800ms ease-in-out;
                }
                    body.page-transition-active.loader-incoming-type-standard .scroll-container-inner .pageload-content-area {
                        width: 100vw;
                        transform: translate(-5vw,0);
                        transition: opacity 800ms ease-in-out, transform 1200ms cubic-bezier(.45,0,.27,1);
                    }
                    body.page-transition-active.loader-incoming-type-standard .scroll-container-inner .pageload-content-area:after {
                        opacity: 1;
                    }
                    body.page-transition-active.page-transition2.loader-incoming-type-standard .scroll-container-inner,
                    body.page-transition-active.ajax-loading-complete.loader-incoming-type-standard .scroll-container-inner {
                        transform: translate(0, 0);
                        opacity: 0;
                        transition: none;
                    }
                    body.page-transition-active.page-transition2.loader-incoming-type-standard .scroll-container-inner .pageload-content-area,
                    body.page-transition-active.ajax-loading-complete.loader-incoming-type-standard .scroll-container-inner .pageload-content-area {
                        transform: translate(0,0);
                        transition: none;
                    }
      

            /* Inner page element transitions
            ----------------------------------------------------------- 
            body.page-transition .image {
                transition: opacity 800ms ease-in-out, transform 800ms cubic-bezier(.86,.01,.14,.99) !important;
                transform: translate(-100%, 0);
            }

            body.page-transition #hero {
                overflow: hidden;
            }
            body.page-transition #hero .slide .image {
                transform: none;
                transition: opacity 800ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1), max-width 800ms ease-in-out !important;
                transform: translateX(90%);
                opacity: 0;
            }*/
            body.page-transition h1 {
                transition: opacity 800ms ease-in-out, transform 800ms cubic-bezier(.86,.01,.14,.99) !important;
                transform: translate(-200%, 0);
            }
            
            body.page-transition .artwork_detail .content h1 {
                transform: none;
            }
            body.page-transition .artwork_detail .image {
                transform: none;
            }


    .footer {
        background: #ffffff;
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 0;
        border-top: 1px solid #e5e5e5;
        color: #757575;
        font-size: 1.3rem;
        line-height: 2.8rem;
    }    
    .footer p{
       margin:0;
    }
    /*body.fixed-footer #footer {*/
    /*    position: fixed;*/
    /*    z-index: 0;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    transform: translate3d(0,0,0);*/
    /*    visibility: hidden;*/
    /*}*/
    /*body.fixed-footer .footer-visible #footer {*/
    /*    visibility: visible;*/
    /*}*/
    /*body.page-transition #footer,*/
    /*body.page-artwork-detail-standard #footer,*/
    /*body.fixed-footer.page-artwork-detail-standard #footer {*/
    /*    display: none !important;*/
    /*}*/
    /*body.page-artwork-detail-standard #main_content,*/
    /*body.fixed-footer.page-artwork-detail-standard #main_content {*/
    /*    margin-bottom: 0 !important;*/
    /*}*/
    /* PERFORMANCE ISSUE overflow auto 
    body.footer-active.fixed-footer #footer {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }*/


    .footer a,
    .footer a:visited {
        color: #757575;
    }
    .footer h3 {
        margin: 0 0 32px;
        font-size: 1.8rem;
        line-height: 2.6rem;
        color: #111;
        font-weight: 500;
    }

    .footer .inner {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        /* End flexbox */
        margin: 0 auto;
        /*max-width: 1680px;*/
        width: 100%;
        padding: 90px 150px;
        margin: 0 auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .footer .wrapper { 
        padding: 40px 0;
        position: relative;
    }
    .footer .main {
        clear: none;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin: 0 -75px 50px 0;
    }
        .footer .main .item {
            width: 25%;
            display: inline-block;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 75px 0 0;
            vertical-align: top;
        }
        .footer .main.two-items .item {
            width: 50%;
        }
            .footer .main .item .content > div {
                margin: 0 0 18px;
            }
            /*
                .footer .main .item {
                    transform: translate3d(0, 200px, 0);
                    opacity: 0;
                    transition: transform 500ms cubic-bezier(.18, 1, .21, 1), opacity 500ms cubic-bezier(.18, 1, .21, 1);
                }
                .footer-visible2 .footer .main .item  {
                    opacity: 1;
                    transform: translate3d(0, 0, 0);
                    transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 3500ms cubic-bezier(.18, 1, .21, 1);
                }
            */
        .item.print-hidden.about-text {
            width: 40%;
            flex-grow: 1;
            
        }
        .footer .main .item.locations {
            width: 310px;
            flex-grow: 1;
            padding: 0 45px 0 0;
        }
            .footer .main .item.locations a {
                display: inline-block;
            }
        .footer .main .item.locations .content{
            width: 70%;
            float: left;
            padding-right: 30px;
            box-sizing: border-box;
        }        
            .footer .main .item.social{
                width: 180px;
            }

    .footer .aside {
        clear: both;
        display: block;
        margin: 0 -75px 75px 0;
        text-align: center;
    }
        .footer .aside .item {
            width: 33.33%;
            display: inline-block;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 75px 0 0;
            vertical-align: top;
            text-align: left;
        }

    .footer .social_media_links {
        text-align: left;
    }
        .footer .social_media_links .social_links_item_text {
            float: none;
            margin: 0 0 0 0;
            display: block;
        }
    .footer .credit {
        font-size: 1.1rem;
        color: #757575;
        letter-spacing: 0;
        text-align: right;
        line-height: 2.5rem;
        text-align: right;
        position: absolute;
        bottom: 40px;
        left: 0;
    }
    /*
    .footer .credit {
        opacity: 0;
        transition: opacity 3000ms cubic-bezier(.18, 1, .21, 1);
    }
        .footer-visible2 .footer .credit  {
            opacity: 1;
            transition-delay: 1000ms;
        }
        */
        .footer .credit div {
            display: inline-block;
            margin: 0 10px;
        }
        .footer .credit a,
        .footer .credit a:visited {
            color: #757575;
        }


        /* Mailing list signup ----------------------------------------------------------- */

        .footer .mailing_list_signup {
            float: left;
            width: 33.3%
        }
            .footer .mailing_list_signup .prelude:after {
                margin-bottom: 20px;
            }
            .footer .mailing_list_signup .error {
                color: #f30000;
            }
            .footer .mailing_list_signup .terms_and_conditions {
                clear: both;
            }
            .footer .mailing_list_signup .form_row {
                width: 100%;
                position: relative;
                border: none;
                margin: 0 0 25px;
            }
                .footer .mailing_list_signup form .form_row input[type='text'] {
                    background: transparent;
                    font-weight: normal;
                    font-size: 1.3rem;
                    padding: 2px 60px 10px 0;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    width: 100%;
                    border-bottom: 1px solid #e5e5e5;
                }
                .tabbing-detected .footer .mailing_list_signup form .form_row input[type='text'].active {
                    outline: auto;
                    outline-style: solid;
                    outline-color: black;
                    /*outline-offset: -8px;*/
                }
                .footer .mailing_list_signup .form_row input:-webkit-autofill,
                .footer .mailing_list_signup .form_row input:-webkit-autofill:hover, 
                .footer .mailing_list_signup .form_row input:-webkit-autofill:focus
                .footer .mailing_list_signup .form_row input:-webkit-autofill {
                    -webkit-box-shadow: 0 0 0 50px #222 inset;
                    background: #222;
                    -webkit-text-fill-color: #fff;
                    border-color: #555;
                }
                .footer .mailing_list_signup form .form_row input[type='text'].active {
                    color: #111;
                }
                input:-webkit-autofill,
                input:-webkit-autofill:hover, 
                input:-webkit-autofill:focus, 
                input:-webkit-autofill:active  {
                    -webkit-box-shadow: 0 0 0 30px white inset !important;
                }
                input:-webkit-autofill {
                    -webkit-text-fill-color: #111 !important;
                }
                .footer .mailing_list_signup .form_row button {
                    position: absolute;
                    overflow: hidden;
                    top: 0;
                    right: 0;
                    height: 30px;
                    width: 47px;
                    background: url('/images/arrow_r.png') center center no-repeat;
                    background-size: 47px auto;
                    display: block;
                    text-indent: -100px;
                }


                #container {    
                    margin: 0;
                    padding-top: 0;
                    opacity: 1;
                    background: #161b3f;
                    transition: padding 500ms cubic-bezier(.09,.39,.02,.99), opacity 300ms linear, background 5000ms linear;
                }
                .splash-loader-active #container {    
                    background: #fff;
                }
                    body.first-load-complete #container {
                        opacity: 1;
                        margin-top: 0;
                        padding-top: 0;
                    }
                    body.navigation-open #container {
                        opacity: 0;
                    }
                
                    #container h1.hidden {
                        overflow: hidden;
                        height: 0;
                        width: 0;
                        padding: 0;
                        margin: 0;
                    }



/* ----------------------------------------------------------------------------------
  Classes
---------------------------------------------------------------------------------- */
    
    
    /* Artwork detail
    ---------------------------------------------------------------------------------- */

    .artwork_detail {
        z-index: 5;
        position: relative;
    }

    .subsection-artworks-detail-view {
        background: #f9f4f1;
    }
    .pagination_controls {
        height: 0;
    }
        .pagination_controls > div,
        .pagination_controls > button {
            position: absolute;
            z-index: 6;
            top: 100px;
            width: 80px;
            height: 100%;
            cursor: pointer;
            text-indent: -200px;
            background: url('/images/arrow_l.png') 25% center no-repeat;
            background-size: 47px auto;
            opacity: 0.15;
            opacity: 0.8;
            transition: opacity 400ms ease-in-out, transform 400ms cubic-bezier(.65,.06,.19,.96);
            transform: translate3d(10px, 0, 0);
            overflow: hidden;
        }
        .panel_type_219 .pagination_controls > div,
        .panel_type_219 .pagination_controls > button {
            top:0;
        }
        
        
            .pagination_controls > div.pagination_controls_next,
            .pagination_controls > button.pagination_controls_next {
                right: 0;
                transform: translate3d(-10px, 0, 0);
                background: url('/images/arrow_r.png') 75% center no-repeat;
                background-size: 51px auto;
            }
            /* PERFORMANCE ISSUE - causes footer to repaint */
            .pagination_controls > div:hover,
            .pagination_controls > button:hover {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
            .pagination_controls > div.pagination_controls_next:hover {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
                .pagination_controls > div a {
                    position: absolute;
                    display: block;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    outline-offset: -3px;
                }
            .pagination_controls > div.disabled {
                display: none;
            }
            body.user-distraction-free .pagination_controls,
            body.user-distraction-free .pagination_controls > div,
            body.user-distraction-free .pagination_controls > div a {
                opacity: 0;
                pointer-events: none;
            }

            /* Reversed ------------------- */

            body.content-type-reversed .pagination_controls > div.pagination_controls_previous,
            body.content-type-reversed-popup .pagination_controls > div.pagination_controls_previous,
            body.content-type-reversed .pagination_controls > div.pagination_controls_prev,
            body.content-type-reversed-popup .pagination_controls > div.pagination_controls_prev {
                background-image: url(/images/arrow_l.png);
            }
            body.content-type-reversed .pagination_controls > div.pagination_controls_next,
            body.content-type-reversed-popup .pagination_controls > div.pagination_controls_next {
                background-image: url(/images/arrow_r.png);
            }


        /* Style variants ----------------------------------- */

     

            .artwork_detail.artwork_detail_style_dark .artwork_detail_main {
                background: #262522;
            }
            .artwork_detail.artwork_detail_style_hero .artwork_detail_main {
                background: #262522;
            }
            .artwork_detail.has_hero_image .artwork_detail_main {
                background: transparent;
            }

        .artwork_detail .footer {
            clear: both;
            float: left;
            width: 100%;
        }
        .artwork_detail .artwork_detail_main {
            min-height: 100vh;
            width: 100%;
            position: relative;
            background: #f9f4f1;
            background: none !important;
            z-index: 1;
            position: relative;
            transition: background 600ms ease-in-out;
        }
        .artwork_detail .artwork_detail_main:after {
            content: '';
            clear: both;
            display: block;
            height: 0;
        }
            .artwork_hero_image_container_outer {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 0;
                overflow: hidden;
            }
            .artwork_hero_image_container.image_lazy_load {
                background: #262522;
                transition: opacity 600ms ease-in-out, transform 800ms cubic-bezier(.75,.01,.3,.99);
            }
            .content-not-reversed .artwork_hero_image_container.active {
                max-height: 50px;
                opacity: 0;
            }
                .artwork_hero_image_container .image {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 4;
                    opacity: 0;
                    transition: opacity 600ms ease-in-out, transform 800ms cubic-bezier(.75,.01,.3,.99);
                    background: center 0 no-repeat;
                    background-size: cover;
                }
                .artwork_hero_image_container.active .image {
                    opacity: 1;
                }
                .artwork_hero_image_container.loading .image {
                    opacity: 0;
                }
                .artwork_hero_image_container img {
                    visibility: hidden;
                }

            
            .artwork_detail .draginner {
                transition: transform 250ms ease-in-out;
            }            
            
            .artwork_detail:not(.record_detail ) .draginner {
                display: flex;
                flex-direction: row-reverse;
            }
            
            
            .artwork_detail.dragging .draginner {
                transition: none;
                position: static;
            }
            .artwork_detail .image_container {
                float: right;
                width: 60%;
                position: relative;
                z-index: 5;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 150px 80px 100px 0;
                padding: 0;
                transition: width 400ms cubic-bezier(.65,.06,.19,.96);
            }
            @supports (position: sticky) or (position: -webkit-sticky) {
                .artwork_detail .image_container:not(.text_below_image) {
                    top: 0;
                    position: -webkit-sticky;
                    position: sticky;
                }
            }
                .artwork_detail.detail_variant_contact .image_container {
                    position: static;
                    width: 50%;
                }
            .artwork_detail .image_container .object_content {
                position: fixed;
                top: 150px;
                left: 80px;
                right: 0;
                bottom: 100px;
                top: 0;
                bottom: 0;
                right: 0;
                left: auto;
                width: 50%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                transition: top 400ms cubic-bezier(.65,.06,.19,.96),left 400ms cubic-bezier(.65,.06,.19,.96),right 400ms cubic-bezier(.65,.06,.19,.96),bottom 400ms cubic-bezier(.65,.06,.19,.96);
            }
                    .footer-visible .artwork_detail .image_container .object_content,
                    .page-enquiry-visible .artwork_detail .image_container .object_content {
                        bottom: 0;
                        height: 100vh;
                        top: auto;
                        position: absolute;
                    }
                .artwork_detail .image {
                    max-width: 100%;
                    height: 100%;
                    text-align: center;
                }
                    .artwork_detail .images .image_wrap {
                        position: absolute;
                        top: 150px;
                        left: 80px;
                        bottom: 100px;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        transition: top 1000ms cubic-bezier(.65,.06,.19,.96), left 1000ms cubic-bezier(.65,.06,.19,.96),right 1000ms cubic-bezier(.65,.06,.19,.96),bottom 1000ms cubic-bezier(.65,.06,.19,.96);
                    }
                        /* Half-bleed image, right aligned but full height to the edge */
                        .artwork_detail .images .image.image_half_bleed .image_wrap {
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                        }
                        /* How do we right align half bleed images? */
                        .artwork_detail .images .image.image_half_bleed .image_wrap .image_inner {
                            
                        }
                        /* Trying a cover effect */
                        .artwork_detail .images .image.image_half_bleed .image_wrap img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            font-family: object-fit;
                        }
                    .artwork_detail .image .image_inner {
                        max-width: 100%;
                        width: 100%;
                        height: 100%;
                        text-align: center;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-align: center;
                        align-items: center;
                        justify-content: center;
                        position: relative;
                        text-align: right;
                        -ms-flex-align: center;
                        align-items: center;
                        justify-content: center;
                    }
                        body.browser-msie .artwork_detail .image .image_inner {
                            display: block;
                        }

                    /*
                        Click first to zoom option
                            .artwork_detail .image:after {
                                position: absolute;
                                top: 0;
                                left: 0;
                                bottom: 0;
                                right: 0;
                                z-index: 1;
                                display: block;
                                content: '';
                                cursor: pointer;
                            }
                                .user-distraction-free .artwork_detail .image.super_zoom_enabled:after {
                                    cursor: zoom-in;
                                }
                                .artwork_detail.zoom-active .image:after {
                                    display: none;
                                }
                        */

                    .artwork_detail .image img {
                        max-height: 100%;
                        display: block;
                        margin: 0 auto;
                    }
                    .artwork_detail.dragging .image img {
                        pointer-events: none;
                        -khtml-user-select: none;
                        -o-user-select: none;
                        -moz-user-select: none;
                        -webkit-user-select: none;
                        user-select: none;
                    }
                .artwork_detail .images {
                    position: absolute;
                    top: 150px;
                    left: 0;
                    right: 100px;
                    bottom: 100px;
                    transition: top 1000ms cubic-bezier(.65,.06,.19,.96), left 1000ms cubic-bezier(.65,.06,.19,.96),right 1000ms cubic-bezier(.65,.06,.19,.96),bottom 1000ms cubic-bezier(.65,.06,.19,.96);
                }
                .artwork_detail .images .caption {
                    padding-top: 5px;
                }
                
                    .artwork_detail .images .image {
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                    }
                    .artwork_detail .images .image.image_hero_placeholder {
                        opacity: 0 !important;
                        transition: opacity 200ms ease-in-out;
                    }
            .artwork_detail .content_container_alternative {
                float: left;
                width: 60%;
                min-height: 100vh;
                position: relative;
                z-index: 5;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 190px 80px 100px 150px;
                transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
                transition-delay: 400ms;
            }
            .artwork_detail .content_container {
                float: left;
                width: 40%;
                min-height: 100vh;
                position: relative;
                z-index: 5;
                display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 190px 80px 100px 150px;
                transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
                transition-delay: 400ms;
            }
                .artwork_detail.detail_variant_contact .content_container_alternative {
                    padding-top: 180px;
                    padding-right: 100px;
                    width: 50%;
                }
                .artwork_detail.detail_variant_contact .content_container {
                    padding-left: 50px;
                    padding-top: 180px;
                    width: 50%;
                }


                

        .opening_hours_row {
            display:table-row;
        }        
        .opening_hours_row .opening_hours_cell {
            display: table-cell;
            vertical-align: top;
            padding-right: 22px;
            min-width: 110px;
            line-height: 1.55em;
            padding-bottom: 18px;
        }
        .opening_hours_row .opening_hours_cell.date_cell {
            padding-right: 0;
        }


  /* View in a room
            ----------------------------------------------------------- */

    .wall {
        background: none;
        height: calc(100vh - 180px);
    }
    .floor {
        height: 180px;
    }
    /*.wall-texture:after {*/
    /*    content: '';*/
    /*    width: 100%;*/
    /*    height: 68px;*/
    /*    background: red;*/
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*    left: 0;*/
    /*    background: url('/images/skirting.jpg');*/
    /*    background-size: 100% 100%;*/
    /*}*/
    .wall .wall-texture {
        opacity: 0.6;
    }
    .roomview-object.furniture-type-ht_chair {
        width: 353px;
        height: 374px;
        transform: translate(-50%,94px);
    }
    .roomview-object.furniture-type-ht_chair::before {
        content: '';
        top: 13px;
        width: 2030px;
        height: 915px;
        left: -832px;
        display: block;
        position: absolute;
        background-image: url(/images/pkset.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }    


    /*.roomview-object.furniture-type-ht_chair::after {*/
    /*    content: '';*/
    /*    width: 1101px;*/
    /*    height: 905px;*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    bottom: -308px;*/
    /*    left: -273px;*/
        /* background-color: #ff00001a; */
    /*    background-image: url(/images/shadow.png);*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: contain;*/
        /* transform: translate(0,96px); */
    /*    z-index: -1;*/
    /*    opacity: 0.8;*/
    /*}*/
    /*.roomview-object.furniture-type-rs_chair::after {*/
    /*    content: '';*/
    /*    background-image: url(/images/chair_rs.png);*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: 1px -69px;*/
    /*    position: absolute;*/
    /*    background-size: contain;*/
    /*    left: -380px;*/
        /* right: 0; */
    /*    height: 608px;*/
    /*    width: 1980px;*/
    /*    display: block;*/
    /*}*/
    .floor::before {
        background: url(/images/wood_ht.jpg) repeat center top;
        background-size: auto 350px;
        opacity: 0.8;
        box-shadow: inset 0 12px 10px -8px rgba(0, 0, 0, 0.45);
        transform: translateY(0) translateX(-50%) perspective(250px) rotateX(65deg);
        transform-origin: 50% 0;
    }
    .floor::after {
        opacity: 0.4;
    }
    
            
            .roomview-active #popup_box .close {
                opacity: 0 !important;
            }
            .roomview-active .artwork_detail .pagination_controls,
            .roomview-active #popup_box .pagination_controls {
                opacity: 0 !important;
            }
            .roomview-active .artwork_detail .content_container {
                opacity: 0 !important;
                transition: opacity 400ms ease-in-out !important;
                pointer-events: none;
            }
                .roomview-active .artwork_detail .content_container * {
                    pointer-events: none;
                }
            
            
            
            
            
            .roomview-active .zoomImg {
                display: none !important;
            }
            .roomview-active  .artwork_detail .image .image_inner {
                overflow: visible !important;
            }
            .roomview-artwork-switched img.roomview-active-element,
            .roomview-artwork-switched .image_lazy_load.loaded img.roomview-active-element{
                opacity: 0;
            }

            /* Distraction free mode */

                .user-distraction-free .artwork_detail .image_container {
                    width: 100% !important;
                    transition: width 1200ms cubic-bezier(.65,.06,.19,.96) !important;
                }
                .user-distraction-free .artwork_detail .images .image.image_hero_placeholder {
                    opacity: 1 !important;
                }
                .user-distraction-free .artwork_hero_image_container .image {
                    opacity: 0;
                }
                .user-distraction-free .artwork_detail .image_container .object_content,
                .user-distraction-free .artwork_detail .images,
                .user-distraction-free .image_wrap {
                    top: 0 !important;
                    left: 0 !important;
                    right: 0 !important;
                    bottom: 0 !important;
                    transition: top 1200ms cubic-bezier(.65,.06,.19,.96),left 1200ms cubic-bezier(.65,.06,.19,.96),right 1200ms cubic-bezier(.65,.06,.19,.96),bottom 1200ms cubic-bezier(.65,.06,.19,.96) !important;
                }
                .user-distraction-free:not(.page-video) .artwork_detail .content_container {
                    transform: translateX(50vw) !important;
                    position: absolute !important;
                    top: 0 !important;
                    right: 0 !important;
                    transition: transform 1200ms cubic-bezier(.65,.06,.19,.96) !important;
                    transition-delay: 0 !important;
                }


            /* No caption mode */

                .artwork_detail.no-caption .content_container {
                    display: none;
                }
                .artwork_detail.no-caption .image_container {
                    width: 100% !important;
                }
                .artwork_detail.no-caption .images .image.image_hero_placeholder {
                    opacity: 1 !important;
                }
                .artwork_detail.no-caption .artwork_hero_image_container .image {
                    opacity: 0;
                }
                .artwork_detail.no-caption .image_container .object_content,
                .artwork_detail.no-caption .images,
                .artwork_detail.no-caption .image_wrap {
                    top: 0 !important;
                    left: 0 !important;
                    right: 0 !important;
                    bottom: 0 !important;
                }
                .artwork_detail.no-caption .content_container {
                    transform: translateX(-50vw) !important;
                    position: absolute !important;
                    top: 0 !important;
                    left: 0 !important;
                    transition-delay: 0 !important;
                }

                .artwork_detail.no-caption .image_container:after {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 2000;
                }



                .prelude.prelude_no_text {
                    display: none;
                }
                .artwork_detail .content {
                    width: 100%;
                    align-self: center;
                }
                    .artwork_detail .content .prelude {
                        margin: 0 0 25px;
                        width: 100%;
                    }
                    .artwork_detail .content .prelude:after {
                        display: block;
                        clear: both;
                        margin: 10px 0 0 0;
                        width: 100%;
                    }
                    .artwork_detail .content h1 {
                        font-family: 'HK Grotesk', sans-serif;
                        font-weight: 500;
                        font-size: 1.8rem;
                        color: #111111;
                        letter-spacing: 0;
                        line-height: 2.7rem;
                        padding: 0;
                        max-width: 350px;
                    } 
                    .artwork_detail.record_detail .content h1 .heading_subtitle {
                        font-size: 3.1rem;
                        line-height: 3.8rem;
                        max-width: 370px;
                    }
                    .artwork_detail.record_detail .content h1 .heading_title {
                    	margin-bottom: 18px;
                    }
                    .artwork_detail.record_detail .content h1 {
                        font-size: 6.6rem;
                        line-height: 6.5rem;
                        margin: 0 0 50px;
                        padding: 0 0 0;
                        position: relative;
                        font-family: 'Cormorant_', serif;
                        max-width: 100%;
                    }
                    .artwork_detail .artwork_details {
                        display: block;
                        width: 100%;
                        min-height: 100px;
                        margin: 0 0 55px;
                        clear: both;
                        font-size: 1.35rem;
                        color: #757171;
                        letter-spacing: 0;
                        line-height: 3.18rem;
                    }                    
                    
                    
                    .artwork_detail.record_detail .artwork_details {
                        color: #111111;
                        line-height: 3.4rem;
                    }
                    
                    
                        .artwork_detail .artwork_details .subheading {
                            margin: 0 0 25px;
                        }                        
                        .artwork_detail .artwork_details .heading_title {
                            font-weight: 500;
                            font-size: 1.8rem;
                            color: #111111;
                            letter-spacing: 0;
                            line-height: 2.7rem;
                        }    
                        .artwork_detail .artwork_details h1 {
                            font-style:italic;
                        }    
                        .artwork_detail .artwork_details .heading_title {
                            font-weight: 500;
                            font-size: 1.8rem;
                            color: #111111;
                            letter-spacing: 0;
                            line-height: 2.7rem;
                        }
                        .artwork_detail .artwork_details .detail_subtitle,
                        .artwork_detail .artwork_details .price {
                            margin: 40px 0 25px;
                            font-size: 1.35rem;
                            color: #757171;
                            letter-spacing: 0;
                            line-height: 3.18rem;
                        }
                        .artwork_detail .artwork_details .detail_subtitle .description {
                        	max-width: 300px;
                        }
                        .artwork_detail .artwork_details .subtitle {
                            text-align: left;
                            margin: 0;
                            padding: 0;
                            font-size: 22px;
                            line-height: 30px;
                            margin: 0 0 30px;
                        }
                        .artwork_detail .artwork_details > div {
                            margin: 0 0 0;
                        }
                        .artwork_detail .fallback_cart_wrapper {
                            margin: 0 0 20px;
                        }
                    .artwork_detail .artwork_detail_add_to_cart_wrapper {
                        width: 100%;
                        display: block;
                        clear: both;
                        float: left;
                    }
                        .artwork_detail .artwork_detail_add_to_cart_wrapper .store_item,
                        .artwork_detail .artwork_detail_add_to_cart_wrapper .fallback_cart_wrapper,
                        .artwork_detail .artwork_detail_add_to_cart_wrapper .wishlist_content,
                        .artwork_detail .artwork_detail_add_to_cart_wrapper .tools {
                            margin: 0 20px 0 0;
                            display: inline-block;
                            float: none;
                            clear: none;
                            box-sizing: border-box;
                            min-height: 31px;
                            vertical-align: middle;
                        }
                        .artwork_detail .artwork_detail_add_to_cart_wrapper .wishlist_content {
                            margin-right: 0;
                            margin-top: -4px;
                            margin-left: -4px;
                        }
                        .artwork_detail .artwork_detail_add_to_cart_wrapper .wishlist_button .store_item_controls .store_item_add_container a.add_to_wishlist:before {
                            margin-bottom: 3px;
                            margin-right: 7px;
                        }
                        .artwork_detail .artwork_detail_add_to_cart_wrapper .tools .enquire_link {
                            /*padding: 11px 45px 10px;*/
                            /*height: 50px;*/
                            /*box-sizing:border-box;*/
                        }
                        /*.artwork_detail:not(.record_detail) .share_links.position_bottom {*/
                        /*    position: absolute;*/
                        /*    bottom: 130px;*/
                        /*}*/
                        /*.artwork_detail .artwork_detail_add_to_cart_wrapper .tools {*/
                        /*    width: auto;*/
                        /*    clear: none;*/
                        /*    padding: 4px 0 5px 0;*/
                        /*}*/
                    .artwork_detail .bottom {
                        display: block;
                        width: 100%;
                        margin: 0 0 45px;
                    }
                    .artwork_detail .tools {
                        display: block;
                        float: left;
                        width: 100%;
                        margin: 0;
                        padding: 40px 0 0;
                        position: relative;
                    }

                        .artwork_detail .tools-row {
                            width: 100%;
                            display: block;
                        }
                        .artwork_detail .tools .tools-row > div {
                            display: inline-block;
                            vertical-align: middle;
                            margin: 0 25px 0 0;
                        }
                        
                        
                    .artwork_detail .image_gallery_multiple_thumbnails {
                        display: block;
                        float: left;
                        width: 100%;
                        padding: 30px 0 0;
                        margin: 0 0 30px;
                    }
                        .artwork_detail .image_gallery_multiple_thumbnails ul {
                            display: block;
                            margin: 0 -10px 0 0;
                            padding: 0;
                            list-style: none;
                        }
                        .artwork_detail .image_gallery_multiple_thumbnails ul li {
                            float: left;
                            width: 20%;
                            min-width: 40px;
                            max-width: 90px;
                            margin: 0;
                            padding: 0 10px 10px 0;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                            height: auto;
                        }
                        .artwork_detail .image_gallery_multiple_thumbnails ul li a {
                            display: block;
                            position: relative;
                            padding-top: 100%;
                        }
                            .artwork_detail .image_gallery_multiple_thumbnails ul li a img {
                                display: block;
                                position: absolute;
                                top: 0;
                                left: 0;
                                object-fit: cover;
                                font-family: object-fit;
                                width: 100%;
                                height: 100%;
                            }
                            .artwork_detail .image_gallery_multiple_thumbnails ul li a:after {
                                display: block;
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0;
                                background: rgba(0,0,0,0.3);
                                transition: opacity 400ms ease-in-out;
                                opacity: 0;
                            }
                            .device-desktop .artwork_detail .image_gallery_multiple_thumbnails ul li a:hover:after {
                                opacity: 1;
                            }





        .artwork_detail .artwork_detail_additional {
            width: 100%;
            min-height: 100vh;
            clear: both;
            float: left;
            padding: 150px 70px 100px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background: #ffffff;
        }
            .artwork_detail .artwork_detail_additional .content {
                width: 60%;
                float: left;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 70px 0 0;
            }
                .artwork_detail .artwork_detail_additional .content .section {
                    width: 100%;
                    clear: both;
                    margin: 0 0 50px;
                }
                .artwork_detail .artwork_detail_additional .content h3 {
                    margin: 0 0 40px;
                }
                .artwork_detail .artwork_detail_additional .content .description {
                    margin: 0 0 40px;
                }



    /*  Hero slideshow
    ---------------------------------------------------------------------------------- */

    #hero_nav {
        width: 100%;
        position: absolute;
        bottom: 10px;
        left: 40px;
        z-index: 2;

        -webkit-transform-origin: 0%;
        -moz-transform-origin: 0%;
        -ms-transform-origin: 0%;
        -o-transform-origin: 0%;
        transform-origin: 0%;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        color: #fff;
        width: 305px;
        text-align: right;
        font-size: 11px;
        line-height: 12px;
        font-weight: 200;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 200;
        color: #ffffff;
        margin: 0;
        font-weight: 400;
        padding-top: 15px;
        transition: opacity 400ms ease-in-out;
    }
        #hero_nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        #hero_nav ul li {
            float: left;
            margin: 0 20px 0 0;
            min-width: 20px;
            text-align: center;
            border-bottom: 2px solid transparent;
            transition: border 300ms ease-in-out;
            cursor: pointer;
            transition: transform 400ms cubic-bezier(.45,0,.27,1), opacity 400ms ease-in-out;
            opacity: 0;
            transform: translate3d(0, -70px, 0);
        }
            #hero_nav ul li:nth-of-type(2) {
                transition-delay: 50ms;
            }
            #hero_nav ul li:nth-of-type(3) {
                transition-delay: 100ms;
            }
            .first-load-complete .hero-section-active #hero_nav ul li {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        #hero_nav ul li:after {
            display: block;
            clear: both;
            content: '';
            width: 0;
            margin: 12px 0 0;
            border-bottom: 2px solid #ccc;
            transition: width 800ms ease-in-out, border 300ms ease-in-out;
        }
        #hero_nav ul li:hover:after {
            width: 100%;
            transition: width 300ms ease-in-out;
        }
        #hero_nav ul li.active:after {
            width: 100%;
            border-color: #ffffff;
        }

    #hero {
        position: relative;
        width: 100%;
        height: 80vh;
    	max-height: 950px;
    	/*min-height: 700px;*/
    	min-height: 50vw;
        z-index: 2;
        /*overflow: hidden;*/ /*Disabled to llow images to overlap below */
        background: #f7eded;
        color: #111;
        margin-bottom: 150px;
    }

    #hero .arrow {
        position: absolute;
        bottom: -120px;
        left: 50px;
        display: block;
        content: '';
        z-index: 200;
        transition: transform 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out;
        transform: none;
        opacity: 0;
        height: 72px;
        width: 28px;
        margin-left: -14px;
        cursor: pointer;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-top #hero .arrow {
        transform: translateY(0);
        opacity: 1;
    }
        /*#hero .arrow:before {*/
        /*    position: absolute;*/
        /*    display: block;*/
        /*    width: 50px;*/
        /*    left: 0;*/
        /*    bottom: 2px;*/
        /*    content: 'Scroll';*/
        /*    text-align: left;*/
        /*    -webkit-font-smoothing: antialiased;*/
        /*    -moz-osx-font-smoothing: grayscale;*/
        /*    font-family: 'HK Grotesk', sans-serif;*/
        /*    font-weight: 500;*/
        /*    color: #fff;*/
        /*    font-size: 1.4rem;*/
        /*    line-height: 2.0rem;*/
        /*    transform: rotate(-90deg);*/
        /*    transform-origin: 0 0;*/

        /*}*/
        /*#hero .arrow:after {*/
        /*    position: absolute;*/
        /*    display: block;*/
        /*    content: '';*/
        /*    left: 16px;*/
        /*    bottom: 0;*/
        /*    background: url('/images/arrow_down.png') center center no-repeat;*/
        /*    background-size: 7px 47px; */
        /*    height: 72px;*/
        /*    width: 27px;*/
            /*transition: transform 600ms cubic-bezier(.65,.06,.19,.96), opacity 800ms ease-in-out;*/
        /*    animation: scroll-arrow 4000ms infinite;*/
        /*    pointer-events: none;*/
        /*}*/
            @keyframes scroll-arrow {
                0%, 40%, 50%, 60%, 100% {
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -webkit-transform: translateY(0);
                transform: translateY(0);
                }
                45% {
                -moz-transform: translateY(10px);
                -ms-transform: translateY(10px);
                -webkit-transform: translateY(10px);
                transform: translateY(10px);
                }
                55% {
                -moz-transform: translateY(10px);
                -ms-transform: translateY(10px);
                -webkit-transform: translateY(10px);
                transform: translateY(10px);
                }
            }

    .hidden-off-screen,
    .hidden-off-screen #hero {
        /* This was causing issues on some of the galleries machines, hidden-off-screen would always be on the element so it would not be visible... Unresolved issue. */
        visibility: hidden;
        opacity: 0;
        pointer-events: none !important;
    }
    .tabbing-detected .hidden-off-screen #hero {
        /*show if tabbing detected for accessibility as you need to tab back up the page*/
        visibility: visible;
        opacity: 1;
        pointer-events: auto !important;
        
    }
    body.content-type-reversed .scroll-container #hero,
    body.content-type-reversed .scroll-container #hero h1,
    body.content-type-reversed .scroll-container #hero h2,
    body.content-type-reversed .scroll-container #hero .wishlist_button,
    body.content-type-reversed .scroll-container #hero .wishlist_button a {
        color: #fff !important;
    }
    body.content-type-reversed #hero .prelude:after {
        background: #fff;
    }
        .hidden-off-screen #hero * {
            pointer-events: none !important;
        }
        
        #hero .hero-inner,
        #hero_slideshow_wrapper,
        #main_slideshow{
            height: 100%;
            width: 100%;
            display: block;
            z-index: 1;
        }
        /* TODO ---- give these some styles */
        #hero_slideshow_progress, 
        #hero_slideshow_pagination {
            display: none;
        }
        
        
        
        
        
        #hero .slide {
            width: 100%;
            bottom: 0;
            right: 0;
            height: 100%;
        }
            #hero .slide .mask {
                display: block;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #000;
                opacity: 0;
                z-index: 3;
                pointer-events: none;
            }
            
            
            #hero .slide_bg {
                position: absolute;
                height: 100%;
                width: 100%;
                pointer-events: none;
                opacity: 0;
                display:none;
                /*transition: opacity 400ms linear;*/
            }            
            #hero .slide_bg.fallback_image_bg {
                opacity: 1.0;
                display:block;
                /*transition: opacity 400ms linear;*/
            }      
            
            
            
            #hero .cycle-slide-active .slide_bg {
                /*opacity: 1.0;*/
            }
            
            /*#main_slideshow:not(.cycle-single-slide) .slide.slide_exit_animation .slide_bg {*/
                /*transform: translate3d(-100vw, 0, 0);*/
            /*    opacity:0;*/
            /*    transition: transform 900ms cubic-bezier(.68, .14, 0, 1), opacity 1200ms cubic-bezier(.68, .14, 0, 1);*/
            /*}*/
            
            
            /*#main_slideshow .slide.slide_exit_animation .image_media img {*/
            /*    transition: transform 500ms ease-in-out;*/
            /*    transform: translate3d(-100%, 0, 0);*/
                /*transition-delay: 2000ms;*/
            /*}*/
            /*#main_slideshow:not(.cycle-single-slide) .slide.slide_exit_animation .image .image_media, */
            /*#main_slideshow:not(.cycle-single-slide) .slide.slide_exit_animation .image.fallback_image .image_media {*/
            /*    transform: translateX(-100px);*/
            /*    opacity: 0;*/
            /*    transition: transform 600s cubic-bezier(.68, .14, 0, 1), opacity 600s ease-out;*/
            /*}            */
            

            
            
           /*#main_slideshow:not(.cycle-single-slide) .slide.slide_exit_animation .image_media img,*/
           /*#main_slideshow:not(.cycle-single-slide) .slide.slide_exit_animation .image.fallback_image img {*/
           /*     transform: translateX(50%);*/
           /* }*/
            
            /*#main_slideshow:not(.cycle-single-slide) .slide.slide_exit_animation .image_media {*/
            /*    transform: translateX(-100%);*/
            /*    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms ease-out;*/
            /*    opacity: 0;*/
            /*    transition-delay: 200ms*/
            /*}*/
           /*#main_slideshow:not(.cycle-single-slide) .slide.slide_exit_animation .image_media img {*/
           /*     transform: translateX(-100%);*/
           /*     transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms ease-out;*/
           /*     transition-delay: 200ms*/
           /* }*/

            
            #hero .slide .content,
            #hero .hero-inner .content {
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
                box-sizing: border-box;
                padding: 0 150px;
                opacity: 0;
                transform: translate3d(0, 0, 0);
                transition: transform 1000ms ease-in-out, opacity 400ms ease-in-out;
            }
                #hero.slide-active .slide .content,
                #hero .hero-inner .content {
                    opacity: 1;
                }
                #hero.slide-end .slide .content {
                    transform: translate3d(-50px, 0, 0);
                }

                #hero .slide .content .scroll {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    cursor: pointer;
                }
                    #hero.has_navigation .slide .content .scroll {
                        margin-left: 40px;
                    }
                    #hero .slide .content .scroll:hover {
                        background-position: 0 47px;
                    }
                    .hero-section-active #hero .slide .content .scroll {
                        opacity: 1;
                    }
                #hero .hero-inner .content,
                #hero .slide .flex-wrapper{
                	height: 100%;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    justify-content: space-between;
                    -ms-flex-direction: column;
                    flex-direction: column;
                	top: 0;
                }         
                /*#hero .hero-inner .content::before,*/
                /*#hero .slide .content .flex-wrapper::before{*/
                /*    content: '';*/
                /*    display: block;*/
                /*    width: 100%;*/
                /*}                */
                
                #hero .hero-inner .content .content_header,
                #hero .slide .content .flex-wrapper .content_header{
                    flex-grow: 1;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                    flex-basis: auto;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }
                
                .section-artists #hero .hero-inner .content::after {
                    content: '';
                    display: block;
                    width: 100%;
                }
                
                #hero .slide .content,
                #hero .hero-inner .content {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    padding:150px 0 50px 150px;
                    width: 50%;
                    max-width: 900px;
                    width: 40%;
                    box-sizing: border-box;
                    opacity: 1;
                    transform: translate3d(0, 0, 0) translateY(-50%);
                    transition: opacity 400ms ease-in-out, transform 400ms ease-in-out, color 400ms linear;
                    z-index: 99;
                    color: #111;
                }
                
                #hero .slide .content .content_header {
                    color:inherit;
                }
                #hero .slide .content .content_header.has_prelude {
                    min-height: 260px;
                }
                .hero-section-active #hero .slide .content .content_header {
                    color:inherit;
                    opacity: 1;
                    transform: translate3d(0, 0, 0) translateY(-50%);
                    transition: opacity 2000ms ease-in-out, transform, transform 1200ms cubic-bezier(0,0,.58,1);
                }
                .hero-section-animate #hero .slide .content .content_header {
                    transform: translate3d(0, -400px, 0) translateY(-50%);
                    transition: opacity 2000ms ease-in-out, transform, transform 500ms cubic-bezier(.69,.02,.99,.19);
                }
                    #hero .slide .content .content_header h1,
                    #hero .slide .content .content_header h1,
                    #hero .slide .content .content_header .faux_h1 {
                        width: 100%;
                        margin-bottom: 0;
                        color:inherit;
                    }
                    
                    #hero .slide .content .content_header .hero_h1_alt {
                        text-align: center;
                        font-size: 6.5rem;
                        line-height: 7.0rem;
                        margin: 0 0 20px;
                    }
                    #hero .slide .content .content_header .hero_long_caption {
                        font-size: 2.6rem;
                        line-height: 3.2rem;
                        font-weight: 500;
                        text-align: center;
                    }
                    
                    #hero .slide .content .content_header h2 {
                        font-size: 8.6rem;
                        line-height: 9.0rem;
                        letter-spacing: -1px;
                        clear: both;
                        padding: 15px 0 0;
                    }
                    #hero .slide .content .content_header .subtitle,
                    #hero .content_header .subtitle {
                        font-family: 'Cormorant_', serif;
                        font-size: 3.1rem;
                        line-height: 3.8rem;
                        font-weight: 500;
                        text-align: left;
                        margin: 0 0 44px;
                        color: #111;
                        border-width: 0;
                        width: 100%;
                        overflow: hidden;
                        transform: translateY(0);
                    }
                    
                    #hero .slide .content .content_header .subtitle::before,
                    #hero .content_header .subtitle::before {
                        content: '';
                        border-top: 1px solid;
                        width: 100%;
                        /* max-width: 450px; */
                        display: block;
                        padding-right: 80px;
                        margin: 60px 0 25px 0;
                        opacity: 0;
                        box-sizing: border-box;
                        border-color: inherit;
                        transform: translateX(-100%);
                        transition: transform 3.4s cubic-bezier(.18, 1, .21, 1), opacity 3.4s cubic-bezier(.18, 1, .21, 1);
                    }
                    
                    #hero .slide .content .content_header.visible .subtitle::before,
                    #hero .content_header.visible .subtitle::before {
                        transform: translateX(0);
                        opacity: 0.2;
                    }
                    
                    #hero .subtitle-descriptive {
                        font-family: 'Cormorant_', serif;
                        font-size: 3.4rem;
                        letter-spacing: 0;
                        line-height: 4.4rem;
                        margin-top: 30px;
                    }
                    #hero .slide .content .content_header .caption {
                        margin: 0 0 30px;
                        line-height: 2.3rem;
                    }
                    #hero .slide .content .content_header .bottom {
                        color: #ffffff;
                        font-weight: 500;
                    }
                        #hero .slide .content .content_header  .artwork_detail_add_to_cart_wrapper {
                            width: 100%;
                            display: block;
                            clear: both;
                            float: left;
                        }
                            #hero .slide .content .content_header  .artwork_detail_add_to_cart_wrapper .store_item,
                            #hero .slide .content .content_header  .artwork_detail_add_to_cart_wrapper .wishlist_content {
                                margin: 0 20px 0 0;
                                display: inline-block;
                                float: none;
                                clear: none;
                                vertical-align: middle;
                            }
                            #hero .slide .content .content_header  .artwork_detail_add_to_cart_wrapper .wishlist_content {
                                margin-right: 0;
                                margin-top: -4px;
                            }
                    #hero .slide .content .content_header .prelude {
                        float: left;
                        width: 100%;
                        margin: 0 0 15px;
                    }
                        #hero.slide-active .slide .content .content_header .prelude:after {
                            transform: scaleX(1);
                            transition-delay: 0;
                        }
                        #hero.slide-begin .slide .content .content_header .prelude:after {
                            transform: scaleX(0);
                            transition-delay: 0;
                        }
                #hero .slide .content .pull_quote {
                    position: absolute;
                    bottom: 20vh;
                    right: 150px;
                    max-width: 500px;
                    width: 35%;
                    font-size: 2.2rem;
                    line-height: 4.4rem;
                }

            #hero .slide .image,
            #hero .image.fallback_image {
                position: absolute;
                z-index: 0;
                overflow: hidden;
                display: block;
                
                width: calc(66.6% - 250px);
                top: 150px;
                right: 150px;
                left:auto;
                text-align: right;
                background: transparent;
                overflow: hidden;
                height: 95%;
                display: block;
                object-fit: contain;
                object-position: right bottom;
                text-align: right;
                opacity: 0;
                transform: translate3d(0,0,0);
                /*transform: translate3d(-100px,0,0);*/
                transition: opacity 1000ms ease-in-out;
            }
            /*#hero .slide.landscape .image {*/
            /*    width: calc(75% - 250px);*/
            /*    top: 150px;*/
            /*    right: 80px;*/
            /*}*/            
            #hero .slide .image,
            #hero .image.fallback_image {
                width: calc(75% - 250px);
                top: 150px;
                right: 80px;
            }
                #hero .slide.custom-slide-active  .image,
                #hero .image.fallback_image.visible {
                    opacity: 1;
                    transform: translate3d(0,0,0);
                }                
                #hero .slide.custom-slide-active.slide_exit_animation .image {
                    opacity: 0;
                    /*transform: translate3d(100px,0,0);*/
                }
                
            #hero .slide .image .image_inner,
            #hero .image.fallback_image .image_inner{
                display: block;
                width: 100%;
                height: 100%;
                text-align: center;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                justify-content: center;
            }            
            #hero .slide .image .image_media,
            #hero .image.fallback_image .image_media {
                display: inline-block;
                /*transform: translateX(100%);*/
                opacity: 0;
                /*background:red;*/
                position: relative;
            }
            .image_media_fill {
            	width: 100%;
            	display: block;
            }
            #hero .slide .image .image_media .image_media_bg, 
            #hero .image.fallback_image .image_media .image_media_bg {
                position: absolute;
                /* width: 0; */
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: 10;
                transform: scaleX(1);
                transform-origin: left;
                transition: transform 0.52s cubic-bezier(0.165, 0.84, 0.44, 1);
                /*filter: brightness(0.96);*/
            }
            
            #main_slideshow.slide-begin2 .slide .image .image_media .image_media_bg, 
            #main_slideshow.slide-begin2 .slide .image.fallback_image .image_media .image_media_bg {
                transform: scaleX(0);
            }
            #main_slideshow:not(.cycle-single-slide) .slide.slide_exit_animation .image .image_media .image_media_bg {
                transform: scaleX(1);
                transform-origin: right;
            }
            #main_slideshow:not(.cycle-single-slide) .slide.slide_exit_animation .image .image_media {
                /*transform: translateX(0) scaleX(0);*/
                /*transform-origin: left;*/
                /*transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);*/
                /*transition-delay: 300ms;*/
            }
            
            #hero .slide .image .image_media.portrait,
            #hero .image.fallback_image .image_media.portrait {
                height: 100%;
            }
            #hero .slide .image .image_media.landscape,
            #hero .image.fallback_image .image_media.landscape {
                width: 100%;
            }
            
                 #hero .slide.custom-slide-active .image_media,
                 #hero .image.fallback_image .media_started .image_media{
                    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s ease-out;
                    transform: translate3d(0,0,0);
                    opacity: 1;
                    /*overflow: hidden;*/
                }

        span.image_wrapper {
            position: relative;
            /*display: inline-block;*/
        }
        .image_prop.portrait {
            display: block;
            height: 100%;
        }

           #hero .slide .image_media img,
           #hero .image.fallback_image img {
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                position: absolute;
                /*transform: translateX(-50%);*/
                z-index:5;
                /*will-change: opacity;*/
            }
                #hero .slide.custom-slide-active .image_media img,
                #hero .image.fallback_image .media_started img{
                    /*transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);*/
                    /*transform: translateX(0);*/
                }

        #hero .media_wrapper {
            background: transparent;
        }
        #hero .slide-caption {
        	position: absolute;
        	bottom: 15vh;
        	right: -20px;
        	z-index: 999999;
        	display: block;
            transform: rotate(90deg) translateX(-40px);
        	transform-origin: bottom right;
        	opacity:0;
        	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s ease-out;
        }
        #hero .slide-begin .slide.custom-slide-active .slide-caption {
            opacity:1.0;
            transform: rotate(90deg) translateX(0);
            transition-delay:800ms;
        }        
        #hero .slide-begin.slide-begin2.slide-end .slide .slide-caption {
            transform: rotate(90deg) translateX(-40px);
            transition: transform 1600ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 400ms ease-out;
        	opacity:0;
        	transition-delay:0s;
        }

        #hero .info_module {
            font-weight: 500;
            line-height: 33px;
            line-height: 2em;
            min-width: 300px;
        }



    /* FULLBLEED MODE
    --------------------------------------------------------------------------------- */
    
    #hero.fullbleed .slide .image, 
    #hero.fullbleed .image.fallback_image {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }    
    #hero.fullbleed {
        height: 100vh !important;
    }
    #hero.fullbleed .slide.custom-slide-active .image_media, 
    #hero.fullbleed .image.fallback_image .media_started .image_media {
        transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s ease-out;
        transform: translate3d(0,0,0);
        opacity: 1;
        /* overflow: hidden; */
        width: 100% !important;
        height: 100%!important;
    }
    #hero.fullbleed .media_wrapper .image_media img {
        object-fit: cover;
    }
    #hero.fullbleed .image_media_fill {
        width: 100%;
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 6;
        opacity:0.7;
    }
    
    #hero.fullbleed .slide .content, 
    #hero.fullbleed .hero-inner .content {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 150px 75px 50px 75px;
        max-width: 900px;
        width: 100%;
        text-align: center;
        transform: translate3d(0, 0, 0) translateY(-50%) translateX(-50%);
        transition: opacity 400ms ease-in-out, transform 400ms ease-in-out, color 400ms linear;
        z-index: 99;
        color: #fff;
    }
    #hero.fullbleed .hero-inner .content .content_header, 
    #hero.fullbleed .slide .content .flex-wrapper .content_header {
        align-items: center;
        justify-content: center;
    }
    
    /*#hero.fullbleed .slide .content *, */
    /*#hero.fullbleed .hero-inner .content * {*/
    /*    color: #fff;*/
    /*}*/
    /*#hero.fullbleed .line-simple-inner {*/
    /*    border-color: #fff;*/
    /*}*/
    #hero.fullbleed .info_module {
        margin: 0 auto;
    }
    
    #hero.fullbleed h1, 
    #hero.fullbleed .faux_h1 {
        text-align: center;
    }
    #hero.fullbleed h1, #hero.fullbleed .faux_h1, #hero.fullbleed .info_module {
        color: #fff;
    }
    #hero.fullbleed .line-simple-inner {
        border-color: #fff;
    }
    
    /*  Info panel
    
    ---------------------------------------------------------------------------------- */
    
    .info_module {
        width: auto;
        display: inline-block;
        min-width: 300px;
        font-size: 1.3rem;
        color: #757171;
        letter-spacing: 0.09px;
        line-height: 3.1rem;
        font-weight:500;
    }
    .standard_grid .info_module,
    .records_list_slider  .info_module {
    	font-size: 1.4rem;
    	line-height: 2.6rem;
    	font-weight: 500;
    	color: #757575;
    	margin: 0 0 25px;
    } 
    .records_list_slider  .info_module {
        min-width: 0;
    }
    .info_module .line-simple {
        margin-bottom: 30px;
    }
    .line-simple{
        display: none;
        width:100%;
        min-width: 200px;
        overflow: hidden;
    }
    #hero .line-simple,
    .large_grid .line-simple,
    .extra_large_grid .line-simple {
        display: block;
    }
    .line-simple-inner {
        border-top: 1px solid;
        border-color:#e4e4e4;
        display: block;
        opacity: 0;
        transform: translateX(-100%);
        transform-origin:left; 
        transition: transform 900ms cubic-bezier(.45,0,.27,1), opacity 600ms ease-in-out, border-color 400ms linear;
    }    
    #hero .line-simple-inner {
        border-color:#111;
    }
    .slide-begin .line-simple-inner {
        transform: translateX(0);
        opacity: 0.2;
    }
    .info_module.visible .line-simple-inner {
        transform: translateX(0);
        opacity: 1;
    }   
    #main_slideshow .slide.slide_exit_animation .line-simple-inner {
        transform: translateX(100%);
        opacity: 0;
    }    
    #main_slideshow .slide.slide_exit_animation .content_header {
        /*transform: translateX(-90px);*/
        opacity: 0;
        transition: transform 900ms cubic-bezier(.45,0,.27,1), opacity 600ms ease-in-out;
    }
    #hero  .info_module.visible .line-simple-inner {
        opacity: 0.2;
    }
    #hero.fullbleed  .info_module.visible .line-simple-inner {
        opacity: 0.8;
    }
    #hero .info_module .color-transition {
        transition: color 400ms linear;
    }

    /*#main_slideshow .slide .info_module div,  */
    #main_slideshow .slide.slide_exit_animation .info_module .ani-in{
        transition: opacity 600ms ease-out, transform 800ms ease-out;
        transform: translateY(30px);
        opacity: 0;

    }
    /*#main_slideshow .slide.cycle-slide-active .info_module div {*/
    /*    transition: opacity 1200ms ease-out, transform 800ms ease-out;*/
    /*    transform: translateX(0);*/
    /*    opacity: 1.0;*/
    /*}*/

    /*#main_slideshow .slide .info_module div,  */
    /*#main_slideshow .slide.cycle-slide-active.slide_exit_animation .info_module div {*/
    /*    transform: translateX(-50px);*/
    /*    opacity: 0;*/
    /*    transition: transform 2000ms cubic-bezier(.68, .14, 0, 1), opacity 800ms ease-out;*/
    /*}*/
    /*#main_slideshow .slide .info_module div:nth-child(1),    */
    /*#main_slideshow .slide .info_module div:nth-child(1) {*/
    /*    transition-delay: 100ms;*/
    /*}    */
    /*#main_slideshow .slide .info_module div:nth-child(2),    */
    /*#main_slideshow .slide .info_module div:nth-child(2) {*/
    /*    transition-delay: 180ms;*/
    /*}*/
    
    /*#main_slideshow .slide.cycle-slide-active .info_module div {*/
    /*    transform: translateX(0);*/
    /*    opacity: 1.0;*/
    /*}*/
    
    /*#main_slideshow .slide.slide_exit_animation .info_module.visible .line-simple-inner {*/
    /*    opacity: 0;*/
    /*    transform: translateX(-100%);*/
    /*}    */



    /*  Media wrappers
    ---------------------------------------------------------------------------------- */

        .media_wrapper {
            width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            /*overflow: hidden;*/
            display: block;
            background: #000;
        }
            .media_wrapper .video_fallback_button {
                display: none;
            }   

                        
                    #hero .media_wrapper .image_media img {
                        /*opacity: 0.7;*/
                        /*position: absolute;*/
                        /*filter: contrast(1.3);*/
                    }
                    #hero.fullbleed .media_wrapper .image_media img {
                    	/* opacity: 0.7; */
                    	/* position: absolute; */
    
                        -webkit-filter: contrast(1.2) saturate(0.8);
                        -moz-filter: contrast(1.2) saturate(0.8);
                        -o-filter: contrast(1.2) saturate(0.8);
                        -ms-filter: contrast(1.2) saturate(0.8);
                        filter: contrast(1.2) saturate(0.8);
                    }

                        /*#hero .media_wrapper .image_media:before,*/
                        /*#hero .media_wrapper .slideshow:before,*/
                        /*#hero .media_wrapper .video_background:before {*/
                        /*    position: absolute;*/
                        /*    display: block;*/
                        /*    content: '';*/
                        /*    top: 0;*/
                        /*    left: 0;*/
                        /*    right: 0;*/
                        /*    height: 200px;*/
                        /*    pointer-events: none;*/
                        /*    z-index: 2;*/
                        /*    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); */
                        /*    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); */
                        /*    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); */
                        /*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); */
                        /*}*/
                        /*#hero .media_wrapper .image_media:after,*/
                        /*#hero .media_wrapper .slideshow:after,*/
                        /*#hero .media_wrapper .video_background:after {*/
                        /*    position: absolute;*/
                        /*    display: block;*/
                        /*    content: '';*/
                        /*    height: 50vh;*/
                        /*    pointer-events: none;*/
                        /*    left: 0;*/
                        /*    right: 0;*/
                        /*    bottom: 0;*/
                        /*    z-index: 2;*/
                        /*    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); */
                        /*    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); */
                        /*    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); */
                        /*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
                        /*}*/
            /*.media_wrapper .image_inner {*/
            /*    position: absolute;*/
            /*    z-index: 0;*/
            /*    overflow: hidden;*/
            /*    display: block;*/
            /*    transition: opacity 600ms ease-in-out;*/
            /*    width: calc(66.6% - 250px);*/
            /*    right: 150px;*/
            /*    bottom: -8vh;*/
            /*    top: 150px;*/
            /*    text-align: right;*/
            /*}*/
                /*.media_wrapper .image_media {*/
                    /*position: absolute;*/
                    /*z-index: 0;*/
                    /*overflow: hidden;*/
                    /*display: block;*/
                    /*transition: opacity 600ms ease-in-out;*/
                    /*width: 60%;*/
                    /*right: 150px;*/
                    /*bottom: -8vh;*/
                    /*top: 150px;*/
                /*    transform: translateX(100%);*/
                /*    overflow: hidden;*/
                /*    height: 100%;*/
                /*    display: inline-block;*/
                /*    object-fit: contain;*/
                /*    object-position: right bottom;*/
                /*    text-align: right;*/
                /*    opacity: 0;*/
                    
                /*}*/
                        .cycle-slide-active .media_wrapper .image_media {
                            /*transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s ease-out;*/
                            /*opacity: 1;*/
                            /*transform: translateX(0);*/
                        }
                        
                    .media_wrapper .image_media {
                        opacity: 0;
                    }
                    .media_wrapper.show_fallback .image_media {
                        opacity: 1;
                    }
                        /*.media_wrapper .image_media img {*/
                        /*    height: 100%;*/
                            /* width: 100%; */
                        /*    display: block;*/
                        /*    object-fit: contain;*/
                        /*    object-position: right bottom;*/
                        /*    transform: translateX(-50%);*/
                        /*}*/
                        /*.cycle-slide-active .media_wrapper .image_media img {*/
                        /*    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);*/
                        /*    transform: translateX(0);*/
                        /*}*/
                        
                .media_wrapper .slideshow {
                    /*width: 100%;*/
                    /*position: absolute;*/
                    /*z-index: 1;*/
                    /*top: 0;*/
                    /*bottom: 0;*/
                    /*overflow: hidden;*/
                    /*display: block;*/
                    /*opacity: 0;*/
                    /*transition: opacity 600ms ease-in-out;*/
                }
                    .media_wrapper.show_slideshow .slideshow {
                        /*opacity: 1;*/
                    }
                .media_wrapper .video_background {
                    width: 100%;
                    position: absolute;
                    z-index: 6;
                    top: 0;
                    bottom: 0;
                    overflow: hidden;
                    display: none;
                    opacity: 0;
                    transition: opacity 1400ms ease-in-out;
                }
                    .media_wrapper.media_has_video .video_background {
                        display: block;
                    }
                    .media_wrapper.video_can_start .video_background {
                        opacity: 1;
                    }
                        .media_wrapper .video_background video {
                            height: 100%;
                            width: 100%;
                            opacity: 1;
                            display: none;
                            position: relative;
                            z-index: 0;
                            object-fit: cover;
                            font-family: object-fit;
                        }
                        .visible .media_wrapper .video_background video {
                            display: block;
                            position: relative;
                            z-index: 1;
                        }


    /*  Scroll sections
    ---------------------------------------------------------------------------------- */

    #feature_panel_section_heading {
        opacity: 0;
        transition: opacity 400ms ease-in-out, transform 5000ms cubic-bezier(.18, 1, .21, 1);
        pointer-events: none;
        width: 100%;
        transform: translateY(150px);
        position: absolute;
        max-width: 1680px;
        width: 100%;
        padding: 0 150px 0;
        margin: 0 auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        transform: translateY(0);
        position: fixed;
        top: 50%;
        z-index: 2;
    }
        #feature_panel_section_heading * {
            pointer-events: none;
            transition: none;
        }
        #feature_panel_section_heading.visible {
            opacity: 1;
        }
        #feature_panel_section_heading_content {
            text-align: center;
            transform: translateY(-55%);
            padding: 0;
        }

    #feature_panel_section_nav {
        display:none !important;
        width: 100%;
        position: fixed;
        top: 0;
        left: 52px;
        z-index: 2;

        transform-origin: 0%;
        transform: rotate(90deg);
        width: 100vh;
        text-align: right;

        font-family: 'HK Grotesk', sans-serif;
        font-weight: 500;
            /*font-weight: normal;*/
        /*color: #ffffff;*/
        font-size: 1.4rem;
        line-height: 2.0rem;

        margin: 0;
        transition: opacity 400ms ease-in-out;
    }
    #feature_panel_section_nav.nav-hidden {
        display: none;
    }
    .hero-section-active #feature_panel_section_nav,
    .hero-section-active #feature_panel_section_nav * {
        pointer-events: none;
    }
        #feature_panel_section_nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
            white-space: nowrap;
            text-align: center;
        }
        #feature_panel_section_nav ul li {
            display: inline-block;
            margin: 0 20px 0 0;
            border-bottom: 2px solid transparent;
            transition: border 300ms ease-in-out;
            cursor: pointer;
            transition: transform 400ms cubic-bezier(.45,0,.27,1), opacity 400ms ease-in-out;
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
            #feature_panel_section_nav ul li.no-label {
                margin: 0;
            }
            #feature_panel_section_nav ul li:nth-of-type(2) {
                transition-delay: 50ms;
            }
            #feature_panel_section_nav ul li:nth-of-type(3) {
                transition-delay: 100ms;
            }
            #feature_panel_section_nav ul li:nth-of-type(4) {
                transition-delay: 150ms;
            }
            #feature_panel_section_nav ul li:nth-of-type(5) {
                transition-delay: 200ms;
            }
            .hero-section-visible #feature_panel_section_nav,
            .hero-section-visible #feature_panel_section_nav * {
                pointer-events: auto;
            }
            .hero-section-visible #feature_panel_section_nav ul li,
            .scroll-section-setup #feature_panel_section_nav ul li,
            .footer-visible #feature_panel_section_nav ul li {
                opacity: 0;
                transform: translate3d(0, 70px, 0);
            }
            .footer-visible #feature_panel_section_nav {
                
            }
        #feature_panel_section_nav ul li a {
            display: block;
        }
        #feature_panel_section_nav ul li a:after {
            display: block;
            clear: both;
            content: '';
            width: 0;
            margin: 6px 0 0;
            border-bottom: 1px solid #000;
            transition: width 300ms ease-in-out, border 300ms ease-in-out;
        }
        #feature_panel_section_nav ul li a:hover:after {
            width: 100%;
            transition: width 300ms ease-in-out;
        }
        #feature_panel_section_nav ul li.active a:after {
            width: 100%;
            /*border-color: #ffffff;*/
        }

    .scroll_section {
        width: 100%;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        transition: background 800ms ease-in-out;
    }
        /*.scroll_section.scroll_section_top {*/
        /*    height: calc(80vh + 100px);*/
        /*    max-height: 950px;*/
        /*    min-height: 600px;*/
        /*    transition: background 400ms ease-in-out;*/
        /*}*/
        .hero-section-animate .scroll_section.scroll_section_top {
            
        }
        .scroll_section.scroll_section_panels {
            padding: 0 0 0;
            min-height: 100vh;
            overflow: hidden;
        }
        .scroll_section.scroll_section_panels > .inner {
            width: 100%;
            margin: 0 auto;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            z-index: 1;
        }
        .scroll_section.scroll_section_panels.section_index_1 > .inner,
        .scroll_section.scroll_section_standard.section_index_1 > .inner {
            /*padding-top: 150px;*/
        }
            .scroll_section .heading_wrapper {
                margin: 0 0 50px;
                padding: 20px 0 0;
            }
                .scroll_section .heading_wrapper:after {
                    content: '';
                    display: block;
                    clear: both;
                    overflow: hidden;
                    height: 0;
                }
                .scroll_section .heading_wrapper h1 {
                    font-size: 35px;
                    line-height: 38px;
                    float: left;
                }

        .scroll_section.scroll_section_standard > .inner {
            max-width: 1680px;
            width: 100%;
            padding: 75px 150px 0;
            margin: 0 auto;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }


    /* Page enquiry widget
    ---------------------------------------------------------------------------------- */

        .page_enquiry_widget {
        	display: block;
        	clear: both;
        	background: transparent;
        	/* transition: background 800ms ease-in-out; */
        	border-top: 1px solid #e5e5e5;
        }
            .page_enquiry_widget form {
                display: block;
                padding: 120px 150px 100px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                /*transform: translate3d(0, 50px, 0);*/
                /*opacity: 0;*/
                /*transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 4000ms cubic-bezier(.18, 1, .21, 1);*/
            }
                .page_enquiry_widget.visible form {
                    transform: translate3d(0, 0, 0);
                    opacity: 1;
                }
            .page_enquiry_widget .page_enquiry_above {
            	font-size: 2.1rem;
            	color: #111111;
            	letter-spacing: 0;
            	line-height: 3.1rem;
            	font-weight: 500;
            }
            .page_enquiry_widget h2 {
            	text-align: left;
            	max-width: 800px;
            	margin: 0 0 40px;
            	font-size: 1.65rem;
            	color: #111;
            	letter-spacing: 0;
            	line-height: 2.8rem;
            }

            .page_enquiry_widget .field_wrapper {
            	width: 50%;
            	float: right;
            	position: relative;
            }
            .page_enquiry_widget .details_wrapper {
            	width: 50%;
            	float: left;
            }

            .page_enquiry_widget_field {
                display: block;
                width: 100%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;

                border: 1px solid rgba(255,255,255,0.1);
                font-size: 1.5rem;
                line-height: 2.0rem;
                color: #ffffff;
                font-weight: 500;
                padding: 0;
                position: relative;
                margin: 0 0 40px;
            }
                /*.content-type-reversed .page_enquiry_widget_field,*/
                /*.content-type-reversed .page_enquiry_widget_field .page_enquiry_widget_submit button {*/
                /*    border-color: rgba(0,0,0,0.1);*/
                /*}*/
                /*.content-type-reversed .page_enquiry_widget_field .page_enquiry_widget_submit button {*/
                /*    background-image: url(/images/arrow_right.png);*/
                /*}*/
                
                
                .page_enquiry_widget_field label {
                    display: none;
                }
                .page_enquiry_widget_field input {
                	border: 1px solid #e5e5e5;
                	outline: none;
                	font-size: 1.3rem;
                	line-height: 2.0rem;
                	padding: 20px 95px 18px 25px;
                	width: 100%;
                	-moz-box-sizing: border-box;
                	-webkit-box-sizing: border-box;
                	box-sizing: border-box;
                	margin: 0 0 1px 0;
                	font-size: 1.35rem;
                	line-height: 1rem;
                }
                    body.device-handheld .page_enquiry_widget_field input {
                        font-size: 16px
                    }
                .page_enquiry_widget .page_enquiry_widget_submit {
                	float: right;
                	width: 95px;
                	height: 56px;
                	position: absolute;
                	top: 1px;
                	right: 1px;
                	overflow: hidden;
                	/*border-left: 1px solid #e5e5e5;*/
                }
                    .page_enquiry_widget .page_enquiry_widget_submit .loader {
                        display: block;
                        width: 80px;
                        height: 55px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 0;
                    }
                    .page_enquiry_widget .page_enquiry_widget_submit button {
                        display: block;
                        margin: 0 auto;
                        border-left: 0;
                        width: 100%;
                        height: calc(100% - 1px);
                        background: url(/images/arrow_r.png) center center no-repeat;
                        background-size: 51px auto;
                        display: block;
                        text-indent: -9999px;
                        overflow: hidden;
                        position: relative;
                        z-index: 1;
                        transition: background 400ms ease-in-out;
                        outline-offset: -3px;
                        outline-color: black;
                        border: none;
                        -webkit-transition-delay: 200ms!important;
                        transition-delay: 200ms!important;
                        
                    }
                    /*.page_enquiry_widget_field .page_enquiry_widget_submit button:hover {*/
                    /*    background-position: 75% center;*/
                    /*}*/
                    .page_enquiry_widget .page_enquiry_widget_submit.loading button {
                        opacity: 0;
                        transition: opacity 400ms ease-in-out;
                    }
                    .page_enquiry_widget .page_enquiry_widget_submit .loader {
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        width: 100%;
                        height: 55px;
                        overflow: hidden;
                        z-index: 5;
                        transition: transform 400ms cubic-bezier(.75,.01,.3,.99);
                        transform: translateY(-100%);
                    }
                    .page_enquiry_widget .page_enquiry_widget_submit.loading .loader {
                        transform: translateY(0);
                    }
                        .page_enquiry_widget .page_enquiry_widget_submit.loading .loader svg {
                            -webkit-animation: rotate 2s linear infinite;
                            animation: rotate 2s linear infinite;
                            -webkit-transform-origin: center center;
                            transform-origin: center center;
                            height: 23px;
                            width: 23px;
                            position: absolute;
                            top: 15px;
                            left: 28px;
                        }
                            .page_enquiry_widget .page_enquiry_widget_submit.loading .loader svg .path {
                                stroke-dasharray: 1, 200;
                                stroke-dashoffset: 0;
                                -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
                                animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
                                stroke-linecap: round;
                            }
                .page_enquiry_widget .page_enquiry_message_below {
                	color: #757575;
                	max-width: 475px;
                	font-size: 1.3rem;
                	line-height: 3.2rem;
                }
                .page_enquiry_widget .page_enquiry_message_below a {
                    text-decoration: underline;
                }

            .signup_interests_user_select_wrapper fieldset {
                border: none;
            }
            .signup_interests_user_select_wrapper legend {
                font-size: 0;
                line-height: 0;
            }
            .page_enquiry_widget .signup_interests_user_select {
                display: inline-block;
                margin-right: 25px;
                line-height: 24px;
                cursor: pointer;
            }

            .checkbox input[type="checkbox"] {
                opacity: 0;
                width: 0;
                height: 0;
            }
            
            .checkbox label {
                position: relative;
                display: inline-block;
                padding-left: 25px;
                cursor: pointer;
                -webkit-touch-callout: none; /* iOS Safari */
                -webkit-user-select: none; /* Safari */
                -khtml-user-select: none; /* Konqueror HTML */
                -moz-user-select: none; /* Firefox */
                -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; 
            }
            
            .checkbox label::before,
            .checkbox label::after {
                position: absolute;
                content: "";
                
                /*Needed for the line-height to take effect*/
                display: inline-block;
            }
            
            /*Outer box of the fake checkbox*/
            .checkbox label::before{
                height: 15px;
                width: 15px;
                border: 1px solid #dad6d6;
                left: 0px;
                top: 3px;
                
                /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
                 *to vertically center it.
                 */
                top: 3px;
                font-size: 1.4rem;
                color: #757171;
            }
            
            /*Checkmark of the fake checkbox*/
            .checkbox label::after {
                height: 4px;
                width: 7px;
                border-left: 2px solid;
                border-bottom: 2px solid;
                transform: rotate(-45deg);
                left: 4px;
                top: 7px;
                border-color: #111;
            }
            
            /*Hide the checkmark by default*/
            .checkbox input[type="checkbox"] + label::after {
                content: none;
            }
            
            /*Unhide on the checked state*/
            .checkbox input[type="checkbox"]:checked + label::after {
                content: "";
            }
            
            /*Adding focus styles on the outer-box of the fake checkbox*/
            .checkbox input[type="checkbox"]:focus + label::before {
                outline: rgb(59, 153, 252) auto 5px;
            }
    




    .ani-group .ani-in,
    .records_grid .item .ani-in {
       opacity: 0;
    	/*transform: translateY(20px);*/
    	transform: translate3d(0, 20px, 0);
    	transition: transform 300ms ease-in, opacity 300ms ease-in;
    }
    .ani-group.animate-from-top .ani-in,
    .records_grid .item.animate-from-top .ani-in {
    	/*transform: translateY(-20px);*/
    	transform: translate3d(0, -20px, 0);
    }
        .records_grid.large_grid .item .ani-in,
        .records_grid.extra_large_grid .item .ani-in{
        	transform: translate3d(0, 40px, 0);
        }
        .records_grid.large_grid .item.animate-from-top .ani-in,
        .records_grid.extra_large_grid .item.animate-from-top .ani-in {
        	transform: translate3d(0, -40px, 0);
        }   
    .flickity_fade.inview_element.visible .item.is-selected .ani-group .ani-in,       
    .ani-group.visible .ani-in,       
    .ani-group.animate-from-top.visible .ani-in,   
    .records_grid .item.visible .ani-in,
    .records_grid .item.animate-from-top.visible .ani-in{
    	opacity: 1.0;
    	transform: translate3d(0, 0, 0);
    	transition: transform 1200ms cubic-bezier(0.0, 0.0, 0.2, 1), opacity 1200ms cubic-bezier(0.0, 0.0, 0.2, 1);
    }
    .flickity_fade.inview_element.visible .item.is-selected .ani-group .ani-in:first-child,
    .ani-group.visible .ani-in:first-child,
    .records_grid .item.visible .ani-in:first-child {
    	-webkit-transition-delay: 200ms;
    	transition-delay: 200ms;
    }
    .flickity_fade.inview_element.visible .item.is-selected .ani-group .ani-in:nth-child(2),
    .ani-group.visible .ani-in:nth-child(2),
    .records_grid .item.visible .ani-in:nth-child(2) {
    	-webkit-transition-delay:500ms;
    	transition-delay: 500ms;
    }
    .flickity_fade.inview_element.visible .item.is-selected .ani-group .ani-in:nth-child(3),
   .ani-group.visible .ani-in:nth-child(3),
   .records_grid .item.visible .ani-in:nth-child(3) {
    	-webkit-transition-delay:700ms;
    	transition-delay: 700ms;
    }
    .flickity_fade.inview_element.visible .item.is-selected .ani-group .ani-in:nth-child(4),
    .ani-group.visible .ani-in:nth-child(4),
   .records_grid .item.visible .ani-in:nth-child(4) {
    	-webkit-transition-delay:900ms;
    	transition-delay: 900ms;
    }
    .flickity_fade.inview_element.visible .item.is-selected .ani-group .ani-in:nth-child(5),
    .ani-group.visible .ani-in:nth-child(5),
   .records_grid .item.visible .ani-in:nth-child(5) {
    	-webkit-transition-delay:1200ms;
    	transition-delay: 1200ms;
    }
    .flickity_fade.inview_element.visible .item.is-selected .ani-group .ani-in:nth-child(6),
    .ani-group.visible .ani-in:nth-child(6),
   .records_grid .item.visible .ani-in:nth-child(6) {
    	-webkit-transition-delay:1500ms;
    	transition-delay: 1500ms;
    }
    
    /*  Feature panels
    ---------------------------------------------------------------------------------- */

    .feature_panels section {
        float: left;
        width: 100%;
        position: relative;
        padding: 0 0 0; /* 100px 0 0 Removed - asked to reduce space between elements */
    }   
        .feature_panels section.panel_index_1 {
            padding: 60px 0 0;
        }
        body.main_slideshow_active .scroll_section.section_index_1 .feature_panels section.panel_index_1 {
            padding: 140px 0 0;
        }
        .scroll_section.section_index_1 .feature_panels section.panel_index_1 {
            padding: 190px 0 0;
        }
        .feature_panels section .area_wrapper {
            max-width: 1680px;
            padding: 0 150px 0;
            margin: 0 auto;
            margin-bottom: 150px;
        }
        .feature_panels section .area_wrapper.fullbleed_area_wrapper {
            max-width: 100%;
            padding: 0 0 0 0;
            margin: 0 auto;
            margin-bottom: 150px;
        }


            /*section.detail-linked-content-panel .area_wrapper::before{*/
            /*    content: '';*/
            /*    background: #FBFAF9;*/
            /*    width: 100%;*/
            /*    display: block;*/
            /*    position: absolute;*/
            /*    top: 0;*/
            /*    bottom: 0;*/
            /*    z-index: -1;*/
            /*    left: 0;*/
            /*}*/
            /*section.detail-linked-content-panel.first-detail-linked-content-panel .area_wrapper::before{*/
            /*    top: 200px;*/
            /*}            */
            /*section.detail-linked-content-panel.last-detail-linked-content-panel .area_wrapper::before{*/
            /*    bottom: 350px;*/
            /*}*/
            
            .subsection-blog-detail .feature_panels section:not(.panel_index_1) {
                padding-top: 0;
            }
            .subsection-blog-detail .feature_panels section .area_wrapper {
                padding-top: 0;
            }
        .feature_panels section .panel_heading_splash {
            display: none;
        }
        .feature_panels section .panel_footer {
            width: 100%;
            padding-top: 15px;
            padding-right: 90px;
            margin: 0 0 75px;
            float: left;
            box-sizing: border-box;
        }
        .feature_panels section .panel_heading,
        .page-video .panel_heading
        {
            width: 100%;
            padding-top: 15px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0 -90px 90px 0;
            font-weight: 500;
            font-size: 1.3rem;
            line-height: 2.1rem;
            transform: translate3d(0,0,0);
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            position: relative;
            width: 100vw !important;
            padding: 0 60px;
            display: block;
        }
        .inner_content_section_heading {
            margin: 0 -90px 90px 0;
        }
            .feature_panels section .panel_heading h1 {
                font-size: 60px;
                line-height: 66px;
                margin-bottom: 40px;
            }
            .feature_panels section .panel_heading h2,
            .page-video .panel_heading h2,
            .inner_content_section_heading h2,
            .dropdown_nav_item_heading h2,
            .notify_panel_header h2,
            .section-store .subsection-store-basket h2, 
            .section-wishlist .subsection-store-basket h2, 
            .section-store .subsection-store-basket h3, 
            .section-wishlist .subsection-store-basket h3 {
                display: flex;
                align-items: center;
                font-weight: normal;
                line-height: 3.1rem;
                margin: 0;
                font-size: 2.5rem;                            
                letter-spacing: 0.18px;
                font-family: 'Cormorant_', serif;
                font-weight: normal;
                min-width: 33.3%;
                padding-right: 90px;
                box-sizing: border-box;
            }
            .section-store .subsection-store-basket h2 {
                padding-right: 0;
            }
            .feature_panels section .panel_heading.hidden {
                height: 0;
                width: 0 !important;
                position: absolute;
                overflow:hidden;
            }
            .feature_panels section .panel_heading h2:after,
            .inner_content_section_heading h2:after,
            .dropdown_nav_item_heading h2:after,
            .notify_panel_header h2:after,
            .section-store .subsection-store-basket h2:after, 
            .section-wishlist .subsection-store-basket h2:after, 
            .section-store .subsection-store-basket h3:after, 
            .section-wishlist .subsection-store-basket h3:after,
            .section-store .subsection-store-basket h2:after,
            .page-video .panel_heading.visible h2::after {
                
                display: block;
                flex: 1;
                content: '';
                height: 1px;
                margin: 6px 0 0 15px;
                vertical-align: middle;
                max-width: 250px;
                transition: transform 1100ms ease-in-out, background 400ms linear;
                transform: scaleX(0);
                transform-origin: 0 0;
                background: #e1e1e1;
            }
            /*.content-type-reversed .feature_panels section .panel_heading h2:after {*/
            /*    background: #151515;*/
            /*}*/
            .feature_panels section .panel_heading.visible h2:after,
            .page-video .panel_heading.visible h2::after,
            .inner_content_section_heading.visible h2:after,
            .dropdown_nav_item_heading.visible h2:after,
            .sc_quick_cart_widget_animate .notify_panel_header h2:after,
            #wqcw_header.visible.notify_panel_header h2:after,
            .section-store .subsection-store-basket h2.visible:after, 
            .section-wishlist .subsection-store-basket h2.visible:after, 
            .section-store .subsection-store-basket h3.visible:after, 
            .section-wishlist .subsection-store-basket h3.visible:after,
            .section-store .subsection-store-basket h2:after {
                transform: scaleX(1);
                transition-delay: 200ms;
            }

                            .feature_panels section .panel_filters {
                                width: 100%;
                                margin: 0 0 85px;
                            }
                                .feature_panels section .panel_filters ul {
                                    list-style: none;
                                    padding: 0;
                                    margin: 0;
                                }
                                .feature_panels section .panel_filters ul li {
                                    /*font-size: 1.1rem;*/
                                    /*line-height: 1.2rem;*/
                                    /*font-weight: 200;*/
                                    /*letter-spacing: 0.5px;*/
                                    /*text-transform: uppercase;*/
                                    /*margin: 0 10px 0 0;*/
                                    /*display: inline-block;*/
                                    /*font-weight: 500;*/
                                }
                                .feature_panels section .panel_filters ul li a {
                                    display: block;
                                    position: relative;
                                    border: 2px solid transparent;
                                    padding: 7px 0 9px;
                                    cursor: pointer;
                                    color: #757575;
                                }
                                .feature_panels section .panel_filters ul li a:hover,
                                .feature_panels section .panel_filters ul li.active a {
                                    color: #111;
                                }
                                .feature_panels section .panel_filters ul li a:after {
                                    content: '';
                                    display: block;
                                    width: 0;
                                    position: absolute;
                                    bottom: 0;
                                    left: 0;
                                    transition: width 400ms ease-in-out;
                                }
                                .feature_panels section .panel_filters ul li:hover a:after,
                                .feature_panels section .panel_filters ul li.active a:after {
                                    width: 100%;
                                    color
                                }
                                .feature_panels section .panel_filters ul li a,
                                .feature_panels section .panel_filters ul li a:visited {
                                    color: inherit;
                                }

        .panel_footer {
            display: block;
        }
            .panel_footer.panel_footer_revealable_link {
                margin: 0 85px 75px 0;
                text-align: left;
                text-align: center;
            }
                .panel_footer.panel_footer_revealable_link .button {
                    display: inline-block;
                    float: none;
                    width: 50%;
                }
                    .panel_footer.panel_footer_revealable_link .button a {
                        text-align: center;
                        width: 100%;
                        box-sizing: border-box;
                    }
                .panel_footer.panel_footer_revealable_link:before {
                    display: block;
                    display: none;
                    content: '';
                    height: 2px;
                    background: #ffffff;
                    margin: 15px 0 30px;
                    width: 33.33%;
                    max-width: 100px;
                    transition: width 1100ms ease-in-out;
                }
            .panel_footer.panel_footer_revealable_link.disabled {
                display: none;
            }


        /*  Custom enquiries panel
        ---------------------------------------------------------------------------------- */

        .feature_panels section.panel_custom_enquiries {
            margin: 0 0 75px;
        }
            .feature_panels section.panel_custom_enquiries .area_wrapper {
                margin: 0 -75px 0 0;
                display: block;
            }
                .feature_panels section.panel_custom_enquiries .enquiry_form {
                    width: 66.66%;
                    max-width: 642px;
                    float: left;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    padding: 0 75px 0 0;
                }
                .feature_panels section.panel_custom_enquiries .enquiry_text {
                    width: 33.33%;
                    float: right;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    padding: 0 75px 0 0;
                }
                    .feature_panels section.panel_custom_enquiries .enquiry_text .content .description {
                        margin-bottom: 15px;
                    }
                    .feature_panels section.panel_custom_enquiries .enquiry_text .content .columns {
                        margin-bottom: 15px;
                    }


    /*  Basic page layout format
    ---------------------------------------------------------------------------------- */

        .content_basic_layout {
            padding: 150px 150px;
            margin: 0 auto;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .content_basic_layout.no-image {
            max-width: 1023px;
        }
            /*.content_basic_layout .heading_wrapper {*/
            /*    margin: 0 0 40px;*/
            /*}*/
            .content_basic_layout section.content_body {
                width: 40%;
                padding-top: 45px;
                float: left;
            }
            .content_basic_layout #sidebar {
                width: 50%;
                float: right;
            }       
               .content_basic_layout .heading_wrapper:after {
                    content: '';
                    display: block;
                    clear: both;
                    overflow: hidden;
                    height: 0;
                }
                .content_basic_layout h1 {
                    font-size: 6.0rem;
                    line-height: 8.6rem;
                    display: block;
                    margin: 0 0 45px;
                }
                .content_basic_layout .subtitle {
                    display: block;
                    clear: both;
                    margin: 0 0 20px;
                }
                .content_basic_layout .prelude {
                    width: 33.33%;
                }
            .content_basic_layout .heading_image {
                margin: 0 0 40px;
            }


   /*  Text columns
    ---------------------------------------------------------------------------------- */

    .text_columns {
        /*margin: 90px 0 90px 0;*/ 
        /*margin: 90px 0 90px 0;*/
        display: block;
    }

        .text_columns .aside {
            float: left;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 37vw;
            padding: 0 150px 0 0;
            position: absolute;
            left: 0;
        }
                
            .text_columns.no-aside .aside {
                display: none;
            }
            .text_columns .intro_content {
                margin: 0 0 80px;
            }
            .text_columns .content_image_1 {
                line-height: 0;
            }
            .text_columns .content_image_1_caption.caption {
                padding: 15px 0 0 30px;
                /* font-family: HankenGrotesk-Regular; */
                font-size: 1.2rem;
                line-height: 1.5em;
                color: #757575;
                letter-spacing: 0;
                text-align: right;
            }
            
            .additional_info {
                display: block;
                /* float: right; */
                padding: 0 1px 0 100px;
                font-size: 13px;
                line-height: 28px;
            }
            .additional_info::before {
                content: '';
                display: block;
                width: 260px;
                border-top: 1px solid #e5e5e5;
                margin-bottom: 30px;
                margin-top: 60px;
            }     
            /*.text_columns .content_image_1 {*/
            /*    margin-left: -150px;*/
            /*    margin-bottom: 80px;*/
            /*    margin-right: 40px;*/
            /*}*/
            .text_columns .pull_quote {
                margin-bottom: 90px;
                border-left: 1px solid #e5e5e5;
                /*padding-left: 50px;*/
                /*padding-right: 90px;*/
                /*padding-top: 45px;*/
                padding: 45px 0 0 50px;
                max-width: 800px;
            }
        .text_columns .content {
            float: right;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 66.6%;
            /*padding: 0 100px 0 0;*/
            position: relative;
        }
        .text_columns .content .share_links{
            position: absolute;
            right: -40px;
            top: -70px;
        }
        
            .text_columns .content_image_2 {
                margin-right: -150px;
            }
            .text_columns .content_main {
                margin: 0;
                padding: 100px 0 0;
            }
            .text_columns.basic-layout .content_main {
                padding-top: 30px;
            }
            .text_columns .content_initial_text.no_heading {
                padding: 0 0 0;
            }
            .text_columns .content_initial_text,
            .text_simple .content_initial_text {
                display: block;
                transition: all 600ms ease-in-out;
            }
                .text_columns .content_initial_text .inner {
                    display: block;
                    -webkit-column-count: 2;
                    -moz-column-count: 2;
                    column-count: 2;
                    -webkit-column-gap: 75px;
                    -moz-column-gap: 75px; 
                    column-gap: 75px;
                
                }
                .text_columns .extended_text_show .content_initial_text,
                .text_simple .extended_text_show .content_initial_text {
                    max-height: 0;
                    overflow: hidden;
                    display: none;
                }
            .text_columns .content_extended_text,
            .text_simple .content_extended_text {
                display: block;
                transition: all 2000ms cubic-bezier(.18, 1, .21, 1), visibility 0ms;
                visibility: visible;
                margin-bottom: 30px;
            }
                .text_columns .content_extended_text .inner {
                    -webkit-column-count: 2;
                    -moz-column-count: 2;
                    column-count: 2;
                    -webkit-column-gap: 90px;
                    -moz-column-gap: 90px; 
                    column-gap: 90px;
                }                
                .text_columns .content_extended_text .inner,
                .text_simple .content_extended_text .inner {
                    display: block;
                }
                .text_columns .extended_text_hidden .content_extended_text,
                .text_simple .extended_text_hidden .content_extended_text{
                    /*display:none;*/
                    opacity: 0;
                    transform: translateY(200px);
                    transition: none;
                    height: 0;
                    overflow: hidden;
                    visibility: hidden;
                }
                .text_columns .extended_text_show .content_reveal_more_link,
                .text_simple .extended_text_show .content_reveal_more_link{
                    display: none;
                }
                .text_columns .links.panel {
                    display: inline-block;
                }

                .text_columns.basic-layout .content {
                    width:100%;
                }    
                .text_columns.basic-layout .pull_quote {
                    width: 36%;
                    float: left;
                    padding: 0 65px 0 50px;
                    box-sizing: border-box;
                }
                .text_simple .pull_quote {
                    padding: 0 0 50px 0;
                }
                .text_columns.basic-layout .text_columns_text_wrapper {
                    display: block;
                    float: right;
                    width: 64%;
                }

                .text_columns_text_wrapper a,
                .text_columns_text_wrapper a:visited {
                    color:#111;
                    font-weight:500;
                    text-decoration:underline;
                }
                
                .text_columns_text_wrapper a:hover {
                    text-decoration:none;
                }
     
                .text_columns .links_simple ul li {
                    display: inline-block;
                    margin: 0 25px 8px 0;
                }
                
                .text_simple .content {
                    max-width: 900px;
                }
                .text_simple.center-align .content {
                    margin: 0 auto;
                    text-align: center;
                }
                .text_simple.center-align .pull_quote {
                    text-align: center;
                }
                
                .text_simple.right-align .content {
                    float:right;
                    /*text-align: right;*/
                }
                .text_simple.right-align .pull_quote {
                    /*text-align: right;*/
                }

    /*  Art submission form
    ---------------------------------------------------------------------------------- */
    

    #as_form fieldset {
        border: 0;
        padding: 0;
        margin: 0;
        margin-bottom: 90px;
        min-width: 0;
    }
    #as_form legend {
        font-weight: normal;
        line-height: 3.1rem;
        margin: 0;
        font-size: 3.4rem;
        letter-spacing: 0.18px;
        font-family: 'Cormorant_', serif;
        font-weight: normal;
        min-width: 33.3%;
        padding-right: 90px;
        box-sizing: border-box;
        color: #111;
        margin-bottom: 45px;
        display: flex;
        align-items: center;
    }
    #as_form legend:after {
        display: block;
        flex: 1;
        content: '';
        height: 1px;
        margin: 6px 0 0 15px;
        vertical-align: middle;
        max-width: 250px;
        transition: transform 1100ms ease-in-out, background 400ms linear;
        transform: scaleX(0);
        transform-origin: 0 0;
        background: #e1e1e1;
    }
    #as_form legend.visible:after{
        transform: scaleX(1);
        transition-delay: 200ms;
    }
    #as_form .as_form_column {
        width: calc(50% - 30px);
    }
    #as_form .as_flex_row {
        width: 100%;
        display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
        justify-content: space-between;
    }
    #as_form .as_flex_row label{
        width: calc(50% - 15px);
        margin-bottom: 0;
    }
    #as_form label {
        display: block;
        margin-bottom: 15px;
        color: #757575;
        font-weight:500;
        /*margin: 1em 0;*/
    }
    #as_form label:last-child {
        margin-bottom: 0;
    }
    .as_form_column_wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: stretch;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
    }
    #as_form label.full-height-label {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }   
    #as_form label.full-height-label textarea {
        -ms-flex:1;
        flex:1;
    }
    #as_form label textarea, #as_form label select, #as_form label input[type="text"], #as_form label input[type="email"], #as_form label input[type="search"], #as_form label input[type="tel"], #as_form label input[type="url"], #as_form label input[type="password"], #as_form label input[type="color"], #as_form label input[type="file"], #as_form label input[type="color"], #as_form label input[type="number"], #as_form label input[type="range"], #as_form label input[type="date"], #as_form label input[type="month"], #as_form label input[type="week"], #as_form label input[type="time"], #as_form label input[type="datetime"], #as_form label input[type="datetime-local"] {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        line-height: 3.3rem;
        color: #111;
        letter-spacing: 0;
    }
    #as_form textarea, #as_form select, #as_form input[type="text"], #as_form input[type="email"], #as_form input[type="search"], #as_form input[type="tel"], #as_form input[type="url"], #as_form input[type="password"], #as_form input[type="color"], #as_form input[type="file"], #as_form input[type="color"], #as_form input[type="number"], #as_form input[type="range"], #as_form input[type="date"], #as_form input[type="month"], #as_form input[type="week"], #as_form input[type="time"], #as_form input[type="datetime"], #as_form input[type="datetime-local"] {
        margin: 0;
        padding: 0.8em 1.8em;
        border: 1px solid #e1e1e1;
        max-width: 100%;
        box-sizing: border-box;
    }
    #as_form input[type="search"] {
        box-sizing: border-box;
    }
    #as_form input[type="file"] {
        border-width: 0;
        padding: 0;
    }
    #as_form input[type="image"] {
        vertical-align: bottom;
    }
    #as_form .alert {
        background: #ffe7c4;
        border: 1px solid #dca31e;
        border-radius: 4px;
        padding: 30px 15px;
        box-sizing: border-box;
        position: relative;
        color: #c58b00;
        width: calc(50% - 45px);
        margin-bottom: 45px;
    }
    #as_form .alert .sf_warning{
        font-weight: 500;
    }
    #as_form .alert .closebtn {
        font-size: 30px;
        position: absolute;
        top: 0px;
        right: 8px;
        cursor: pointer;
    }
    #as_form .upload-image-container {
        position: relative;
    }
    #as_form .label-text.required:after {
        content: '*';
        color: #ea3b2e;
        padding-left: 3px;
    }
    #as_form .image-label {
        background: #F9F9F9;
        border: 1px solid #e1e1e1;
        padding: 13px 14px 8px;
        position: relative;
        height: 58px;
        box-sizing: border-box;
        cursor: pointer;
    }
    #as_form .image-label .label-text {
        font-size: 1.6rem;
        color: #111111;
        letter-spacing: 0;
        line-height: 3.3rem;
    }
    #as_form label.image-label input {
        float: right;
        clear: none;
        display: inline-block;
        width: auto;
        display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
        padding-top: 8px;
    }
    #as_form label.image-label.hidden {
        display: none !important;
    }
    #as_form .image-preview {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 58px;
        height: 100%;
    }
    #as_form .image-preview img {
        height:100%;
        width: 100%;
        object-fit:cover;
    }
    h2.submit-success-message {
        font-family: 'Cormorant_', serif;
        /*max-width: 40%;*/
        font-size: 4.5rem;
        line-height: 6.5rem;
        margin-top:40px;
    }
    .tabbing-detected.page-sell-your-art #art_submission_form button.btn:focus {
        outline: auto;
        outline-style: solid;
    }
    .page-sell-your-art .recaptcha_wrapper {
        margin-top: 15px;
    }
    
    /*  Basic records grid styles
    ---------------------------------------------------------------------------------- */

    .records_no_results {
        text-align: center;
        padding: 50px 50px 50px 0;
        margin: 0 0 50px;
        width: 100%;
        box-sizing: border-box;
        font-size: 1.8rem;
        line-height: 2.2rem;
        font-weight: 500;
    }

    .records_grid {
        transition: transform 500ms cubic-bezier(.65,.06,.19,.96), opacity 500ms ease-in-out;
    }
        .records_grid.filter_transition {
            transform: translateY(100px);
            opacity: 0;
        }
    .records_grid .item .image > span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        /*overflow: hidden;*/
    }
    /*.records_grid .item .image > span img {*/
    /*    transition: transform 2000ms ease-in-out;*/
    /*    backface-visibility: hidden;*/
    /*}*/
    /*.records_grid .item:hover .image > span img{*/
    /*    transform:scale(1.1);*/
    /*    transition: transform 3000ms ease-in-out;*/
    /*}*/
        .records_grid .item .image::after {
            content: '';
            display: block;
            padding-top: 78%;
        }
        .records_grid.tile_grid .item .image::after,
        .records_grid.full_grid .item .image::after {
            display: none;
        }        
        .records_grid.medium_grid .item .image::after {
            padding-top: 100%;
        }        
        
        .records_grid.medium_grid .link {
            margin-top: 60px;
        }
        .records_grid.medium_grid .publication_enquire_link {
            display: inline-block;
            margin-left: 15px;
        }
        
        .records_grid .item .image .logo_icon,
        .records_list_slider .image .logo_icon {
            position: absolute;
            z-index: 5;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: auto;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            background-size: 100px;
            background-position: calc(100% - 30px) calc(100% - 30px);
            background-repeat: no-repeat;
        } 
        .records_grid.standard_grid:not(.detail_grid) .item .image .logo_icon,
        .records_grid.large_grid.image .logo_icon {
            background-size: 140px;
        }
        
        .records_grid .item .image .logo_icon_shade,
        .records_list_slider .image .logo_icon_shade {
            content: '';
            opacity: 0;
            display: block;
            position: absolute;
            z-index: 4;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.2);
            background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 76%, rgba(0,0,0,0.29) 100%); 
            background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 76%,rgba(0,0,0,0.29) 100%);
            background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 76%,rgba(0,0,0,0.29) 100%);
        }
        
        .records_grid .item .image.loaded .logo_icon_shade,
        .records_list_slider .image.loaded .logo_icon_shade {
            transition: opacity 800ms ease-in-out;
            opacity: 0.8;
        }

        
        
    /*  Standard grid
    ---------------------------------------------------------------------------------- */

    .standard_grid {
        width: auto;
        margin: 0 -75px 0 0;
    }
        .standard_grid .item {
            box-sizing: border-box;
            width: 33.33%;
            padding: 0 75px 75px 0;
            display: inline-block;
            vertical-align: top;
            transform: translate3d(0, 50px, 0);
            opacity: 0;
            transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
        }
            /* Tile list variant ------------------------ */
            .standard_grid.tile_grid .group {
                box-sizing: border-box;
                width: 33.33%;
                padding: 0 75px 0 0;
                display: inline-block;
                vertical-align: top;
            }
            .standard_grid.tile_grid .group .item {
                width: 100%;
                padding: 0 0 75px 0;
            }
        .standard_grid .item.animate-from-bottom {
            transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
        }
        .standard_grid .item.animate-from-top {
            transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
            transform: translate3d(0, -50px, 0);
        }
        .standard_grid .item.visible {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
        .standard_grid .item.revealable {
            display: none;
        }
            .standard_grid .item .image {
                width: 100%;
                margin: 0 0 30px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                min-height: 100px;
                overflow: hidden;
            }
            body.browser-msie .standard_grid .item .image {
                display: block;
            }
                .standard_grid .item .image img {
                    max-width: 100%;
                    display: block;
                    align-self: flex-end;
                    transition: opacity 500ms ease-out;
                    object-fit: cover;
                    object-position: center;
                    height: 100%;
                    width: 100%;
                    font-family: object-fit;
                }
            .standard_grid .item .prelude {
                margin: 0 0 22px;
            }
                .standard_grid .item .prelude:after {
                    width: 80px;
                }
                .standard_grid .item .prelude.prelude_no_text {
                    display: none;
                }
            .standard_grid .item h3 {
                margin: 0 0 22px;
                font-size: 1.6rem;
                line-height: 2.3rem;
                margin-bottom: 10px;
            }
            .standard_grid .item .subtitle {
                margin: 0 0 10px;
            }
            .section-news .standard_grid .item .subtitle {
                margin: 0;
            }
            .standard_grid .item .content {
                margin: 0 0 20px;
                padding: 0 30px 0 0;
                /*color: #fff;*/
                line-height: 2.3rem;
            }
            .content-type-reversed .standard_grid .item .content {
                color: #444;
            }
            .standard_grid .item .bottom {
                margin: 0 0 20px;
            }


        /*  Condensed variant
        ---------------------------------------------------------------------------------- */

            .standard_grid.standard_grid_condensed .item {
                padding-bottom: 50px;
            }
                .standard_grid.standard_grid_condensed .item h3 {
                    min-height: 0;
                    margin: 0 0 12px;
                    font-size: 2.0rem;
                    line-height: 2.8rem;
                }
                .standard_grid.standard_grid_condensed .item .bottom {
                    margin: 0;
                }

    /*  Text grid
    ---------------------------------------------------------------------------------- */

    .text_grid {
        width: auto;
        margin: 0 -75px 0 0;
        padding: 0 0 75px;
    }
        .text_grid .item {
            box-sizing: border-box;
            width: 33.33%;
            padding: 0 75px 0 0;
            display: inline-block;
            vertical-align: top;
        }
            .text_grid .item h3 {
                margin: 0 0 50px;
            }
            .text_grid .item .content {
                font-size: 15px;
                line-height: 32px;
            }

    /*  Instagram grid
    ---------------------------------------------------------------------------------- */

    /*.feature_panels section.panel_type_211 .page-track-scroll-container {*/
    /*    position: static;*/
    /*}*/
    /*.feature_panels section.panel_type_211 .panel_heading {*/
    /*    margin: 0;*/
    /*}*/
    
    .panel_type_211 .records_grid .item .image {
        margin: 0;
    }
    .panel_type_211 .records_grid .item .image::after {
        padding-top: 100%;
    }
    .panel_type_211 .records_grid .item .caption {
        display: none;
    }
    .panel_type_211 .area_wrapper .button {
        left: 50%;
        transform: translateX(-50%);
    }

    /*  In focus panel
    ---------------------------------------------------------------------------------- */
    .feature_panels section.panel_type_in_focus_slider .area_wrapper {
        padding-top: 90px;
        padding-bottom: 120px;
        max-width: 100%;
    }
    
    .feature_panels section.panel_type_in_focus_slider .records_list_slider .records_list_inner {
        margin: 0;
    }
    
    .feature_panels section.panel_type_in_focus_slider .item{
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row-reverse;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
        padding-right: 0;
    }
    .feature_panels section.panel_type_in_focus_slider .records_list_slider .item .image {
        margin-bottom: 20px;
        width: 33.3%;
        float: right;
        overflow: hidden;
    }
    .feature_panels section.panel_type_in_focus_slider .records_list_slider .item .image::after {
        content: '';
        display: block;
        padding-top: 128%;
    }
    .feature_panels section.panel_type_in_focus_slider .records_list_slider .item .list_caption_wrapper {
        width: 60%;
        max-width: 900px;
    }
        
    .feature_panels section.panel_type_in_focus_slider .records_list_slider .item .list_caption_wrapper .heading_title{
        display: block;
        font-family: 'Cormorant_', serif;
        font-size: 5.6rem;
        line-height: 6rem;
        color: #111111;
        letter-spacing: 0;
        margin-bottom: 20px;
    }
    .feature_panels section.panel_type_in_focus_slider .records_list_slider .item .caption {
        padding-top: 75px;
        width: 100%;
        font-weight: 400;
        font-size: 1.35rem;
        color: #111111;
        letter-spacing: 0;
        line-height: 3.4rem;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 75px;
        -moz-column-gap: 75px; 
        column-gap: 75px;
    }    
    .feature_panels section.panel_type_in_focus_slider .records_list_slider .item .caption.single-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        max-width:720px;
    }
    .feature_panels section.panel_type_in_focus_slider .records_list_slider .item .subtitle {
        font-weight: 500;
        font-size: 1.35rem;
        color: #111111;
        letter-spacing: 0.1px;
        line-height: 3.4rem;
        margin-top: 25px;
        margin-bottom: 0;
    }
     .feature_panels section.panel_type_in_focus_slider .records_list_slider .item .link-wrapper {
         clear:both;
     }
    .feature_panels section.panel_type_in_focus_slider .records_list_slider .item .read-more-link {
        color: #6f6f6f;
    }
    .feature_panels section.panel_type_in_focus_slider .records_list_slider .item .download-article,
    .feature_panels section.panel_type_in_focus_slider .records_list_slider .item .view-article,
    .medium_grid .item .download-article,
    .medium_grid .item .view-article {
        padding-right: 20px;
    }
    .download-article,
    .view-article {
        display: inline-block;
        vertical-align: middle;
    }
    .external_news_grid_links .download-article,
    .external_news_grid_links .view-article {
        display: block;
        padding-top: 0;
    }
    
    .external_news_grid_links .view-article a:hover .external-link-svg *{
        stroke: #111;
    }
    
    .external-link-svg {
        padding-left: 5px;
    }
    .download-article svg,
    .view-article svg {
        display: inline-block;
        vertical-align: middle;
    }
    .feature_panels section.panel_type_in_focus_slider .panel_heading h2:after {
        background: rgba(0, 0, 0, 0.2);
    }
    .feature_panels section.panel_type_in_focus_slider .flickity-page-dots .dot .dot-line {
        background: rgba(0, 0, 0, 0.2);
    }
    
   /* .feature_panels section.panel_type_in_focus_slider .image_lazy_load:before {*/
   /*     opacity: 1.0;*/
   /*     background: rgb(226, 214, 214);*/
   /*     transform: translateX(0);*/
   /*     transition: opacity 400ms ease-in-out, transform 400ms ease-in-out;*/
   /*         z-index: 99;*/
   /*         transition-delay: 200ms;*/
   /* }    */
   /* .feature_panels section.panel_type_in_focus_slider .item.is-selected .image_lazy_load.loaded:before {*/
        /*opacity: 0;*/
   /*     transform: translateX(100%);*/
   /* }*/
    
   /* .feature_panels section.panel_type_in_focus_slider .item .ani-in {*/
   /*    opacity: 0;*/
   /* 	transform: translateY(10px);*/
   /* 	transition: transform 300ms ease-in, opacity 300ms ease-in;*/
   /* }   */
   /* .feature_panels section.panel_type_in_focus_slider .item.is-selected .ani-in{*/
   /* 	opacity: 1.0;*/
   /* 	transform: translateY(0);*/
   /* 	transition: transform 1200ms cubic-bezier(0.0, 0.0, 0.2, 1), opacity 1200ms cubic-bezier(0.0, 0.0, 0.2, 1);*/
   /* }   */
   /* .feature_panels section.panel_type_in_focus_slider .item.is-selected .ani-in:first-child {*/
   /* 	-webkit-transition-delay: 200ms;*/
   /* 	transition-delay: 200ms;*/
   /* }*/
   /* .feature_panels section.panel_type_in_focus_slider .item.is-selected .ani-in:nth-child(2) {*/
   /* 	-webkit-transition-delay:500ms;*/
   /* 	transition-delay: 500ms;*/
   /* }    */
   /*.feature_panels section.panel_type_in_focus_slider .item.is-selected .ani-in:nth-child(3) {*/
   /* 	-webkit-transition-delay:700ms;*/
   /* 	transition-delay: 700ms;*/
   /* }*/
   /*.feature_panels section.panel_type_in_focus_slider .item.is-selected .ani-in:nth-child(4){*/
   /* 	-webkit-transition-delay:900ms;*/
   /* 	transition-delay:900ms;*/
   /* }*/
    
    
    

    /* Protected path login
    --------------------------------------- */
    
    .loader_simple {
        background: url(/lib/archimedes/images/loader.gif) center center no-repeat;
        width: 24px;
        height: 24px;
        margin: 0 auto;
        text-indent: -9999px;
    }
    
    .protected-path-login-mode #header {
        z-index: 110000;
        background: #fff;
    }
    /*body.protected-path-login-mode #container_outer.page-top #header #header_main_inner {*/
    /*    padding-top: 45px;*/
    /*    padding-bottom: 45px;*/
    /*}*/
    
    .privacy_policy_form_msg {
        color: #757575;
        font-size: 1.1rem;
        line-height: 2.1rem;
        padding-top: 20px;
    }
	
	#protected_path_login {
		position: relative;
		z-index: 99999;
	    position: fixed;
	    top: 0;
	    overflow: auto;
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
	}
    	.protected_path_background_image {
    	    display: block;
    		position: fixed;
    		top: 0;
    		left: 0;
    		right: 0;
    		bottom: 0;
    		z-index: 2;
    		background: #111;
            transition: transform 600ms cubic-bezier(.65,.06,.19,.96), opacity 1000ms ease-in-out;
    	}
        	#protected_path_login.protected_path_hide .protected_path_background_image {
        		opacity: 0;
        	}
        	.protected_path_background_image img {
        	    width: 100%;
        	    height: 100%;
        	    object-fit: cover;
        	    object-position: center center;
        	    opacity: 0.5;
        	}
    	#protected_path_login > .inner {
            min-height: 100vh;
            width: 100%;
		    padding: 160px 60px 60px;
            box-sizing: border-box;
    	}
    	#protected_path_login.protected_path_hide  {
    	    
    	}
    	#protected_path_login:after {
    	    content: '';
    	    display: block;
    		position: fixed;
    		top: 0;
    		left: 0;
    		right: 0;
    		z-index: 1;
    		bottom: 0;
    		background: #f1f1f1;
            transition: transform 600ms cubic-bezier(.65,.06,.19,.96), opacity 1000ms ease-in-out;
    	}
        	#protected_path_login.protected_path_hide:after {
        		opacity: 0;
        	}
    	#protected_path_login #protected_path_login_container {
    	    position: relative;
    	    z-index: 20;
    	}
        	#protected_path_login.protected_path_hide #protected_path_login_container  {
        	    transition: transform 800ms cubic-bezier(.65,.06,.19,.96), opacity 400ms ease-in-out;
        	    opacity: 0;
        	    transform: translateY(200px);
        	}
	#protected_path_login .inner > div {
		width: 300px;
		border: 1px solid #ccc;
		background: #f1f1f1;
		padding: 20px;
		margin: 0 auto;
	}
    #protected_path_login .error_container {
        clear: both;
    }
	#protected_path_login label {
		display: block;
		clear: both;
		color: #444;
		font-size: 18px;
		margin-bottom: 10px;
	}
	#protected_path_login #username,
	#protected_path_login #password,
	#protected_path_login .protected_path_field_row input[type="text"],
	#protected_path_login .protected_path_field_row input[type="email"] {
		padding: 5px;
		border: 1px solid #ccc;
		font-weight: normal;
		width: 278px;
		font-size: 18px;
		margin-bottom: 10px;
		font-family: inherit;
	}
	#protected_path_login .protected_path_form_main_image {
	    clear: both;
	    margin: 0 0 20px;
	}
    	#protected_path_login .protected_path_form_main_image img {
    	    display: block;
    	}
	#protected_path_login .protected_path_form_description {
	    clear: both;
	    margin: 0 0 20px;
	}
	.protected_path_login .privacy_policy_form_msg {
	    clear: both;
	    margin: 20px 0 0;
	}
	
	#protected_path_login #protected_path_login_form {
	    max-height: 1000px;
	}
    	#protected_path_login.protected_path_loading #protected_path_login_form {
    	    opacity: 0;
    	    overflow: hidden;
    	    transition: max-height 600ms cubic-bezier(.65,.06,.19,.96), opacity 400ms ease-in-out;
    	    max-height: 0;
    	}
    	#protected_path_login.protected_path_loading.protected_path_checking_status #protected_path_login_form {
    	    transition: none;
    	}
    	#protected_path_login.protected_path_check_email #protected_path_login_form {
    	    opacity: 0;
    	    overflow: hidden;
    	    max-height: 0;
    	}
	#protected_path_login_content {
	    min-height: 70px;
	    position: relative;
	    clear: both;
	}
	#protected_path_login .protected_path_form_status {
	    clear: both;
        width: 100%;
        box-sizing: border-box;
        opacity: 0;
	    overflow: hidden;
	    transition: max-height 600ms cubic-bezier(.65,.06,.19,.96), opacity 400ms ease-in-out;
	    display: block;
	    position: absolute;
	    top: 0;
	    pointer-events: none;
	}
    	#protected_path_login .protected_path_form_status_inner {
            width: 100%;
            box-sizing: border-box;
            border: 1px solid #e1e1e1;
            background: #fff;
            padding: 20px;
            display: flex;
            align-items: center;
    	}
    	#protected_path_login.protected_path_loading .protected_path_form_status.protected_path_form_status_checking {
    	    max-height: 100px;
    	    opacity: 1;
    	}
    	#protected_path_login.protected_path_loading.protected_path_checking_status .protected_path_form_status.protected_path_form_status_checking {
    	    transition: none;
    	}
    	#protected_path_login .protected_path_form_status .loader_simple {
    	    display: inline-block;
    	    vertical-align: middle;
    	    margin: 0 15px 0 0;
    	}
    	#protected_path_login .protected_path_form_status .status_icon {
    	    display: inline-block;
    	    vertical-align: middle;
    	    margin: 0 15px 0 0;
    	    font-size: 26px;
    	    color: #91ca57;
            transition: transform 1000ms cubic-bezier(0,1.77,.6,.99);
            transform: scale(0);
    	}
    	#protected_path_login .protected_path_form_status .status_message {
    	    display: inline-block;
    	    vertical-align: middle;
    	}
        	#protected_path_login .protected_path_form_status .status_message h4 {
        	    margin: 0 0 5px;
        	}
    	
    	#protected_path_login .protected_path_form_status.protected_path_form_check_email {
    	    position: static;
    	    max-height: 0;
    	}
        	#protected_path_login.protected_path_check_email .protected_path_form_status.protected_path_form_check_email {
        	    max-height: 300px;
        	    opacity: 1;
        	}
        	#protected_path_login.protected_path_check_email .protected_path_form_status.protected_path_form_check_email .status_icon {
        	    transform: scale(1);
        	    transition-delay: 300ms;
        	}


	#protected_path_login {
	    
	}
    	#protected_path_login > .inner {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    	}
	#protected_path_login #container,
	#protected_path_login #protected_path_login_container {
        max-width: 600px;
        width: 100%;
        border: 1px solid #e1e1e1;
        background: #f7f7f7;
	    border: 0;
	    background: #fff;
        padding: 40px;
        margin: 0 auto;
	}
	#protected_path_login #protected_path_login_container {
        margin-bottom: 60px;
	}
    #protected_path_login h1 {
        margin: 0 0 15px;
        padding: 0;
        font-size: 3.2rem;
        line-height: 4.2rem;
    }
	#protected_path_login .protected_path_form_main_image {
	    margin-left: -20px;
	    margin-right: -20px;
	    height: 200px;
	    overflow: hidden;
	}
    	#protected_path_login .protected_path_form_main_image img {
    	   object-fit: cover;
    	   object-position: center center;
    	   display: block;
    	   height: 100%;
    	   width: 100%;
    	}
	#protected_path_login .protected_path_field_row {
	    width: 100%;
	    float: left;
        border: 1px solid #ddd;
        margin: 0 0 15px;
        clear: both;
	}
    	#protected_path_login label {
    		display: block;
    		clear: both;
            font-weight: 200;
            color: #585858;
            font-size: 1.25rem;
            float: left;
            width: 25%;
            padding: 10px;
            line-height: 42px;
            margin: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-right: 1px solid #ddd;
            
            display: 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"]
    	{
    	    border: 0;
            padding: 10px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background: #fff;
            -webkit-appearance: none;
            width: 75%;
            
            width: 100%;
            padding: 8px 16px;
            
            font-size: 1.3rem;
            line-height: 3.8em;
            letter-spacing: 0.5px;
            
            float: left;
            outline: none;
            margin: 0;
    	}
    	#protected_path_login .protected_path_field_row input::-webkit-input-placeholder {
    	    color: #666;
    	}
    	
    #protected_path_login .error_container {
        border: 1px solid #FFE000;
        background: #FFF9CB;
        color: #DD9700;
        font-weight: normal;
        margin: 0 0 15px;
        padding: 10px;
        display: block;
        clear: both;
    }
    #protected_path_login .button {
        margin-top: 10px;
    }

    #protected_path_login .link {
        float: right;
        padding: 21px 0 0;
    }
    
    #protected_path_buttons_container {
        float: left;
        width: 100%;
        margin: 0 0 20px;
    }

    
    
    
    
    
    
    
    /*  Artwork filters
    ---------------------------------------------------------------------------------- */
        #artworks-ui-panel {
            display:block;
            margin-bottom: 90px;
        }
        #artworks-ui-panel #responsive-filter-controls {
            display:none;
        }
        #artworks-ui-panel-inner {
            text-align: center;
        }
        #filterpanel_form_wrapper {
            display: inline-block;
            vertical-align: middle;
        }
        
        /* Visually hide the sumbit ---- trggering with js 
        ---------------------------------------------------*/
        #artworks-ui-panel .fp-module.fp-module--submit {
            visibility: hidden;
            position: absolute;
        }        
        .fp-footer {
            position: absolute;
            height: 0;
            display: block;
            overflow: hidden;
            opacity: 0;
            visibility: hidden;
        }
        /* Text field
        ---------------------------------------------------*/
        .filters_panel .fp-module .fp-textfield-wrapper {
            position: relative;
            display: block;
        }
            .filters_panel .fp-module .fp-textfield {
                border: 0;
                border-bottom: 1px solid #ddd;
                padding: 10px 30px 10px 0;
                width: 100%;
                box-sizing: border-box;    
                min-width: 300px;
            }
                body:not(.tabbing-detected) .filters_panel .fp-module .fp-textfield:focus {
                    outline: none;
                }
            .filters_panel .fp-module .fp-textfield-wrapper .fp-keyword-submit {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                text-decoration: none;
            }
            
            
        /* Visually hide the checkboxes
        ---------------------------------------------------*/
        #artworks-ui-panel .fp-module .fp-checkbox {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            position: absolute;
            width: 100%;
            height: 25px;
            left: 0;
            right: 0;
            outline-offset: -2px;
            outline: none;
            cursor: pointer;
            border: none;
        }
        /*remove checkbox for IE*/
        #artworks-ui-panel .fp-module .fp-checkbox[type="checkbox"]::-ms-check {
            display: none;
        }
        .tabbing-detected #artworks-ui-panel .fp-module .fp-checkbox:focus {
            outline: auto;
        }
        /*IE specific focus because outline-offset doesn't work*/
        .tabbing-detected.browser-msie #artworks-ui-panel .fp-module .fp-checkbox:focus {
            background-color: yellow;
            z-index: -1;
        }
        #artworks-ui-panel .fp-module input[type=checkbox] + label {
            color: #969696;
            cursor:pointer;
            padding-left: 28px;
            box-sizing: border-box;
        } 
        
        #artworks-ui-panel .fp-module input[type=checkbox]:checked + label,
        #artworks-ui-panel input[type=checkbox]:hover + label{
            color: #111;
        } 
        
            /*  General resets
            ------------------------------ */
            #artworks-ui-panel legend {
                padding: 0;
                display: table;
            }
             #artworks-ui-panel fieldset {
                border: 0;
                padding: 0.01em 0 0 0;
                margin: 0;
                min-width: 0;
            }
            body:not(:-moz-handler-blocked)  #artworks-ui-panel fieldset {
                display: table-cell;
            }
            #artworks-ui-panel ul {
                list-style-type: none;
                padding: 0;
            }
            
            
        /*  General module styles
        ------------------------------ */
        #artworks-ui-panel .fp-module {
            display: inline-block;
            margin-left: 30px;
            vertical-align: top;
            position: relative;
        }
        #artworks-ui-panel .fp-module:first-of-type {
            margin-left: 0;
        }
        #artworks-ui-panel .fp-legend {
            font-size: 1.5rem;
            color: #757575;
            font-weight: 500;
            line-height: 2rem;
            margin: 0;
            cursor: pointer;
            padding: 4px 0 4px;
            line-height: 36px;
            display: inline-block;
        }
        #artworks-ui-panel .fp-module.active .fp-legend,
        #artworks-ui-panel .fp-legend:hover{
            color:#111;
        }
        .fp-group-count {
            position: absolute;
            top: 0;
            right: -10px;
            display: none /*Hide for now*/
        }
        #artworks-ui-panel legend.fp-legend { 
            padding: 5px 10px 50px 10px; /* 10px hover area each side*/
        }
        
        #artworks-ui-panel .artwork-views-wrapper,
        #artworks-ui-panel .artwork-filters-wrapper {
            display: inline-block;
        }
        
        .browse_artworks_list #artworks-ui-panel .artwork-views-wrapper {
            float: left;
        }
        .browse_artworks_list #artworks-ui-panel .artwork-filters-wrapper {
            float: right;
        }
        #artworks-ui-panel .artwork-views-wrapper .fp-module {
            margin-left: 0;
            margin-right: 30px;
        }
        #artworks-ui-panel .artwork-views-wrapper .fp-module:last-of-type {
            margin-right: 0;
        }
        /*  Dropdown
        ------------------------------ */
        
        /*#artworks-ui-panel .fp-module-content {*/
        /*    position: absolute;*/
        /*    visibility: hidden;*/
        /*}*/
        .fp-dropdown-legend:after {
            content: '';
            position: absolute;
            top: 20px;
            right: -5px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 6px solid #969696;
            transition: transform 0.3s ease-in-out;
        }
        #artworks-ui-panel .fp-module.active .fp-dropdown-legend:after {
            border-top: 6px solid #111;
        }
        
         body:not(.device-handheld) #artworks-ui-panel .fp-module:hover .fp-dropdown-legend:after,
         #artworks-ui-panel .fp-module.open .fp-dropdown-legend:after {
            -moz-transform: scaleY(-1);
            -o-transform: scaleY(-1);
            -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
            border-top: 6px solid #111;
        }

        #artworks-ui-panel .fp-module-button {
            position: relative;
        }

        #artworks-ui-panel .fp-module-content {
            position: absolute;
            display: block;
            visibility: hidden;
            z-index:999;
            opacity: 0;
            padding: 0;
            text-align: left;
            right: 0;
            background: #FFF;
            border: 1px solid #E1E1E1;
            z-index: 50;
            top: 60px;
            box-sizing: border-box;
            transform: translate3d(0,-20px,0);
            transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
            font-size: 1.6rem;
            color: #0B0B0B;
            letter-spacing: 0;
            line-height: 2.2rem;
            font-weight: 500;
            pointer-events:none;
        }     
        
        /*#artworks-ui-panel .fp-module-content::before {*/
        /*    content:'';*/
        /*    position: absolute;*/
        /*    z-index: 40;*/
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*    background:#fff;*/
        /*}*/
        #artworks-ui-panel .fp-module-content::after {
            content: '';
            position: absolute;
            z-index: 40;
            top: 0;
            left: 3px;
            width: calc(100% - 6px);
            height: 100%;
            background: #f3e5e5;
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
        }   
        #artworks-ui-panel .fp-module-content-inner {
            position: relative;
            z-index: 50;
            width: 100%;
            height: 100%;
            background: #fff;
            padding: 20px;
            box-sizing: border-box;
            display: block;
        }
        
      
            /*body:not(.device-handheld) #artworks-ui-panel .fp-module:hover .fp-module-content,*/         
            body:not(.device-handheld) #artworks-ui-panel .fp-module:hover .fp-module-content,
            #artworks-ui-panel .fp-module.open .fp-module-content {
                visibility: visible;
                pointer-events:auto;
                opacity: 1;
                transform: translateY(0%);
                transition-delay: 0s, 0s, 0.3s;
            }  
            
            
            #artworks-ui-panel .fp-module-content ul li {
                white-space: nowrap;
                margin-bottom: 13px;
                position: relative;
            }  
            #artworks-ui-panel .fp-module-content ul li:last-of-type {
                margin-bottom: 0;
            }  

        #artworks-ui-panel .fp-categories-list li a{
            color: #969696;
        }
        #artworks-ui-panel .fp-categories-list li:hover a,
        #artworks-ui-panel .fp-categories-list li.active a{
            color: #111;
        }
        
        
    /* Create a custom checkbox */
    .fp-checkbox-item .checkmark {
        position: absolute;
        top: 50%;
        transform:translateY(-50%);
        left: 1px;
        height: 15px;
        width: 15px;
        border: 1px solid #dad6d6;
    }
    /* On mouse-over, add a grey background color */
    .fp-checkbox-item:hover input ~ label .checkmark {
        border: 1px solid #dad6d6;
    }

    /* When the checkbox is checked, add a blue background */
    .fp-checkbox-item input:checked ~ label .checkmark {
        border: 1px solid #dad6d6;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .fp-checkbox-item input:checked ~ label .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .fp-checkbox-item .checkmark:after {
        height: 4px;
        width: 7px;
        border-left: 2px solid;
        border-bottom: 2px solid;
        transform: rotate(-45deg);
        left: 3px;
        top: 3px;
        border-color: #111;
    }


    /*  Navigation
    ---------------------------------------------------------------------------------- */
    
    #sub_nav {
        text-align: center;
        margin-bottom: 120px;
    }
    /*#sub_nav ul{*/
    /*    list-style: none;*/
    /*    padding-left: 0;*/
    /*}  */
    /*#sub_nav ul li{*/
    /*    display: inline-block;*/
    /*    cursor: pointer;*/
    /*    margin-left: 40px;*/
    /*    font-size: 1.5rem;*/
    /*    font-weight: 500;*/
    /*}       */

    /*#sub_nav ul li:first-child{*/
    /*    margin-left: 0;*/
    /*}   */
    #sub_nav ul li a{
        color: #757575;
        transition: color 400ms linear;
        text-align: left;
    }   
    #sub_nav ul li.active a,
    #sub_nav ul li:hover a,
    .sub_nav ul li.active a,
    .sub_nav ul li:hover a{
        color: #111;
        text-align: left;
    }   
    #sub_nav.panel_filters.exhibition_year_filter {
        float: right;
        text-align: right;
        width: auto;
        margin-bottom: 0;
    }
    #sub_nav.panel_filters.exhibition_year_filter ul li{
        margin: 0 0 0 25px;
    }    
    #sub_nav.panel_filters.exhibition_year_filter ul li.numeric a {
        font-size: 1.4rem;
    }
    
    
    #sub_nav li.artist-list-grid-link {
        float: right;
        width:0;
        position: relative;
    }  
    #sub_nav li.artist-list-grid-link.active {
        display:none;
    }  
    #sub_nav li.artist-list-grid-link a {
        position: absolute;
        right: 0;
        white-space: nowrap;
        padding: 4px 20px 4px;
        margin-top: -2px;
    }
        
    #sub_nav li.artist-list-grid-link a i{
        width: 10px;
        margin-right: 10px;
        line-height: 0px;
        display: inline-block;
        /* padding-top: 17px; */
        vertical-align: middle;
    }
    #sub_nav li.artist-list-grid-link a.link_list i{
        width: 12px;
    }
    #sub_nav li.artist-list-grid-link a span{
        display: inline-block;
        vertical-align: middle;
    }    
    #sub_nav li.artist-list-grid-link a span.pre-wording{
        margin-right: 5px;
    }
    
    /*  Publications filters
    ---------------------------------------------------------------------------------- */
    .publications_filters_group.navigation ul,
    .publications_filters_group.navigation ul li {
        padding-left: 0;
        list-style: none;
    }
    #publications_nav {
        float: right;
        width: auto;
        position: absolute;
        top: -4px;
        right: 0;
        padding-right: 60px;
    }
    .section-publications .list-reveal-wrapper {
        overflow: hidden;
        clear:both;
    }
    .publications_filters_group.navigation {
        display: block;
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-column-width: 130px;
        -moz-column-width: 130px;
        column-width: 130px;
        padding: 50px 100px 0 100px;
        width:100%;
        box-sizing:border-box;
    }
    .publications_filters_group.navigation ul li {
        margin-bottom:30px;
    }
    .publications_years_nav_wrapper:not(.open), .publications_artists_nav_wrapper:not(.open) {
        max-height:0;
    }    

    /*  Publications details
    ---------------------------------------------------------------------------------- */
    
    .page-publications #issuu_embed {
        margin: 0 100px 100px;
    }

    /*  Artworks grid
    ---------------------------------------------------------------------------------- */

    .works_grid {
        width: auto;
        margin: 0 -90px 0 0;
    }
        .works_grid .item {
            box-sizing: border-box;
            width: 33.3%;
            padding: 0 90px 75px 0;
            display: inline-block;
            vertical-align: top;
            transform: translate3d(0, 80px, 0);
            opacity: 0;
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
        }
            /* Tile list variant ------------------------ */
            .works_grid.tile_grid .group {
                box-sizing: border-box;
                width: 33.3%;
                padding: 0 90px 0 0;
                display: inline-block;
                vertical-align: top;
            }
            .works_grid.tile_grid .group .item {
                width: 100%;
                padding: 0 0 90px 0;
            }
            /* Blog image list variant */
            .subsection-blog-detail .works_grid.tile_grid {
                margin-right: -35px;
            }
            .subsection-blog-detail .works_grid.tile_grid .group {
                padding-right: 35px;
            }
            /* Uneven tile list variant ------------------------ */
            /* This should probably have a variant class - at the moment this applies to all tile grids */
            .works_grid.tile_grid .group:nth-of-type(1) {
                padding-top: 40px;
            }
            .works_grid.tile_grid .group:nth-of-type(2) {
                padding-top: 0;
            }
            .works_grid.tile_grid .group:nth-of-type(3) {
                padding-top: 80px;
            }
        .works_grid .item.animate-from-top {
            transform: translate3d(0, -80px, 0);
        }
        .works_grid .item.visible {
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
            .works_grid .item:nth-of-type(2),
            .works_grid .item:nth-of-type(5) {
                transition-delay: 150ms;
            }
            .works_grid .item:nth-of-type(3),
            .works_grid .item:nth-of-type(6) {
                transition-delay: 300ms;
            }
            .works_grid .item.revealable {
                display: none;
            }
            .works_grid .item .image {
                width: 100%;
                margin: 0;
                display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
                /*overflow: hidden; commented out because it was hiding focus outline needed for accessibility*/
                margin: 0 0 20px 0;
            }
                body.browser-msie .works_grid .item .image {
                    display: block;
                }
                .works_grid .item .image img {
                    max-width: 100%;
                    display: block;
                    align-self: flex-end;
                    transition: transform 500ms ease-out, opacity 400ms ease-in-out;
                }
            .works_grid .item .caption {
                line-height: 2.7rem;
            }
                .works_grid .item .caption a {
                    display: inline-block;
                }
                .works_grid .item .bottom .caption p {
                    margin-bottom: 0;
                }
            .works_grid .item .prelude {
                margin-bottom: 8px;
                white-space: nowrap;
                overflow: hidden;
            }
                .works_grid .item .prelude:after {
                    max-width: 100px;
                }
            .works_grid .item h3 {
                margin: 0 0 22px;

                font-size: 3.0rem;
                line-height: 3.4rem;
            }
            .works_grid .item .title_and_year {
            	margin-bottom: 10px;
            }
            .works_grid .item .artist,
            .works_grid .item .title_and_year,
            .item .instagram_title {
                font-size: 1.6rem;
                color: #111111;
                letter-spacing: 0;
                font-weight: 500;
            }                  
            .works_grid .item .artist strong,
            .works_grid .item .title_and_year strong {
                font-weight: 500;
            }        
            .works_grid .item .artist em,
            .works_grid .item .title_and_year em {
                /*font-style: normal;*/
            }    
            .works_grid .item .medium,
            .works_grid .item .dimensions,
            .item .instagram_caption {
                font-size: 1.35rem;
                color: #757575;
                letter-spacing: 0;
            }
            .instagram_caption {
                padding-top: 10px;
            }


    /*  Large grid
    ---------------------------------------------------------------------------------- */

    .full_grid {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }
        .full_grid .item {
            width: auto;
            margin: 0 0 100px 0;
            position: relative;
            transform: translate3d(0, 80px, 0);
            opacity: 0;
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
        }
        .full_grid .item.animate-from-bottom {
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
        }
        .full_grid .item.animate-from-top {
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
            transform: translate3d(0, -50px, 0);
        }
        .full_grid .item.visible {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
            .full_grid .item .area {
                width: 50%;
                max-width: 650px;
                display: inline-block;
                vertical-align: top;
                box-sizing: border-box;
            }
                .full_grid .item .area .list_content_header{
                    margin-bottom: 20px;
                }  
                .full_grid .item .area .list_content_header h3{
                    font-family: 'Cormorant_', serif;
                    color: #111111;
                    font-size: 5rem;
                    line-height: 5.6rem;
                }                
                .full_grid .item .area .content {
                    margin: 0 0 20px;
                }
                .full_grid .item .area .align_bottom {
                    width: 100%;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                }
            .full_grid .item .image {
                width: 100%;
                margin: 0 0 40px;
                display: block;
                box-sizing: border-box;
                vertical-align: top;
                overflow: hidden;
            }
                .full_grid .item .image img {
                    max-width: 100%;
                    display: block;
                }


    /* Records slider panel
    ---------------------------------------------------------------------------------- */

    .feature_panels section.panel_type_215 .page-track-scroll-container {
        position: static;
    }
    .feature_panels section.panel_type_215 .panel_heading {
        margin: 0;
    }

    /* Images slider panel
    ---------------------------------------------------------------------------------- */

    /*.feature_panels section.panel_type_219 .page-track-scroll-container {*/
    /*    position: static;*/
    /*}*/
    .feature_panels section.panel_type_219  .area_wrapper {
        max-width: 100%;
    }
    .records_list_slider.fullwidth_image_slider .item {
        height: 60vh;
        width: auto;
        display: block;
        margin: 0 30px;
        margin-bottom: 0;
        padding: 0;
    }
    .records_list_slider.fullwidth_image_slider {
          width: 100vw;
          position: relative;
          left: 50%;
          right: 50%;
          margin-left: -50vw;
          margin-right: -50vw;
    }        
    .records_list_slider.fullwidth_image_slider .records_list_wrapper {
        position:relative;
    }    
    .records_list_slider.fullwidth_image_slider .records_list_inner {
        margin: 0 0 0 0;
    }  
    .records_list_slider.fullwidth_image_slider .item .image{
        display: block;
        margin: 0;
        margin-bottom: 0;
        padding: 0;
        height: 100%;
    }
 
    .records_list_slider.fullwidth_image_slider .item img {
        display: block;
        height: 100%;
    }
    .records_list_slider.fullwidth_image_slider .item .image::after {
        display: none;
    }
    .records_list_slider_caption.subtitle {
        padding-top: 30px;
        text-align: center;
    }
    
    
    
    /* Images slider panel
    ---------------------------------------------------------------------------------- */

    /*.feature_panels section.panel_type_219 .page-track-scroll-container {*/
    /*    position: static;*/
    /*}*/
    /*.feature_panels section.panel_type_219 .panel_heading {*/
    /*    margin: 0;*/
    /*}*/
    section.panel_type_related_slider .area_wrapper{
        position: relative;
    }
    section.panel_type_related_slider .area_wrapper .pager-wrapper{
        position: absolute;
        z-index: 999;
        bottom: 0;
        display: block;
        left: 0;
        height: 90px;
        width: 40%;
    }
    section.panel_type_related_slider .area_wrapper .pager-wrapper .flickity-page-dots,
    section.panel_type_related_slider .area_wrapper .pager-wrapper .slider_pagination_controls {
        width: auto;
        position: absolute;
        top: 20px;
        right: auto;
        padding-right: 0;
        padding-left: 150px;
        left: 0;
        z-index: 99;
    }
    .records_list_slider.related_content_slider {
    	/*height: 58vh;*/
    	/*min-height: 480px;*/
    	/*max-height: 680px;*/
    	
    	height:580px;
    	
    }
    
    /* Force a fade animation for desktop ------------------ */
    
    body.device-desktop .records_list_slider.flickity_fade .flickity-slider {
        transform: none !important;
        -webkit-transform: none !important;
    }
    body.device-desktop .records_list_slider.flickity_fade .item {
        left: 0 !important;
        opacity: 0;
        z-index: 0;
        visibility: hidden;
        transition: visibility 0.9s, opacity 0.9s ease-in-out;
        
    }
    body.device-desktop .records_list_slider.flickity_fade .item.is-selected {
        opacity: 1;
        z-index: 1;
        visibility: visible;
    }
    
    .tabbing-detected .records_list_slider .flickity-slider .item a:focus {
        outline-offset: -2px;
    }


    .records_list_slider.related_content_slider .records_list_wrapper,
    .records_list_slider.related_content_slider .records_list_inner,
    .records_list_slider.related_content_slider .item {
        width: auto;
        height: 100%;
    }    
    .records_list_slider.related_content_slider .item {
        display: inline-block;
        width: 100%;
        padding:0;
    }    
    .records_list_slider.related_content_slider .records_list_inner {
        margin:0;
    }
    .tabbing-detected .records_list_slider {
        overflow: visible;
    }
    .tabbing-detected .records_list_slider .records_list_inner:focus {
        margin: 3px;
    }
    .records_list_slider.related_content_slider .image {
        width: 60%;
        padding: 0;
        float: right;
        height: 100%;
    }
    .records_list_slider.related_content_slider .item img {
        display: block;
        height: 100%;
    }
    .records_list_slider.related_content_slider .item .image::after {
        display: none;
    }
    .records_list_slider.related_content_slider .list_caption_wrapper {
        width: 40%;
        padding: 0;
        float: left;
        height: 100%;
        background: #f9f9f9;
        padding: 85px 100px 85px 150px;
        box-sizing: border-box;
    }
    .records_list_slider.related_content_slider .list_caption_wrapper h3 {
        font-family: 'Cormorant_', serif;
        color: #111111;
        font-size: 5.6rem;
        line-height: 5.6rem;
        margin-bottom: 30px;
    }       
    .records_list_slider.related_content_slider .list_caption_wrapper .content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }   
    .related_content_slider .content > * {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
    }
    .records_list_slider.related_content_slider .list_caption_wrapper a {
        width: 100%;
    }
    .records_list_slider.related_content_slider .list_caption_wrapper a::after{
        content:'';
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }   
    .records_list_slider.related_content_slider .related-panel-heading h2 {
        font-size: 2.1rem;
        color: #0B0B0B;
        letter-spacing: 0;
        line-height: 2.2rem;
        font-family: 'Cormorant_', serif;
    }
    
    /* 2x feature small
    ---------------------------------------------------------------------------------- */

    .feature_panels section.panel_type_216 {
    }
        .feature_panels section.panel_type_216 .area_wrapper {
        }
        .feature_panels section.panel_type_216 h2 {
            margin: 0 0 20px;
        }
        .feature_panels section.panel_type_216 .subtitle {
            font-size: 2.0rem;
            line-height: 2.8rem;
            font-weight: 500;
            text-align: left;
            margin: 0 0 20px;
        }

        .feature_panels section.panel_type_216 .image1_container {
            float: left;
            width: 50%;
            box-sizing: border-box;
            min-height: 500px;
            position: relative;
            padding-right: 80px;
            margin-bottom: 150px;
        }
            .feature_panels section.panel_type_216 .image1_container .image {
                float: left;
                width: 60%;
                position: absolute;
                z-index: 0;
                left: 0;
                top: 0;
                transform: translateY(20px);
                opacity: 0;
            }
                .feature_panels section.panel_type_216 .image1_container .image img {
                    display: block;
                }
            .feature_panels section.panel_type_216 .image1_container .area_content {
                float: right;
                width: 65%;
                position: relative;
                z-index: 1;
                padding-top: 150px;
                transform: translateY(150px);
                opacity: 0;
            }
        .feature_panels section.panel_type_216 .image2_container {
            float: right;
            width: 50%;
            box-sizing: border-box;
            min-height: 500px;
            position: relative;
            margin-top: 125px;
            padding-right: 80px;
            margin-bottom: 150px;
        }
            .feature_panels section.panel_type_216 .image2_container .image {
                float: right;
                width: 60%;
                position: absolute;
                z-index: 0;
                right: 0;
                top: 0;
                transform: translateY(20px);
                opacity: 0;
            }
                .feature_panels section.panel_type_216 .image2_container .image img {
                    display: block;
                }
            .feature_panels section.panel_type_216 .image2_container .area_content {
                float: left;
                width: 65%;
                position: relative;
                z-index: 1;
                padding-top: 150px;
                transform: translateY(150px);
                opacity: 0;
            }

            .feature_panels section.panel_type_216 .visible .image_container .image {
                transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
            }
            .feature_panels section.panel_type_216 .visible .image_container .area_content {
                transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
            }
            .feature_panels section.panel_type_216 .visible .image_container .image,
            .feature_panels section.panel_type_216 .visible .image_container .area_content {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }


    /* Events list
    ---------------------------------------------------------------------------------- */

    .feature_panels section.panel_type_207 .list-preview-scroll-container {
        
    }
    .feature_panels section.panel_type_207 .panel_heading {
        margin: 0;
    }


    /* 2x feature large
    ---------------------------------------------------------------------------------- */

    .feature_panels section.panel_type_217 {
        overflow: hidden;
    }
        .feature_panels section.panel_type_217 .area_wrapper {
        }
        .feature_panels section.panel_type_217 h2 {
            margin: 0 0 20px;
        }
        .feature_panels section.panel_type_217 .subtitle {
            font-size: 2.0rem;
            line-height: 2.8rem;
            color: #ffffff;
            font-weight: 500;
            text-align: left;
            margin: 0 0 20px;
        }

        .feature_panels section.panel_type_217 .image1_container {
            float: left;
            width: 50%;
            box-sizing: border-box;
            min-height: 500px;
            position: relative;
            padding-right: 80px;
            margin-bottom: 150px;
        }
            .feature_panels section.panel_type_217 .image1_container .image {
                width: 100%;
                max-height: 700px;
                height: 80vh;
                z-index: 0;
                left: 0;
                top: 0;
                transform: translateY(20px);
                opacity: 0;
            }
                .feature_panels section.panel_type_217 .image1_container .image img {
                    display: block;
                    float: right;
                    max-width: none;
                    max-height: 100%;
                }
            .feature_panels section.panel_type_217 .image1_container .area_content {
                float: right;
                width: 100%;
                position: relative;
                z-index: 1;
                padding-top: 100px;
                transform: translateY(150px);
                opacity: 0;
            }
        .feature_panels section.panel_type_217 .image2_container {
            float: right;
            width: 50%;
            box-sizing: border-box;
            min-height: 500px;
            position: relative;
            padding-right: 80px;
            margin-bottom: 150px;
        }
            .feature_panels section.panel_type_217 .image2_container .image {
                width: 100%;
                max-height: 700px;
                height: 80vh;
                z-index: 0;
                right: 0;
                top: 0;
                transform: translateY(20px);
                opacity: 0;
            }
                .feature_panels section.panel_type_217 .image2_container .image img {
                    display: block;
                    float: left;
                    max-width: none;
                    max-height: 100%;
                }
            .feature_panels section.panel_type_217 .image2_container .area_content {
                float: left;
                width: 100%;
                position: relative;
                z-index: 1;
                padding-top: 100px;
                padding-bottom: 100px;
                transform: translateY(150px);
                opacity: 0;
            }

            .feature_panels section.panel_type_217 .visible .image_container .image {
                transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
            }
            .feature_panels section.panel_type_217 .visible .image_container .area_content {
                transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
            }
            .feature_panels section.panel_type_217 .visible .image_container .image,
            .feature_panels section.panel_type_217 .visible .image_container .area_content {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }


    /*  Full bleed / hero panel
    ---------------------------------------------------------------------------------- */

    .feature_panels section.panel_type_214 {
        margin: 0 0 40px;
    }
        .full_bleed_panel {
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            position: relative;
            background: #111;
        }
            .full_bleed_panel .image {
                position: absolute;
                z-index: 0;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                overflow: hidden;
            }
                .full_bleed_panel .image img {
                    object-fit: cover;
                    font-family: object-fit;
                    object-position: 50% 50%;
                    width: 100%;
                    height: 100%;
                    position: relative;
                    display: block;
                    z-index: 0;
                    transition: transform 400ms ease-out, opacity 400ms ease-in-out;
                    transform: scale(1.2);
                    opacity: 0;
                }
                    .full_bleed_panel.visible .image img {
                        transform: scale(1);
                        opacity: 1;
                        transition: transform 3000ms ease-out, opacity 3000ms ease-out;
                    }
                .full_bleed_panel .image:after {
                    content: '';
                    background: rgba(0,0,0,0.5);
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 1;
                }
            .full_bleed_panel .area {
                position: relative;
                z-index: 1;
                width: 100%;
                min-height: 620px;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
            }
                .full_bleed_panel .area .area_inner {
                    padding: 75px 150px;
                    max-width: 1680px;
                    margin: 0 auto;
                    box-sizing: border-box;
                    text-align: center;
                }
                .full_bleed_panel .area .area_inner h2 {
                    font-size: 8.0rem;
                    line-height: 9.0rem;
                    text-align: center;
                    color: #fff !important;
                }
                .full_bleed_panel .area .area_inner .prelude {
                    color: #fff !important;
                }
                .full_bleed_panel .area .area_inner .prelude:after {
                    background: #fff !important;
                }


    /*  Full bleed slideshow
    ---------------------------------------------------------------------------------- */

    .feature_panels section.panel_type_218 {
        margin: 0 0 40px;
    }
        .full_bleed_panel_slideshow {
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            position: relative;
            background: #111;
        }
            .full_bleed_panel_slideshow .image {
                position: absolute;
                z-index: 0;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                overflow: hidden;
            }
                .full_bleed_panel_slideshow .image img {
                    object-fit: cover;
                    font-family: object-fit;
                    object-position: 50% 50%;
                    width: 100%;
                    height: 100%;
                    position: relative;
                    display: block;
                    z-index: 0;
                    transition: transform 400ms ease-out, opacity 400ms ease-in-out;
                    transform: scale(1.2);
                    opacity: 0;
                }
                    .full_bleed_panel_slideshow.visible .image img {
                        transform: scale(1);
                        opacity: 1;
                        transition: transform 3000ms ease-out, opacity 3000ms ease-out;
                    }
                .full_bleed_panel_slideshow .image:after {
                    content: '';
                    background: rgba(0,0,0,0.5);
                    background: none;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 1;
                    
                    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                }
            .full_bleed_panel_slideshow .area {
                position: relative;
                z-index: 1;
                width: 100%;
                min-height: 100vh;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                pointer-events: none;
            }
                .full_bleed_panel_slideshow .area .area_inner {
                    padding: 75px 150px;
                    max-width: 1680px;
                    margin: 0 auto;
                    box-sizing: border-box;
                    text-align: center;
                }
                .full_bleed_panel_slideshow .area .area_inner h2 {
                    font-size: 8.0rem;
                    line-height: 9.0rem;
                    text-align: center;
                    color: #fff !important;
                }
                .full_bleed_panel_slideshow .area .area_inner .prelude {
                    color: #fff !important;
                }
                .full_bleed_panel_slideshow .area .area_inner .prelude:after {
                    background: #fff !important;
                }
                
                .full_bleed_panel_slideshow .image_gallery_multiple_container {
                    
                }
                    .full_bleed_panel_slideshow .image_gallery_multiple_container .pagination_controls {
                        position: absolute;
                        top: auto;
                        right: 20px;
                        left: auto;
                        bottom: 0;
                        width: 160px;
                        height: 120px;
                    }
                        .full_bleed_panel_slideshow .image_gallery_multiple_container .pagination_controls > div {
                            height: 100%;
                            top: 0;
                        }
                    .full_bleed_slideshow {
                        position: absolute;
                        z-index: 0;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        width: 100%;
                        overflow: hidden;
                    }
                        .full_bleed_slideshow .slide {
                            position: absolute;
                            z-index: 0;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            width: 100%;
                        }
                            .full_bleed_slideshow .slide .caption {
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                max-width: 40vw;
                                z-index: 2;
                                padding: 40px;
                                line-height: 18px;
                                color: #fff;
                                font-size: 1.4rem;
                                line-height: 2.2rem;
                            }
                            
                            .full_bleed_panel_slideshow .pagination_controls > div {
                                background: url(/images/arrow_l_white.png) 25% center no-repeat;
                                background-size: 47px auto;
                            }
                            .full_bleed_panel_slideshow .pagination_controls > div.pagination_controls_next {
                                background: url(/images/arrow_r_white.png) 25% center no-repeat;
                                background-size: 47px auto;
                            }

    /*  Large grid
    ---------------------------------------------------------------------------------- */

    .feature_panels section.panel_type_204 {

    }
        .feature_panels section.panel_type_204 .area_wrapper {
            padding-right: 0;
            padding-left: 0;
            max-width: none;
        }

    .large_grid,
    .extra_large_grid {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }
        .large_grid .item,
        .extra_large_grid .item{
            width: auto;
            margin: 0 75px 150px 0;
            position: relative;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-direction: row-reverse;
        }
        .panel_type_204.feature_variant_2 .extra_large_grid .item{
            flex-direction: row;
        }
        
        .large_grid .item > a,
        .extra_large_grid .item > a {
            width: 100%;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            flex-direction: row-reverse;
        }        
        
        .panel_type_204.feature_variant_2 .extra_large_grid .item > a {
            flex-direction: row;
        }
        
        .large_grid .item:after,
        .extra_large_grid .item:after {
            content: '';
            display: block;
            height: 0;
            clear: both;
            overflow: hidden;
        }
            .large_grid .item .area,
            .extra_large_grid .item .area {
                width: 45%;
                padding-right: 75px;
                padding-left: 0;
                float: left;
                vertical-align: top;
                box-sizing: border-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
            }
                .large_grid .item .area .content,
                .extra_large_grid .item .area .content {
                    margin: 0 0 20px;
                    padding: 0 30px 0 0;
                }
                .large_grid .item .area .prelude {
                    margin: 0 0 30px;
                }
                .large_grid .item .area h2,
                .extra_large_grid .item .area h2 {
                    font-family: 'Cormorant_', serif;
                    font-weight: normal;
                    /*margin: 0 0 90px;*/
                    font-size: 6.0rem;
                    line-height: 6.8rem;
                }                
                .large_grid .item .area .subtitle,
                .extra_large_grid .item .area .subtitle{
                    font-family: 'Cormorant_', serif;
                    font-size: 3.1rem;
                    line-height: 4.1rem;
                    color: #111111;
                    letter-spacing: 0;
                }
                .large_grid .item .area .content,
                .extra_large_grid .item .area .content {
                    margin: 0 0 20px;
                    padding: 0 30px 0 0;
                }                
                .large_grid .item .area .info_module,
                .extra_large_grid .item .area .info_module {
                    margin: 90px 0 0 0;
                }
             
  
            .large_grid .item .image {
                width: 62%;
                float: right;
                box-sizing: border-box;
                vertical-align: top;
                position: relative;
            }
                .large_grid .item .image img,
                .extra_large_grid .item .image img{
                    max-width: none;
                    margin: 0;
                    display: block;
                    transition: opacity 500ms ease-out;
                    object-position: center;
                    object-fit: cover;
                    font-family: object-fit;
                    width: 100%;
                    height: 100%;
                }



                
    /* Extra large specific styles
    ---------------------------------------------------------------------------------- */ 

            
            .extra_large_grid .item .area {
                width: 32%;
                padding-left: calc((100vw - 1680px) / 2);
                padding-right: 50px;
            }            
            .panel_type_204.feature_variant_2 .extra_large_grid .item .area {
                padding-right: calc((100vw - 1680px) / 2);
                padding-left: 50px;
            }
            .extra_large_grid .item .image{
                width: 68%;
                float: right;
                box-sizing: border-box;
                vertical-align: top;
                position: relative;
            }

                 
    /* Viewing room clock
    ---------------------------------------------------------------------------------- */ 


                .item .area .timer{
                    font-family: 'CormorantSC_', serif;
                    font-size: 3.1rem;
                    line-height: 4.1rem;
                    color: #111111;
                    letter-spacing: 0;
                }           
                .item .area .countdown_clock {
                    overflow: hidden;
                }
                
                .item .area .timer {
                    font-size: 4rem;
                    display:block;
                }
                .item .area .timer .period{
                    margin: 0;
                    font-family: 'HK Grotesk', sans-serif;
                    color: #757575;
                    /*background: #fff;*/
                    font-weight: normal;
                    font-size: 1.35rem;
                    line-height: 2.55em;
                    margin-right: 8px;
                }
                .item .area .timer .numeral {
                    /*min-width: 30px;*/
                    display: inline-block;
                    text-align: right;
                }

            .item .area .timer span {
                transform: translate3d(0,50px,0);
                opacity: 0;
                height: 44px;
                display: inline-block;
            }
            .item .area .countdown_clock.active .timer span {
                transform: translate3d(0,0,0);
                opacity: 1.0;
                transition: transform 1200ms cubic-bezier(0.0, 0.0, 0.2, 1), opacity 1200ms cubic-bezier(0.0, 0.0, 0.2, 1);
            	-webkit-transition-delay:900ms;
            	transition-delay: 900ms;
            }

                 

    /* Cascade grid panel 
    ---------------------------------------------------------------------------------- */

    .feature_panels section.panel_type_2022 {
        padding-top: 0;
    }
    .feature_panels section.panel_type_2022 .area_wrapper {
        padding-top: 0;
    }


    /*  Multi image feature - Store features etc
    ---------------------------------------------------------------------------------- */

    .multi_image_feature {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }
        .multi_image_feature .item {
            width: auto;
            margin: 0 -75px 75px 0;
            position: relative;
            transform: translate3d(0, 50px, 0);
            opacity: 0;
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
        }
        .multi_image_feature .item.animate-from-bottom {
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
        }
        .multi_image_feature .item.animate-from-top {
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
            transform: translate3d(0, -50px, 0);
        }
        .multi_image_feature .item.visible {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
        .multi_image_feature .item:after {
            content: '';
            display: block;
            height: 0;
            clear: both;
            overflow: hidden;
        }
            .multi_image_feature .item .image {
                width: 66.66%;
                float: left;
                padding-right: 75px;
                box-sizing: border-box;
                vertical-align: top;
                overflow: hidden;
            }
                .multi_image_feature .item .image img {
                    max-width: 100%;
                    margin: 0 auto;
                    display: block;
                    transition: transform 500ms ease-out;
                }

            .multi_image_feature .item .area {
                width: 33.33%;
                padding-right: 75px;
                float: right;
                vertical-align: top;
                box-sizing: border-box;
            }
                .multi_image_feature .item .area .image {
                    padding: 0;
                    margin: 0 0 45px;
                    width: 100%;
                    }
                    .multi_image_feature .item.no-caption .area .image {
                        margin: 0 0 75px;
                    }
                .multi_image_feature .item .area .area_content {
                    clear: both;
                }
                .multi_image_feature .item .area .content {
                    margin: 0 0 20px;
                    padding: 0 30px 0 0;
                }
                    .multi_image_feature .item .area .content .caption_heading {
                        line-height: 2.3rem;
                    }
                    .multi_image_feature .item .area .content .caption {
                        line-height: 2.3rem;
                    }
                .multi_image_feature .item .area h3 {
                    font-size: 27px;
                    line-height: 34px;
                }
                .multi_image_feature .item .area .align_bottom {
                    width: 100%;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                }



    /*  Medium grid
    ---------------------------------------------------------------------------------- */

    .medium_grid {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }
        .medium_grid .item {
            width: auto;
            margin: 0 0 75px 0;
            position: relative;
            transform: translate3d(0, 50px, 0);
            opacity: 0;
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
        }        
        .medium_grid .item a,
        .medium_grid .item .no-link-flex-align {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -ms-flex-align: center;
            align-items: center;
        }
        .medium_grid .item.animate-from-bottom {
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
        }
        .medium_grid .item.animate-from-top {
            transition: transform 5000ms cubic-bezier(.18, 1, .21, 1), opacity 5000ms cubic-bezier(.18, 1, .21, 1);
            transform: translate3d(0, -50px, 0);
        }
        .medium_grid .item.visible {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
        .medium_grid .item:after {
            content: '';
            display: block;
            height: 0;
            clear: both;
            overflow: hidden;
        }
            .medium_grid .item .area {
                width: 50%;
                padding-right: 0;
                padding-left: 75px;
                float: left;
                vertical-align: top;
                box-sizing: border-box;
            }
                .medium_grid .item .area .prelude {
                    margin: 0 0 30px;
                }
                .medium_grid .item .area h3 {
                    font-family: 'Cormorant_', serif;
                    font-weight: normal;
                    margin: 0 0 45px;
                    font-size: 6.0rem;
                    line-height: 7.4rem;
                }
                .medium_grid .item .area .content {
                    margin: 0 0 20px;
                    padding: 0 30px 0 0;
                    max-width: 550px;
                }
            .medium_grid .item .image {
                width: 50%;
                min-height: 10px;
                float: left;
                box-sizing: border-box;
                vertical-align: top;
                /*overflow: hidden;*/
            }
                .medium_grid .item .image img {
                    max-width: 100%;
                    margin: 0 auto;
                    display: block;
                    /*transition: transform 500ms ease-out;*/
                }
            .medium_grid .item .caption {
                position: absolute;
                top: 100%;
                padding-top: 10px;
            }
    /* Lazy load
    ---------------------------------------------------------------------------------- */

    .image_lazy_load {
        position: relative;
    }
    .image_lazy_load:before {
        content: '';
        position: absolute;
        pointer-events: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.04);
        transition: opacity 400ms ease-in-out, background 400ms ease-in-out;
        
        display: block;
    }
    .image_lazy_load.loaded:before {
        opacity: 0;
    }

    .image_lazy_load img {
        opacity: 0;
    }
    .image_inner.image-hover-disabled {
        pointer-events:none !important;
    }
    .image_lazy_load img.zoomImg {
        transition: none;
    }
    .image_lazy_load img.init_img {
        max-width: 100%;
        width: 100%;
    }
        .image_lazy_load.loaded img.init_img {
            display: none;
        }
    .image_lazy_load.loading img {
        opacity: 0;
        transition: none;
    }
    .image_lazy_load.loading:before {
        opacity: 1;
    }
    .image_lazy_load .loader {
        display: none;
    }
        .image_lazy_load.loading .loader {
            display: block;
        }
        
    .image_lazy_load.loaded img {
        transition: opacity 400ms ease-in-out;
        opacity: 1.0;
    }
        
        
        
    /*    .image_lazy_load.loading svg {*/
    /*        -webkit-animation: rotate 2s linear infinite;*/
    /*              animation: rotate 2s linear infinite;*/
    /*        -webkit-transform-origin: center center;*/
    /*              transform-origin: center center;*/
    /*        width: 30px;*/
    /*        height: 30px;*/
    /*        position: absolute;*/
    /*        top: 50%;*/
    /*        left: 50%;*/
    /*        margin: -10px 0 0 -10px;*/
    /*        display: block;*/
    /*    }*/
    /*        .image_lazy_load.loading svg .path {*/
    /*            stroke-dasharray: 1, 200;*/
    /*            stroke-dashoffset: 0;*/
    /*            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;*/
    /*            stroke-linecap: round;*/
    /*        }*/
    /*            .content-type-reversed .image_lazy_load.loading svg .path {*/
    /*                animation: dash 1.5s ease-in-out infinite, color-dark 6s ease-in-out infinite;*/
    /*            }*/
    /*        @-webkit-keyframes rotate {*/
    /*          100% {*/
    /*            -webkit-transform: rotate(360deg);*/
    /*                    transform: rotate(360deg);*/
    /*          }*/
    /*        }*/
    /*        @keyframes rotate {*/
    /*          100% {*/
    /*            -webkit-transform: rotate(360deg);*/
    /*                    transform: rotate(360deg);*/
    /*          }*/
    /*        }*/
    /*        @-webkit-keyframes dash {*/
    /*          0% {*/
    /*            stroke-dasharray: 1, 200;*/
    /*            stroke-dashoffset: 0;*/
    /*          }*/
    /*          50% {*/
    /*            stroke-dasharray: 89, 200;*/
    /*            stroke-dashoffset: -35px;*/
    /*          }*/
    /*          100% {*/
    /*            stroke-dasharray: 89, 200;*/
    /*            stroke-dashoffset: -124px;*/
    /*          }*/
    /*        }*/
    /*        @keyframes dash {*/
    /*          0% {*/
    /*            stroke-dasharray: 1, 200;*/
    /*            stroke-dashoffset: 0;*/
    /*          }*/
    /*          50% {*/
    /*            stroke-dasharray: 89, 200;*/
    /*            stroke-dashoffset: -35px;*/
    /*          }*/
    /*          100% {*/
    /*            stroke-dasharray: 89, 200;*/
    /*            stroke-dashoffset: -124px;*/
    /*          }*/
    /*        }*/
    /*        @-webkit-keyframes color {*/
    /*          100%,*/
    /*          0% {*/
    /*            stroke: #ffffff;*/
    /*          }*/
    /*          40% {*/
    /*            stroke: #ffffff;*/
    /*          }*/
    /*          66% {*/
    /*            stroke: #ffffff;*/
    /*          }*/
    /*          80%,*/
    /*          90% {*/
    /*            stroke: #ffffff;*/
    /*          }*/
    /*        }*/
    /*        @keyframes color {*/
    /*          100%,*/
    /*          0% {*/
    /*            stroke: #ffffff;*/
    /*          }*/
    /*          40% {*/
    /*            stroke: #ffffff;*/
    /*          }*/
    /*          66% {*/
    /*            stroke: #ffffff;*/
    /*          }*/
    /*          80%,*/
    /*          90% {*/
    /*            stroke: #ffffff;*/
    /*          }*/
    /*        }*/
    /*        @-webkit-keyframes color-dark {*/
    /*          100%,*/
    /*          0% {*/
    /*            stroke: rgba(0,0,0,0.2);*/
    /*          }*/
    /*          40% {*/
    /*            stroke: rgba(0,0,0,0.1);*/
    /*          }*/
    /*          66% {*/
    /*            stroke: rgba(0,0,0,0.2);*/
    /*          }*/
    /*          80%,*/
    /*          90% {*/
    /*            stroke: rgba(0,0,0,0.1);*/
    /*          }*/
    /*        }*/
    /*        @keyframes color-dark {*/
    /*          100%,*/
    /*          0% {*/
    /*            stroke: rgba(0,0,0,0.2);*/
    /*          }*/
    /*          40% {*/
    /*            stroke: rgba(0,0,0,0.1);*/
    /*          }*/
    /*          66% {*/
    /*            stroke: rgba(0,0,0,0.2);*/
    /*          }*/
    /*          80%,*/
    /*          90% {*/
    /*            stroke: rgba(0,0,0,0.1);*/
    /*          }*/
    /*        }*/
    /*        @-webkit-keyframes color2 {*/
    /*          100%,*/
    /*          0% {*/
    /*            stroke: #fff;*/
    /*          }*/
    /*          40% {*/
    /*            stroke: #fff;*/
    /*          }*/
    /*          66% {*/
    /*            stroke: #ccc;*/
    /*          }*/
    /*          80%,*/
    /*          90% {*/
    /*            stroke: #ccc;*/
    /*          }*/
    /*        }*/
    /*        @keyframes color2 {*/
    /*          100%,*/
    /*          0% {*/
    /*            stroke: #fff;*/
    /*          }*/
    /*          40% {*/
    /*            stroke: #fff;*/
    /*          }*/
    /*          66% {*/
    /*            stroke: #ccc;*/
    /*          }*/
    /*          80%,*/
    /*          90% {*/
    /*            stroke: #ccc;*/
    /*          }*/
    /*        }*/
    /*        @-webkit-keyframes color3 {*/
    /*          100%,*/
    /*          0% {*/
    /*            stroke: #fff;*/
    /*          }*/
    /*          40% {*/
    /*            stroke: #fff;*/
    /*          }*/
    /*          66% {*/
    /*            stroke: #fff;*/
    /*          }*/
    /*          80%,*/
    /*          90% {*/
    /*            stroke: #fff;*/
    /*          }*/
    /*        }*/
    /*        @keyframes color3 {*/
    /*          100%,*/
    /*          0% {*/
    /*            stroke: #fff;*/
    /*          }*/
    /*          40% {*/
    /*            stroke: #fff;*/
    /*          }*/
    /*          66% {*/
    /*            stroke: #fff;*/
    /*          }*/
    /*          80%,*/
    /*          90% {*/
    /*            stroke: #fff;*/
    /*          }*/
    /*        }*/

    /*        @-webkit-keyframes color4 {*/
    /*          100%,*/
    /*          0% {*/
    /*            stroke: #151515;*/
    /*          }*/
    /*          40% {*/
    /*            stroke: #151515;*/
    /*          }*/
    /*          66% {*/
    /*            stroke: #151515;*/
    /*          }*/
    /*          80%,*/
    /*          90% {*/
    /*            stroke: #151515;*/
    /*          }*/
    /*        }*/
    /*        @keyframes color4 {*/
    /*          100%,*/
    /*          0% {*/
    /*            stroke: #151515;*/
    /*          }*/
    /*          40% {*/
    /*            stroke: #151515;*/
    /*          }*/
    /*          66% {*/
    /*            stroke: #151515;*/
    /*          }*/
    /*          80%,*/
    /*          90% {*/
    /*            stroke: #151515;*/
    /*          }*/
    /*        }*/

 /* Image lazyload
----------------------------------------------------------- */

    /*.image_lazy_load {*/
    /*    position: relative;*/
    /*}  */
    /*.image_lazy_load:before {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    opacity: 0;*/
    /*    background: #fafafa;*/
    /*    transition: opacity 400ms ease-in-out;*/
    /*    content: '';*/
    /*    display: block;*/
    /*    z-index: 5;*/
    /*} */
    /*.image_lazy_load img {*/
    /*    position: relative;*/
    /*    z-index: 200;*/
    /*    transition: opacity 400ms ease-in-out;*/
    /*    will-change: opacity;*/
    /*}*/
    /*.image_lazy_load.loading img {*/
    /*    opacity: 0;*/
    /*    transition: none;*/
    /*}*/
    /*.lazyload_wrapper.loading:before {*/
    /*    opacity: 1;*/
    /*}*/
        
        
    .loader.spinning {
        position: absolute;
        z-index: 100;
        top: 50%;
        left: 50%;
        -webkit-animation: spinning 0.8s linear;
        -moz-animation: spinning 0.8s linear;
        animation: spinning 0.8s linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        background-color: background-color: #dcdcdc;;
        height: 3px;
        width: 30px;
        margin-left: -15px;
            background: #c3c3c3;
    }
    
    @-webkit-keyframes spinning {
        0% {
            -webkit-transform: rotate(0deg)
        }
        100% {
            -webkit-transform: rotate(360deg)
        }
    }
    
    @-moz-keyframes spinning {
        0% {
            -moz-transform: rotate(0deg)
        }
        100% {
            -moz-transform: rotate(360deg)
        }
    }
    
    @keyframes spinning {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }    

    /*  Misc
    ---------------------------------------------------------------------------------- */

    .video_embed_wrapper {

    }
        .video_embed_wrapper .video_embed_functions {
            display: none;
        }

    .text_blocks {
        display: block;
    }
        .text_blocks .block {
            display: block;
            margin: 0 0 15px;
        }

    .columns {
        margin: 0 -25px 0 0;
        display: block;
    }
        .columns:after {
            content: '';
            clear: both;
            height: 0;
            overflow: hidden;
            display: block;
        }
        .columns .column {
            float: left;
            vertical-align: top;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 50%;
            padding: 0 25px 25px 0;
        }
            .columns .column .content {
                /*color: rgba(255,255,255,0.5);*/
            }
            .columns .column .content > div {
                margin: 0 0 15px;
                /*color: rgba(255,255,255,0.5);*/
            }
            .columns .column .content p {
                margin: 0 0 15px;
            }

    .link,
    .content_read_more_link,
    .link button {
        color: #111;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 3.0rem;
        transition: color 400ms linear;
        font-weight: 500;
    }
    
    .publication_enquire_link {
        line-height: 0;
    }

    
        /*.content-type-reversed .link,*/
        /*.content-type-reversed-popup .link {*/
        /*    color: #fff;*/
        /*}*/

    .links .link {
        display: inline-block;
        margin: 0 25px 0 0;
        vertical-align: top;
    }

    .content_read_more_link {
        clear: both;
        display: inline-block;
        padding-top: 20px;
        margin-right: 30px;
    }
    .content_reveal_more_link {
        clear: both;
        display: inline-block;
        padding-top: 50px;
        margin-right: 30px;
    }
    .link.link_more {
    	border: 1px solid #e2e2e2;
    
    	display: inline-block;
    }
    .link.link_more a:before {
        content: '+ ';
    }    
    .link.link_more a{
        display: block;
        font-size: 1.4rem;
        color: #111111;
        letter-spacing: 0.1px;
        text-align: center;
        line-height: 3.1rem;
        padding: 12px 40px;
    }
    


    .links_simple ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .links_simple ul li {
            display: block;
            margin: 0 0 8px;
        }
        .links_simple ul li a {
            color: #111;
            font-weight: 500;
            /*font-size: 1.3rem;*/
            font-size: 1.4rem;
            line-height: 2.1rem;
        }
        .links_simple ul li a,
        .links_simple ul li a:visited {
            text-decoration: none !important;
        }

    .fallback_cart_wrapper {
        padding: 0;
        font-size: 1.3rem;
        line-height: 2.0rem;
        background: rgba(255, 255, 255, 0.9);
        color: #151515;
        padding: 10px 14px 9px 15px;
        white-space: nowrap;
        text-align: center;
    }
        .content-type-reversed .fallback_cart_wrapper {
            background: rgba(0, 0, 0, 0.9);
            color: #fff;
        }
        .fallback_cart_wrapper,
        .content-type-reversed .fallback_cart_wrapper {
            color: #fff;
        }
        .fallback_cart_wrapper.sold_out,
        .content-type-reversed .fallback_cart_wrapper.sold_out {
            background: #a50f0f;
        }
        .fallback_cart_wrapper .link a,
        .fallback_cart_wrapper .link span {
            color: #151515;
        }
        .content-type-reversed .fallback_cart_wrapper .link a,
        .content-type-reversed .fallback_cart_wrapper .link span {
            color: #fff;
        }
        .fallback_cart_wrapper .price,
        .fallback_cart_wrapper .link {
            display: inline-block;
            margin: 0 20px 0 0;
        }
        .fallback_cart_wrapper .price:last-child,
        .fallback_cart_wrapper .link:last-child {
            margin-right: 0;
        }
        .fallback_cart_wrapper .link {
            display: block;
            clear: both;
            width: 100%;
            cursor: pointer;
        }
        .fallback_cart_wrapper .link span {
            display: block;
        }
        .fallback_cart_wrapper .price {
            display: block;
            clear: both;
            width: 100%;
        }
        .fallback_cart_wrapper .price.sold_out {
            display: block;
            clear: both;
            width: 100%;
        }

        .featured_context .fallback_cart_wrapper {
            float: left;
            padding: 12px;
        }
            .featured_context .fallback_cart_wrapper .link span {
                font-size: 2.1rem;
                padding: 10px 15px 9px 15px;
            }

    .caption_heading {
        font-size: 1.3rem;
        line-height: 2.1rem;
        font-weight: 500;
        margin: 0 0 5px;
    }
    .caption {
        font-size: 1.2rem;
        line-height: 1.5em;
        font-weight: 500;
        font-weight: normal;
        color: #757575;
        margin: 0 0 30px;
        display:inline-block;
    }
    .list_caption_wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        transition: color 400ms linear;
    }
        .list_caption_wrapper .content,
        .list_caption_wrapper .caption {
            float: left;
            width: 100%;
            font-weight: 500;
        }
        .list_caption_wrapper .buttons {
            float: right;
            white-space: nowrap;
            margin-left: 15px;
        }
            .list_caption_wrapper .buttons > div {
                display: inline-block;
                vertical-align: middle;
                margin-left: 5px;
            }
            .list_caption_wrapper .buttons > div.store-item-wrapper {
                display: none;
            }
            .list_caption_wrapper .buttons > .price {
                font-size: 1.3rem;
                line-height: 1.8rem;
                font-weight: 500;
                font-size: 1.35rem;
                color: #757575;
                letter-spacing: 0;
                padding-top: 6px;
            }
            .list_caption_wrapper .buttons > div:first-child {
                margin-left: 0;
            }
                    .list_caption_wrapper .buttons > div.wishlist_content {
                        margin-left: 3px;
                    }
                    /*
                        .list_caption_wrapper .buttons > div.enquire_link.enquire_link_icon {
                            margin-top: 1px;
                        }
                    */
        .list_sold_indicator,
        .detail_sold_indicator {
            text-transform: uppercase;
            font-size: 11.5px;
            letter-spacing: 0.7px;
            font-weight: 500;
            color: #a21515;
        }   
        .list_sold_indicator.reserved,
        .detail_sold_indicator.reserved {
            color: #926d19;
        }             
                    
    .bottom {
        font-size: 1.3rem;
        /*line-height: 2.1rem;*/
        line-height: 3rem;
        font-weight: 500;
    }
    .price {
        font-size: 1.4rem;
        line-height: 2.1rem;
        font-weight: 500;
    }
    .detail_subtitle {
        font-size: 1.4rem;
        line-height: 2.2rem;
        font-weight: normal;
    }
    .label {
        font-size: 1.3rem;
        line-height: 2.1rem;
        transform: translate3d(0,0,0);
        margin: 0 0 30px;
    }
    /*.format {*/
    /*	color: #111;*/
    /*}*/
    /*.format {*/
    /*    color: #777;*/
    /*}*/
    .status_divider {
        font-size: 1.4rem;
        line-height: 2.1rem;
        font-weight: 500;
    }

    .terms_and_conditions {
        color: #757575;
        font-size: 1.2rem;
        line-height: 2.8rem;
    }
        .terms_and_conditions a,
        .terms_and_conditions a:visited {
            text-decoration: underline;
            color: #757575;
        }

    .subtitle,
    .subtitle2 {
        font-size: 1.4rem;
        line-height: 2.6rem;
        font-weight: 500;
        color: #757575;
        margin: 0 0 30px;
    }
        .content-type-reversed .subtitle,
        .content-reversed .subtitle {
            color: #757575;
        }
        .subtitle .dates,
        .subtitle .location {
            display: inline-block;
            margin: 0 15px 0 0;
        }

    .list_content_header {
        display: block;
        margin: 0 0 30px;
    }
        .list_content_header h3 {
            margin: 0 0 5px;
        }
        .list_content_header .subtitle {
            margin: 0;
        }

    .prelude {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 2.0rem;
        font-size: 1.6rem;
        text-transform: capitalize;
        color: #0B0B0B;
        letter-spacing: 0;
        line-height: 2.2rem;
        line-height: 2.2rem;
        font-size: 2.5rem;
        letter-spacing: 0.18px;
        font-family: 'Cormorant_', serif;
        font-weight: normal;
    }
        .prelude .dates,
        .prelude .location {
            display: inline-block;
            margin: 0 20px 0 0;
        }
        .prelude:after {
            display: inline-block;
            vertical-align: middle;
            width: 120px;
            background: #e1e1e1;
            content: '';
            height: 1px;
            margin: -1px 0 0 20px;
            transition: transform 1100ms ease-in-out;
            transform: scaleX(0);
            transform-origin: 0 0;
        }
            .prelude.prelude_no_text:after {
                margin-top: 0;
                margin-left: 0;
                margin-bottom: 20px;
            }
            /*.content-type-reversed .prelude:after,*/
            /*.content-type-reversed-popup .prelude:after {*/
            /*    background: #151515;*/
            /*}*/
        .visible .prelude:after,
        .records_grid.standard_grid .prelude:after {
            transform: scaleX(1);
            transition-delay: 200ms;
        }

            .prelude_heading:after {
                display: inline-block;
                vertical-align: middle;
                width: 120px;
                background: #fff;
                content: '';
                height: 1px;
                margin: -1px 0 0 20px;
                transition: transform 1100ms ease-in-out;
                transform: scaleX(0);
                transform-origin: 0 0;
            }
                .content-type-reversed #container .prelude_heading:after {
                    background: #151515;
                }
                .visible .prelude_heading:after {
                    transform: scaleX(1);
                    transition-delay: 200ms;
                }


        /*
            .item.visible:hover .prelude:after {
                -webkit-animation: preludehover 1000ms  cubic-bezier(.86,.01,.14,.99) 1;
                animation: preludehover 1000ms  cubic-bezier(.86,.01,.14,.99) 1;
            }
                @-webkit-keyframes preludehover {
                    0% {
                        transform: scaleX(1);
                        transform-origin: 100% 0;
                    }
                    50% {
                        transform: scaleX(0);
                        transform-origin: 100% 0;
                    }
                    51% {
                        transform: scaleX(0);
                        transform-origin: 0 0;
                    }
                    100% {
                        transform: scaleX(1);
                    }
                }
                @keyframes preludehover {
                    0% {
                        transform: scaleX(1);
                        transform-origin: 100% 0;
                    }
                    50% {
                        transform: scaleX(0);
                        transform-origin: 100% 0;
                    }
                    51% {
                        transform: scaleX(0);
                        transform-origin: 0 0;
                    }
                    100% {
                        transform: scaleX(1);
                    }
                }
        */


    /*  Filters
    ---------------------------------------------------------------------------------- */

    .filter_toolbar {
        border-bottom: 1px solid rgba(0,0,0,0.15);
        text-align: center;
    }
        .filter_toolbar .filter_toolbar_button {
            display: inline-block;
            font-weight: 500;
            font-size: 1.3rem;
            padding: 12px;
            cursor: pointer;
            box-sizing: border-box;

            display: block;
            width: 100%;
        }
        .filter_toolbar .filters_clear_button {
            display: inline-block;
            cursor: pointer;
            font-weight: 500;
            font-size: 1.3rem;
            padding: 12px;
            display: none;
        }

    .filters_panel {


    }
        .filters_panel.active {
            max-height: 800px;
            opacity: 1;
        }
        .filters_panel h3 {

            font-size: 2.8rem;
            line-height: 3.4rem;
        }
        .filters_panel h3:after,
        #container .filters_panel .prelude:after {
            background: #fff !important;
        }
        #container .filters_panel .prelude {
            margin: 0 0 30px;
            white-space: nowrap;
            overflow: hidden;
        }
        #container .filters_panel.active .prelude:after {
            
        }

        .filters_panel .filters_inner {
            box-sizing: border-box;
            max-width: 1680px;
            margin: 0 auto;
            padding: 50px 150px;
            text-align: left;
        }
        .filters_panel .main {
            width: 100%;
            float: left;
        }

        .filters_panel .filters_submit {
            width: 25%;
            float: right;
            display: none;
            background: #fff !important;
        }
            .filters_panel .filters_submit span {
                box-sizing: border-box;
                width: 100%;
                color: #151515 !important;
            }

        .filters_panel .list_wrapper {
            display: inline-block;
            padding: 0 40px 0 0;
            vertical-align: top;
            text-align: left;
            width: 33.33%;
            box-sizing: border-box;
        }

        .filters_panel .filters_list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
            .filters_panel .filters_list li a {
                transition: max-height 500ms cubic-bezier(.65,.06,.19,.96), opacity 250ms ease-in-out;
                opacity: 0.5;
            }
            .filters_panel .filters_list li.active a {
                opacity: 1;
            }

.filter_no_results_wrapper h2 {
    font-size: 2rem;
}

    /* Forms
    ----------------------------------------------------------- */

    form {
        margin: 0;
        padding: 0;
    }
        form .form_row .g-recaptcha {
            margin: 0 0 10px;
        }
        form .form_row {
            display: block;
            clear: both;
            margin: 0 0 20px;
            float: left;
            width: 100%;
            border-bottom: 1px solid #e1e1e1;
        }
            form .form_row_submit {
                border: 0;
            }
            form .form_row.error_row {
                border: 0;
                max-height: 0;
                opacity: 0;
                margin: 0;
                padding: 0;
                font-size: 1.4rem;
                line-height: 2.1rem;
                color: #f30000;
                transition: all 400ms ease-in-out;
            }
                form .form_row.error_row.active {
                    opacity: 1;
                    max-height: 100px;
                    padding: 0 0 10px;
                }

            form .form_row_types {
                float: left;
                width: 100%;
                padding: 0 0 20px;
            }
                form .form_row_types ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    float: left;
                    width: 100%;
                }
                form .form_row_types ul li {
                    float: left;
                    margin: 0 15px 0 0;
                    color: rgba(255,255,255,0.5);
                    transition: color 200ms ease-in-out;
                    cursor: pointer;
                    line-height: 2.2rem;
                }
                form .form_row_types ul li.active {
                    color: rgba(255,255,255,1);
                }

            form .form_row label {
                /*display: none;*/
                /*position: absolute;*/
                /*font-size: 0;*/
                /*line-height: 0;*/
                /*opacity: 0;*/
            }
            form .form_row .checkbox_container {
                float: left;
                clear: both;
                width: 100%;
                cursor: pointer;
                padding-left: 4px;
            }
            #sc_checkout_content #shipping_container #shipping_zones_container label, 
            #sc_checkout_content #shipping_container #shipping_options_container label {
                display: block;
            }
            #sc_checkout_container form .form_row:after {
                content:'';
                border-bottom: 1px solid #e1e1e1;
                padding-bottom: 10px;
                display:block;
            }

                form .form_row .checkbox_container input {
                    display: none;
                }
                form .form_row .checkbox_container label {
                    display: block;
                    float: left;
                    padding: 0 0 0 25px;
                    margin: 5px 0 10px;
                    position: relative;
                }
                    form .form_row .checkbox_container label:after {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 5px;
                        left: 0px;
                        height: 15px;
                        width: 15px;
                        border: 1px solid #666;
                        border-radius: 2px;
                    }
                    form .form_row .checkbox_container label:before {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 9px;
                        left: 2px;
                        height: 11px;
                        width: 15px;
                        background: url('/images/tick.svg') 0 0 no-repeat;
                        background-size: auto 11px;
                        opacity: 0;
                        transform: scale(0.2);
                        transition: opacity 400ms ease-in-out, transform 800ms cubic-bezier(.12,1.93,.58,1);
                    }
                    form .form_row .checkbox_container input:checked + label:before {
                        transform: scale(1);
                        opacity: 1;
                    }
            form .form_row input[type='text'],
            form .form_row input[type='email'],
            form .form_row input[type='tel'],
            form .form_row textarea,
            form .form_row select {
                background: none;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                border: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                color: #757575;
                padding: 15px 0;
                outline: none;
                border-radius: 0;
                resize: none;
            }
            form#save_checkout_delivery_form {
                padding-top:30px;
            }
            form#save_checkout_delivery_form .form_row label,
            form#xsc_checkout_payment_form .form_row label {
                height:0;
                width:0;
                display:block;
                overflow: hidden;
                position: absolute;
            }
            form#sc_checkout_payment_form .form_row label {
                display: block;
                margin: 0;
                padding: 0;
                color: #111;
                font-weight: 500;
            }
            form#sc_checkout_payment_form .inputField {
                background: none;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                border: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                color: #757575;
                padding: 5px 0 15px;
                outline: none;
                border-radius: 0;
                resize: none;
            }
            .sc_field_group {
                margin-bottom: 20px;
            }            
            .sc_field_group::after {
                content: '';
                clear: both;
                display: block;
                overflow: hidden;
                content: '';
            }
            #sc_checkout_container form#save_checkout_delivery_form .form_row:after,
            #sc_checkout_container form#sc_checkout_payment_form .form_row:after {
                display:none;
            }
            #sc_checkout_button {
                margin-bottom: 30px;
            }
            #sc_checkout_payment_form #sc_total_price_container {
                padding-top:0;
            }
            #sc_checkout_payment_form #sc_order_total {
                border-bottom:1px solid #e1e1e1;
                padding-bottom: 15px !important;
            }
            
                .tabbing-detected form .form_row input[type='text']:focus,
                .tabbing-detected form .form_row textarea:focus,
                .tabbing-detected form .form_row select:focus {
                    outline: auto;
                }
                form .form_row.error input[type='text'],
                form .form_row.error textarea,
                form .form_row.error select,
                form .form_row.error .checkbox_container label {
                    color: #f30000;
                }
                form .form_row input:-webkit-autofill {
                    -webkit-box-shadow: 0 0 0px 1000px #fbf6f6 inset;
                    color: #111;
                    -webkit-text-fill-color: #111;
                }
                @media screen and (-webkit-min-device-pixel-ratio:0) { 
                    /* Stops mobile safari from zooming-in when you focus on a field */
                    .device-handheld form .form_row input, .device-handheld form .form_row textarea, .device-handheld form .form_row select {
                        font-size: 16px;
                    }
                }
            form .form_row textarea {
                min-height: 100px;
            }
            form .form_row input.active,
            form .form_row textarea.active,
            form .form_row select.active {
                color: #111;
            }

            .select_container {
                position: relative;
            }
                .select_container:after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    transform: translate(0, -3px);
                    right: 15px;
                    width: 0; 
                    height: 0; 
                    border-left: 4px solid transparent;
                    border-right: 4px solid transparent;
                    border-top: 4px solid #222;
                    pointer-events: none;
                }
        .section-store .subsection-store-basket h3, 
        .section-wishlist .subsection-store-basket h3 {
            margin: 0 0 15px;
            font-size: 2.6rem;
            line-height: 3rem;
            color: #222;
        }
        form .button {
            margin-top: 12px;
        }

    /* Enquire icon
    --------------------------------------------------------------------------------- */

    .enquire_link.enquire_link_icon {
        text-indent: -200px;
        overflow: hidden;
        width: 14px;
        height: 31px;
            /*
                background: url(/images/enquire.png) center center no-repeat;
                background-size: 12px auto;
            */
            text-indent: 0;
            width: auto;
            font-size: 10.5px;
            font-weight: 500;
            letter-spacing: 0.4px;
            text-transform: uppercase;
        cursor: pointer;
        transition: transform 300ms cubic-bezier(.65,.06,.19,.96), opacity 300ms linear, background 400ms linear;
    }
        /*
            body.content-type-reversed .enquire_link.enquire_link_icon {
                background-image: url(/images/enquire_reversed.png);
            }
            .enquire_link_icon:hover {
                transform: scale(0.8);
            }
        */


    /* Wishlist button
    --------------------------------------------------------------------------------- */

        .wishlist_button {
            clear: both;
            position: relative;
            border: none;
            color: #151515;
            font-size: 1.4rem;
            line-height: 2.0rem;
            display: block;
            margin: 0 0 0;
            padding: 0 2px 0 4px;
            overflow: visible;
            float: left;
            white-space: nowrap;
            color: #111;
            font-weight: 500;
            font-size: 1.3rem;
            line-height: 2.0rem;
            width: 14px;
        }
            .content-type-reversed .wishlist_button {
                color: #151515;
            }
            .wishlist_button .store_item_controls {
                transition: transform 300ms cubic-bezier(.65,.06,.19,.96), opacity 300ms linear;
                display: inline-block;
                /*padding: 14px 15px 5px 0;*/
            }
                .wishlist_button.active .store_item_controls {
                    opacity: 0;
                    pointer-events: none;
                }
                .records_grid .list_caption_wrapper .buttons,
                .records_grid .list_caption_wrapper .wishlist_button,
                .records_grid .list_caption_wrapper .wishlist_button .store_item_add_container .link {
                    line-height: 1.6rem;
                }
                .records_grid .list_caption_wrapper .buttons .list_sold_indicator {
                    line-height: 2.6rem;
                }
                .records_grid .wishlist_button .store_item_controls .store_item_add_container a.add_to_wishlist {
                    font-size: 0;
                    line-height: 0;
                    outline-offset: 2px;
                }
                .wishlist_button.active .store_item_controls .store_item_add_container a.add_to_wishlist {
                    visibility: hidden;
                }
                .wishlist_button .store_item_controls .store_item_add_container a.add_to_wishlist:before {
                    display: inline-block;
                    vertical-align: middle;
                    content: '';
                    background: url(/images/add_to_list_active.png) 0 0 no-repeat;
                    background-size: 14px 13px;
                    width: 14px;
                    height: 13px;
                    margin: 0;
                    transform: scale(1);
                    transition: transform 300ms cubic-bezier(.14,.86,.3,1.51), opacity 300ms linear;
                    opacity: 0.3;
                }
                .wishlist_button.active .store_item_controls .store_item_add_container a.add_to_wishlist:before {
                    transform: scale(0);
                    opacity: 1;
                }
                    .content-type-reversed .wishlist_button .store_item_controls .store_item_add_container a.add_to_wishlist:before,
                    .content-type-reversed-popup .wishlist_button .store_item_controls .store_item_add_container a.add_to_wishlist:before {
                        background-image: url(/images/add_to_list_active.png);
                    }
                    #hero .wishlist_button .store_item_controls .store_item_add_container a.add_to_wishlist:before {
                        background-image: url(/images/add_to_list_active.png);
                    }
                    .wishlist_button:hover .store_item_controls .store_item_add_container a.add_to_wishlist:before {
                        transform: scale(1.1);
                        opacity: 1;
                    }
                    
                    
                .roomview-button-custom a:before {
                    display: inline-block;
                    vertical-align: middle;
                    content: '';
                    background: url(/images/view_in_a_room_active.png) 0 0 no-repeat;
                    background-size: 14px 16px;
                    width: 14px;
                    height: 16px;
                    margin: -3px 7px 0 0;
                    transform: scale(1);
                    transition: transform 300ms cubic-bezier(.14,.86,.3,1.51), opacity 300ms linear;
                    opacity: 0.3;
                }
                .roomview-button-custom:hover a:before {
                    transform: scale(1.1);
                    opacity: 1;
                }
                    
                    
                .wishlist_button .store_item_controls .store_item_add_container {
                    display: inline-block;
                    vertical-align: middle;
                }
            .wishlist_button .store_item_remove_container {
                transition: transform 300ms cubic-bezier(.65,.06,.19,.96), opacity 300ms linear, visibility 300ms;
                display: block !important;
                position: absolute;
                width: 100%;
                top: 0;
                left: 0;
                /*padding: 17px 15px 5px 0;*/
                opacity: 0;
                visibility: hidden;
                font-size: 1.4rem;
                line-height: 3.0rem;
                transition: color 400ms linear;
                font-weight: 500;
            }
            .wishlist_button .store_item_remove_container,
            .wishlist_button .store_item_remove_container * {
                pointer-events: none;
            }
            .wishlist_button.active .store_item_remove_container,
            .wishlist_button.active .store_item_remove_container *  {
                pointer-events: auto;
            }
                .wishlist_button.active .store_item_remove_container {
                    opacity: 1;
                    visibility: visible;
                }
                .store_item_remove_from_wishlist {
                    cursor: pointer
                }
                .wishlist_button .store_item_remove_container .store_item_remove_from_wishlist span:before {
                    display: inline-block;
                    vertical-align: middle;
                    content: '';
                    background: url(/images/add_to_list_active.png) 0 0 no-repeat;
                    background-size: 14px 13px;
                    width: 14px;
                    height: 13px;
                    margin: 0 7px 0 0;
                    transform: scale(0);
                    transition: opacity 300ms linear;
                    position: absolute;
                    left: 0;
                    top: 0;
                }
                    .wishlist_button.active .store_item_remove_container .store_item_remove_from_wishlist span:before {
                        transform: scale(1);
                        transition: transform 800ms cubic-bezier(.65,.06,.19,.96), opacity 300ms linear;
                    }
                .wishlist_button .store_item_remove_from_wishlist {
                    display: inline-block;
                    vertical-align: middle;
                    width: 100%;
                }
                #popup_content .wishlist_button .store_item_remove_from_wishlist {
                    min-width: 96px;
                }
                    .wishlist_button .store_item_remove_from_wishlist > span {
                        text-indent: -200px;
                        overflow: hidden;
                        display: block;
                        position: relative;
                        padding-left: 18px;
                        line-height: 17px;
                    }
                    .wishlist_button .store_item_remove_from_wishlist > span:after {
                        content: 'Saved item';
                        text-indent: 0;
                        display: block;
                        position: absolute;
                        top: 0;
                        font-weight: 500;
                    }
                    .list_caption_wrapper .wishlist_button .store_item_remove_from_wishlist > span:after {
                        display:none;
                    }
                    

            /* Featured context ----------------------- */

                .featured_context .wishlist_button {
                    width: auto;
                }
                .featured_context .wishlist_button.active .store_item_controls {
                    transform: translateX(-100%);
                }
                .featured_context .wishlist_button .store_item_remove_container {
                    transform: translateX(100%);
                }
                    .featured_context .wishlist_button.active .store_item_remove_container {
                        transform: translateX(0);
                    }

    /*  Store item
    ---------------------------------------------------------------------------------- */
        .store-item-wrapper {
            border-top: 1px solid #e1e1e1;
            /* border-bottom: 1px solid #e1e1e1; */
            padding: 23px 0;
            margin-bottom: 35px;
        }
        .store_item {
            overflow: hidden;
            clear: both;
            position: relative;
            border: none;
            background: transparent;
            color: #111;
            float: left;
            padding: 0 0;
            cursor: pointer;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            position: relative;
            transition: color 300ms cubic-bezier(.65,.06,.19,.96), border 300ms linear;
            font-size: 13px;
            line-height: 23px;
            font-weight: 500;
            min-width: 115px;
            border: 1px solid #e1e1e1;
            min-height: 45px;
        }
        .store_item:hover {
            border: 1px solid #333;
        }
                /*.store_item:before {*/
                /*    content: '';*/
                /*    pointer-events: none;*/
                /*    background: #151515;*/
                /*    position: absolute;*/
                /*    top: -50px;*/
                /*    left: -40px;*/
                /*    right: 0;*/
                /*    z-index: 0;*/
                /*    bottom: -50px;*/
                /*    width: 0;*/
                /*    transform: translate3d(0, 0, 0) rotate(15deg);*/
                /*    transition: transform 400ms cubic-bezier(.65,.06,.19,.96), width 400ms cubic-bezier(.65,.06,.19,.96);*/
                /*}*/
                /*.device-desktop .store_item:not(.store_item_sold_out):hover:before {*/
                /*    width: calc(100% + 40px);*/
                /*    transform: none;*/
                /*}*/
            .store_item .title {
                display: none;
            }
            .store_item .quantity {
                height: 0;
                width: 0;
                overflow: hidden;
                visibility: hidden;
            }
            .store_item .price {
                float: none;
                display: block;
                margin: 0;
                position: relative;
                z-index: 5;
                white-space: nowrap;
                pointer-events: none;
                padding: 10px 15px 9px 35px;
                font-size: 1.3rem;
                line-height: 2.5rem;
                transition: transform 600ms cubic-bezier(.65,.06,.19,.96);
            }
                .store_item .price.sold_out,  
                .store_item .price.sold_out_dynamic {
                    padding-left: 15px;
                    color: #c50707;
                }
                .store_item.active .price {
                    transform: translate3d(0, 46px, 0);
                }
                .device-desktop .store_item:not(.store_item_sold_out):hover .price {
                    transform: translate3d(0, 46px, 0);
                }
            .store_item .delivery_info {
                float: left;
                margin: 0;
                padding: 15px 0 11px;
                line-height: 1.8rem;
                color: #e62330;
            }
            .store_item .store_item_controls {
                float: left;
                margin: 0;
            }
            .store_item .store_item_remove_container {
                opacity: 1 !important;
            }
            .store_item .store_item_remove_container .store_item_remove_from_cart {
                display: none !important;
            }


        .store_item .store_item_controls {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            overflow: hidden;
            z-index: 1;
        }
            .store_item .store_item_controls:after {
                position: absolute;
            	top: 15px;
            	left: 18px;
                display: block;
                content: '';
                background: url('/images/store_bag.svg') 0 0 no-repeat;
                background-size: 11px auto;
                width: 11px;
                height: 26px;
                transition: background 300ms linear;
            }
            .store_item .store_item_add_to_cart {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                cursor: pointer;
            }
            .store_item .store_item_add_to_cart span {
                display: none !important;
                position: absolute;
                pointer-events: none;
                top: 0;
                right: 40px;

                width: 65px;
                padding: 6px 0px 4px;
                line-height: 20px;

                cursor: pointer;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                text-align: right;
                transition: transform 600ms cubic-bezier(.65,.06,.19,.96);
            }
            .store_item .store_item_add_to_cart:after {
            	content: 'Add';
            	display: block !important;
            	position: absolute;
            	pointer-events: none;
            	top: 0;
            	right: 0;
            	width: 78px;
            	padding: 10px 15px 9px;
            	line-height: 25px;
            	cursor: pointer;
            	-moz-box-sizing: border-box;
            	-webkit-box-sizing: border-box;
            	box-sizing: border-box;
            	text-align: center;
            	transition: transform 600ms cubic-bezier(.65,.06,.19,.96);
            	transform: translate3d(0, 46px, 0);
            }
                .device-desktop .store_item:not(.store_item_sold_out):hover .store_item_add_to_cart:after {
                    transform: translate3d(0, 0, 0);
                    /*color: #fff;*/
                }
                .store_item.active .store_item_add_to_cart:after {
                    transform: translate3d(0, -46px, 0);
                }
                .device-desktop .store_item:not(.store_item_sold_out):hover .store_item_add_to_cart span {
                    transform: translate3d(0, -46px, 0);
                }
            .store_item .store_item_remove_container {
                display: block !important;
                position: absolute;
                pointer-events: none;
                transform: translate3d(0, 46px, 0);
                top: 0;
                right: 0;
                padding: 10px 15px 9px 0;
                line-height: 25px;

                cursor: pointer;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                text-align: right;
                transition: transform 600ms cubic-bezier(.65,.06,.19,.96);
            }
                .store_item .store_item_remove_container,
                .store_item .store_item_remove_container * {
                    pointer-events: none;
                }

            .store_item.active .store_item_add_to_cart span {
                transform: translate3d(0, -46px, 0);
            }
            body .store_item.active .store_item_remove_container {
                transform: translate3d(0, 0, 0);
                pointer-events: none;
                white-space: nowrap;
            }
                .store_item.active:not(.store_item_sold_out):hover .store_item_remove_container {
                    transform: translate3d(0, 46px, 0);
                }
                .store_item.active .store_item_remove_container * {
                    pointer-events: none;
                }


            /* Featured context ----------------------- */

                .featured_context .store_item {
                    display: block;
                    float: left;
                    margin: 0 0 0;
                    padding: 8px;
                    font-size: 2.0rem;
                    min-width: 140px;
                }
                    .featured_context .store_item .price {
                        font-size: 2.1rem;
                    }
                    .featured_context .store_item .store_item_remove_container,
                    .featured_context .store_item .store_item_add_to_cart:after {
                        transform: translate3d(0, 65px, 0);
                        padding: 21px 22px 21px 42px;
                        text-align: center;
                        box-sizing: border-box;
                        width: 100%;
                        line-height: 25px;
                        font-size: 16px;
                    }
                    .featured_context .store_item .store_item_controls:after {
                        top: 24px;
                        left: 25px;
                    }


    /*  Buttons
    ---------------------------------------------------------------------------------- */

        .button,
        button:not(.store_item_add_to_cart):not(.clear_button_styles) {
            float: left;
            position: relative;
            background: #fff;
            color: #111;
            overflow: hidden;
            font-family: inherit;
            outline: none;
            border: none;
            border-radius: 0;
            transition: background 400ms linear;
            /*border: 1px solid #e1e1e1;*/
        }
        button.clear_button_styles {
            cursor: pointer;
        }
        .store_item_add_to_cart{
            color: inherit;
            background: none;
            font-size: inherit;
            font-family: inherit;
            font-weight: inherit;
            line-height: inherit;
            border: 0;
            width: 100%;
        }
            .button em.qty {
                display: inline-block;
                background: #333;
                border-radius: 50px;
                height: 22px;
                width: 22px;
                /*border: 2px solid #151515;*/
                vertical-align: top;
                transition: transform 400ms cubic-bezier(.75,.01,.3,.99), opacity 400ms ease-in-out, color 400ms ease-in-out, background 400ms ease-in-out;
                transform: scale(0.5);
                opacity: 0;
                font-style: normal;
                color: #111;
                margin-top: -4px;
                margin-left: 8px;
                font-size: 1.0rem;
                line-height: 2.3rem;
                text-align: center;
                font-weight: 500;
                letter-spacing: -0.6px;
                text-indent: -1px;
            }
                .filters_active .button em.qty {
                    transform: scale(1);
                    opacity: 1;
                }
                .button:hover em.qty {
                    transform: scale(1.2);
                    background: #f9f4f1;
                    color: #222;
                }

            .button a,
            .button > span,
            button:not(.store_item_add_to_cart):not(.clear_button_styles) {
                float: left;
                color: #111;
                font-weight: 500;
                font-style: normal;
                font-size: 1.3rem;
                line-height: 41px;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;

                padding: 8px 40px;
                cursor: pointer;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                text-align: center;
                position: relative;
                transition: color 300ms cubic-bezier(.65,.06,.19,.96), border 300ms cubic-bezier(.65,.06,.19,.96), background 300ms linear;
            }
                .button_smaller.button a {
                    padding: 18px 45px;
                }
                .arpromptbuttons button#arprompt_state0_buttonOk {
                    border: 1px solid #e1e1e1;
                }
                            
            .btn {
            	position: relative;
            	display: inline-block;
            	padding: 8px 40px;
            	line-height: 34px;
                box-sizing: border-box;
                cursor: pointer;
                overflow: hidden;
                border-width: 0 !important;
            }
            .btn:before, .btn:after {
              content: "";
              position: absolute;
              left: 0;
              height: 1px;
              width: 100%;
              background-color: #e1e1e1;
            }
            .btn:before {
              top: 0;
            }
            .btn:after {
              bottom: 0;
            }
            .btn:hover > * > *:before, .btn:hover > * > *:after {
              -webkit-transform: translate3d(0, 0, 0);
                      transform: translate3d(0, 0, 0);
            }
            .btn:hover > * > * > *:before, .btn:hover > * > * > *:after {
              -webkit-transform: translate3d(0, 0, 0);
                      transform: translate3d(0, 0, 0);
            }
            .btn > *:before, .btn > *:after {
              content: "";
              position: absolute;
              top: 0;
              height: 100%;
              width: 1px;
              background-color: #e1e1e1;
            }
            .btn > *:before {
              left: 0;
            }
            .btn > *:after {
              right: 0;
            }
            .btn > * > *:before, .btn > * > *:after {
              content: "";
              position: absolute;
              left: 0;
              z-index: 9;
              height: 1px;
              width: 100%;
              background-color: #111;
            }
            .btn > * > *:before {
              top: 0;
              -webkit-transform: translate3d(-105%, 0, 0);
                      transform: translate3d(-105%, 0, 0);
              transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
              transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
              transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
            }
            .btn > * > *:after {
              bottom: 0;
              -webkit-transform: translate3d(105%, 0, 0);
                      transform: translate3d(105%, 0, 0);
              transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
              transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
              transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
            }
            .btn > * > * > *:before, .btn > * > * > *:after {
              content: "";
              position: absolute;
              top: 0;
              z-index: 9;
              height: 100%;
              width: 1px;
              background-color:#111;
            }
            .btn > * > * > *:before {
              left: 0;
              -webkit-transform: translate3d(0, 105%, 0);
                      transform: translate3d(0, 105%, 0);
              transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
              transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
              transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
            }
            .btn > * > * > *:after {
              right: 0;
              -webkit-transform: translate3d(0, -105%, 0);
                      transform: translate3d(0, -105%, 0);
              transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
              transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
              transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
            }
             
            .list-ajax-load-previous-wrapper.clearwithin {
                margin-bottom: 90px;
                margin-top: -50px;
            }
            .list-ajax-load-more-wrapper.clearwithin,
            .list-ajax-load-previous-wrapper.clearwithin{
            	clear: both;
            	display: block;
            	text-align: center;
            }  
            button.btn.list-ajax-load-more,
            button.btn.list-ajax-load-previous {
            	display: inline-block;
            	min-width: 200px;
            	float: none;
            }
            .tabbing-detected button.btn.list-ajax-load-more:focus,
            .tabbing-detected button.btn.list-ajax-load-previous:focus {
                outline: auto;
                outline-style: solid;
                outline-offset: -8px;
            }
            button.btn.list-ajax-load-more.disabled {
            	display: none !important;
            }
            .tabbing-detected button.arpromptdefaultbutton:focus {
                outline: auto;
                outline-style: solid;
            }
                            
            /*.button:not(.store_item_add_to_cart):before {*/
            /*    content: '';*/
            /*    pointer-events: none;*/
            /*    background: #444;*/
            /*    position: absolute;*/
            /*    top: -80px;*/
            /*    left: -60px;*/
            /*    right: 0;*/
            /*    bottom: -80px;*/
            /*    width: 0;*/
            /*    transform: translate3d(0, 0, 0) rotate(15deg);*/
            /*    transition: transform 400ms cubic-bezier(.65,.06,.19,.96), width 400ms cubic-bezier(.65,.06,.19,.96);*/
            /*}*/
            /*    .device-desktop .button:not(.store_item_add_to_cart):hover:before {*/
            /*        width: calc(100% + 60px);*/
            /*        transform: none;*/
            /*    }*/

                /* Reversed ------------------------------ */

                    .content-type-reversed #container .button:not(.store_item_add_to_cart),
                    .content-type-reversed #container button:not(.store_item_add_to_cart):not(.clear_button_styles),
                    .content-reversed .button:not(.store_item_add_to_cart),
                    .content-reversed button:not(.store_item_add_to_cart):not(.clear_button_styles) {
                        background: #171717;
                    }
                    .content-type-reversed #container .button a,
                    .content-type-reversed #container .button > span,
                    .content-type-reversed #container button:not(.store_item_add_to_cart):not(.clear_button_styles),
                    .content-reversed .button a,
                    .content-reversed .button > span,
                    .content-reversed button:not(.store_item_add_to_cart):not(.clear_button_styles) {
                        color: #fff;
                    }

                /* Alt button ------------------------------ */
                .button.prominent,
                .button.prominent,
                button.prominent,
                .notify_panel .button.prominent {
                    
                }
                .button.prominent a,
                .notify_panel .button.prominent a {
                    
                }
                .button.prominent:before,
                .notify_panel .button.prominent:before {
                    
                }

            .button.loading {
                pointer-events: none;
            }
                .button.loading a {
                    opacity: 0;
                    transition: opacity 400ms ease-in-out;
                }
                .button.loading:after {
                    transform: translateX(100px);
                }

                .button .loader {
                    position: absolute;
                    top: 50px;
                    left: 50%;
                    margin-left: -10px;
                    min-width: 0;
                    z-index: 5;
                    padding: 0 !important;
                    transition: top 400ms ease-in-out;
                }
                .button.loading .loader {
                    top: 20px;
                }
            
                    .button.loading .loader svg {
                        -webkit-animation: rotate 2s linear infinite;
                        animation: rotate 2s linear infinite;
                        -webkit-transform-origin: center center;
                        transform-origin: center center;
                        height: 20px;
                        width: 20px;
                    }
                        .button.loading .loader svg .path {
                            stroke-dasharray: 1, 200;
                            stroke-dashoffset: 0;
                            -webkit-animation: dash 1.5s ease-in-out infinite, color4 6s ease-in-out infinite;
                            animation: dash 1.5s ease-in-out infinite, color4 6s ease-in-out infinite;
                            stroke-linecap: round;
                        }







/* -----------------------------------------------------------
   Notify panel / slide-in panel
----------------------------------------------------------- */

    .notify_panel {
        display: none;
        position: fixed;
        z-index: 3000;
        top: 0;
        left: 0;
        bottom: 0;
        max-width: 600px;
        width: 60vw;
        background: #fff;
        transition: all 600ms cubic-bezier(.65,.06,.19,.96);
        transform: translate3d(-60vw,0,0);
        opacity: 1;
    }
    body.cms-frontend-toolbar-active .notify_panel {
        top: 28px;
    }
    .notify_panel.active {
        display: block;
    }
    .notify_panel.active.animate {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
        .notify_panel_mask {
            display: none;
            transition: background 700ms ease-in-out;
        }   
            .notify_panel_content_scrollable {
                position: absolute;
                top: 0;
                bottom: 64px;
                left: 0;
                right: 0;
                overflow: auto;
                -webkit-overflow-scrolling: touch;
            }
            body.sc_quick_cart_widget_active,
            body.sc_wishlist_quick_cart_widget_active {
                overflow: hidden;
            }
            body.sc_quick_cart_widget_active .notify_panel_mask,
            body.sc_wishlist_quick_cart_widget_active .notify_panel_mask,
            body.active-init.ui-overlay-open .notify_panel_mask {
                position: fixed;
                display: block;
                z-index: 2999;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                background: rgba(0,0,0,0.4);
                opacity: 0;
                -webkit-transition: opacity 400ms ease-in-out;
                transition: opacity 400ms ease-in-out;
            }
            body.sc_quick_cart_widget_active.sc_quick_cart_widget_animate .notify_panel_mask,
            body.sc_wishlist_quick_cart_widget_active.sc_wishlist_quick_cart_widget_animate .notify_panel_mask,
            body.active-init.overlay-open .notify_panel_mask {
                opacity: 1;
            }
            body.sc_quick_cart_widget_animate #main_content,
            body.sc_wishlist_quick_cart_widget_animate #main_content {
                transform: translate3d(25vw,0,0);
            }
            .notify_panel .notify_panel_header {
                width: 100%;
                clear: both;
                padding: 140px 60px 30px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }
                .notify_panel .notify_panel_header h2,
                #wqcw_header.notify_panel .notify_panel_header h2 {
                    font-size: 25px;
                    line-height: 32px;
                    margin: 0 0 20px 0;
                    text-align: left;
                    display: flex;
                    padding-right: 0;
                }
                .notify_panel .notify_panel_header .description {
                    line-height: 2rem;
            
                }
            .notify_panel h3 {
                font-size: 1.8rem;
                line-height: 2.3rem;
                margin: 0 0 10px;
                padding: 10px 0 0 4px;
                float: left;
            }
            .notify_panel_close {
                position: absolute;
                top: 38px;
                right: 35px;
                border: 2px solid transparent;
                padding: 7px 0 9px;
                margin: 0 0 0 25px;
                z-index: 1200;
                cursor: pointer;
                font-size: 13px;
                line-height: 20px;
                font-family: 'HK Grotesk', sans-serif;
                color: #111;
                font-weight: 500;
                -webkit-font-smoothing: antialiased;
                transition: transform 0.6s cubic-bezier(.87,.17,.18,.85), opacity 0.8s ease-in-out;
                -webkit-transition: -webkit-transform 0.6s cubic-bezier(.87,.17,.18,.85), opacity 0.8s ease-in-out;
            }
            .notify_panel .notify_panel_content ul li .wqcw_item_details a {
                display: inline-block;
            }
            .notify_panel .wqcw_checkout_button a {
                outline-offset: -8px;
            }
        .notify_panel .notify_panel_content {
            display: block;
            clear: both;
            padding: 0 0 0;
        }
            .notify_panel .notify_panel_items {
                float: left;
                width: 100%;
            }
            .notify_panel .notify_panel_content form {
                padding: 20px;
            }
            .notify_panel .notify_panel_content ul {
                margin: 0;
                float: left;
                width: 100%;
                padding: 0;
                list-style: none;
            }
                .notify_panel .notify_panel_content ul li {
                    display: block;
                    float: left;
                    width: 100%;
                    padding: 0;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    clear: both;
                    max-height: 500px;
                }
                .notify_panel .notify_panel_content ul li:last-child {
                    margin: 0 0 40px;
                }
                    .notify_panel .notify_panel_content ul li.hide {
                        transition: max-height 500ms cubic-bezier(.65,.06,.19,.96), padding 500ms cubic-bezier(.65,.06,.19,.96);
                        max-height: 0;
                        padding: 0;
                        transition-delay: 500ms;
                    }
                    .notify_panel .notify_panel_content ul li.hide .item_inner {
                        transition: transform 500ms cubic-bezier(.65,.06,.19,.96);
                        transform: translate3d(-100%, 0, 0);
                    }
                    .notify_panel .notify_panel_content ul li .item_inner {
                        display: block;
                        width: 100%;
                        float: left;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        padding: 30px 60px 0;
                    }
                    .notify_panel .notify_panel_content ul li .item_image {
                        display: inline-block;
                        vertical-align: middle;
                        width: 32%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        text-align: center;
                    }
                        .notify_panel .notify_panel_content ul li .item_image img {
                            max-height: 215px;
                            margin: 0 auto;
                            display: block;
                        }
                    .notify_panel .notify_panel_content ul li .item_content {
                        display: inline-block;
                        vertical-align: middle;
                        width: 68%;
                        padding-left: 40px;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }
                        .notify_panel .notify_panel_content .items_list:after {
                            display: none;

                            margin: 20px;
                            clear: both;
                            float: left;
                            font-size: 1.3rem;
                            line-height: 1.8rem;
                            border: 1px solid rgba(255,255,255,0.3);
                            background: rgba(255,255,255,0.1);
                            clear: both;
                            -moz-border-radius: 3px;
                            -webkit-border-radius: 3px;
                            border-radius: 3px;
                            padding: 15px 20px;
                            content: 'Please note: Items in your basket are not reserved. Please complete your order to secure the purchase of the item.';
                        }
                    .notify_panel .notify_panel_content ul li .content {
                        float: left;
                        width: 70%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;

                    }
                        .notify_panel .notify_panel_content ul li .item_content .sqcw_item_error,
                        .notify_panel .notify_panel_content ul li .item_unavailable {
                            width: 100%;
                            display: block;
                            font-size: 1.3rem;
                            line-height: 2.1rem;
                            color: #f30000;
                            margin: 0 0 10px;
                            display: none;
                        }
                            .notify_panel .notify_panel_content ul li.sqcw_max_qty_error .sqcw_item_content .sqcw_item_error,
                            .notify_panel .notify_panel_content ul li .sqcw_item_unavailable  {
                                display: block;
                            }
                        .notify_panel .notify_panel_content ul li .item_content .item_details {
                            width: 100%;
                            display: block;
                        }
                        .notify_panel .notify_panel_content ul li .item_content .item_details .title,
                        .notify_panel .notify_panel_content ul li .content .title,
                        .notify_panel .notify_panel_content ul li .content .artist,
                        .notify_panel .notify_panel_content ul li .details,
                        .notify_panel .notify_panel_content ul li .content .content_type {
                            display: block;
                            margin: 0 0 10px;
                            line-height: 1.8rem;
                        }
                        .notify_panel .notify_panel_content ul li .item_content .item_details .title {
                            font-weight: 500;
                            color: #111;
                            font-size: 1.4rem;
                            margin-bottom: 13px;
                        }
                        .notify_panel .notify_panel_content ul li .content .content_type {
                            margin: 0;
                        }
                        .notify_panel .notify_panel_content ul li .content .artist {
                            margin: 0;
                        }
                        .notify_panel .notify_panel_content ul li .content .title em {
                            font-style: normal;
                        }
                        .notify_panel .notify_panel_content ul li .item_content .item_details .details,
                        .notify_panel .notify_panel_content ul li .content {
                            display: none;
                        }
                        .notify_panel .notify_panel_content ul li .item_content.wqcw_item_content .item_details .details {
                            display: block;
                            margin: -5px 0 12px;
                            color: #757575;
                        }
                        .notify_panel .notify_panel_content ul li .content {
                            margin: 0
                        }
                        .notify_panel .notify_panel_content ul li .item_content .item_tools {
                            width: 100%;
                            display: block;
                            float: left;
                            border-top: 1px solid rgba(255,255,255,0.1);
                            padding: 11px 0 0;
                        }
                            .notify_panel .notify_panel_content ul li .item_content .item_tools .sqcw_cell_singleprice {
                                display: none;
                            }
                            .notify_panel .notify_panel_content ul li .item_content .item_tools .sqcw_cell_quantity {
                                float: left;
                                line-height: 1.8rem;
                                margin: 0 20px 0 0;
                            }
                                .notify_panel .notify_panel_content ul li .sqcw_item_content .sqcw_item_tools .sqcw_cell_quantity .qty {
                                    padding: 0 4px;
                                }
                                .notify_panel .notify_panel_content ul li .sqcw_item_content .sqcw_item_tools .sqcw_cell_quantity .qty:after {
                                    /*content: 'x';
                                    display: inline-block;
                                    padding: 0 8px;
                                    text-transform: lowercase;
                                    */
                                }
                                .notify_panel .notify_panel_content ul li .sqcw_item_content .sqcw_item_tools .sqcw_cell_quantity .sqcw_item_qty_label {
                                    display: none;
                                }
                                .notify_panel .notify_panel_content ul li .sqcw_item_content .sqcw_item_tools .sqcw_cell_quantity .decrease_qty.disabled,
                                .notify_panel .notify_panel_content ul li .sqcw_item_content .sqcw_item_tools .sqcw_cell_quantity .increase_qty.disabled {
                                    opacity: 0.3;
                                }

                            .notify_panel .notify_panel_content ul li .sqcw_item_content .sqcw_item_tools .sqcw_cell_total {
                                float: left;
                                line-height: 1.8rem;
                            }
                            .notify_panel .notify_panel_content ul li .item_content .item_tools .item_remove {
                                float: right;
                            }
                                .notify_panel .notify_panel_content ul li .item_content .item_tools .item_remove a {
                                    display: block;
                                    text-align: left;
                                    text-indent: -100px;
                                    overflow: hidden;
                                    height: 14px;
                                    width: 14px;
                                    margin-right: -4px;
                                    background: url(/images/close_small_alt.png) center center no-repeat;
                                    background-size: 7px 7px;
                                }
                    .notify_panel .notify_panel_content .notify_panel_empty {
                        display: block;
                        padding: 50px 20px;
                        text-align: center;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;

                        font-size: 1.5rem;
                        line-height: 3.2rem;
                        font-weight: 500;

                        width: 100%;
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                    }
                    
        .notify_panel .notify_panel_footer {
        	position: absolute;
        	bottom: 0;
        	left: 0;
        	right: 0;
        	height: 90px;
        	-moz-box-sizing: border-box;
        	-webkit-box-sizing: border-box;
        	box-sizing: border-box;
        	background: #fff;
        	border-top: 1px solid #e1e1e1;
            padding-top: 18px;
            padding-right: 18px;
        }
            .notify_panel .notify_panel_footer #sqcw_total {
                display: block;
                float: left;
                line-height: 20px;
                font-weight: 500;
                padding: 20px 30px 20px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;

            }
                .notify_panel .notify_panel_footer #sqcw_total .sqcw_total_label {
                    float: left;
                    color: #757575;
                    padding: 0 20px 0 0;
                }
                .notify_panel .notify_panel_footer #sqcw_total .sqcw_total_price {
                    float: right;
                }
                .notify_panel .notify_panel_footer #sqcw_total .sqcw_total_price_currency {
                    padding-right: 6px;
                }
            .notify_panel .notify_panel_footer #wqcw_total {
                display: block;
                float: left;
                line-height: 20px;
                font-weight: 500;
                padding: 20px 30px 20px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }
                .notify_panel .notify_panel_footer #wqcw_total .wqcw_total_label {
                    float: left;
                    color: #757575;
                    padding: 0 20px 0 0;
                }
                .notify_panel .notify_panel_footer #wqcw_total #wqcw_item_count {
                    float: left;
                    color: #111;
                }
            .notify_panel .notify_panel_footer #wqcw_checkout {
                float: right;
                display: block;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }
            .notify_panel .notify_panel_footer #sqcw_checkout {
                float: right;
                display: block;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }
                .notify_panel .notify_panel_footer .sqcw_checkout_button {
                    display: block;
                    width: 100%;
                    float: none;
                }
                    .notify_panel .notify_panel_footer .sqcw_checkout_button a {
                        width: 100%;
                        text-align: left;
                    }

                    .notify_panel .notify_panel_footer .sqcw_checkout_button.button {
                        
                    }
                    .notify_panel .notify_panel_footer .sqcw_checkout_button.button:before {
                        
                    }
                    .notify_panel .notify_panel_footer .sqcw_checkout_button.button a,
                    .notify_panel .notify_panel_footer .sqcw_checkout_button.button a:visited {
                        
                    }
                    .notify_panel .notify_panel_footer .sqcw_checkout_button.button:hover a,
                    .notify_panel .notify_panel_footer .sqcw_checkout_button.button:hover a:visited {
                        
                    }


/* -----------------------------------------------------------
   Shopping cart / Checkout
----------------------------------------------------------- */
    
    #sc_processing_payment {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 200000;
        display: none;
    }
    .section-store.page-param-basket.sc-payment-processing #sc_processing_payment {
        display: block;
    }
        #sc_processing_payment div.arpromptfade {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 200000;
            opacity: 0.6;
        }
        #sc_processing_payment div#arprompt {
            z-index: 200001;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0);
        }
        #sc_processing_payment div.arprompt .arpromptmessage {
            margin: 0;
        }


    .section-store.page-param-basket #header #basket,
    .section-store.page-param-basket #header #wishlist,
    .section-wishlist.page-param-basket #header #basket,
    .section-wishlist.page-param-basket #header #wishlist {
        display: none;
    }
    .section-store .subsection-store-basket,
    .section-wishlist .subsection-store-basket {
        margin: 0 auto;
    }
    .section-store .subsection-store-basket:after,
    .section-wishlist .subsection-store-basket:after {
        height: 0;
        display: block;
        content: '';
        clear: both;
        overflow: hidden;
    }
        .section-store .subsection-store-basket #content_module,
        .section-wishlist .subsection-store-basket #content_module {
            float: left;
            width: 60%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 190px 100px 50px;
        }
        .section-store .subsection-store-basket #sidebar,
        .section-wishlist .subsection-store-basket #sidebar {
            float: right;
            clear: none;
            width: 40%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 190px 50px 50px;
            background: rgba(255,255,255,0.05);
        }
        /*.section-store .subsection-store-basket h2,*/
        /*.section-wishlist .subsection-store-basket h2,*/
        /*.section-store .subsection-store-basket h3,*/
        /*.section-wishlist .subsection-store-basket h3 {*/
        /*    margin: 0 0 35px;*/
        /*    font-size: 3.2rem;*/
        /*    line-height: 4rem;*/
        /*}*/
        #sc_checkout_content #shipping_container #shipping_zones_container h3, #sc_checkout_content #shipping_container #shipping_options_container h3 {
            font-size: 13px;
        }
        #sc_checkout_content .divider {
            height: 40px;
        }

        #sc_coupon_container {
            border-top: 1px solid #e1e1e1;
            margin-top: 50px;
        }

        #sc_coupon_container .description {
            line-height: 1.5em;
            margin-bottom: 20px;
        }
        
        #cart_set_coupon_button a {
            padding: 0;
        }
        
            #sc_coupon_container.active .form:before {
                font: normal normal normal 20px/1 FontAwesome;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f058";
                margin: 5px 16px 0 2px;
                color: #a3d940;
                float: left;
            }
            #sc_coupon_container .form .inputField {
                float: left;
                width: 200px;
                margin: 0 16px 0 0;
                min-height: 33px;
            }
            #sc_coupon_container .form .button {
                float: left;
                clear: none;
                margin: 0;
            }
            #sc_contents_container,
            #sc_checkout_content {
                padding-top: 50px;
            }
            #sc_contents_container #sc_reserve_note {
                float: left;
                clear: both;
                padding: 15px 0 0;
                font-size: 1.4rem;
                line-height: 2rem;
            }
            #sc_contents_container #sc_vat_note {
                float: left;
                clear: both;
                padding: 30px 0 0;
                font-size: 1.4rem;
                line-height: 2rem;
            }
            #sc_contents_container #sc_totalweight {
                float: left;
                display: none;
                padding: 15px 0 0;
            }
            #sc_contents_container #sc_vat_note {
                display: none;
            }
            #shopping_cart_information,
            #wishlist_information {
                width: 100%;
            }
                #shopping_cart_information .sc_cell_item,
                #wishlist_information .sc_cell_item {
                    float: left;
                    width: 100%;
                    clear: both;
                    margin: 0 0 30px;
                    padding: 0 0 30px;
                    border-bottom: 1px solid rgba(255,255,255,0.12);
                }
                    #shopping_cart_information .sc_cell_item .image,
                    #wishlist_information .sc_cell_item .image {
                        float: left;
                        padding: 0 30px 0 0;
                        width: 55%;
                        max-width: 350px;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }
                        #shopping_cart_information .sc_cell_item .image img,
                        #wishlist_information .sc_cell_item .image img {
                            max-height: 250px;
                            display: block;
                            margin: 0 auto;
                        }
                    #shopping_cart_information .sc_cell_item .content,
                    #wishlist_information .sc_cell_item .content {
                        float: left;
                        width: 45%;
                    }
                        #shopping_cart_information .sc_cell_item .content .title,
                        #wishlist_information .sc_cell_item .content .title {
                            text-align: left;
                            font-size: 2.6rem;
                            line-height: 2.8rem;
                            margin: 0 0 20px;
                            font-weight: 500;
                            font-family: 'Cormorant_', serif;
                            color: #111;
                        }
                        #shopping_cart_information .sc_cell_item .content .details,
                        #wishlist_information .sc_cell_item .content .details {
                            display: block;
                            color: #757575;
                            margin: 0 0 20px;
                        }
                        #shopping_cart_information .sc_cell_item .content .tools,
                        #wishlist_information .sc_cell_item .content .tools {
                            display: block;
                            font-weight: 500;
                            font-size: 1.2rem;
                            line-height: 2.0rem;
                            letter-spacing: 0.5px;
                        }

                    #shopping_cart_information .sc_cell_quantity,
                    #wishlist_information .sc_cell_quantity {
                        float: left;
                    }
                        #shopping_cart_information .sc_cell_quantity .decrease_qty,
                        #shopping_cart_information .sc_cell_quantity .increase_qty,
                        #wishlist_information .sc_cell_quantity .decrease_qty,
                        #wishlist_information .sc_cell_quantity .increase_qty {
                            float: left;
                            font-size: 1.6rem;
                            font-weight: 500;
                        }
                        #shopping_cart_information .sc_cell_quantity .decrease_qty.disabled,
                        #wishlist_information .sc_cell_quantity .decrease_qty.disabled {
                            opacity: 0.4;
                            cursor: default;
                        }

                        #shopping_cart_information .sc_cell_quantity .qty,
                        #wishlist_information .sc_cell_quantity .qty {
                            float: left;
                            padding: 0 8px;
                        }
                    #shopping_cart_information .sc_cell_singleprice,
                    #wishlist_information .sc_cell_singleprice {
                        display: none;
                    }
                    #shopping_cart_information .sc_cell_total,
                    #wishlist_information .sc_cell_total {
                        float: right;
                    }

                    #shopping_cart_information .sc_cell_unavailable,
                    #wishlist_information .sc_cell_unavailable {
                        color: red;
                        font-weight: 500;
                    }
                    #shopping_cart_information td .sc_cell_error_message,
                    #wishlist_information td .sc_cell_error_message {
                        color: red;
                        font-weight: 500;
                    }
                    #shopping_cart_information .sc_cell_remove .remove,
                    #wishlist_information .sc_cell_remove .remove {
                        display: block;
                        float: right;
                        text-align: left;
                        text-indent: -100px;
                        margin-left: 10px;
                        overflow: hidden;
                        height: 20px;
                        width: 14px;
                        margin-right: -2px;
                        background: url(/images/close_small_alt.png) center center no-repeat;
                        background-size: 7px 7px;
                    }


            #sc_checkout_container {

            }
                #sc_checkout_container .terms_and_conditions {
                    padding: 25px 0 0;
                    clear: both;
                }
                #sc_checkout_container #sc_demo_note {
                    margin-top: 50px;
                    font-size: 1.2rem;
                    line-height: 1.8rem;
                    color: #151515;
                }
                #sc_checkout_content {

                }
                #sc_checkout_content .divider {
                    display: none;
                }
                #sc_checkout_content .sc_subtotal_label,
                #sc_checkout_content .sc_discount_label,
                #sc_checkout_content .sc_vat_total_label,
                #sc_checkout_content .sc_shipping_total_label,
                #sc_checkout_content .sc_order_total_label{
                    float: left;
                    width: 100px;
                    color: #757575;
                }
                
                
                #sc_checkout_content #sc_subtotal,
                #sc_checkout_content #sc_discount,
                #sc_checkout_content #sc_vat_total,
                #sc_checkout_content #sc_shipping_total,
                #sc_checkout_content #sc_order_total,
                #sc_checkout_content #shipping_container #shipping_zones_container label, 
                #sc_checkout_content #shipping_container #shipping_options_container label{
                    padding: 0 0 0;
                    font-weight: 500;
                    font-size: 1.2rem;
                    line-height: 2rem;
                    margin: 0 0 20px;
                    font-weight: 500;
                    font-size: 1.4rem;
                    letter-spacing: 0.2px;
                    line-height: 36px;
                }
                
                
                #sc_checkout_content #shipping_container #shipping_zones_container label, 
                #sc_checkout_content #shipping_container #shipping_options_container label{
                    color: #757575;
                    margin: 0;
                }
                
                #sc_checkout_content #sc_subtotal .sub_total_container,
                #sc_checkout_content #sc_vat_total .currency,                
                #sc_checkout_content #sc_vat_total .total_vat_amount,
                #sc_checkout_content .order_total,
                #sc_checkout_content .currency,
                #sc_checkout_content #shipping_cost,
                #sc_checkout_content .shipping_cost{
                    font-family: 'Cormorant_', serif;
                    color: #111;
                    font-size: 25px;
                }
                
                #sc_checkout_content .order_total {
                    font-size: 35px;
                }
                #sc_checkout_content .currency {
                    padding-right: 5px;
                }
                #sc_checkout_content #shipping_container {
                    margin: 0;
                    clear: both;
                    position: relative;
                    overflow: hidden;
                    clear: both;
                    border-bottom: 1px solid #e1e1e1;
                }
                    #sc_checkout_container #shipping_container #shipping_container_loader {
                        position: absolute;
                        top: 50%;
                        left: -50%;
                        transform: translate3d(-50%, -50%, 0);
                        z-index: 5;
                        display: block;
                        transition: opacity 400ms ease-in-out;
                        opacity: 0;
                    }
                        #sc_checkout_container #shipping_container.shipping_options_loading #shipping_container_loader {
                            opacity: 1;
                            left: 50%;
                        }
                        #sc_checkout_container #shipping_container.shipping_options_loading #shipping_container_loader svg {
                            -webkit-animation: rotate 2s linear infinite;
                                  animation: rotate 2s linear infinite;
                            height: 30px;
                            -webkit-transform-origin: center center;
                                  transform-origin: center center;
                            width: 30px;
                        }
                            #sc_checkout_container #shipping_container.shipping_options_loading #shipping_container_loader svg .path {
                                stroke-dasharray: 1, 200;
                                stroke-dashoffset: 0;
                                -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
                                      animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
                                stroke-linecap: round;
                            }
                    #sc_checkout_container #shipping_container:after {
                        content: '';
                        background: rgba(255, 255, 255, 0.9);
                        position: absolute;
                        top: 0;
                        left; 0;
                        right: 0;
                        height: 0;
                        z-index: 0;
                        opacity: 0;
                        width: 100%;
                        pointer-events: none;
                        transition: opacity 400ms ease-in-out;
                    }
                        #sc_checkout_container #shipping_container.shipping_options_loading:after {
                            display: block;
                            height: auto;
                            opacity: 1;
                            bottom: 0;
                            z-index: 1;
                            pointer-events: auto;
                        }
                    #sc_checkout_content #shipping_container select {
                        border: 0;
                        padding: 10px 0;
                        width: 100%;

                        background: none;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        width: 100%;
                        border: none;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        outline: none;
                        border-radius: 0;
                        resize: none;
                    }
                    #sc_checkout_content #shipping_container select::-ms-expand {
                       display: none;
                    }
                        #sc_checkout_content #shipping_container select.active {
                        }
                    #sc_checkout_content #shipping_container #shipping_zones_container,
                    #sc_checkout_content #shipping_container #shipping_options_container {
                        display: none;
                        margin: 0 0 15px;
                        padding: 0 0;
                        border-bottom: 1px solid rgba(255,255,255,0.1);
                    }
                    #sc_checkout_content #shipping_container #shipping_zones_container.active,
                    #sc_checkout_content #shipping_container #shipping_options_container.active {
                        display: block;
                    }
                    #sc_checkout_content #shipping_container #shipping_zones_container h3,
                    #sc_checkout_content #shipping_container #shipping_options_container h3 {
                        margin: 0 0 10px;
                    }
                #sc_checkout_container .button {
                    float: left;
                    display: inline;
                    border: 1px solid #e1e1e1;
                }
                    #sc_checkout_container .button a {
                        outline-offset: -8px;
                    }
                    #sc_checkout_container .proceed_to_payment {
                        display: none;
                        position: relative;
                    }
                    #sc_checkout_container .proceed_to_payment.active,
                    #sc_checkout_container .proceed_to_payment.loading,
                    #sc_checkout_container .proceed_to_payment.placeholder {
                        display: block;
                    }
                        #sc_checkout_container .proceed_to_payment #stripe_loader {
                            position: absolute;
                            top: 7px;
                            left: 50%;
                            margin-left: -15px;
                            z-index: 5;
                        }
                        #sc_checkout_container .proceed_to_payment #stripe_loader svg {
                            -webkit-animation: rotate 2s linear infinite;
                                  animation: rotate 2s linear infinite;
                            height: 30px;
                            -webkit-transform-origin: center center;
                                  transform-origin: center center;
                            width: 30px;
                        }
                            #sc_checkout_container .proceed_to_payment #stripe_loader svg .path {
                                stroke-dasharray: 1, 200;
                                stroke-dashoffset: 0;
                                -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
                                 animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
                                stroke-linecap: round;
                            }
                        #sc_checkout_container .proceed_to_payment #stripe_button_container {
                            -webkit-transition: opacity 400ms ease-in-out;
                            transition: opacity 400ms ease-in-out;
                            opacity: 0.3;
                            z-index: 10;
                            position: relative;
                            height: 45px;
                        }
                        #sc_checkout_container .proceed_to_payment.active #stripe_button_container {
                            opacity: 1;
                        }
                    #sc_checkout_container .proceed_to_payment.placeholder #stripe_button_container {
                        opacity: 0.4;
                    }
                        #sc_checkout_content #sc_checkout_button button,
                        #sc_checkout_container .proceed_to_payment.placeholder button {
                            cursor: default;
                            padding: 0;
                        }
                #sc_total_price_container {
                    padding: 45px 0 0;
                    clear: both;
                }
                    #sc_total_price_container h3 {
                        margin: 0 0 15px;
                        padding: 0 0 15px;
                        border-bottom: 1px solid #e1e1e1;
                    
                    }
                    #sc_total_price_container .order_total_wrapper {
                    }
                #sc_checkout_content #sc_terms_box {
                    margin: 30px 0 10px;
                    position: relative;
                }
                    #sc_checkout_content #sc_terms_box input {
                        display: inline-block;
                        position: absolute;
                        top: 9px;
                        left: 0;
                    }
                    #sc_checkout_content #sc_terms_box label {
                        display: inline-block;
                        padding: 0 0 0 25px;
                        font-weight: 500;
                        font-size: 1.2rem;
                        line-height: 2.8rem;
                        font-weight: 500;
                        color: #757575;
                    }
                #sc_checkout_content #sc_checkout_button {
                    padding: 20px 0 0;
                    min-height: 50px;
                    position: relative;
                    -moz-transition: opacity 0.4s ease-in-out;
                    -webkit-transition: opacity 0.4s ease-in-out;
                    transition: opacity 0.4s ease-in-out;
                }
                    #sc_checkout_content #sc_checkout_button.sc_terms_unconfirmed #stripe_button_container,
                    #sc_checkout_content #sc_checkout_button.sc_fields_unconfirmed #stripe_button_container {
                        opacity: 0.3;
                    }
                        #sc_checkout_content #sc_checkout_button.sc_terms_unconfirmed .proceed_to_payment,
                        #sc_checkout_content #sc_checkout_button.sc_shipping_unconfirmed .proceed_to_payment,
                        #sc_checkout_content #sc_checkout_button.sc_fields_unconfirmed .proceed_to_payment {
                            pointer-events: none;
                        }
                        #sc_checkout_content #sc_checkout_button.sc_terms_unconfirmed:after,
                        #sc_checkout_content #sc_checkout_button.sc_shipping_unconfirmed:after,
                        #sc_checkout_content #sc_checkout_button.sc_fields_unconfirmed:after {
                            content: '.';
                            text-indent: -100px;
                            display: block;
                            position: absolute;
                            overflow: hidden;
                            z-index: 1000000;
                            top: 0;
                            left: 0;
                            bottom: 0;
                            right: 0;
                            width: 100%;
                        }

        #basket_footer {

        }
            #basket_footer #store_payment_logos {
                clear: both;
                float: left;
                width: 100%;
            }
                #basket_footer #store_payment_logos ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    float: left;
                    width: 100%;
                }
                #basket_footer #store_payment_logos ul li {
                    float: left;
                    margin: 0 10px 0 0;
                    text-indent: -100px;
                    height: 32px;
                    width: 52px;
                    background: 0 0 no-repeat;
                }
                #basket_footer #store_payment_logos ul li.wp_worldpay { background-image: url(/lib/worldpay/images/worldpay.jpg);width:100px }
                #basket_footer #store_payment_logos ul li.wp_visa { background-image: url(/lib/images/payment/visa-curved-32px.png) }
                #basket_footer #store_payment_logos ul li.wp_mastercard { background-image: url(/lib/images/payment/mastercard-curved-32px.png) }
                #basket_footer #store_payment_logos ul li.wp_amex { background-image: url(/lib/images/payment/american-express-curved-32px.png) }
                #basket_footer #store_payment_logos ul li.wp_paypal { background-image: url(/lib/images/payment/paypal-curved-32px.png) }
                #basket_footer #store_payment_logos ul li.wp_stripe { background-image: url(/lib/images/payment/powered-by-stripe.png);width:120px;background-position:center; }

            .sc_warning,
            #sc_demo_note,
            .sc_demo_note {
                clear: both;
                font-size: inherit;
                border: 1px solid #ffd503;
                background: #f7f3de;
                color: #151515;
                clear: both;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                padding: 15px 20px;
                line-height: inherit;
                max-width: 600px;
            }
                .sc_warning h3,
                .sc_demo_note h3 {
                    font-size: 2.4rem;
                    line-height: 3rem;
                    margin: 0 0 10px;
                }

            #sc_dev_mode_box {
                display: inline-block;
                padding: 40px 0 0;
                font-weight: 500;
                font-size: 1.2rem;
                line-height: 2.8rem;
                font-weight: 500;
                color: #757575;
            }
                #sc_dev_mode_box h4 {
                    font-size: 1.6rem;
                    margin: 0 0 15px;
                }

    /* Store confirmation
    ---------------------------------------- */

        .subsection-store-basket .subsection-confirmation {
            
        }
            .subsection-store-basket .subsection-confirmation .content_basic_layout h1 {
                width: 100%;
                float: none;
                margin: 0 0 40px;
            }
            .subsection-store-basket .subsection-confirmation .divider {
                height: 0;
            }
            .subsection-store-basket .subsection-confirmation .sc_confirmation_body {
                margin: 0 0 50px;
            }
            .subsection-store-basket .subsection-confirmation .sc_warning,
            .subsection-store-basket .subsection-confirmation .sc_demo_note {
                margin: 0 0 50px;
            }

    /* Stripe button
    ---------------------------------------- */

    .stripe-button-el {
        /* Default stripe button styles, including these here for the placeholder button */
            overflow: hidden;
            display: inline-block;
            visibility: visible !important;
            background-image: -webkit-linear-gradient(#28a0e5,#015e94);
            background-image: -moz-linear-gradient(#28a0e5,#015e94);
            background-image: -ms-linear-gradient(#28a0e5,#015e94);
            background-image: -o-linear-gradient(#28a0e5,#015e94);
            background-image: -webkit-linear-gradient(#28a0e5,#015e94);
            background-image: -moz-linear-gradient(#28a0e5,#015e94);
            background-image: -ms-linear-gradient(#28a0e5,#015e94);
            background-image: -o-linear-gradient(#28a0e5,#015e94);
            background-image: linear-gradient(#28a0e5,#015e94);
            -webkit-font-smoothing: antialiased;
            border: 0;
            padding: 1px;
            text-decoration: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
            -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
            -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
            -o-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
            box-shadow: 0 1px 0 rgba(0,0,0,0.2);
            -webkit-touch-callout: none;
            -webkit-tap-highlight-color: transparent;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            cursor: pointer;
        /* END Default stripe button styles */


        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
        width: 100%;
        background: none !important;
        box-shadow: none !important;
        outline: none;
    }
        .stripe-button-el span {
            /* Default stripe button styles, including these here for the placeholder button */
                display: block;
                position: relative;
                padding: 0 12px;
                height: 30px;
                line-height: 30px;
                background: #fff;
                font-size: 14px;
                color: #fff;
                font-weight: 500;
                font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
                text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
                -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
                -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
                -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
                -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            /* END Default stripe button styles */


            border: 2px solid #7DC474 !important;
            font-size: 14px !important;
            line-height: 20px !important;
            font-family: 'HK Grotesk', sans-serif !important;
            color: #151515 !important;
            background: #7DC474 !important;
            font-weight: 500 !important;
            padding: 19px 50px 19px !important;
            cursor: pointer !important;
            min-width: 160px !important;
            -moz-box-sizing: border-box !important;
            -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
            text-align: center !important;
            position: relative !important;
            transition: color 600ms cubic-bezier(.65,.06,.19,.96) !important;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            -ms-border-radius: 0 !important;
            -o-border-radius: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            text-shadow: none !important;
            text-align: center !important;
            height: auto !important;
        }
            .stripe-button-el span:before {
                font-family: FontAwesome;
                content: "\f023";
                position: absolute;
                right: 20px;
            }

    /* Share links
    ----------------------------------------------------------- */

    .share_links {
        position: relative;
        z-index: 5;
    }
        .share_links .link button {
            font-weight: 500;
            cursor: pointer;
            padding: 0!important;
        }
        .share_links .share_options {
            width: 0;
            opacity: 0;
            position: absolute;
            top: 23px;
            left: 0;
            visibility: hidden;
            transition: width 600ms cubic-bezier(.65,.06,.19,.96), opacity 400ms ease-in-out, visibility 400ms;
            white-space: nowrap;
            overflow: hidden;
            padding: 6px 0 0;
            cursor: default;
        }
            /*make share links open to the left instead of right*/
            .page-artists.page-param-type-artist_id .text_columns_text_wrapper .share_links .share_options,
            .page-exhibitions.page-param-type-exhibition_id .text_columns_text_wrapper .share_links .share_options,
            .page-gallery .text_columns_text_wrapper .share_links .share_options {
                right: 0;
                left: auto;
            }
            .share_links.active .share_options {
                width: 130px;
                /* 5 items: width: 162px; */
                opacity: 1;
                visibility: visible;
            }
            .share_links .share_options_inner {
                position: relative;
                background: #f7f7f7;
                border: 2px solid #f7f7f7;
                padding: 5px;
                height: 22px;
            }
            .share_links .share_options:after {
                top: 0;
                left: 23px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: transparent;
                border-bottom-color: #f7f7f7;
                border-width: 4px;
                margin-left: -4px;
            }
            .share_links .share_options .social_links_item {
                display: inline-block;
                float: none;
            }
            .share_links .share_options .social_links_item .social_media_icon:after {
                color: #151515;
                font-size: 16px;
            }
            .share_links .share_options .social_links_item .social_media_icon:hover:after {
                
            }

            /* Reversed ----------------- */

            /*.content-type-reversed .share_links .share_options_inner,*/
            /*.content-type-reversed-popup .share_links .share_options_inner {*/
            /*    background: #151515;*/
            /*}*/
            /*.content-type-reversed .share_links .share_options:after,*/
            /*.content-type-reversed-popup .share_links .share_options:after {*/
            /*    border-bottom-color: #151515;*/
            /*}*/
            /*.content-type-reversed .share_links .share_options .social_links_item .social_media_icon:after,*/
            /*.content-type-reversed-popup .share_links .share_options .social_links_item .social_media_icon:after {*/
            /*    color: #fff;*/
            /*}*/


        /* Position top -------------- */

        .share_links.position_top .share_options {
            bottom: 26px;
            top: auto;
            padding: 0 0 6px;
        }
        .share_links.position_top .share_options:after {
            bottom: 0;
            top: auto;
            left: 23px;
            border-color: transparent;
            border-top-color: #ffffff;
            border-width: 3px;
            margin-left: -3px;
        }

    /* Social media icons
    ----------------------------------------------------------- */

        /* Icons ----------------------------------------------------------- */

        .social_media_links {
            width: 100%;
            float: left;
            clear: both;
            margin: 0;
        }
            .social_links_item {
                margin: 0 5px 0 0;
                width: auto;
                height: auto;
                float: left;
            }
                .social_links_item:last-child {
                    margin-right: 0;
                }
                .social_links_item a { 
                    position: relative;
                    width: 22px;
                    height: 22px;
                    float: left;
                    text-indent: -100px;
                }
                    .social_media_icon {
                        float: left;
                        text-indent: -200px;
                        text-align: center;
                        border: 0;
                        background: none;
                        margin: 0;
                        width: 22px;
                        height: 22px;
                        position: relative;
                        overflow: hidden;
                    }
                    .social_media_icon:after {
                        display: block;
                        width: 100%;
                        text-align: center;
                        font: normal normal normal 14px/1 FontAwesome;
                        font-size: 19px;
                        line-height: 23px;
                        float: left;
                        text-rendering: auto;
                        position: relative;
                        z-index: 2;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        transition:  color 200ms ease-in-out, background 200ms ease-in-out, transform 400ms cubic-bezier(.2,1.1,.78,.99);
                        color: #fff;
                        text-align: center;
                        text-indent: 0;
                    }
                        .social_media_icon:hover:after {
                            
                        }
                        .social_media_icon.facebook:after {
                            content: "\f09a";
                        }
                        .social_media_icon.twitter:after {
                            content: "\f099";
                        }
                        .social_media_icon.instagram:after {
                            content: "\f16d";
                        }
                        .social_media_icon.pinterest:after {
                            content: "\f231";
                        }
                        .social_media_icon.tumblr:after {
                            content: "\f173";
                        }
                        .social_media_icon.wechat:after {
                            content: "\f1d7";
                        }
                        .social_media_icon.artsy:after {
                            content: "";
                            background: url(/images/artsy.svg) center center no-repeat;
                            background-size: 20px 20px;
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            transition: background 400ms ease-in-out;
                            display: block;
                        }
                            .subsection-contact-content .social_links_item a:hover .social_media_icon.artsy:after {
                                background-image: url(/images/artsy_reversed.svg);
                            }
                            

    /* Pageload loader
    ----------------------------------------------------------- */

    .splash-line {
        position: absolute;
        left: 0;
        /* right: 0; */
        top: calc(50% + 30px);
        height: 1px;
        background: #666981;
        width: 0;
    }

    .splash-logo,
    .transition-logo { 
        position: fixed;
        top: calc(50% - 50px);
        left: 90px;
        background: none;
        letter-spacing: 0;
        font-size: 30px;
        line-height: 30px;
        height: auto;
        width: 100%;
        max-width: 300px;
        margin: -15px 0 0 -0;
        /*transform: translate(-50%,-50%) !important;*/
        transition: transform 5000ms cubic-bezier(0,.21,0,1) , opacity 2000ms cubic-bezier(.18, 1, .21, 1);
    }
    .browser-msie .splash-logo svg,
    .browser-msie .transition-logo svg {
        width: 250px;
        height: 19px;
    }
    .splash-text.location-text {
        position: absolute;
        font-family: 'Cormorant_', serif;
        font-size: 23px;
        color: #FFFFFF;
        letter-spacing: 0.16px;
        text-align: center;
        line-height: 31px;
        right: 90px;
        top: calc(50% - 65px);
    }
    /*.splash-text.location-text {*/
    /*    position: absolute;*/
    /*    font-family: 'Cormorant_', serif;*/
    /*    font-size: 23px;*/
    /*    color: #FFFFFF;*/
    /*    letter-spacing: 0.16px;*/
    /*    text-align: center;*/
    /*    line-height: 31px;*/
    /*    right: 90px;*/
    /*    top: calc(50% - 65px);*/
    /*           opacity: 0;*/
    /*	transform: translateY(50px);*/
    /*	transition: transform 2.4s cubic-bezier(.18, 1, .21, 1), opacity 2.4s cubic-bezier(.18, 1, .21, 1);*/
    /*}*/
    /*.splash-text.location-text.visible {*/
    /*    opacity: 1.0;*/
    /*	transform: translateY(0);*/
    /*}*/
    .splash-container.start .splash-line {
        width: 100%;
        transform: translateX(100%);
        transition: width 2.4s cubic-bezier(.18, 1, .21, 1), transform 2.4s cubic-bezier(.18, 1, .21, 1) 1.5s;
    }
    .splash-container .splash-text{
        -webkit-clip-path: polygon(170% 0, 100% 100%, 0 100%, 0 150%);
        clip-path: polygon(170% 0, 100% 100%, 0 100%, 0 150%);
        transform: translateY(30px);
        opacity: 0;
        transition: all 2.4s cubic-bezier(.18, 1, .21, 1);
    }    
    .splash-container .splash-text.visible {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
        transition: all 2.4s cubic-bezier(.18, 1, .21, 1);
    }



    .transition-logo .hollistaggart-logo {
        -webkit-clip-path: polygon(170% 0, 100% 100%, 0 100%, 0 150%);
        clip-path: polygon(170% 0, 100% 100%, 0 100%, 0 150%);
        transform: translateY(40px);
        opacity: 0;
        transition: clip-path 1.4s cubic-bezier(.18, 1, .21, 1), transform 1s cubic-bezier(.18, 1, .21, 1), opacity 0.5s cubic-bezier(.18, 1, .21, 1);
    }
    body.page-transition-active .transition-logo .hollistaggart-logo {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
        transition: clip-path 1s cubic-bezier(.18, 1, .21, 1) 400ms, transform 1.5s cubic-bezier(.18, 1, .21, 1) 400ms, opacity 1.5s cubic-bezier(.18, 1, .21, 1) 400ms;
    }   

    .splash-container.end .hollistaggart-logo,
    .splash-container.end .splash-text.visible {
        opacity: 0 !important;
    }


    /*.splash-container.start .transition-logo {*/
    /*    transform: none;*/
    /*    opacity: 1;*/
    /*    -webkit-clip-path: none;*/
    /*    clip-path: none;*/
    /*    transition: none;*/
    /*}*/

    /*body.section-home #container.nav-visible #logo_intro .logo-line {*/
    /*    transition: color 500ms linear;*/
    /*}*/


            #preloader #loader_wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 0;
                z-index: 10000;
                height: 4px;
                width: 100% !important;
                transition: opacity 400ms ease-in-out;
            }
            body.cms-frontend-toolbar-active #preloader #loader_wrapper {
                top: 28px;
            }
                #preloader #splash_loader_icon {
                    display: none;
                }
                #preloader #loader {
                    height: 2px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 0;
                    height: 4px;
                    width: 100% !important;
                    overflow: hidden;
                    background-color: transparent !important;
                }
                    #preloader #loader:before {
                        display: block;
                        position: absolute;
                        content: "";
                        left: 0;
                        width: auto;
                        height: 2px;
                        background-color: #e4e4e4;
                        animation: loading2 1200ms cubic-bezier(.87,.17,.18,.85) infinite;
                        transition: background 400ms ease-in-out;
                    }
                    .content-type-reversed #preloader #loader:before {
                        background-color: #161b3f;
                    }

                    body.splash-loader-active #preloader #loader_wrapper #loader {
                        display: none;
                    }

                /* Basic states
                ------------------------------------------- */

                    body.browser-js-enabled #preloader {
                        display: block;
                    }
                    body.first-load-complete #preloader {
                        display: none;
                        height: 4px;
                        bottom: auto;
                    }
                    body.first-load-complete #preloader_mask {
                        height: 0;
                        display: none;
                    }
                    body.first-load-complete.loader-active #preloader {
                        display: block;
                    }

                 /* Ajax page loading
                ------------------------------------------- */

                    #preloader #loader {
                        opacity: 0;
                        transition: opacity 800ms ease-in-out, width 400ms ease-in-out;
                        -webkit-transition: opacity 800ms ease-in-out, width 400ms ease-in-out;
                    }
                    body.ajax-loading #preloader #loader {
                        opacity: 1;
                    }
                    body.ajax-loading-complete #preloader {
                        opacity: 0;
                        transition: opacity 800ms ease-in-out, width 400ms ease-in-out;
                        -webkit-transition: opacity 800ms ease-in-out, width 400ms ease-in-out;
                    }

                 /* Splash screen
                ------------------------------------------- */

                    body.splash-loader-active {
                        overflow: hidden;
                    }

                    body.splash-loader-active.splash-screen-in #preloader {
                        cursor: pointer;
                    }

                    body.splash-loader-active.loader-active #preloader #loader_wrapper {
                        opacity: 0;
                    }
                        body.splash-loader-active.loader-active #preloader.loading-bar-start #loader_wrapper {
                            opacity: 1;
                        }



            @keyframes loading2 {
                from {width: 0;opacity: 0.8;}
                50% {left:0;width: 100%;opacity: 1;}
                to {left: 100%;width: 100%;opacity: 0.4;}
            }
                    
    /* Popups (extended details, artworks)
    ----------------------------------------------------------- */

        body.content-swipe,
        body.page-popup-active {
            overflow: hidden;
        }
        body.content-swipe #popup_box,
        body.content-swipe #popup_content {
            overflow: hidden;
        }
        #popup_container {

        }
            #popup_overlay {
                background: #fff;
                position: fixed;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                z-index: 2600;
            }
            #popup_box {
                margin: 0 auto;
                width: 100%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 2700;
            }
                #popup_box .inner {
                    float: left;
                    width: 100%;
                    overflow: hidden;
                }
                    #popup_box .close {
                        position: fixed;
                        top: 25px;
                        right: 50px;
                        border: 2px solid transparent;
                        padding: 7px 0px 8px 0px;
                        margin: 0 0 0 25px;
                        z-index: 1200;
                        cursor: pointer;
                        font-weight: 500;
                        font-size: 1.4rem;
                        line-height: 20px;
                        font-family: 'HK Grotesk', sans-serif;
                        color: #111;
                        font-weight: 500;
                        -moz-transition: opacity 2s cubic-bezier(.18, 1, .21, 1);
                        -o-transition: opacity 2s cubic-bezier(.18, 1, .21, 1);
                        -webkit-transition: opacity 2s cubic-bezier(.18, 1, .21, 1);
                        transition: opacity 2s cubic-bezier(.18, 1, .21, 1);
                    }
                    #popup_content {
                        width: 100%;
                        max-height: 100vh;
                        overflow: auto;
                        -webkit-overflow-scrolling: touch;
                    }

                    /* Hide the pagination controls which are within the ajax page content */
                    #popup_content .artwork_detail .pagination_controls {
                        display: none;
                    }


                /* Effects ----------------------------------------------------------- */

                #popup_container {
                    display: none;
                }

                    /* .loader-incoming-type-popup #popup_container */
                    .page-popup-active #popup_container {
                        display: block;
                    }

                #popup_overlay {
                    opacity: 0;
                    transition: opacity 0.6s ease-in-out;
                    -webkit-transition: opacity 0.6s ease-in-out;
                }
                    /*.loader-incoming-type-popup.ajax-loading #popup_overlay */
                    .page-popup-visible #popup_overlay {
                        opacity: 1;
                    }
                #popup_box .close {
                    opacity: 0;
                    transform: translate3d(200px, 0, 0);
                    transition: transform 0.6s cubic-bezier(.87,.17,.18,.85), opacity 0.8s ease-in-out;
                    -webkit-transform: translate3d(200px, 0, 0);
                    -webkit-transition: -webkit-transform 0.6s cubic-bezier(.87,.17,.18,.85), opacity 0.8s ease-in-out;
                }
                    /*.loader-incoming-type-popup.ajax-loading #popup_box .close */
                    .page-popup-visible #popup_box .close,
                    body.search-overlay-open.overlay-open.page-popup-visible #popup_box .close {
                        opacity: 1;
                        transform: translate3d(0, 0, 0);
                        -webkit-transform: translate3d(0, 0, 0);
                    }
                    body.overlay-open.page-popup-visible.ui-overlay-open #popup_box .close {
                        opacity: 0;
                        transform: translate3d(200px, 0, 0);
                        -webkit-transform: translate3d(200px, 0, 0);
                    }
                    .roomview-active #popup_box .close {
                        display:none;
                    }
                #popup_box .pagination_controls {
                    opacity: 0;
                    transition: transform 0.6s cubic-bezier(.87,.17,.18,.85), opacity 0.8s ease-in-out;
                }
                    /*.loader-incoming-type-popup.ajax-loading #popup_box .close */
                    .page-popup-visible #popup_box .pagination_controls {
                        opacity: 1;
                    }
                    .roomview-active #popup_box .pagination_controls {
                        display: none;
                    }
                #popup_content {
                    opacity: 0;
                    transition: opacity 0.6s ease-in-out;
                }  
                    /* .loader-incoming-type-popup.ajax-loading #popup_content */
                    .page-popup-visible #popup_content {
                        opacity: 1;
                    }

                #popup_content .image_container {
                    opacity: 0;
                    /*transform: scale(0.9);*/
                    transition: transform 400ms cubic-bezier(.86,.01,.14,.99), opacity 400ms ease-in-out;
                }
                    .page-popup-visible #popup_content .image_container {
                        opacity: 1;
                        /*transform: scale(1);*/
                    }

                #popup_content .content_container {
                    opacity: 0;
                    transform: translate3d(0, 50px, 0);
                    transition: transform 600ms cubic-bezier(.65,.06,.19,.96), opacity 400ms ease-in-out;
                }
                    .page-popup-visible #popup_content .content_container {
                        opacity: 1;
                        transform: translate3d(0, 0, 0);
                        transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 1000ms ease-in-out;
                    }

                /* Standard artworks ----------------------------------------------------------- */

                #popup_content .content_basic_layout {
                    transition: transform 600ms cubic-bezier(.86,.01,.14,.99), opacity 600ms ease-in-out;
                    transform: translate3d(0, 600px, 0);
                    opacity: 0;
                }
                    .page-popup-visible #popup_content .content_basic_layout {
                        opacity: 1;
                        transform: translate3d(0, 0, 0);
                    }




                /* Previous / Next animation ----------------------------------------------------------- */

                        body.page-popup-transition #popup_box .artwork_hero_image_container {
                            opacity: 0;
                        }
                        body.page-popup-transition.page-popup-transition2 #popup_box .artwork_hero_image_container {
                            opacity: 0;
                        }

                        body.page-popup-transition #popup_box .artwork_detail .image_container {
                            opacity: 0;
                            transform: translate3d(0, 0, 0);
                        }
                        body.page-popup-transition.page-popup-transition2 #popup_box .artwork_detail .image_container {
                            opacity: 0;
                            transform: translate3d(0, 0, 0);
                        }
                        body.page-popup-transition #popup_box .artwork_detail .content_container {
                            opacity: 0;
                            transition: transform 600ms cubic-bezier(.65,.06,.19,.96), opacity 400ms ease-in-out;
                            transform-origin: center top;
                            transform: translate3d(0, -20px, 0);
                        }
                        body.page-popup-transition.page-popup-transition2 #popup_box .artwork_detail .content_container {
                            transform: translate3d(0, 0, 0);
                            transition: none;
                        }
                            body.page-popup-transition #popup_box .artwork_detail .content_container .label {
                                
                            }
                            body.page-popup-transition.page-popup-transition2 #popup_box .artwork_detail .content_container .label {
                                width: 0;
                            }

                        body.page-popup-transition-initial #popup_box .pagination_controls .artwork_detail .pagination_controls_previous,
                        body.page-popup-transition-initial #popup_box .pagination_controls .artwork_detail .pagination_controls_next {
                            opacity: 0;
                        }






/* ----------------------------------------------------------------------------------
  Page specific
---------------------------------------------------------------------------------- */

    /* Privacy & accessibility policies
    ---------------------------------------------------------------------------------- */
    
    .page-accessibility-policy .heading_wrapper,
    .page-privacy-policy .heading_wrapper {
        padding: 190px 150px 0px;
    }
    
    .page-accessibility-policy #content,
    .page-privacy-policy #content {
        padding: 50px 150px 50px;
    }
    .page-accessibility-policy #content_module.full_width,
    .page-privacy-policy #content_module.full_width {
        max-width: 1200px;
    }
    .page-accessibility-policy h2,
    .page-privacy-policy h2 {
        margin-top: 40px;
        font-size: 3.6rem;
        line-height: 3.8rem;
        font-family: 'Cormorant_', serif;
    }

    .page-accessibility-policy #main_content #store_cart_widget,
    .page-privacy-policy #main_content #store_cart_widget {
        display: none;
    }
    
    
    /* Mailing list
    ---------------------------------------------------------------------------------- */

    .section-mailing-list .page_enquiry_widget {
        min-height: 100vh;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
        .section-mailing-list .page_enquiry_widget form {
            align-self: center;
        }


    /* Home
    ---------------------------------------------------------------------------------- */

    /*#hero {*/
    /*    min-height: 80vh;*/
        /*background: #171717;*/
    /*}*/


    .scroll-container .scroll-container-inner .page-track-scroll-container,
    .scroll-container .scroll-container-inner .page-track-scroll-container * {
        pointer-events: none;
    }
    .scroll-container .scroll-container-inner .page-track-scroll-container .page-track-item * {
        pointer-events: auto;
    }

    /*.section-home #main_content {*/
    /*    background: none;*/
    /*    min-height: 0 !important;*/
    /*    height: 100vh;*/
    /*}*/
    
    #main_content {
        background: #fff;
        min-height: 100vh;
    }

    /*.section-home #footer,*/
    /*.section-home .faux_footer {*/
    /*    display: none;*/
    /*}*/

    #canvas_wrapper_background {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
        .main_slideshow_active #canvas_wrapper_background {
            display: block;
        }
        #canvas_wrapper_background_inner {
            width: 100vw !important; /* was 105vh */
            height: 100vh !important; /* was 105vh */
        }
            #canvas_wrapper_background .inner {
                opacity: 0;
                transition: opacity 1000ms ease-in-out;
            }
            .main_slideshow_animate #canvas_wrapper_background .inner {
                opacity: 1;
            }
        #canvas_wrapper_background canvas {
            position: absolute;
            opacity: 0;
            transition: opacity 800ms ease-in-out;
            width: 100vw !important; /* was 105vh */
            height: 100vh !important; /* was 105vh */
            top: 0 !important;
            left: 0 !important;
            transform: none !important;
        }
            #canvas_wrapper_background canvas {
                opacity: 1;
            }

    #main_slideshow_nav, 
    #hero_slideshow_nav{
        position: absolute;
        right: auto;
        left: 0;
        bottom: -70px;
        z-index: 2;
        /* display: none; */
        font-weight:500;
        padding: 0 150px;
        margin-left: -7px;
    }   
    
    #hero.fullbleed #main_slideshow_nav, #hero.fullbleed #hero_slideshow_nav {
    	left: auto;
    	right: 0;
    }

    #main_slideshow_nav ul, 
    #hero_slideshow_nav ul{
        list-style-type: none;
        padding: 0;
        font-size: 1.2rem;
        color: #171717;
        letter-spacing: 0;
        line-height: 1.1rem;
    }   
    #main_slideshow_nav ul li, 
    #hero_slideshow_nav ul li,
    .flickity-page-dots .dot {
        list-style: none;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        min-width: 28px;
        height: 15px;
        width: auto;
        margin: 0;
        /* margin-right: 5px; */
    } 
    #main_slideshow_nav ul li.active, 
    #hero_slideshow_nav ul li.active{
        pointer-events:none !important;
        /* margin-right: 5px; */
    } 
    #main_slideshow_nav ul li button, 
    #hero_slideshow_nav ul li a,
    .flickity-page-dots .dot .dot-text{
        position: absolute;
        width: 28px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        left: 0;
        top: -15px;
        cursor: pointer;
        font-weight:500;
        font-size: 1.2rem;
        color: #757575;
        letter-spacing: 0;
    }
    #main_slideshow_nav ul li.active button, 
    #hero_slideshow_nav ul li.active a{
        color: #111;
    }
    .slider_pagination_controls {
        visibility: hidden;
        height: 0;
        width: 0;
        overflow: hidden;
        display: block;
        position:absolute;
        font-size: 1.2rem;
    }
    .mobile-only .slider_pagination_controls {
        position:static;
    }
    .slider_pagination_controls.active {
        visibility: visible;
        height: auto;
        width: auto;
        overflow: auto;
        display: block;
    }

    
    .slider_pagination_button.slider_pagination_controls_next {
        margin-left: 10px;
        opacity: 0.25;
    }
    .slider_pagination_button.slider_pagination_controls_prev {
        margin-right: 9px;
        opacity: 0.25;
    }
    .slider_pagination_button.slider_pagination_controls_next:hover,
    .slider_pagination_button.slider_pagination_controls_prev:hover {
        opacity: 1.0;
    }
    .hidden_button_text {
        width: 0;
        overflow: hidden;
        display: block;
        visibility: hidden;
        position: absolute;
    }
    #main_slideshow_nav ul li .pager-line,
    .flickity-page-dots .dot .dot-line,
    .slider_pagination_controls .dot-line {
        width: 0;
        display: inline-block;
        vertical-align: top;
        background: #E1E1E1;
        height: 1px;
        margin: 4px 0 0 32px;
        transition: width 500ms ease-in-out;
    }       
    .panel_type_related_slider .flickity-page-dots .dot .dot-line {
        background: rgba(17, 17, 17, 1);
        opacity: 0.4;
    }      
    #main_slideshow_nav ul li .pager-line:after,
    .flickity-page-dots .dot .dot-line:after,
    .slider_pagination_controls .dot-line:after {
        content:'';
        width: 0;
        display: block;
        background: #111;
        height: 1px;
    }
    #main_slideshow_nav:not(.paused) ul li.active .pager-line:after {
        width: 100%;
        transition: width 6620ms linear;
    }      
    
       /* #main_slideshow_nav ul li:last-of-type .pager-line {*/
       /*     margin: 6px 20px 0 0;*/
       /* }    */
       /*#main_slideshow_nav ul li:last-of-type a {*/
       /*     left: auto;*/
       /* }    */
        
    #main_slideshow_nav ul li.active .pager-line,
    .flickity-page-dots .dot.is-selected .dot-line{
        width: 90px;
    }


    
    
    #main_slideshow_pagination,
    #hero_slideshow_pagination{
        display:none;
        position: absolute;
        right: 28px;
        z-index: 1003;
        top: 50%;
        margin: -50px 0 0;
        height: 135px;
        width: 38px;
        font-family: Calibre, Apercu_Pro, serif;
        color: #fff;
        font-weight: normal;
        font-size: 10px;
        line-height: 20px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
        transition: color 400ms ease-in-out, opacity 400ms ease-in-out;
    }
        #main_slideshow_pagination .page_numbers,
        #hero_slideshow_pagination .page_numbers {
            clear: both;
            text-align: center;
            white-space: nowrap;
            padding: 8px 0;
        }
            #main_slideshow_pagination .page_numbers div,
            #hero_slideshow_pagination .page_numbers div {
                display: inline-block;
                padding: 0 2px;
            }
        #main_slideshow_pagination .prev,
        #hero_slideshow_pagination .prev {
            margin: 0 auto;
            height: 47px;
            width: 7px;
            width: 100%;
            background: url('/images/arrow_up.png') center center no-repeat;
            background-size: 7px auto;
            cursor: pointer;
        }
        #main_slideshow_pagination .next,
        #hero_slideshow_pagination .next{
            margin: 0 auto;
            height: 47px;
            width: 7px;
            width: 100%;
            background: url('/images/arrow_down.png') center center no-repeat;
            background-size: 7px auto;
            cursor: pointer;
        }

    #main_slideshow_progress,
    #hero_slideshow_pagination {
        position: absolute;
        right: 0;
        z-index: 1001;
        top: 50%;
        margin: -85px 0 0;
        height: 200px;
        width: 70px;
        font-family: Calibre, Apercu_Pro, serif;
        color: #fff;
        font-weight: normal;
        font-size: 10px;
        line-height: 20px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
        transition: color 400ms ease-in-out, opacity 400ms ease-in-out;

        display: none;
    }
        #main_slideshow_progress .bar,
        #hero_slideshow_wrapper .bar {
            position: absolute;
            top: 25px;
            bottom: 65px;
            left: 34px;
            width: 1px;
        }
            #main_slideshow_progress .bar:before,
            #hero_slideshow_wrapper .bar:before {
                position: absolute;
                z-index: 1;
                content: '';
                display: block;
                background: #fff;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                opacity: 0.2;
                transition: background 400ms ease-in-out;
            }
            #main_slideshow_progress .bar .progress,
            #hero_slideshow_wrapper .bar .progress {
                position: absolute;
                z-index: 2;
                top: 0;
                left: 0;
                width: 1px;
                height: 0;
                background: #fff;
                transition: height 0 ease-in-out, background 400ms ease-in-out;
            }
            #main_slideshow_progress .number {
                position: absolute;
                z-index: 2;
                top: 0;
                left: 0;
                width: 100%;
            }
            #main_slideshow_progress .total {
                position: absolute;
                z-index: 2;
                bottom: 40px;
                left: 0;
                width: 100%;
            }
            #main_slideshow_progress .pause {
                cursor: pointer;
                position: absolute;
                z-index: 2;
                bottom: 10px;
                left: 0;
                width: 100%;
                height: 15px;
                font-family: Apercu_Pro, serif;
                font-weight: 500;
                font-size: 10px;
                line-height: 20px;
                text-transform: uppercase;
                text-align: center;
                letter-spacing: 1px;
                transition: opacity 400ms ease-in-out;
                overflow: hidden;
                opacity: 0;
            }
                #main_slideshow_progress:hover .pause {
                    opacity: 1;
                }
                #main_slideshow_progress .pause:after {
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(255, 255, 255, 0);
                    border-left-color: white;
                    border-width: 3px;
                    text-indent: 0;
                    display: block;
                    position: absolute;
                    right: 0;
                    left: 50%;
                    top: 50%;
                    margin-left: -3px;
                    transition: opacity 200ms ease-in-out;
                    opacity: 0;
                }
                #main_slideshow_progress.paused .pause {
                    text-indent: -9999px;
                }
                #main_slideshow_progress.paused .pause:after {
                    opacity:1;
                }

    #main_slideshow_wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 50;
    }

        #main_slideshow {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: visible;
            transition: background 800ms linear 400ms;
        }
            /*#main_slideshow .slide {*/
            /*    width: 100%;*/
            /*    position: absolute;*/
            /*    z-index: auto !important;*/
            /*    top: 0;*/
            /*    left: 0;*/
            /*    right: 0;*/
            /*    bottom: 0;*/
            /*}*/
                #main_slideshow .slide .content {
                    /*width: 100%;*/
                    height: 100%;
                    /*position: absolute;*/
                    z-index: 1002;
                    /*top: 0;*/
                    /*left: 0;*/
                    /*bottom: 0;*/
                    /*box-sizing: border-box;*/
                    opacity: 1;
                    transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;

                    cursor: pointer;
                }
                #main_slideshow .slide.no-link .content {
                    cursor: default;
                }
                    /*#main_slideshow .slide .content .content_header {*/
                    /*    position: absolute;*/
                    /*    top: 50%;*/
                    /*    left: 10vw;*/
                    /*    right: 10vw;*/
                    /*    transform: translateY(-50%);*/
                    /*    box-sizing: border-box;*/
                    /*    padding: 0;*/
                    /*}*/
                        #main_slideshow .slide .content .content_header .pre-title {
                            transition: opacity 400ms ease-in-out, transform 400ms cubic-bezier(.45,0,.27,1);
                            transform: translate3d(0, -100px, 0);
                            opacity: 0;
                            text-align: center;
                            width: 100%;
                            /*margin-top: -15px;*/
                            /* mix-blend-mode: exclusion; */
                        }
                            #main_slideshow .slide .content .content_header .faux_h1 {
                                /*margin: 0 0 20px;*/
                                /*width: 100%;*/
                                /*max-width: 100%;*/
                                /*min-height: 215px;*/
                                /*padding: 0;*/
                                /*letter-spacing: -8px;*/
                                /*text-align: center;*/

                                /*line-height: 0 !important;*/
                                /*transform: translateY(50%);*/
                                /*height: 0;*/
                            }
                            #main_slideshow .slide .content .content_header .pre-title .text_animate {
                                display: block;
                                /*white-space: nowrap;*/
                            }
                        #main_slideshow .slide .content .content_header .top_caption {
                            width: 100%;
                            font-family: Calibre, Apercu_Pro, serif;
                            color: #fff;
                            font-weight: 500;
                            line-height: 1.8rem;
                            font-size: 1.5rem;
                            position: relative;
                            box-sizing: border-box;
                            min-height: 115px;
                            opacity: 0;
                            margin: 0;
                            padding: 20px 0 0;
                            transition: transform 400ms cubic-bezier(.45,0,.27,1), opacity 400ms ease-in-out, color 800ms ease-in-out;
                        }
                            #main_slideshow .slide .content .content_header .top_caption .top_caption_additional {
                                padding-top: 10px;
                                margin-top: 10px;
                                position: relative;
                            }
                            #main_slideshow .slide .content .content_header .top_caption .top_caption_additional:after {
                                position: absolute;
                                top: 0;
                                left: 0;
                                display: block;
                                content: '.';
                                text-indent: -9999px;
                                height: 2px;
                                border-bottom: 1px solid #fff;
                                width: 0;
                                transition: width 1100ms cubic-bezier(.65,.06,.19,.96), border 400ms ease-in-out;
                                vertical-align: middle;
                                margin-top: -4px;
                            }
                        #main_slideshow .slide .content .description {
                            display: block;
                            clear: both;
                            float: right;
                            font-size: 1.4rem;
                            line-height: 38px;
                            font-weight: normal;
                            margin-right: 40px;
                            right: 0;
                            max-width: 300px;
                            width: 100%;
                            padding-left: 55px;
                            transform: translate3d(0, 0, 0);
                            opacity: 0;
                            transition: transform 400ms cubic-bezier(.45,0,.27,1), opacity 400ms ease-in-out, color 800ms ease-in-out;
                        }
                            #main_slideshow .slide .content .description .description_inner {
                                display: block;
                                clear: both;
                            }
                            #main_slideshow .slide .content .button {
                                transition: opacity 400ms ease-in-out;
                                opacity: 0;
                            }
                            #main_slideshow .slide .content .description .button {
                                display: block;
                                clear: both;
                                margin-top: 30px;
                                transition: opacity 400ms ease-in-out;
                            }

                #main_slideshow .slide .image_hover_area {
                    width: 55vh;
                    height: 78vh;
                    position: absolute;
                    top: 12vh;
                    left: 50%;
                    transform: translateX(-50%);
                    z-index: 1002;
                    opacity: 0;
                    transform: translate(-50%, 40px);
                    transition: opacity 400ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);
                    display: none;
                }
                    .device-canvas-fallback-mode #main_slideshow .slide .image_hover_area {
                        display: none;
                    }
                    
                /*#main_slideshow .slide .image {*/
                /*    opacity: 0;*/
                /*    transform: translate(-100px, 40px);*/
                /*    transition: opacity 400ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);*/
                /*}*/
                
                
                
                /*#main_slideshow .slide .image {*/
                    /*width: 55vh;*/
                    /*height: 78vh;*/
                    /*position: absolute;*/
                    /*top: 12vh;*/
                    /*left: 50%;*/
                    /*transform: translateX(-50%);*/
                    /*z-index:1001;*/
                    /*opacity: 0;*/
                    /*transform: translate(-50%, 40px);*/
                    /*transition: opacity 400ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);*/

                /*    position: absolute;*/
                /*    z-index: 0;*/
                /*    overflow: hidden;*/
                /*    display: block;*/
                /*    transition: opacity 600ms ease-in-out;*/
                /*    width: calc(66.6% - 250px);*/
                /*    top: 150px;*/
                /*    right: 150px;*/
                /*    bottom: -8vh;*/
                /*    left:auto;*/
                /*    text-align: right;*/
                /*    background:red;*/
                /*}*/
                    /*#main_slideshow .slide .image_inner {*/
                    /*    width: 100%;*/
                    /*    position: absolute;*/
                    /*    display: none;*/
                    /*    top: 0;*/
                    /*    left: 0;*/
                    /*    right: 0;*/
                    /*    bottom: 0;*/
                    /*}*/
                    /*#main_slideshow .slide .image_media,*/
                    /*#main_slideshow .slide .video_background {*/
                    /*    width: 100%;*/
                    /*    position: absolute;*/
                    /*    top: 0;*/
                    /*    left: 0;*/
                    /*    right: 0;*/
                    /*    bottom: 0;*/
                    /*}*/

                /* Slideshow fallback mode */

                    #hero.device-canvas-fallback-mode {
                        
                    }
                        #hero.device-canvas-fallback-mode #main_slideshow .slide .image {
                            display: block;
                            visibility: visible;
                            z-index: 999;
                        }
                            #hero.device-canvas-fallback-mode #main_slideshow .slide .image_inner {
                                display: block;
                            }
                        #main_slideshow .media_wrapper .video_background video {
                            display: block;
                        }

                /* Slideshow slide type variants */

                    /* Full bleed */

                    #main_slideshow .slide.slide_layout_2 {
                        
                    }
                        /*#main_slideshow .slide.slide_layout_2 .image_hover_area {*/
                        /*    height: 60vh;*/
                        /*}*/
                        /*#main_slideshow .slide.slide_layout_2 .image {*/
                        /*    width: 105vw;*/
                        /*    height: 105vh;*/
                        /*    top: 0;*/
                        /*}*/
                            /*#main_slideshow .slide.slide_layout_2 .image:after {*/
                            /*    content: '';*/
                            /*    display: block;*/
                            /*    position: absolute;*/
                            /*    z-index: 10;*/
                            /*    top: 0;*/
                            /*    left: 0;*/
                            /*    bottom: 0;*/
                            /*    right: 0;*/
                            /*    background: rgba(0,0,0,0.2);*/
                            /*}*/
                        /*#main_slideshow .slide.slide_layout_2 .content .content_header {*/
                        /*    text-align: center;*/
                        /*}*/
                        /*#main_slideshow .slide.slide_layout_2 .content .content_header .short_prefix {*/
                            /*
                                font-size: 1.9rem;
                                line-height: 2.2rem;
                                font-weight: 500;
                                letter-spacing: 0.2px;
                            */

                        /*    text-align: center;*/
                        /*    width: 100%;*/
                        /*    font-weight: 500;*/
                        /*    font-size: 1.2rem;    */
                        /*    font-size: 1.1rem;           */
                        /*    letter-spacing: 3px;*/
                        /*    text-transform: uppercase;*/

                        /*    margin: 0 0 40px;*/
                        /*    transition: transform 400ms cubic-bezier(.45,0,.27,1), opacity 400ms ease-in-out, color 800ms ease-in-out;*/
                        /*    opacity: 0;*/
                        /*}*/
                        /*    #main_slideshow .slide.slide_layout_2 .content .content_header .short_prefix div {*/
                        /*        display: inline-block;*/
                        /*        padding: 0 15px;*/
                        /*    }*/
                        /*    #main_slideshow .slide.slide_layout_2 .content .content_header .short_prefix:after {*/
                        /*        display: inline-block;*/
                        /*        content: '.';*/
                        /*        text-indent: -9999px;*/
                        /*        height: 2px;*/
                        /*        border-bottom: 1px solid #fff;*/
                        /*        width: 0;*/
                        /*        transition: width 1100ms cubic-bezier(.65,.06,.19,.96), border 400ms ease-in-out;*/
                        /*        vertical-align: middle;*/
                        /*        margin-top: -4px;*/
                        /*        margin-left: 15px;*/
                        /*    }*/
                        /*        #main_slideshow.slide-begin .slide.slide_layout_2 .content .content_header .short_prefix:after {*/
                        /*            width: 100px;*/
                        /*        }*/
                        /*#main_slideshow .slide.slide_layout_2 .content .content_header .faux_h1 {*/
                        /*    font-size: 6.5rem !important;*/
                        /*    line-height: 6.5rem !important;*/
                        /*    letter-spacing: normal !important;*/
                        /*    height: auto !important;*/
                        /*    transform: none;*/
                        /*    min-height: 0;*/
                        /*}*/
                        /*    #main_slideshow .slide.slide_layout_2 .content .content_header .pre-title .main_subtitle {*/
                        /*        font-weight: normal;*/
                        /*        font-size: 5.9rem !important;*/
                        /*    }*/

                        /*#main_slideshow .slide.slide_layout_2 .content_header .button {*/
                        /*    display: inline-block;*/
                        /*    float: none;*/
                        /*    margin: 30px auto 0;*/
                        /*}*/
                        /*#main_slideshow .slide.slide_layout_2 .content_header .link {*/
                        /*    margin: 30px auto 0;*/
                        /*}*/

                        /*#main_slideshow .slide.slide_layout_2 .content .description {*/
                        /*    padding: 60px 0 0;*/
                        /*    float: none;*/
                        /*    margin: 0 auto;*/

                        /*    text-align: center;*/
                        /*    max-width: 400px;*/

                        /*    position: absolute;*/
                        /*    bottom: 40px;*/
                        /*    margin: 0 auto;*/
                        /*    left: auto;*/
                        /*    right: auto;*/
                        /*    left: 50%;*/
                        /*    transform: translateX(-50%);*/
                        /*}*/
                        /*    #main_slideshow .slide.slide_layout_2 .content .description .description_inner {*/
                        /*        box-sizing: border-box;*/
                        /*        text-align: left;*/
                        /*        padding: 0 50px 0 0;*/
                        /*        max-width: 400px;*/
                        /*        float: left;*/

                    
                        /*    }*/
                        /*    #main_slideshow .slide.slide_layout_2 .content .description .button {*/
                        /*        float: none;*/
                        /*        margin: 30px auto 0;*/
                        /*        display: inline-block;*/
                        /*    }*/
                        /*    #main_slideshow .slide.slide_layout_2 .content .description .link {*/
                        /*        float: none;*/
                        /*        margin: 30px auto 0;*/
                        /*        display: inline-block;*/
                        /*        font-size: 1.4rem;*/
                        /*    }*/

                /* Slideshow permanent variants */

                    .cycle-single-slide #main_slideshow_progress {
                        display: none;
                    }
                    .cycle-single-slide #main_slideshow_pagination {
                        display: none;
                    }

                /* Slideshow cycle active functions */

                    #main_slideshow.slide-active {

                    }
                        .slide-active #main_slideshow_progress .bar .progress {
                            height: 100%;
                            transition: height 4120ms linear, background 400ms ease-in-out;
                        }
                        #main_slideshow .slide.cycle-slide .content .content_header .pre-title {
                            transform: translate3d(0, 0, 0);
                            transition: opacity 400ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);
                            opacity: 1;
                        }

                /* Slideshow animation start */

                    #main_slideshow.slide-begin {

                    }
                        #main_slideshow.slide-begin .slide .content .content_header .pre-title,
                        #main_slideshow.slide-begin .slide .content .description,
                        #main_slideshow.slide-begin .slide .content .button,
                        #main_slideshow.slide-begin .slide .content .content_header .top_caption,
                        #main_slideshow.slide-begin .slide .content .content_header .short_prefix {
                            opacity: 1;
                        }
                        #main_slideshow.slide-begin .slide .content .content_header .top_caption .top_caption_additional:after {
                            /*width: 150px;*/
                        }
                        /*#hero #main_slideshow.slide-begin .slide.cycle-slide-active .image {*/
                        /*    opacity: 1;*/
                        /*    transform: translate(0, 0);*/
                        /*    transition: opacity 400ms ease-in-out;*/
                        /*}*/

                    #main_slideshow.slide-begin2 {

                    }

                /* Slideshow animation end */

                    #main_slideshow .slide.slide-end {

                    }
                            /*#main_slideshow.slide-end .slide .top_caption,*/
                            /*#main_slideshow.slide-end .slide .content .content_header .short_prefix {*/
                            /*    opacity: 0 !important;*/
                            /*    transition: opacity 200ms ease-in-out, transform 400ms cubic-bezier(.45,0,.27,1);*/
                            /*}*/
                            /*#main_slideshow.slide-end .slide.slide_layout_2 .content .content_header:after {*/
                            /*    width: 0;*/
                            /*    opacity: 0;*/
                            /*    transition: width 200ms cubic-bezier(.65,.06,.19,.96), opacity 200ms ease-in-out;*/
                            /*}*/
                            /*#main_slideshow.slide-end .slide .content .content_header .pre-title {*/
                            /*    transform: translate3d(0, 40px, 0) !important;*/
                            /*    opacity: 0 !important;*/
                            /*    transition: opacity 200ms ease-in-out, transform 400ms cubic-bezier(.45,0,.27,1);*/
                            /*}*/
                            /*#main_slideshow.slide-end .slide .content .description {*/
                                /*transform: translate3d(0, 120px, 0) !important;*/
                            /*    opacity: 0 !important;*/
                            /*    transition: opacity 200ms ease-in-out, transform 400ms cubic-bezier(.45,0,.27,1);*/
                            /*}*/
                            /*#hero #main_slideshow.slide-end .slide .image {*/
                            /*    opacity: 0 !important;*/
                            /*    transform: translate(-50%, 0px) scale(0.8) !important;*/
                            /*    transform-origin: 50% 50% !important;*/
                            /*    transition: opacity 400ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1) !important;*/
                            /*}*/

                            /*#hero.slideshow-vertical #main_slideshow.slide-end .slide .image {*/
                            /*    opacity: 0 !important;*/
                            /*    transform: translate(-50%, 0px) scale(1.3) !important;*/
                            /*    transition: opacity 400ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1) !important;*/
                            /*}*/

                /* Slideshow track interactions */

                /*    #hero.page-track-beyond-placeholder-threshold {*/
                        
                /*    }*/
                /*        #hero .scroll-indicator {*/
                /*            opacity: 0;*/
                /*        }*/
                /*        #hero.page-track-beyond-placeholder-threshold .scroll-indicator {*/
                /*            opacity: 1;*/
                /*        }*/
                /*        #hero.page-track-beyond-placeholder-threshold #main_slideshow_progress,*/
                /*        #hero.page-track-beyond-placeholder-threshold #main_slideshow_pagination,*/
                /*        #hero.page-track-beyond-placeholder-threshold #main_slideshow .slide .content .description .button,*/
                /*        #hero.page-track-beyond-placeholder-threshold #main_slideshow .slide .content .button {*/
                /*            opacity: 0;*/
                /*        }*/

    /*  Artists
    ---------------------------------------------------------------------------------- */

    .feature_panels section.scroll_section_artist_track {
        padding: 0;
        width: 100%;
    }
    .page-artists .scroll_section_artist_list_grid .records_grid ul li.item a {
        display: inline-block;
        width: 100%;
    }

    /* Exhibitions 
    ---------------------------------------------------------------------------------- */

    .exhibition-list-wrapper {
        padding: 0 0 75px;
    }
    .exhibition-list-wrapper .scroll_section.scroll_section_panels.section_index_1 > .inner, 
    .exhibition-list-wrapper .scroll_section.scroll_section_standard.section_index_1 > .inner {
        padding-top: 0 !important;
    }
    
    .exhibition-list-wrapper button.btn.list-ajax-load-previous {
        display:none;
    }
    
    /* Blog / latest
    ---------------------------------------------------------------------------------- */
    
    @media screen and (min-width: 901px) {
        .page-blog .faux_h1 {
            font-size: 80px;
            line-height: 80px;
        }
        .page-blog h1 {
            font-size: 80px;
            line-height: 80px;
        }
        #hero .slide .content .content_header .subtitle {
            font-size: 2.6rem;
            line-height: 3rem;
            padding-top: 20px;
        }
        
    }
    
    /* News
    ---------------------------------------------------------------------------------- */
    
    .page-news .records_grid .item .list_caption_wrapper a {
        display: inline-block;
    }
    .page-news .external_news_grid_links {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }


    /*  Contact
    ---------------------------------------------------------------------------------- */
    
        .artwork_detail.detail_variant_contact .image_container {
            position: static;
            width: 62%;
            padding-left: 0;
            padding-top: 180px;
            padding-right: 150px;
            min-height: 0 !important;
        }
        .artwork_detail.detail_variant_contact .content_container {
            min-height: 0 !important;
        }
        .artwork_detail.detail_variant_contact .image_container .object_content {
            position: relative;
            width: 100%;
        }
        .artwork_detail.detail_variant_contact .content_container {
            padding-left: 150px;
            padding-top: 180px;
            padding-bottom: 60px;
            width: 38%;
        }
        .artwork_detail.detail_variant_contact .content_container#staff_container {
            width: 100%;
            display: block;
            padding: 0 150px;
            min-height: 0;
            margin-bottom: 60px;
        }
        .subsection-contact-content h3 {
            font-size: 1.8rem;
            color: #111111;
            letter-spacing: 0;
            line-height: 2.7rem;
            margin-bottom: 10px;
        }
            .subsection-contact-content h3.prelude_heading:after {
                margin-left: 10px;
            }
        .subsection-contact-content .contact-wrapper-form {
            margin: 0 0 50px;
        }
            .subsection-contact-content .contact-wrapper-form .terms_and_conditions {
                clear: both;
                padding: 20px 0 0;
            }
        .subsection-contact-content .contact-wrapper-locations {
            margin: 0;
            /*padding-top: 90px;*/
        }
            .subsection-contact-content .contact-wrapper-locations .columns .column:nth-of-type(1) {
                width: 80%;
            }
            .subsection-contact-content .contact-wrapper-locations .columns .column:nth-of-type(2) {
                width: auto;
                max-width: 20%;
                float: right;
            }
        .subsection-contact-content .contact-wrapper-additional {
            
        }
            .subsection-contact-content .contact-wrapper-additional .columns .column {
                width: 100%;
            }
        .subsection-contact-content .columns {
            font-size: 1.4rem;
            line-height: 2rem;
        }
        
        .subsection-contact-content .social_links_item {
            clear: both;
            float: none;
        }
            .subsection-contact-content .social_links_item a {
                display: block;
                clear: both;
                height: auto;
                width: auto;
                text-indent: 0;
            }
            .subsection-contact-content .social_links_item .social_media_icon {
                border: 1px solid rgba(255,255,255,0.1);
                border-width: 1px 1px 0 1px;
                padding: 8px;
                width: 60px;
                height: 60px;
                box-sizing: border-box;
                display: inline-block;
                float: none;
                vertical-align: middle;
                margin: 0;
                transition: background 400ms ease-in-out, color 400ms ease-in-out;
            }
                    .subsection-contact-content .social_links_item a:hover .social_media_icon {
                        background: rgba(255,255,255,1);
                    }
                    .subsection-contact-content .social_links_item a:hover .social_media_icon:after {
                        color: #151515;
                    }
                .subsection-contact-content .social_links_item:last-child .social_media_icon {
                    border-width: 1px 1px 1px 1px;
                }
                .subsection-contact-content .social_links_item .social_media_icon:after {
                    line-height: 43px;
                }
            .subsection-contact-content .social_links_item .social_media_label {
                display: inline-block;
                display: none;
                vertical-align: middle;
                color: rgba(255,255,255,0.5);
            }
    
            #map_wrapper {
                position: relative;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                overflow: hidden;
            }
            #map_area {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: -25px;  
                width: 100%;
            }
            #map_wrapper::after {
                content: '';
                padding-top: 90%;
                display: block;
            }

            .contact-locations-wrapper section{
                border-bottom: 1px solid #e1e1e1;
                padding-bottom: 15px;
                margin-bottom: 45px;
            }            
            .contact-locations-wrapper section:last-of-type {
                border-bottom: none;
                padding-bottom: 0px;
                margin-bottom: 0px;
            }
            .subsection-contact-content h4 {
                font-size: 1.6rem;
                line-height: 2rem;
                margin: 0 0 10px;
            }
            .contact-locations-wrapper .content-module {
                margin-bottom: 30px;
            }
            .artwork_detail.detail_variant_contact .content_container#staff_container {
                padding-top: 60px;
            }
            #staff_container ul {
                list-style-type: none;
                padding-left: 0;
                width: 100%;
                display: block;
            }
            #staff_container ul li {
                display:inline-block;
                vertical-align: top;
                width:20%;
                margin-bottom: 45px;
            }

            .map-marker { /*hide - only for the script to use when generating map*/
                height:0;
                width: 0;
                position: absolute;
                visibility: hidden;
            }
            .map-popup  {
                font-family: 'HK Grotesk', sans-serif;
                color: #757575;
                background: #fff;
                font-weight: normal;
                font-size: 1.35rem;
                line-height: 2.1em;
                -webkit-font-smoothing: antialiased;
            }

            .map-popup h3 {
                font-family: 'HK Grotesk', sans-serif;
                font-size: 1.7rem;
                color: #111111;
                letter-spacing: 0;
                line-height: 2.5rem;
                margin-bottom: 10px;
                display: inline-block;
            }
            .map-popup a.map_link {
                margin-top: 40px;
                display: block;
                color: #111;
                font-weight: 500;
                font-size: 1.5rem;
            }

    /*  Error page
    ---------------------------------------------------------------------------------- */
        
        .section-pagenotfound #main_content {
            padding: 50px;
        }


    /*  Fairs
    ---------------------------------------------------------------------------------- */
    
    .page-art-fairs .text_below_image_container {
        display: block;
        float: right;
        width: 60%;
        z-index: 5;
        padding-right: 100px;
        box-sizing: border-box;
        margin-bottom: 100px;
        line-height: 3.4rem;
        font-size: 1.35rem;
        letter-spacing: 0;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 75px;
        -moz-column-gap: 75px;
        column-gap: 75px;
    }

    .page-art-fairs #hero .content .info_module .line-simple,
    .page-art-fairs #hero .content .subtitle::before {
        max-width: 300px;
    }

    .page-art-fairs .extended_text_panel .area_wrapper {
        width: auto;
        display: flex;
        flex-direction: row-reverse;
    }

    .page-art-fairs .extended_text_panel .area_wrapper > * {
        flex: 1 0 50%;
    }

    .page-art-fairs .extended_text_panel .area_wrapper .main_content {
        color: #111111;
    }

    .page-art-fairs .extended_text_panel .area_wrapper .opening_hours h3,
    .page-art-fairs .extended_text_panel .area_wrapper .links h3,
    .page-art-fairs .extended_text_panel .area_wrapper .main_content .share_links {
        margin-top: 44px;
    }
    
    .page-art-fairs .extended_text_panel .area_wrapper .links h3 {
        margin-top: 44px;
    }

    .page-art-fairs .extended_text_panel .area_wrapper .links ul li {
        line-height: 2;
    }

    /*  View on a wall
    ---------------------------------------------------------------------------------- */
    
    .roomview-close {
        top: 43px;
        right: 32px;
    }
    .roomview-close a {
        text-indent: 0;
        line-height: 20px;
        font-family: 'HK Grotesk', sans-serif;
        font-weight: 500;
        color: #111111;
        text-transform: capitalize;
    }
    .roomview-close::after {
        display: none;
    }
    .roomview-close a::after {
        content: '';
        display: block;
        width: 0;
        border-bottom: 1px solid;
        border-color: inherit;
        position: absolute;
        bottom: 0;
        left: -5px;
        transition: width 400ms ease-in-out, border-color 400ms linear;
    }
    .roomview-close a:hover::after {
        width: calc(100% + 11px);
    }
    


    /*  Events
    ---------------------------------------------------------------------------------- */   
    .event_details {
        border-top: 1px solid #e5e5e5;
        padding-top: 45px;
    }
    /*.event_details .item{*/
    /*    float: left;*/
    /*    width:calc(50% - 22.5px);*/
    /*}*/
    /*.event_details .item:nth-child(even) {*/
    /*    float: right;*/
    /*    width:calc(50% - 22.5px);*/
    /*}*/
    .event_details .item{
        float: none;
        width:100%;
        display:block;
        margin-bottom: 40px;
    }
    .event_details .content {
        color: #757575;
    }
        
    .event_details .event_links ul {
        list-style: none;
        padding-left: 0;
    }
    .event_details .event_links ul li a,
    .event_details .event_links ul li a:visited {
        color: #111;
        font-weight: 500;
    }

    
    /*  Artists
    ---------------------------------------------------------------------------------- */

    .scroll_section_artist_list_combined .column_list {
        margin: 0 0 40px;
        padding-top: 30px;
    }
        .scroll_section_artist_list_combined .column_list ul {
            margin-right: -15px;
        }


    .subsection-artist-list-standard .scroll_section.scroll_section_panels.section_index_1 > .inner, 
    .subsection-artist-list-standard .scroll_section.scroll_section_standard.section_index_1 > .inner {
        padding-top: 0 !important;
    }

    .subsection-artist-list-standard .page-track-scroll-container .page-track-item .image {
        height: 62vh;
    }

    .hero-section-active .subsection-artist-list-standard #feature_panel_section_nav ul li {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    .subsection-artist-list-standard #feature_panel_section_nav ul li a {
        font-size: 1.5rem;
    }
    .hero-section-active .subsection-artist-list-standard #feature_panel_section_nav, 
    .hero-section-active .subsection-artist-list-standard #feature_panel_section_nav * {
        pointer-events: auto;
    }
    .scroll-section-setup .subsection-artist-list-standard #feature_panel_section_nav ul li {
        opacity: 0;
        transform: translate3d(0,-70px,0);
    }
    .subsection-artist-list-standard .panel_heading h2 {
       height:0;
       overflow:hidden;
       position:absolute;
    }


    /*.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;*/
            
    /*        -webkit-column-count: 4;*/
    /*        -moz-column-count: 4;*/
    /*        column-count: 4;*/
            
    /*        -webkit-column-gap: 0;*/
    /*        -moz-column-gap: 0;*/
    /*        column-gap: 0;*/
            
    /*        width: 100%;*/
    /*        padding-right: 0;*/
    /*        -moz-box-sizing: border-box;*/
    /*        -webkit-box-sizing: border-box;*/
    /*        box-sizing: border-box;*/
    /*    }*/

    /*    .column_list ul.visible {*/
    /*    }*/
    /*        .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 30px 0;*/
    /*            font-size: 1.4rem;*/
    /*            line-height: 1.5rem;*/
    /*            font-weight: 500;*/
    /*        }*/
    /*        .column_list ul li a {*/
    /*            display: block;*/
    /*            width: 100%;*/
    /*        }            */
    /*        .column_list ul li .content {*/
    /*            display: block;*/
    /*            width: 100%;*/
    /*        }    */
    /*        .column_list ul li h3 {*/
    /*            width: 100%;*/
    /*            clear: both;*/
    /*            display: block;*/
    /*            font-weight: 500;*/
    /*            margin: 0 0 5px;*/
    /*            font-size: 1.8rem;*/
    /*            color: #111;*/
    /*            letter-spacing: 0;*/
    /*            line-height: 2.2rem;*/
    /*        }*/
    /*        .column_list ul li .subtitle {*/
    /*            margin: 0 0 5px;*/
    /*            font-weight: 500;*/
    /*        }            */
            
    /*        .column_list ul li.letter_divider h2{*/
    /*            font-family: 'Cormorant_', serif;*/
    /*            font-weight: normal;*/
                /* margin: 0 0 90px; */
    /*            font-size: 5.5rem;*/
    /*            line-height: 7rem;*/
    /*        }*/



    .image_list,
    .names_list {
        display: block;
    }
        .image_list ul,
        .names_list {
            margin: 0 -95px 0 0;
            padding: 0;
            list-style: none;
            display: block;
        }
        .image_list ul li,
        .names_list ul li {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block;
            vertical-align: top;
            width: 33.33%;
            padding: 0 95px 90px 0;
            transform: translate3d(0, 50px, 0);
            opacity: 0;
            position: relative;
        }
        .image_list ul li a {
            display: inline;
        }
        .image_list ul li.animate-from-bottom {
            transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
        }
        .image_list ul li.animate-from-top {
            transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
            transform: translate3d(0, -50px, 0);
        }
        .image_list ul li.visible {
            opacity: 1;
            visibility: visible !important;
            transform: translate3d(0, 0, 0);
        }
            .image_list ul li .image {
                display: block;
                width: 100%;
                margin: 0 0 30px;
                position: relative;
            }
            .image_list ul li .image::after {
                content: '';
                display: block;
                padding-top: 78%;
            }
            .image_list.portrait_list_images ul li .image::after {
                content: '';
                display: block;
                padding-top: 128%;
            }
            .image_list ul li .image > span {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: auto;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-justify-content: center;
                justify-content: center;
            }
                .image_list ul li .image img {
                    max-width: 100%;
                    display: block;
                    width:100%;
                    height:100%;
                    object-fit: cover;
                    font-family: object-fit;
                }
                .image_list ul li .image .video {
                    position: absolute;
                    top: -2px;
                    left: -2px;
                    right: -2px;
                    bottom: -2px;
                    overflow: hidden;
                    z-index: 11;
                    opacity: 0;
                    -webkit-transition: opacity 0.2s linear;
                    -moz-transition: opacity 0.2s linear;
                    transition: opacity 0.2s linear;
                }
                    .image_list ul li.video-reveal .image .video {
                        opacity: 1;
                    }
                        .image_list ul li .image video {
                            height: 100%;
                            width: 100%;
                            object-fit: cover;
                            object-position: center;
                            font-family: object-fit;
                        }
                        .device-handheld .image_list ul li .image .video,
                        .device-handheld .image_list ul li .image video {
                            display: none;
                        }
                        
            .image_list ul li h3 {
                width: 100%;
                clear: both;
                display: block;
                font-weight: 500;
                margin: 0 0 5px;
                font-size: 1.6rem;
                color: #111;
                letter-spacing: 0;
                line-height: 2.2rem;
            }
            .image_list ul li .subtitle {
                margin: 0 0 5px;
                font-weight: 500;
            }
            
            .image_list .artist-label {
                position: absolute;
                left: 0px;
                bottom: 0;
                top: 0;
                height: 100%;
                opacity: 0;
                transform: translateY(20px);
                transition: transform 300ms ease-in, opacity 300ms ease-in;
                
            }            
            .image_list li:hover .artist-label,
            .tabbing-detected .image_list li .artist-label {
            	opacity: 1.0;
            	transform: translateY(0);
            	transition: transform 1200ms cubic-bezier(0.0, 0.0, 0.2, 1), opacity 1200ms cubic-bezier(0.0, 0.0, 0.2, 1);
            }
            .image_list .artist-label span {
                transform: rotate(90deg);
                transform-origin: top left;
                position: absolute;
                top: 0px;
                left: 0;
                text-align: left;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: row;
                flex-direction: row;
                white-space: nowrap;
            }
            
            .image_list li .artist-label span:after {
                content: '';
                width: 40px;
                display: inline-block;
                /* float: right; */
                margin: 17px 0px 17px 5px;
                -ms-flex:1;
                flex:1;
            }    

                .image_list .artist-label span:before {
                    content: '';
                    border-top: 1px solid #e1e1e1;
                    position: absolute;
                    right: 0;
                    bottom: 16px;
                    width: 0;
                    opacity: 0;
                    transition: width 300ms ease-in, opacity 300ms ease-in;
                }     
                
                /*li:hover */
                .image_list li:hover .artist-label span:before {
                    width: 40px;
                    opacity: 1.0;
                    transition: width 1200ms cubic-bezier(0.0, 0.0, 0.2, 1), opacity 1200ms cubic-bezier(0.0, 0.0, 0.2, 1);
                }          

                .image_list .artist-label a {
                    display: block;
                    transition: background 400ms ease-in-out, color 400ms ease-in-out;
                    cursor: pointer;
                }   
                .image_list .artist-label a:hover {
                    color: #111;
                    
                }
                
                
                
                
                
    .names_list {
        display: block;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-width: 300px;
        -moz-column-width: 300px;
        column-width: 300px;
    }
        .names_list ul{
            margin: 0;
            padding: 0;
            list-style: none;
            display: block;
        }
        .names_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 45px 35px 0;
            transform: translate3d(0, 20px, 0);
            opacity: 0;
            position: relative;
        }     
        .names_list ul li.animate-from-bottom {
            transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
        }
        .names_list ul li.animate-from-top {
            transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
            transform: translate3d(0, -20px, 0);
        }
        .names_list ul li.visible {
            opacity: 1;
            visibility: visible !important;
            transform: translate3d(0, 0, 0);
        }   
        .names_list ul li h3 {
            width: 100%;
            clear: both;
            display: block;
            font-weight: 500;
            margin: 0 0 5px;
            font-size: 1.8rem;
            color: #111;
            letter-spacing: 0;
            line-height: 2.2rem;
        }
        .names_list ul li .subtitle {
            margin: 0 0 5px;
            font-weight: 500;
        }   
            .names_list ul li.letter_divider h2{
                font-family: 'Cormorant_', serif;
                font-weight: normal;
                font-size: 5rem;
                line-height: 6.1rem;
                margin-bottom: 10px;
            }
                
        .names_list ul li a:hover .subtitle {
            color: #111;    
        }
                
                
    /*  Error Page
    ---------------------------------------------------------------------------------- */
    .section-pagenotfound #container {
        background-color: transparent;
        transition: none;
    }
    .section-pagenotfound header {
        display: block;
        padding: 55px 40px 25px;
        width: 100%;
        box-sizing: border-box;
    }
    .section-pagenotfound #main_content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: calc(100vh);
        box-sizing: border-box;
        z-index: -1;
    }
    .section-pagenotfound h1 {
        margin-bottom: 50px;
        font-size: 7.5rem;
        line-height: 7.2rem;
    }
    
    
    
    
    
    
    
    /* Themes
    ---------------------------------------------------------------------------------- */

        /* Reversed (light)
        ---------------------------------------------------------------------------------- */

        /*body.content-type-reversed .scroll-container,*/
        /*body.content-type-reversed-popup #popup_content,*/
        /*.content-reversed {*/
        /*    color: #151515;*/
        /*}*/
        /*body.content-type-reversed .scroll-container .scroll-container-inner {*/
        /*    background: #fff;*/
        /*}*/
        /*    body.content-type-reversed .scroll_section {*/
        /*        background: #fff;*/
        /*    }*/

        /*body.page-transition .scroll-container .scroll-container-inner,*/
        /*body.page-transition .scroll_section {*/
        /*    background: #222;*/
        /*}*/

        /*body.content-type-reversed input, */
        /*body.content-type-reversed textarea, */
        /*body.content-type-reversed select {*/
        /*    color: #151515;*/
        /*}*/

        /*body.content-type-reversed .page_enquiry_widget {*/
        /*    background: #f8f8f8;*/
        /*}*/
        /* Trying out a different effect with a psudo element
        .scroll_section {
            position: relative;
        }
            .scroll_section:before {
                display: block;
                content: '';
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #fff;
                transform: translateY(-100vh);
                transition: transform 400ms cubic-bezier(.45,0,.27,1);
            }
            body.content-type-reversed .scroll_section:before {
                transform: translateX(0);
            }
            */

        /*body.content-type-reversed .scroll-container h1, */
        /*body.content-type-reversed .scroll-container h2, */
        /*body.content-type-reversed .scroll-container h3, */
        /*body.content-type-reversed .scroll-container h4, */
        /*body.content-type-reversed .scroll-container h5, */
        /*body.content-type-reversed .scroll-container h6,*/
        /*body.content-type-reversed-popup #popup_content h1,*/
        /*body.content-type-reversed-popup #popup_content h2,*/
        /*body.content-type-reversed-popup #popup_content h3,*/
        /*body.content-type-reversed-popup #popup_content h4,*/
        /*body.content-type-reversed-popup #popup_content h5,*/
        /*body.content-type-reversed-popup #popup_content h6,*/
        /*.content-reversed h1,*/
        /*.content-reversed h2,*/
        /*.content-reversed h3,*/
        /*.content-reversed h4,*/
        /*.content-reversed h5,*/
        /*.content-reversed h6,*/
        /*.content-reversed .link {*/
        /*    color: #151515;*/
        /*}*/
        /*.content-reversed.artwork_detail {*/
        /*    background: transparent;*/
        /*}*/
        /*.content-reversed .artwork_detail_main {*/
        /*    background: #fff;*/
        /*}*/
        /*body.content-type-reversed .hero-section-not-visible #menu,*/
        /*body.content-type-reversed .hero-section-not-visible #top_nav,*/
        /*body.content-type-reversed #feature_panel_section_nav {*/
        /*    color: #151515;*/
        /*}*/
        /*body.content-type-reversed .hero-section-not-visible #feature_panel_section_nav ul li a:after,*/
        /*body.content-type-reversed .hero-section-not-visible #top_nav ul li a:after {*/
        /*    border-color: #151515;*/
        /*}*/


        







/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
------------- List preview vertical slider
---------------------------------------------------------------------------
-------------------------------------------------------------------------*/
    
    .list-preview-scroll-container {
        width: 100%;
        min-height: 100vh;
        clear: both;
        display: block;
        position: relative;
    }
        .list-preview-track-list {
            max-width: 1680px;
            width: 100%;
            padding: 100px 150px 100px;
            margin: 0 auto;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            transition: transform 800ms cubic-bezier(.45,0,.27,1);
        }
                    /*body.content-overlay-open .list-preview-track-list,*/
                    body.content-overlay-open .scroll-container-inner {
                        transform: translate3d(-100px,0,0);
                    }
                    body.content-overlay-open #feature_panel_section_nav {
                        opacity: 0;
                    }
            .list-preview-track-list > .inner {
                margin-right: -75px;
            }
            .list-preview-track-list .content {
                display: block;
                width: 66.66%;
                padding: 0 75px 0 0;
                float: left;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }
            .list-preview-track-list .content .content_inner {
                display: block;
                position: relative;
            }
            .list-preview-track-list .content .content_inner:after {
                border-bottom: 1px solid rgba(255,255,255,0.12);
                position: absolute;
                right: 0;
                bottom: 0;
                content: '';
                display: block;
                width: 100vw;
            }
                .list-preview-track-list .content .item {
                    position: relative;
                    padding: 28px 0 25px 0;
                    transition: opacity 400ms ease-in-out;
                }
                    .list-preview-track-list .content .item .inner {
                        transition: opacity 400ms ease-in-out;
                    }
                        .list-preview-track-list.item-preview-active .content .item .inner {
                            opacity: 0.4;
                        }
                        .list-preview-track-list.item-preview-active .content .item.active .inner {
                            opacity: 1;
                        }
                .list-preview-track-list .content .item:after {
                    border-bottom: 1px solid rgba(255,255,255,0.12);
                    position: absolute;
                    right: 0;
                    top: 0;
                    content: '';
                    display: block;
                    width: 100vw;
                }
                    .list-preview-track-list .content .item .status_divider {
                        position: absolute;
                        top: 0;
                        left: 0;
                        transform: translateY(-50%);
                        transition: opacity 400ms ease-in-out;
                    }
                                .list-preview-track-list.item-preview-active .content .item .status_divider {
                                    opacity: 0;
                                }
                    .list-preview-track-list .content .item > .inner {
                        padding: 0 0 0 30px;
                        position: relative;
                        opacity: 0;
                        transform: translateX(-80px);
                        transition: transform 4000ms cubic-bezier(.18, 1, .21, 1), opacity 2500ms cubic-bezier(.18, 1, .21, 1);
                    }
                    .list-preview-track-list .content .item.visible > .inner {
                        opacity: 1;
                        transform: translateX(0);
                    }
                        .list-preview-track-list .content .item h2 {
                            font-size: 2.3rem;
                            line-height: 2.8rem;
                            margin: 0 0 5px;
                        }
                        .list-preview-track-list .content .item .subtitle {
                            margin: 0;
                        }
                            /*
                            .list-preview-track-list .content .item.exhibition-status-current,
                            .list-preview-track-list .content .item.exhibition-status-forthcoming {
                                padding: 33px 0 35px 0;
                            }
                                .list-preview-track-list .content .item.exhibition-status-current h2,
                                .list-preview-track-list .content .item.exhibition-status-forthcoming h2 {
                                    font-size: 4.2rem;
                                    line-height: 5.0rem;
                                }
                                .list-preview-track-list .content .item.exhibition-status-past .inner {
                                    opacity: 0.4;
                                }
                            */

        .list-preview-image {
            position: absolute;
            top: 0;
            right: 0;
            float: right;
            width: 33.33%;
            min-height: 100vh;
            padding: 100px 150px 100px 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .within_viewport .list-preview-image {
            position: fixed;
        }
        .above_viewport .list-preview-image {
            position: absolute;
            bottom: 0;
            top: auto;
        }
            .list-preview-image .list-preview-image-items {
                position: absolute;
                top: 100px;
                left: 0;
                right: 150px;
                top: 100px;
                bottom: 100px;
            }
            .list-preview-image .list-preview-image-items .item {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                transition: transform 2000ms cubic-bezier(.18, 1, .21, 1), opacity 2000ms cubic-bezier(.18, 1, .21, 1);
            }
            .list-preview-image .list-preview-image-items .item.active {
                display: block;
            }
                .list-preview-image .list-preview-image-items .item .image {
                    margin: 0 0 30px;
                    overflow: hidden;
                    height: 62vh;
                    opacity: 0;
                    transition: opacity 2000ms cubic-bezier(.18, 1, .21, 1);
                }
                                .list-preview-image .list-preview-image-items .item.animate.animate_out .image {
                                    opacity: 0;
                                    transition: opacity 1000ms cubic-bezier(.18, 1, .21, 1);
                                }
                                .list-preview-image .list-preview-image-items .item.animate .image {
                                    opacity: 1;
                                }
                                .list-preview-image .list-preview-image-items .item.animate.animate_out .image {
                                    
                                }
                    .list-preview-image .list-preview-image-items .item .image:after {
                        content: '';
                        display: none;
                        position: absolute;
                        z-index: 3;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        background: #252525;
                        transition: transform 800ms cubic-bezier(.45,0,.27,1);
                        transform: scaleX(1);
                        transform-origin: 0 0;
                    }
                    /*
                                .list-preview-image .list-preview-image-items .item.animate .image:after {
                                    transform: scaleX(0);
                                }
                                .list-preview-image .list-preview-image-items .item.animate.animate_out .image:after {
                                    transform-origin: 100% 0;
                                    transform: scaleX(1);
                                    transition: transform 400ms cubic-bezier(.45,0,.27,1);
                                }
                    */
                    .list-preview-image .list-preview-image-items .item img {
                        object-fit: cover;
                        font-family: object-fit;
                        width: 100%;
                        height: 100%;
                        z-index: 1;
                        position: relative;
                        display: block;
                        transition: transform 800ms cubic-bezier(.45,0,.27,1);
                        transform: scale(1.2, 1.2);
                    }
                        .list-preview-image .list-preview-image-items .item.animate img {
                            transform: scale(1, 1);
                        }
                    .list-preview-image .list-preview-image-items .item .video {
                        opacity: 0;
                        position: absolute;
                        z-index: 2;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        -webkit-transition: opacity 0.2s linear;
                        -moz-transition: opacity 0.2s linear;
                        transition: opacity 0.2s linear;
                        overflow: hidden;
                    }
                        .list-preview-image .list-preview-image-items .item .video-reveal .video {
                            opacity: 1;
                        }
                        .list-preview-image .list-preview-image-items .item .video video {
                            height: 100%;
                            width: 100%;
                            object-fit: cover;
                            object-position: center;
                            font-family: object-fit;
                        }
                .list-preview-image .list-preview-image-items .item .content {
                    width: 100%;
                    clear: both;
                }
                    .list-preview-image .list-preview-image-items .item .content h2 {
                        font-size: 23px;
                        line-height: 28px;
                        margin: 0 0 5px;
                    }













/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
------------- Horizontal slider
---------------------------------------------------------------------------
-------------------------------------------------------------------------*/
    
    
    
    /* Flickity records slider*/
    
    .records_list_slider,
    .nav_dropdown_grid {
        width: 100%;
        position: relative;
        overflow: hidden;
    }    
    
    .records_list_slider .records_list_inner{
        margin: 0 -90px 0 0;
    }
    .nav_dropdown_grid_inner,
    .records_list_slider.portrait_list_images .records_list_inner {
        margin: 0 -45px 0 0;
    }
    .nav_dropdown_grid_inner {
        margin-bottom:30px;
    }
    .nav_dropdown_grid .item,
    .records_list_slider .item {
        width: 33.3%;
        padding: 0 75px 0 0;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
    }
    .nav_dropdown_grid .item{
        vertical-align: top;
    }
    .records_list_slider.portrait_list_images .item,
    .nav_dropdown_grid .item {
        padding: 0 45px 0 0;
    }
    
    .records_grid.detail_grid .item,
    .nav_dropdown_grid .item a,
    .nav_dropdown_grid .item .item-internal-wrapper,
    .records_list_slider.portrait_list_images .item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    	-ms-flex-direction: row;
    	flex-direction: row;
    	-ms-flex-align: center;
    	align-items: center;
    }
    .records_grid.detail_grid .item {
    	float:left;
    }
    
        .list_caption_wrapper h3 {
            font-size: 1.55rem;
            font-weight: 500;
            line-height: 2.3rem;
            margin-bottom: 12px;
        }
        .list_caption_wrapper .subtitle {
            font-weight: 500;
        }
            .records_list_slider .item .image {
                margin-bottom: 20px;
            } 
   
            .records_grid.detail_grid .item > a,
            .nav_dropdown_grid .item .image,
            .records_list_slider.portrait_list_images .item .image {
                width: 55%;
                margin-bottom: auto;
            }
            .records_list_slider .item .image::after {
                content: '';
                display: block;
                padding-top: 78%;
            }
            .records_grid.detail_grid .item .image::after,
            .nav_dropdown_grid .item .image::after,
            .records_list_slider.portrait_list_images .item .image::after {
                content: '';
                display: block;
                padding-top: 128%;
            }
            .records_list_slider .item .image > span,
            .nav_dropdown_grid .item .image > span {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: auto;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-justify-content: center;
                justify-content: center;
            }            
            .records_list_slider .item .image > span > a{
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: auto;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-justify-content: center;
                justify-content: center;
            }
            .nav_dropdown_grid .item .image img,
            .records_list_slider .item .image > span > a > img,
            .records_list_slider .item .image > span > img {
                object-fit: cover;
                font-family: object-fit;
                height: 100%;
                width: 100%;
            }    
            
            .records_list_slider .item .image img{
                user-drag: none; 
                user-select: none;
                -moz-user-select: none;
                -webkit-user-drag: none;
                -webkit-user-select: none;
                -ms-user-select: none;
            }
            .nav_dropdown_grid .item .list_caption_wrapper,
            .records_grid.detail_grid .item .list_caption_wrapper,
            .records_list_slider.portrait_list_images .item .list_caption_wrapper {
                width: 45%;
                padding-left: 20px;
                box-sizing: border-box;
            }
            
            /* Slider dots */
            .flickity-page-dots {
            	counter-reset: a;
            	/*width:auto;*/
             /*   display: flex;*/
             /*   flex-direction: row;*/
             /*   justify-content:center;*/
            }            
            .flickity-page-dots .dot .dot-text {
            	pointer-events: none;
            	/*text-align: center;*/
            }
            .flickity-page-dots .dot .dot-text::after {
            	content: counter(a, decimal-leading-zero);
            	counter-increment: a;
            }
            .flickity-page-dots .dot {
                background: transparent;
            }     
            /*.flickity-page-dots .dot {*/
            /*    background: transparent; */
            /*    display: inline-block;*/
            /*    width: auto;*/
            /*    height: auto;*/
            /*    min-width: 40px;*/
            /*    min-height: 40px;*/
            /*    margin:0;*/
            /*    color: #777;*/
            /*    cursor:pointer;*/
            /*    opacity: 1.0;*/
            /*    display: flex;*/
            /*    flex-direction: row;*/
            /*    justify-content:center;*/
            /*}            */
            /*.flickity-page-dots .dot.is-selected {*/
            /*    color: #010101;*/
            /*}            */
            /*.flickity-page-dots .dot.is-selected .dot-text {*/
            /*    padding-right: 12px;*/
            /*}*/
            
            /*.panel_heading .flickity-page-dots {*/
            /*	position: absolute;*/
            /*	right: 50px;*/
            /*	top: 0;*/
            /*	bottom: auto;*/
            /*}*/
            /*.flickity-page-dots .dot .dot-line {*/
            /*	width: 100px;*/
            /*	height: 1px;*/
            /*	display: none;*/
            /*	background: #e1e1e1;*/
            /*	margin: 6px 10px 6px 0px;*/
            /*}*/
            /*.flickity-page-dots .dot:first-of-type {*/
            /*    flex-direction: row-reverse;*/
            /*}            */
            /*.flickity-page-dots .dot.is-selected .dot-text {*/
            /*    padding-right: 0;*/
            /*}*/
            /*.flickity-page-dots .dot:first-of-type .dot-line{*/

            /*}*/
            
            /*.flickity-page-dots .dot.is-selected .dot-line {*/
            /*    display:block;                  */
            /*}*/
    
            .panel_heading .flickity-page-dots,
            .panel_type_records_slider .flickity-page-dots,
            .panel_type_related_slider .flickity-page-dots {
                width: auto;
                position: absolute;
                top: 12px;
                right: -3px;
                padding-right: 60px;
            }
    
            .slider_pagination_controls {
                width: auto;
                position: absolute;
                top: 12px;
                right: 0;
                padding-right: 60px;
            }
            .slider_pagination_controls .dot-line {
                width: 50px;
                margin: 11px 0 0 7px;
            }
            
    /* Page track list
    ----------------------------------------------------------- */
    
    .page-track-wrapper {
        display: block;
        width: 100%;
        height: 100vh;
        position: relative;
        clear: both;
    }
    .scrolling .page-track-item {
        pointer-events: none;
    }
    .page-track-item .video {
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        overflow: hidden;
        z-index: 11;
        opacity: 0;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }
        .page-track-item .video-reveal .video {
            opacity: 1;
        }
    .page-track-item img {
        position: relative;
        z-index: 10;
    }


        .site-wrapper {
            height: 100vh;
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }
        .page-track-scroll-container {
            width: 100%;
            height: 100vh;
            position: absolute;
            top: 0;
            z-index: 100;
        }
        .page-track-scroll-container .progress-track {
            content: '';
            height: 6px;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            display: block;
            background: #3333ED;
            z-index: 99999999;
            transform: scaleX(0);
            transform-origin: left;
            -webkit-transition: transform 0.2s linear;
            -moz-transition: transform 0.2s linear;
            transition: transform 0.2s linear;
        }

        .page-track-scroll-container .page-track {
            position: relative;
            /*overflow-x: auto;
            overflow-y: hidden;*/
            background: transparent;
            height: 100%;
            /*touch-action: pan-y;*/
            user-select: none;
            -webkit-user-drag: none;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            font-family: Calibre;
            font-weight: normal;
        }
            /*.page-track-scroll-container .page-track.page-track-left {
                overflow-y: visible;
                overflow-x: visible;
            }*/
            .records_list.image_track.clearwithin {
                height: 100vh;
                width: 100%;
            }
            .records_list.image_track::before,
            .records_list.image_track::after {
                content: '';
                position: fixed;
                z-index: 102;
                display: block;
                height: 100vh;
                pointer-events: none;
                width: 15vw;
            }

            .page-track-scroll-container .page-track td {
                vertical-align: top;
                text-align: left;
                line-height: inherit;
            }
        
        .item-label {
            position: absolute;
            left: -7px;
            top: 0;
        }
        .item-label-inner {
            transform: rotate(90deg);
            transform-origin: 0 0;
            position: absolute;
            color: #ffffff;
            font-size: 13px;
            font-weight: 500;
        }
        .label-number {
            padding-right: 10px;
            color: #aaa;
        }
        
        .page-track-list.animating .page-track.page-track-right,
        .page-track-list.animating .page-track.page-track-left {
            -webkit-transition: transform 0.8s cubic-bezier(.18, 1, .21, 1);
            -moz-transition: transform 0.8s cubic-bezier(.18, 1, .21, 1);
            transition: transform 0.8s cubic-bezier(.18, 1, .21, 1);
        }
        body.dragging .page-track-list .page-track.page-track-right a {
            pointer-events: none;
        }
        body.dragging .cursor-area {
            cursor: grabbing;
            cursor: -moz-grabbing;
            cursor: -webkit-grabbing;
        }
        body.dragging .page-track-list {
            cursor: grabbing;
            cursor: -moz-grabbing;
            cursor: -webkit-grabbing;
        }
        

        
        .page-track-scroll-container .page-track-frame {
            overflow: hidden;
            position: absolute;
            height: 100vh;
            width: 100%;
            z-index: 100;
            padding: 0;
        }
        .page-track-scroll-container .page-track-frame.page-track-frame-text {
            pointer-events: none;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        .page-track-scroll-container .slideshow-placeholder {
            width: 125vw;
        }
        .page-track-scroll-container .page-track-item {
            width: 22vw;
            width: auto;
            min-width: 200px;
            height: 100vh;
            padding: 0 80px 0 0;
            pointer-events: auto;
            /* box-sizing: border-box; */
            /* display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            text-align: center; */
            position: relative;
        }
            
        .page-track-scroll-container .page-track-item.first  {
            padding: 0 80px 0 150px;
        }
        .page-track-scroll-container td:last-child .page-track-item  {
            padding-right: 150px;
        }
        
        
        /*.page-track-scroll-container .page-track-item-text {
            opacity: 0.1;
            -webkit-transition: opacity 0.8s cubic-bezier(.18, 1, .21, 1);
            -moz-transition: opacity 0.8s cubic-bezier(.18, 1, .21, 1);
            transition: opacity 0.8s cubic-bezier(.18, 1, .21, 1);
        }
        .page-track-scroll-container .page-track-item-text.active {
            opacity: 1.0;
        }
        */
        .page-track-scroll-container .page-track-item.pull-down {
            padding: 23vh 15% 13vh 15%;
        }
        .page-track-scroll-container .page-track-item.pull-up {
            padding: 13vh 15% 23vh 15%;
        }
        .page-track-scroll-container .page-track-item {

        }
            .page-track-scroll-container .page-track-item.skew-down{
                padding-top: 24vh;
                padding-bottom: 20vh;
            }
            .page-track-scroll-container .page-track-item.skew-up  {
                padding-bottom: 27vh;
                padding-top: 13vh;
            }
        .page-track-scroll-container .page-track-item .inner { 
            width: auto;
            max-width: 100%;
            display: inline-block;
            box-sizing: border-box;
            /*
            max-height: 100%;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            text-align: center;
            */
            position: relative;
            display: block;
            padding-top: 50px;
            padding-bottom: 75px;
        }
        .page-track-scroll-container .page-track-item a {
            
        }
        .page-track-scroll-container .image-wrapper {
            width: auto;
            max-height: 100%;
            max-width: 100%;
            z-index: 4;
            position: relative;
            display: inline-block;
            -webkit-animation-name: Floating;
            -webkit-animation-duration: 8s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: ease-in-out;
            -moz-animation-name: Floating;
            -moz-animation-duration: 8s;
            -moz-animation-iteration-count: infinite;
            -moz-animation-timing-function: ease-in-out;
            /* opacity: 0; */
            /*will-change: opacity;*/
        }
            .page-track-scroll-container .image-wrapper.visible {
                opacity: 1.0;
                -webkit-transition: opacity 0.5s ease-in-out;
                -moz-transition: opacity 0.5s ease-in-out;
                transition: opacity 0.5s ease-in-out;
            }

        .page-track-scroll-container .page-track-item .image-outer {
            position: relative;
        }

            .page-track-scroll-container .page-track-item .item-overlay {
                position: absolute;
                z-index: 1;
                top: 50%;
                left: -30px;
                transform: translateY(-50%);
                font-size: 40px;
                line-height: 45px;
                font-weight: 500;
            }
            .page-track-scroll-container .page-track-item .image {
                display: block;
                line-height: 0;
                margin-bottom: 20px;
                position: relative;
                z-index: 0;
                overflow: hidden;
                height: 57vh;
            }
                .page-track-scroll-container .image-wrapper img{
                    float: none;
                    touch-action: pan-y;
                    user-select: none;
                    -webkit-user-drag: none;
                    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
                    height: 100%;
                    max-width: none;
                    width: auto;
                }
                    .page-track-item.hidden-off-screen .image-wrapper img {
                        visibility: hidden;
                    }
                .page-track-scroll-container .image-wrapper video {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                    object-position: center;
                    font-family: object-fit;
                }

        .page-track-scroll-container .page-track-item h2 {
            font-size: 2.6rem;
            line-height: 3.2rem;
            margin: 0 0 5px;
        }
        .page-track-scroll-container .page-track-item .prelude {
            text-align: left;
            width: 100%;
            display: block;
            margin: 0 0 10px;
        }
        .page-track-scroll-container .page-track-item .subtitle {
            text-align: left;
            width: 100%;
            display: block;
            margin: 0 0 5px;
        }

        .page-track-scroll-container .page-track-item .title-wrapper {
            text-align: left;
            width: 100%;
            z-index: 5;
            position: relative;
            box-sizing: border-box;
            opacity: 0;
            -webkit-transition: opacity 0.1s ease-in-out;
            -moz-transition: opacity 0.1s ease-in-out;
            transition: opacity 0.1s ease-in-out;
        }
            .page-track-scroll-container .page-track-item .title-wrapper.visible {
                opacity: 1.0;
                -webkit-transition: opacity 0.5s ease-in-out;
                -moz-transition: opacity 0.5s ease-in-out;
                transition: opacity 0.5s ease-in-out;
            }

        .page-track-scroll-container .page-track-item .year {
            -webkit-transform-origin: 0 50%;
            -moz-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            -o-transform-origin: 0 50%;
            transform-origin: 0 50%;
            -webkit-transform: rotate(90deg) translate(50%, 50%);
            -moz-transform: rotate(90deg) translate(50%, 50%);
            -ms-transform: rotate(90deg) translate(50%, 50%);
            -o-transform: rotate(90deg) translate(50%, 50%);
            transform: rotate(90deg) translate(50%, 50%);
            color: #fff;
            position: absolute;
            left: -17px;
            top: -26px;
            font-family: '__Orator-Oblique__', "Courier New", Courier, sans-serif;
            font-size: 1.55rem;
            line-height: 2.0rem;
            font-weight: 200;
            letter-spacing: 0.1rem;
            text-transform: uppercase;
            font-weight: 200;
            color: #FFFFFF;
            margin: 0;
        }
        .page-track-scroll-container .page-track-item .year-inner {
            opacity: 0;
            display: inline-block;
            transform: translate(-60px, 0);
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }
        .page-track-scroll-container .page-track-item.active .year-inner {
            opacity: 1.0;
            transform: translate(0,0);
        }
        .page-track-scroll {
            width: 120px;
            /*max-width: 250px;*/
            position: absolute;
            top: 0;
            bottom: 50px;
            z-index: 200;
            cursor: pointer;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
            visibility: hidden;
        }
            .page-track-scroll:before {
                width: 100%;
                height: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                top: 0;
                right: 0;
                content: '';
                display: block;
            }
            .page-track-scroll:after {
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                top: 50%;
                right: 0;
                content: 'Scroll';
                display: block;
                font-weight: 500;
                font-size: 1.3rem;
                line-height: 1.5rem;
                text-align: center;
                margin-top: 10px;
                margin-left: -3px;
            }
            .page-track-scroll.page-track-scroll-prev {
                left: 0;
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
                background: -moz-linear-gradient(left, rgba(23,23,23,0.65) 0%, rgba(23,23,23,0) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(left, rgba(23,23,23,0.65) 0%,rgba(23,23,23,0) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, rgba(23,23,23,0.65) 0%,rgba(23,23,23,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
                width: 220px;
            }
                .page-track-scroll.page-track-scroll-prev:after {
                    display: none;
                }
            .page-track-scroll.page-track-scroll-next {
                right: 0;
                transition: opacity 400ms ease-in-out;
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
                background: -moz-linear-gradient(left, rgba(23,23,23,0) 0%, rgba(23,23,23,0.65) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(left, rgba(23,23,23,0) 0%,rgba(23,23,23,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, rgba(23,23,23,0) 0%,rgba(23,23,23,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
            }
            .page-track-scroll.page-track-scroll-prev:before {
                background: url(/images/arrow_left.png) center center no-repeat;
                background-size: auto 7px;
            }
            .page-track-scroll.page-track-scroll-next:before {
                background: url(/images/arrow_right.png) center center no-repeat;
                background-size: auto 7px;
            }
                .page-track-scroll.page-track-scroll-next .cursor {
                    margin-left: -90px;
                }
            .cursor {
                position: fixed;
                left: 0;
                top: 0;
                z-index: 9999;
                display: none;
                pointer-events: none;
                cursor: none;
            }
                .cursor.hide,
                .cursor-area:hover .cursor.hide {
                    display: none;
                    visibility: none;
                }
            /*.page-track-scroll:hover .cursor {
                display: block;
            }*/
            .cursor-area {
                cursor: none;
                -moz-user-select: none;
                -webkit-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }
            .cursor-area:hover .cursor {
                display: block;
            }
            .cursor.cursor-down {
                margin-top: -90px;
                margin-left: -7px;
            }
            /*.cursor-area.hero-cursor {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }*/
        .scroll-prompt {
            position: fixed;
            width: 100%;
            bottom: 4vw;
            text-align: center;
            color: #aaa;
            text-transform: uppercase;
            font-size: 1.9rem;
            color: #3C3C3C;
            letter-spacing: .08rem;
            line-height: 6.9rem;
            bottom: 4vh;
            display: none;
            font-family: 'Fifty Regular', Sans-Serif;
            animation: scrollpulse 7s infinite;
        }
        @keyframes scrollpulse {
            0% {
                color: #1d1d1d;
            }
            50% {
                color: #555;
            }
            100% {
                color: #1d1d1d;
            }
        }
        
        .page-track-background-slides {
            position: fixed;
            z-index: 0;
            will-change: opacity;
        }
        .page-track-background-slide {
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-size: cover;
            z-index: 0;
            pointer-events: none;
            opacity: 0;
            background-position: center;
            -webkit-transition: opacity 0.5s ease-in-out;
            -moz-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }
        .page-track-background-slide.visible {
            opacity: 0.11;
            -webkit-transition: opacity 1.5s ease-in-out;
            -moz-transition: opacity 1.5s ease-in-out;
            transition: opacity 1.5s ease-in-out;
        }
        



        .page-track-list-container {
            display: none;
            overflow: hidden;
        }
        .page-track-list-container .records_list ul li .content h2,
        .page-track-list-container .subtitle,
        .page-track-list-container .link.read_more_link {
            color: #fff;
        }

        /* Fallback mode --------------------- */

        .page-track-wrapper.track-scroller-disabled {
            height: auto;
        }
        .track-scroller-disabled .page-track-scroll-container {
            height: auto;
        }

        .device-desktop .track-scroller-disabled .page-track-scroll-prev,
        .device-desktop .track-scroller-disabled .page-track-scroll-next {
            visibility: visible;
            transition: opacity 400ms ease-in-out;
            opacity: 0;
        }
            .device-handheld .track-scroller-disabled.start .page-track-scroll-next {
                visibility: visible;
                opacity: 1;
                transition: opacity 400ms ease-in-out;
                pointer-events: none !important;
            }
            .device-handheld .page-track-scroll-container .image-wrapper img {
                pointer-events: none !important;
            }
        .device-desktop .page-track-wrapper.track-scroller-disabled:hover .page-track-scroll-prev,
        .device-desktop .page-track-wrapper.track-scroller-disabled:hover .page-track-scroll-next {
            opacity: 1;
        }
        .device-desktop .page-track-wrapper.track-scroller-disabled.scrolled:not(.start) .page-track-scroll-prev,
        .device-desktop .page-track-wrapper.track-scroller-disabled.scrolled:not(.start) .page-track-scroll-next,
        .device-desktop .page-track-wrapper.track-scroller-disabled.start .page-track-scroll-prev {
            opacity: 0;
            pointer-events: none;
        }
        .device-desktop .page-track-wrapper.track-scroller-disabled.click-scrolled:not(.start) .page-track-scroll-prev,
        .device-desktop .page-track-wrapper.track-scroller-disabled.click-scrolled:not(.start) .page-track-scroll-next {
            opacity: 1;
            pointer-events: auto;
        }

        .track-scroller-disabled .scroll-container .scroll-container-inner .page-track-scroll-container, 
        .track-scroller-disabled .scroll-container .scroll-container-inner .page-track-scroll-container *,
        .scroll-container .scroll-container-inner .track-scroller-disabled .page-track-scroll-container,
        .scroll-container .scroll-container-inner .track-scroller-disabled .page-track-scroll-container * {
            pointer-events: auto;
        }
        .track-scroller-disabled .page-track-scroll-container .page-track-item {
            height: auto;
        }
        .track-scroller-disabled .page-track-scroll-container .page-track {
            -webkit-user-drag: auto;
        }
        .track-scroller-disabled .records_list.image_track.clearwithin {
            height: auto;
            overflow: hidden;
        }
        .track-scroller-disabled .page-track-scroll-container .page-track-frame {
            height: auto;
            margin-bottom: -20px; /* Hides overflow:auto scrollbar */
            position: static;
        }
        .track-scroller-disabled .page-track-scroll-container .page-track-frame .page-track {
            overflow-x: auto;
            overflow-y: visible;
            -webkit-overflow-scrolling: touch;
            width: 100%;
            padding-bottom: 20px;
            transform: none !important;
        }
        
        .scroll-indicator {
            position: absolute;
            bottom: 55px;
            left: 50%;
            height: 2px;
            background: rgba(255,255,255,0.07);
            display: block;
            width: 170px;
            transform: translateX(-50%);
            transition: background 400ms linear, opacity 400ms ease-in-out;
        }
            .track-scroller-disabled .scroll-indicator {
                display: none !important;
            }
            .scroll-indicator-active-bar {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                display: block;
                width: 0;
            }
            .scroll-indicator-active-bar::after {
                content: '';
                position: absolute;
                top: 0;
                right: -18px;
                height: 100%;
                background: #fff;
                display: block;
                width: 36px;
                transition: background 400ms linear;
            }
            
            body.content-type-reversed .scroll-indicator {
                background: rgba(0,0,0,0.07);
            }
                body.content-type-reversed .scroll-indicator-active-bar::after {
                    background: #151515;
                }




















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



/* OVERLAYS
------------------------------------------------------------------- */

    .splash-container,
    .enquire-overlay,
    .content-overlay,
    .search-overlay,
    .nav-overlay,
    .filter-overlay {
        pointer-events: none;
        position: fixed;
        background: rgba(0, 0, 0, 0);
        top: 0;
        left: 0;
        z-index: 2500;
        height: 100vh;
        /* opacity: 0; */
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        width: 100vw;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: none;
    }
    .enquire-overlay {
        z-index: 3000;
    }
    .nav-overlay {
        z-index: 4000;
    }
    body.cms-frontend-toolbar-active .splash-container,
    body.cms-frontend-toolbar-active .enquire-overlay,
    body.cms-frontend-toolbar-active .content-overlay,
    body.cms-frontend-toolbar-active .search-overlay,
    body.cms-frontend-toolbar-active .nav-overlay,
    body.cms-frontend-toolbar-active .filter-overlay {
        height: calc(100vh - 28px);
        top: 28px;
    }
    
    body.cms-frontend-toolbar-active #popup_box .close {
        top: 58px;
    }
    body.cms-frontend-toolbar-active .roomview-close {
        top: 67px;
    }
    .active-init .splash-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .active-init .enquire-overlay,
    .active-init .content-overlay,
    .active-init .search-overlay,
    .active-init .nav-overlay,
    .active-init .filter-overlay {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .splash-container.active,
    .enquire-overlay.active,
    .content-overlay.active,
    .search-overlay.active,
    .nav-overlay.active,
    .filter-overlay.active {
        pointer-events: auto;
    }


    .splash-bg,
    .overlay-bg {
        position: fixed;
        background: rgba(255, 255, 255, 0);
        top: 0;
        left: 0;
        z-index: 400;
        /* opacity: 0; */
        overflow: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        -moz-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        -o-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
    }

    .overlay-bg {
        -webkit-transition: background 600ms, transform 600ms cubic-bezier(.45,0,.27,1);
        transition: background 600ms, transform 600ms cubic-bezier(.45,0,.27,1);
        transition-delay: 300ms;
    }
    .overlay-bg.open {
        background: rgba(255, 255, 255, 1.0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: background .35s, transform 300ms cubic-bezier(.45,0,.27,1);
        transition: background .35s, transform 300ms cubic-bezier(.45,0,.27,1);
        /*transition-delay: 0;*/
    }
            body.page-transition-active .nav-overlay.active .overlay-bg,
            body.page-transition .nav-overlay.active .overlay-bg,
            body.page-transition-active .nav-overlay.active .overlay-bg.open,
            body.page-transition .nav-overlay.active .overlay-bg.open {
                /*height: 100vh !important;*/
                -webkit-transform: translate3d(0,0,0);
                -moz-transform: translate3d(0,0,0);
                -ms-transform: translate3d(0,0,0);
                -o-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                height: 100vh;
            }
                body.page-transition-active .nav-overlay .overlay-bg,
                body.page-transition-active .nav-overlay.active .overlay-bg,
                body.page-transition-active .nav-overlay.active .overlay-bg.open {
                    -webkit-transition: transform 600ms cubic-bezier(.45,0,.27,1);
                    transition: transform 600ms cubic-bezier(.45,0,.27,1);
                    -webkit-transform: translate3d(-100%,0,0);
                    -moz-transform: translate3d(-100%,0,0);
                    -ms-transform: translate3d(-100%,0,0);
                    -o-transform: translate3d(-100%,0,0);
                    transform: translate3d(-100%,0,0);
                    background: rgba(255, 255, 255, 1.0);
                    height: 100vh;
                    top:0;
                    bottom:0;
                    transition-delay: 0;
                    transition-delay: 150ms;
                }
                body.page-transition-active .nav-wrapper ul li {
                    opacity: 1.0;
                    transform: translateX(0);
                }

    .filter-reveal,
    .nav-reveal,
    .enquire-reveal,
    .search-reveal {
        position: relative;
        z-index: 9999;
    }
    .overlay-close-button,
    .filter-close-button,
    .nav-close-button,
    .enquire-close-button,
    .search-close-button {
        color: #111;
        position: absolute;
        top: 38px;
        right: 35px;
        border: 2px solid transparent;
        padding: 7px 0 9px 0;
        margin: 0 0 0 25px;
        z-index: 1200;
        cursor: pointer;
        font-size: 1.3rem;
        line-height: 2.0rem;
        font-family: 'HK Grotesk', sans-serif;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        opacity: 0;
        transform: translate3d(200px, 0, 0);
        transition: transform 0.6s cubic-bezier(.87,.17,.18,.85), opacity 0.8s ease-in-out;
        -webkit-transform: translate3d(200px, 0, 0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(.87,.17,.18,.85), opacity 0.8s ease-in-out;
    }
        .overlay.active .overlay-close-button,
        .overlay.active .filter-close-button,
        .overlay.active .nav-close-button,
        .overlay.active .enquire-close-button,
        .overlay.active .search-close-button {
            opacity: 1;
            transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
        }

        .overlay-close-button:after,
        .filter-close-button:after,
        .nav-close-button:after,
        .enquire-close-button:after,
        .search-close-button:after,
        .wqcw_close:after{
            content: '';
            display: block;
            width: 0;
            border-bottom: 1px solid #111 !important;
            border-color: inherit;
            position: absolute;
            bottom: 0;
            left: -5px;
            /* right: -2px; */
            transition: width 400ms ease-in-out, border-color 400ms linear;
        }        
        
        .overlay-close-button:hover:after,
        .filter-close-button:hover:after,
        .nav-close-:hover:after,
        .enquire-close-button:hover:after,
        .search-close-button:hover:after,
        .wqcw_close:hover:after{
            width: calc(100% + 11px);
        }

    .overlay-container-inner {
        visibility: hidden;
        opacity: 0;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
        z-index: 1000;
        width: 100vw;
        padding: 100px 100px 100px;
        box-sizing: border-box;
        -webkit-transition: opacity 400ms cubic-bezier(.45,0,.27,1), visibility 0s linear 400ms;
        transition: opacity 400ms cubic-bezier(.45,0,.27,1), visibility 0s linear 400ms;
        flex-direction: column;
    }
        .overlay.active .overlay-container-inner {
            visibility: visible;
            opacity: 1.0;
            -webkit-transition: opacity 400ms cubic-bezier(.45,0,.27,1), visibility 0s linear 0ms;
            transition: opacity 400ms cubic-bezier(.45,0,.27,1), visibility 0s linear 0ms;
        }
        
    .search-overlay .overlay-container-inner {
        opacity: 0;
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
        .overlay.search-overlay.active .overlay-container-inner {
            opacity: 1;
            -webkit-transition: opacity 300ms;
            transition: height opacity 300ms;
        }

        body.page-transition-active .nav-overlay.active .overlay-container-inner,
        body.page-transition-active .nav-overlay .overlay-container-inner {
            visibility: visible;
            opacity: 0;
            -webkit-transform: translate3d(-100%,0,0);
            -moz-transform:  translate3d(-100%,0,0);
            -ms-transform:  translate3d(-100%,0,0);
            -o-transform:  translate3d(-100%,0,0);
            transform:  translate3d(-100%,0,0);
            -webkit-transition: transform 800ms cubic-bezier(.45,0,.27,1), opacity 300ms cubic-bezier(.45,0,.27,1);
            transition: transform 800ms cubic-bezier(.45,0,.27,1), opacity 300ms cubic-bezier(.45,0,.27,1);
            height: 100vh;
        }    



    .enquire-input-wrapper,
    .enquire-contact-wrapper,
    .search-wrapper,
    .nav-wrapper,
    .nav-contact-wrapper {
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        min-height: 400px;
        position: relative;
        padding-left: 35px;
        color: #fff;
        font-size: 15px;
    }
    .nav-wrapper {
        min-height: 0;
    }


    .filter-wrapper {
        display: block;
    }
        .filter-wrapper a,
        .filter-wrapper a:visited {
            color: #757575;
        }
        .filter-wrapper .filter-group {
            opacity: 0;
            transform: translateY(200px);
            transition: all 1200ms cubic-bezier(0.030, 0.420, 0.145, 1.005);
        }
        .filter-wrapper .filter-group.visible {
            opacity: 1;
            transform: translateY(0);
        }
        .animate-out .filter-wrapper .filter-group {
            opacity: 0;
            transform: translateY(-200px);
            transition: all 300ms ease-in-out;
        }
        .filter-wrapper .filter-group ul li a {
            transition: color 500ms ease-in-out;
        }
        .filter-wrapper .filter-group ul li:hover a {
            color: #ccc;
        }

    .nav-contact-module-inner, 
    .contact-details, 
    .enquire-input-wrapper .enquiry_form {
        opacity: 0;
        transform: translateY(100px);
    }
    .nav-contact-module.visible .nav-contact-module-inner, 
    .visible .nav-contact-module-inner, 
    .visible .contact-details, 
    .enquire-input-wrapper.visible .enquiry_form  {
        -webkit-transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        opacity: 1.0;
        transform: translateY(0);
    }
    .animate-out .nav-contact-module .nav-contact-module-inner {
        -webkit-transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transform: translateY(0);
    }


    /* Splash overlay
    --------------------------------------------- */

        .splash-container {
            
        }
            .splash-bg {
                width: 100%;
                height: 100vh;
                transform: translateY(100%);
                background: #161b3f;
                transition: opacity 3000ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);
            }
                .splash-bg.open {
                    transform: translateY(0);
                    transition: height 800ms cubic-bezier(.45,0,.27,1), background 400ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);
                }

            .splash-container-inner {
                width: 100%;
                height: 100vh;
                padding: 0 125px;
                box-sizing: border-box;
                position: relative;
                z-index: 1001;
                opacity: 0;
                transition: opacity 2000ms ease-in-out, transform 800ms cubic-bezier(.45,0,.27,1);
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                justify-content: center;
            }
                body.splash-open .splash-container-inner {
                    opacity: 1;
                    transform: translateY(0);
                }

    /* Transition logo
    --------------------------------------------------------- */


        /*.browser-safari .transition-logo {*/
        /*    font-weight: 300;*/
        /*}*/
        /*.transition-logo span { */
        /*    position: absolute;*/
        /*    display: block;*/
        /*    text-align: center;*/
        /*    width: 100%;*/
        /*    opacity: 0;*/
        /*}*/

        /*.transition-logo .unit-logo { */
        /*    width: 400px;*/
        /*    margin: 5px auto 0;*/
        /*    height: 20px;*/
        /*    background: url('/images/unit-london-logo.png') center 0 no-repeat;*/
        /*    background-size: auto 20px;*/
        /*    opacity: 0;*/
        /*    transform: scale(0.7);*/
        /*    transform: none;*/
        /*    transition: transform 2000ms cubic-bezier(0,.21,0,1) , opacity 400ms cubic-bezier(.18, 1, .21, 1);*/
        /*}   */
        /*    body.splash-open .splash-container .transition-logo .unit-logo {*/
        /*    transform: scale(0.7);*/
        /*    }*/
        /*    body.ajax-loading-complete #container .transition-logo .unit-logo,*/
        /*    body.splash-open .splash-container.end .transition-logo .unit-logo {*/
        /*        opacity: 1;*/
        /*        transform: scale(1);*/
        /*    }*/
        /*    body.ajax-loading-complete #container .transition-logo span,*/
        /*    body.splash-open .splash-container.end .transition-logo .transition-logo-desktop span,*/
        /*    body.splash-open .splash-container.end .transition-logo .transition-logo-mobile span { */
        /*        display: none !important;*/
        /*    }*/
        /*body.page-transition-active.loader-incoming-type-standard #container .transition-logo { */
        /*    display: block;*/
        /*}*/
        /*body.page-transition-active #container .transition-logo { */
        /*    display: block;*/
        /*}*/
        /*body.page-transition-active.loader-incoming-type-standard #preloader {*/
        /*    display: none !important;*/
        /*}*/
        /*body.page-transition #container .transition-logo,*/
        /*body.page-transition2 #container .transition-logo,*/
        /*body.ajax-loading #container .transition-logo,*/
        /*body.ajax-loading-complete #container .transition-logo {*/
        /*    opacity: 1;*/
        /*    transform: none;*/
        /*}*/
        /*    body.page-transition-active .scroll-container .scroll-container-inner {*/
        /*        background: none !important;*/
        /*    }*/

        /*        .transition-logo .transition-logo-desktop {*/
        /*            display: block;*/
        /*            text-indent: 15px;*/
        /*        }*/
        /*        .transition-logo .transition-logo-mobile {*/
        /*            display: none;*/
        /*        }*/
        /*            body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-desktop span.active,*/
        /*            body.splash-open .splash-container .transition-logo .transition-logo-desktop span.active { */
        /*                opacity: 1;*/
        /*            }*/
        /*            body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-mobile span.active,*/
        /*            body.splash-open .splash-container .transition-logo .transition-logo-mobile span.active { */
        /*                opacity: 1;*/
        /*            }*/

                    /*
                    body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-desktop span,
                    body.splash-open .splash-container .transition-logo .transition-logo-desktop span {
                        animation: transition-logo-reveal-desktop 360ms linear infinite;
                    }
                        body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-desktop span:nth-child(1),
                        body.splash-open .splash-container .transition-logo .transition-logo-desktop span:nth-child(1) { 
                            animation-delay: 0;
                        }
                        body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-desktop span:nth-child(2),
                        body.splash-open .splash-container .transition-logo .transition-logo-desktop span:nth-child(2) { 
                            animation-delay: 60ms;
                        }
                        body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-desktop span:nth-child(3),
                        body.splash-open .splash-container .transition-logo .transition-logo-desktop span:nth-child(3) { 
                            animation-delay: 120ms;
                        }
                        body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-desktop span:nth-child(4),
                        body.splash-open .splash-container .transition-logo .transition-logo-desktop span:nth-child(4) { 
                            animation-delay: 180ms;
                        }
                        body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-desktop span:nth-child(5),
                        body.splash-open .splash-container .transition-logo .transition-logo-desktop span:nth-child(5) { 
                            animation-delay: 240ms;
                        }
                        body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-desktop span:nth-child(6),
                        body.splash-open .splash-container .transition-logo .transition-logo-desktop span:nth-child(6) { 
                            animation-delay: 300ms;
                        }
                        @keyframes transition-logo-reveal-desktop {
                            0% {
                                opacity: 1;
                            }
                            16.666666% {
                                opacity: 1;
                            }
                            16.7% {
                                opacity: 0;
                            }
                            100% {
                                opacity: 0;
                            }
                        }
                        */

        /*            body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-mobile span,*/
        /*            body.splash-open .splash-container .transition-logo .transition-logo-mobile span {*/
                        /* animation: transition-logo-reveal-mobile 400ms linear infinite; 1000ms */
        /*                letter-spacing: 0;*/
        /*                font-weight: 500;*/
        /*                font-size: 70px;*/
        /*            }*/
                        /*
                        body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-mobile span:nth-child(1),
                        body.splash-open .splash-container .transition-logo .transition-logo-mobile span:nth-child(1) { 
                            animation-delay: 0;
                        }
                        body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-mobile span:nth-child(2),
                        body.splash-open .splash-container .transition-logo .transition-logo-mobile span:nth-child(2) { 
                            animation-delay: 100ms;
                        }
                        body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-mobile span:nth-child(3),
                        body.splash-open .splash-container .transition-logo .transition-logo-mobile span:nth-child(3) { 
                            animation-delay: 200ms;
                        }
                        body.page-transition-active.loader-incoming-type-standard #container .transition-logo .transition-logo-mobile span:nth-child(4),
                        body.splash-open .splash-container .transition-logo .transition-logo-mobile span:nth-child(4) { 
                            animation-delay: 300ms;
                        }
                        @keyframes transition-logo-reveal-mobile {
                            0% {
                                opacity: 1;
                            }
                            24.99999% {
                                opacity: 1;
                            }
                            25% {
                                opacity: 0;
                            }
                            100% {
                                opacity: 0;
                            }
                        }
                        */




    /* Navigation overlay
    --------------------------------------------- */

        .nav-wrapper ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .nav-wrapper ul li {
            display: block;
            color: #4d4d4d;
            margin: 0;
            font-weight: 500;
            font-size: 3.5rem;
            line-height: 4rem;
            display: block;
            float: left;
            width: 100%;
            clear: both;
            text-align: center;
            /*opacity: 0;*/
            /*transform: translateX(150px);*/
            font-family: 'Cormorant_', serif;
            margin: 5px 0;
        }
        .nav-wrapper ul li a {
            padding: 6px 0;
            display: block;
        }
        .nav-wrapper ul li a,
        .nav-wrapper ul li a:visited {
            color: #111;
            transition: color 400ms ease-in-out;
            outline-offset: -4px;
        }
        .nav-wrapper ul li a:hover {
            color: #757575;
        }
        /*.nav-wrapper ul li.visible {*/
        /*    opacity: 1.0;*/
        /*    transform: translateX(0);*/
        /*    transition: all .8s cubic-bezier(0.030, 0.420, 0.145, 1.005), color 600ms ease-in-out;*/
        /*}*/
        
        
    .nav-wrapper ul li a, .nav-overlay .sidenav-contact-details a {
        -webkit-clip-path: polygon(170% 0, 100% 100%, 0 100%, 0 150%);
        clip-path: polygon(170% 0, 100% 100%, 0 100%, 0 150%);
        transform: translateY(40px);
        opacity: 0;
        transition: clip-path 1.4s cubic-bezier(.18, 1, .21, 1), transform 1s cubic-bezier(.18, 1, .21, 1), opacity 0.5s cubic-bezier(.18, 1, .21, 1);
    }
    .nav-wrapper ul li.visible a, .nav-overlay .sidenav-contact-details.visible a {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
        transition: clip-path 1.7s cubic-bezier(.18, 1, .21, 1), transform 2.5s cubic-bezier(.18, 1, .21, 1), opacity 2.5s cubic-bezier(.18, 1, .21, 1);
    }   
        
        
        
        
        
        .animate-out .nav-wrapper ul li {
            transform: translateX(0);
            transition: all .8s cubic-bezier(0.030, 0.420, 0.145, 1.005), color 600ms ease-in-out;
        }



    /* Search overlay
    --------------------------------------------- */

        #sw_form {
            position: absolute;
            top: 35px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1200;
            width: 100%;
            max-width: 420px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            opacity: 0;
        }
            .search-overlay.active #sw_form {
                opacity: 1;
            }
            #sw_form form .form_row {
                margin: 0;
                padding: 0;
                border: 0;
            }
            #sw_form form .form_row input[type='text'] {
            	padding: 7px 25px 9px 0;
            	border: 1px solid #e1e1e1;
            	background: #fff;
            	font-size: 1.3rem;
            	line-height: 2.0rem;
            	padding: 16px 95px 18px 18px;
            }
                #sw_form #sw_field_search_button {
                    position: absolute;
                    top: 0;
                    right: 0;
                    font-size: 1.3rem;
                    line-height: 2.0rem;
                    padding: 25px 18px 18px 18px;
                    width: 11px;
                    height: 12px;
 
                    font-size: 1.3rem;
                    line-height: 2.0rem;
                    font-weight: 500;
                    transition: opacity 400ms ease-in-out;
                    text-indent: -9999px;
                    cursor: pointer;
                }
                    #sw_form #sw_field_search_button:after {
                        content: '';
                        display: block;
                        width: 11px;
                        height: 12px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transition: background 400ms ease-in-out;
                        background: url(/images/search.png) 0 0 no-repeat;
                        background-size: 11px auto;
                        transform: translate(-50%, -50%);
                    }
                    .search-loading #sw_form #sw_field_search_button {
                        opacity: 0;
                    }
                #sw_form form .loader {
                    display: none;
                }
                .search-loading #sw_form form .loader {
                    -webkit-animation: rotate 2s linear infinite;
                          animation: rotate 2s linear infinite;
                    -webkit-transform-origin: center center;
                          transform-origin: center center;
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    top: 50%;
                    right: 15px;
                    margin: -10px 0 0 -10px;
                    display: block;
                }
                .search-loading #sw_form form .loader svg {
                    -webkit-animation: rotate 2s linear infinite;
                          animation: rotate 2s linear infinite;
                    -webkit-transform-origin: center center;
                          transform-origin: center center;
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    top: 50%;
                    right: 0;
                    margin: -10px 0 0 -10px;
                    display: block;
                }
                    .search-loading #sw_form form svg .path {
                        stroke-dasharray: 1, 200;
                        stroke-dashoffset: 0;
                        -webkit-animation: dash 1.5s ease-in-out infinite, color3 6s ease-in-out infinite;
                              animation: dash 1.5s ease-in-out infinite, color3 6s ease-in-out infinite;
                        stroke-linecap: round;
                    }

        .search-wrapper {
            color: #fff;
            max-width: 1680px;
            width: 100%;
            margin: 0 auto;
            padding: 0;
            display: block;
        }
        
        .overlay-container-inner .search-wrapper {
            padding-top: 80px;
        }
        
            .search-wrapper .prelude,
            .search-wrapper h2,
            .search-wrapper h3 {
                color: #111111;
                -webkit-font-smoothing: antialiased;
            }
            .search-wrapper .prelude:after {
                background: #fff;
            }
            .search-wrapper .caption {
                color: #757575;
            }
            .search-wrapper .notify_panel_footer {
                display: none;
            }
                .search-results-active .search-wrapper .notify_panel_footer {
                    display: block;
                }
                
                
        .search-overlay .item a,
        .subsection-search-content .item a {
            outline-color: black;
            display: inline-block;
            width: 100%;
        }
        .subsection-search-content .records_grid .item .prelude,
        .search-wrapper .records_grid .item .prelude {
            font-size: 1.4rem;
            line-height: 2.6rem;
            font-weight: normal;
            color: #757575;
            font-family: 'HK Grotesk', sans-serif;
            margin-bottom: 12px;
        }
        
        
        .subsection-search-content .records_grid .item .prelude:after {
            display: none;
        }
        .subsection-search-content .records_grid .item h3,
        .search-wrapper .records_grid .item h3 {
            margin: 0 0 22px;
            font-size: 1.6rem;
            line-height: 2.3rem;
            margin-bottom: 10px;
        }
        .subsection-search-content .records_grid .item .caption,
        .search-wrapper .records_grid .item .caption {
            font-size: 1.3rem;
            line-height: 1.8em;
            font-weight: 500;
            font-weight: normal;
            color: #757575;
        }
        .subsection-search-content .feature_panels section .panel_heading h1 {
                line-height: 3.1rem;
                margin: 0;
                font-size: 2.5rem;
                letter-spacing: 0.18px;
                font-family: 'Cormorant_', serif;
                font-weight: normal;
                min-width: 33.3%;
                padding-right: 90px;
                display: inline-block;
                box-sizing: border-box;
                display: flex;
                align-items: center;
        }
        .subsection-search-content .feature_panels section .panel_heading h1:after {
            display: inline-block;
            content: '';
            height: 1px;
            margin: -1px 0 0 15px;
            vertical-align: middle;
            width: 250px;
            transition: transform 1100ms ease-in-out, background 400ms linear;
            transform: scaleX(0);
            transform-origin: 0 0;
            background: #e1e1e1;
            transform: scaleX(1);
            transition-delay: 200ms;
        }
        /* clears the 'X' from Internet Explorer */
        input::-ms-clear {
            display: none;
            width : 0;
            height: 0;
        }


    /* Enquire overlay
    --------------------------------------------- */
    /* The enquire overlay is more of a slide-in menu */

    .enquire-overlay {
        width: 40%;
        min-width: 320px;
        align-items: left;
        z-index: 3000;
    }
    .active-init .enquire-overlay {
        display: block;
    }
        .enquire-overlay .overlay-bg {
            height: 100vh;
            width: 100%;
            transform: translateX(-100%);
            -webkit-transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
            transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
        }
        .enquire-overlay .overlay-bg.open {
            height: 100vh;
            width: 100%;
            transform: translateX(0);
            -webkit-transition: transform 600ms cubic-bezier(.65,.06,.19,.96);
            transition: transform 600ms cubic-bezier(.65,.06,.19,.96);
        }
        .enquire-overlay .overlay-container-inner {
            width: 100%;
            padding: 140px 60px;
        }


        .enquire-input-wrapper {
            padding: 0;
            width: 100%;
            vertical-align: top;
        }
            .enquire-input-wrapper .enquiry_form {
                
            }   
                /* Form variants -------------------------------------- */
                
                        /* Register your interest -------------------------------------- */
                        .enquire-input-wrapper .enquiry_form .enquiry-type-fields-event-interest {
                            display: none;
                        }
                        .enquire-input-wrapper .enquiry_form.enquiry-type-event-interest .enquiry-type-fields-event-interest {
                            display: block;
                        }
                        .enquire-input-wrapper .enquiry_form.enquiry-type-event-interest .enquiry-type-fields-standard {
                            display: none;
                        }

                .enquire-input-wrapper .enquiry_form .notify_panel_items {
                    clear: both;
                }
                    .enquire-input-wrapper .enquiry_form .notify_panel_items ul {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }
                    .enquire-input-wrapper .enquiry_form .notify_panel_items ul li {
                        display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
                        border-bottom: 1px solid rgba(255,255,255,0.15);
                        padding-bottom: 20px;
                        padding-top: 10px;
                        margin-bottom: 20px;
                    }
                        .enquire-input-wrapper .enquiry_form .notify_panel_items ul li:after {
                            content: '';
                            display: block;
                            clear: both;
                            overflow: hidden;
                        }
                        .enquire-input-wrapper .enquiry_form .notify_panel_items ul li .image {
                            width: 35%;
                            /*padding-top: 35%;*/
                            width: 100px;
                            height: 100px;
                            float: left;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                            position: relative;
                        }
                            .enquire-input-wrapper .enquiry_form .notify_panel_items ul li .image div {
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0;
                                /*background: rgba(0,0,0,0.15);*/
                                display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
                                text-align: center;
                            }
                            body.browser-msie .enquire-input-wrapper .enquiry_form .notify_panel_items ul li .image div {
                                display: block;
                            }
                            .enquire-input-wrapper .enquiry_form .notify_panel_items ul li .image div img {
                                max-width: 100%;
                                max-height: 100%;
                                align-self: center;
                                margin: 0 auto;
                            }
                        .enquire-input-wrapper .enquiry_form .notify_panel_items ul li .content {
                            width: 65%;
                            float: left;
                            font-size: 1.2rem;
                            line-height: 1.8rem;
                            padding: 0 0 0 20px;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                        }
                .enquire-input-wrapper .enquiry_form form .form_row {
                	border: 1px solid #e1e1e1;
                }
                .enquire-input-wrapper .enquiry_form form .form_row input[type='text'], 
                .enquire-input-wrapper .enquiry_form form .form_row textarea, 
                .enquire-input-wrapper .enquiry_form form .form_row select {
                    color: #757575;
                    font-weight: normal;
                    font-size: 1.4rem;
                }
                .enquire-input-wrapper .enquiry_form form .form_row input.active, 
                .enquire-input-wrapper .enquiry_form form .form_row textarea.active, 
                .enquire-input-wrapper .enquiry_form form .form_row select.active {
                    color: #111;
                }
                .enquire-input-wrapper .enquiry_form form .terms_and_conditions {
                    clear: both;
                    padding: 25px 0 0;
                }
                .enquire-input-wrapper .enquiry_form form a.btn {
                    outline-offset: -8px;
                }
        .enquire-contact-wrapper {
            width: 50%;
            vertical-align: top;
        }



    /* Content overlay
    --------------------------------------------- */
    /* This overlay is used for content previews which show on the current page - e.g. Hub */

    .content-overlay {
        position: fixed;
        width: 60%;
        max-width: 900px;
        right: 0;
        left: auto;
        align-items: left;
        transition: opacity 800ms ease-in-out, transform 1200ms cubic-bezier(.45,0,.27,1);
    }
    .active-init .content-overlay {
        display: block;
    }
        .content-overlay:before {
            content: '';
            pointer-events: none;
            display: block;
            position: absolute;
            z-index: 1201;
            transition: opacity 800ms ease-in-out;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            background: rgba(0,0,0,0.4);
        }
                /* Enquiry form open when content overlay is open */
                .quick_contact_widget_active .content-overlay.active {
                    transform: translateX(10vw);
                }
                .quick_contact_widget_active .content-overlay.active:before {
                    opacity: 1;
                }
        .content-overlay .overlay-close-button {
            color: #fff;
            padding: 7px 27px 9px 0;
        }
            .content-overlay .overlay-close-button:after {
                display: block;
            }
        .content-overlay .overlay-bg {
            height: 100vh;
            width: 100%;
            background: #fff;
            transform: translateX(100%);
            -webkit-transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
            transition: transform 400ms cubic-bezier(.65,.06,.19,.96);
        }
        .content-overlay .overlay-bg.open {
            height: 100vh;
            width: 100%;
            background: #fff;
            transform: translateX(0);
            -webkit-transition: transform 800ms cubic-bezier(.65,.06,.19,.96);
            transition: transform 800ms cubic-bezier(.65,.06,.19,.96);
        }
        .content-overlay .overlay-container-inner {
            width: 100%;
            height: 100vh;
            padding: 0;
        }
        .content-overlay-wrapper {
            padding: 0;
            width: 100%;
            vertical-align: top;
            overflow: hidden;
        }

            .content-overlay .overlay-container-inner .image_area {
                width: 100%;
                clear: both;
                height: 40vh;
                opacity: 0;
                transform: translateY(0);
                overflow: hidden;
            }
                .content-overlay-wrapper.visible .image_area {
                    -webkit-transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                    transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                    opacity: 1.0;
                    transform: translateY(0);
                }
                .animate-out .content-overlay-wrapper .image_area {
                    -webkit-transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                    transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                    transform: translateY(0);
                }
                .content-overlay .overlay-container-inner .image_area img {
                    display: block;
                    object-fit: cover;
                    font-family: object-fit;
                    object-position: center center;
                    height: 100%;
                    width: 100%;
                    transition: transform 2000ms cubic-bezier(.18, 1, .21, 1);
                    transform: scale(1.2);
                }
                    .content-overlay .overlay-container-inner .visible .image_area img {
                        transform: none;
                    }
            .content-overlay .overlay-container-inner .content_area {
                padding: 50px 50px 100px;
                opacity: 0;
                transform: translateY(100px);
                box-sizing: border-box;
                height: 60vh;
                overflow: auto;
                -webkit-overflow-scrolling: touch;
            }
                .content-overlay-wrapper.visible .content_area {
                    -webkit-transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                    transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                    opacity: 1.0;
                    transform: translateY(0);
                }
                .animate-out .content-overlay-wrapper .content_area {
                    -webkit-transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                    transition: all 1s cubic-bezier(0.030, 0.420, 0.145, 1.005);
                    transform: translateY(0);
                }
                .content-overlay .overlay-container-inner .content_area .header_area {
                    float: left;
                    margin: 0;
                }
                    .content-overlay .overlay-container-inner .content_area h1 {
                        font-size: 3.3rem;
                        line-height: 3.8rem;
                        margin: 0 0 15px;
                        padding: 0;
                    }
                    .content-overlay .overlay-container-inner .content_area .subtitle {
                        margin: 0;
                    }
                .content-overlay .overlay-container-inner .content_area .tools {
                    float: right;
                    margin: 0;
                }
                .content-overlay .overlay-container-inner .content_area .content {
                    float: right;
                    padding: 40px 0 0;
                }
                .content-overlay .overlay-container-inner .content_area .links {
                    padding: 30px 0 0;
                }


    /* Responsive nav overlay
    --------------------------------------------- */

    .nav-overlay .overlay-container-inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-wrapper {
        width: 100%;
        padding: 0;
    }
    .nav-contact-module {
        position: relative;
        padding-left: 40px;
        font-size: 1.4rem;
        line-height: 2rem;
        display: block;
        margin-bottom: 8vh;
        margin-right: -30px;
    }
    .nav-contact-module.last {
        margin-bottom: 0;
    }
    .nav-contact-module h3 {
        font-size: 15px;
        font-weight: normal;
        color: #eee;
        margin: 0 0 20px 0;
        line-height: 18px;
    }
    .nav-contact-column {
        display: inline-block;
        box-sizing: border-box;
        padding: 0 30px 0 0;
        width: 45%;
        vertical-align: top;
    }
    .nav-contact-column.address-column {
        width: 55%;
    }
    .nav-contact-column span {
        margin-bottom: 20px;
        display: block;
    }
    .contact-details {
        display: block;
    }

    .send-button {
        opacity: 0;
    }
    .visible .send-button {
        opacity: 1;

        -webkit-transition: all 3s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transition: all 3s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transition-delay: 0.5s;
    }

    .overlay .vert-label {
        opacity: 0;
    }
    .overlay .visible .vert-label {
        opacity: 1.0;
        -webkit-transition: all 3s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transition: all 3s cubic-bezier(0.030, 0.420, 0.145, 1.005);
    }
    .overlay.animate-out .vert-label {
        -webkit-transition: all 2s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transition: all 2s cubic-bezier(0.030, 0.420, 0.145, 1.005);
    }
    .overlay.animate-out .nav-contact-module .nav-contact-module-inner {
        -webkit-transition: all 2s cubic-bezier(0.030, 0.420, 0.145, 1.005);
        transition: all 2s cubic-bezier(0.030, 0.420, 0.145, 1.005);
    }
    .overlay.animate-out .nav-contact-module::before,
    .overlay.animate-out .enquire-input-wrapper::before,
    .overlay.animate-out .enquire-contact-wrapper::before{
        height: 0;
        -webkit-transition-delay: 0.5s; /* Safari */
        transition-delay: 0.5s;
        -moz-transition: height 3s cubic-bezier(.18, 1, .21, 1);
        -o-transition:  height 3s cubic-bezier(.18, 1, .21, 1);
        -webkit-transition: height 3s cubic-bezier(.18, 1, .21, 1);
        transition: height 3s cubic-bezier(.18, 1, .21, 1);
    }










    /* Prompt ----------------------------------------- */

    div.arpromptfade{
        position: absolute;
        background-color: #d4d4d4;
    }
    div.arprompt{
        width: 400px;
        position: absolute;
        background-color: #fff;
        text-align: left;
        padding: 25px;
    }
    div.arprompt .arpromptclose{
    	position: absolute;
    	z-index: 1900;
    	top: 25px;
    	right: 25px;
    	display: block;
    	content: '';
    	width: 14px;
    	height: 14px;
    	/* transform: rotate(135deg); */
    	background: url(/images/close_x.png) center center no-repeat;
    	background-size: 14px 14px;
    	transition: background-image 400ms linear;
    	text-indent: -100px;
    	overflow: hidden;
    	cursor: pointer;
    }
    div.arprompt .arpromptmessage {
        margin: 0 0 25px;
        padding: 0 25px 0 0;
        color: #111;
    }
        div.arprompt .arpromptmessage h2 {
            font-size: 2rem;
            line-height: 2.8rem;
        }
        div.arprompt .arpromptmessage h2,
        div.arprompt .arpromptmessage h3,
        div.arprompt .arpromptmessage h4 {
            color: #111;
        }
    div.arprompt .arpromptbuttons {
        border-top: 1px solid #e1e1e1;
        padding-top: 25px;
    }
    
    #page_header {
        display:none;
    }



   #quick_contact_widget form .form_row label {
        /* display: none; */
        position: absolute;
        font-size: 0;
        line-height: 0;
        opacity: 0;
        width: 1px;
        height: 1px;
    }
    #quick_contact_widget form .form_row input[type='text'], 
    #quick_contact_widget form .form_row input[type='email'], 
    #quick_contact_widget form .form_row input[type='tel'], 
    #quick_contact_widget form .form_row textarea, 
    #quick_contact_widget form .form_row select {
        padding: 15px 8px;
    }
    
#hero .record-caption {
    justify-content: center !important;
}

#hero .record-caption span {
    margin-top: 60px;
}

@media screen and (min-width: 767px) {
    .overlay.nav-overlay {
        --nav-width: 326px;
        left: calc(100% - var(--nav-width));
        width: var(--nav-width);
    }
    
    .overlay.nav-overlay .overlay-bg {
        border-left: 1px solid #e2e2e2;
    }
    .overlay.nav-overlay .overlay-container-inner {
        width: unset;
        align-items: baseline;
    }

    .notify_panel_mask {
        display: none !important;
    }

    .nav-wrapper ul li {
        font-size: 1.5rem;
        line-height: 22px;
        font-family: 'HK Grotesk', sans-serif;
    }

    .nav-wrapper ul li a:hover {
        color: black;
    }
    
    .nav-wrapper ul li a:visited {
        color: black;
    }
    
    .nav-wrapper ul li a {
        display: inline-block;
    }
    
    .overlay-bg {
        -webkit-transform: translate3d(100%,-0,0);
        -moz-transform: translate3d(100%,-0,0);
        -ms-transform: translate3d(100%,-0,0);
        -o-transform: translate3d(100%,-0,0);
        transform: translate3d(100%,-0,0);
    }
    
    .overlay-container-inner {
        justify-content: space-between;
    }
}

.page-video #hero {
    background: white;
}

.page-video .hero-inner .content:has(.content_header) {
    display: none !important;
}

.page-video #hero .record-caption {
    color: white;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end !important;
    margin-left: 65px;
}

.page-video #main_slideshow_nav {
    top: 150px;
    left: auto;
    right: 70px;
    z-index: 1;
    padding-right: 0;
}

.page-video .content .main_title {
    display: none;
}

.page-video .image_inner .image_media {
    width: 100% !important;
}

.page-video .image_inner img {
    object-fit: cover;
}

.image.media_wrapper .image_inner::after {
    position: relative;
    background-image: url(/images/video_play.svg);
    background-repeat: no-repeat;
    width: 76px;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
}

.page-video .image_media::after {
    position: relative;
    content: '';
    background-image: url(/images/video_play.svg);
    background-repeat: no-repeat;
    width: 76px;
    height: 76px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1.5);
    display: block;
    z-index: 9;
}

.page-video .image.media_wrapper {
    width: calc(100% - 200px) !important;
    left: 0 !important;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 60px;
}

.artwork_detail_type_video .draginner {
    flex-direction: column !important;
    margin: 100px 200px;
    width: calc(100% - 200px);
}

.page-video .artwork_detail .content_container {
    width: 100%;
}

.artwork_detail_type_video .draginner .image_container {
    padding: 0;
}

.artwork_detail_type_video .content_container {
    min-height: unset;
    padding: 0 !important;
    position: unset;
}

.artwork_detail_type_video .content_container h1 {
    font-family: 'Cormorant_', serif;
    font-size: 4.5rem;
    line-height: 6rem;
    margin-top: 50px;
}

.artwork_detail_type_video .image_container {
    min-height: unset !important;
    position: unset !important;
    padding-top: 0 !important;
    width: 100%;
}

.artwork_detail_type_video .artwork_detail_main {
    display: flex;
    justify-content: center;
}

.artwork_detail_type_video .artwork_detail_main .area .content {
    word-wrap: break-word;
}

.artwork_detail.artwork_detail_type_video .content h1 {
    max-width: 100%;
}

.page-video .featured_heading {
    top: 138px;
}

body:not(.site-popup-fallback-forced-open) .artwork_detail_type_video .video_placeholder {
    display: none;
}

.video_wrapper {
        position: relative;
    }
        .video_wrapper .video_embed_wrapper {
            position: relative;
            z-index: 1;
        }
        .video_wrapper .video_placeholder {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            background: #000;
            cursor: pointer;
            transition: opacity 400ms linear;
        }
        .video_wrapper.show_video .video_placeholder {
            opacity: 0 !important;
            pointer-events: none !important;
        }
        .video_wrapper.show_video .video_placeholder *,
        body .artwork_detail.artwork_detail_type_video .image_container .video_wrapper.show_video .video_placeholder,
        body .artwork_detail.artwork_detail_type_video .image_container .video_wrapper.show_video .video_placeholder {
            pointer-events: none !important;
        }
            .video_wrapper .video_placeholder img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                position: relative;
                z-index: 0;
                opacity: 0.75;
            }
            
            .video_wrapper .video_placeholder.no-overlay img {
                opacity: 1;
            }
            
            .video_wrapper .video_placeholder:after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 74px;
                height: 74px;
                /* url(/images/video_play.svg) */
                background: center center no-repeat;
                background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNzZweCIgaGVpZ2h0PSI3N3B4IiB2aWV3Qm94PSIwIDAgNzYgNzciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgMjwvdGl0bGU+CiAgICA8ZyBpZD0iSG9tZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImQxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzkxLjAwMDAwMCwgLTM4NTYuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3OTIuMDAwMDAwLCAzODU3LjcwNjY1NSkiPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjM2Ljk3NDMxOTUiIGN5PSIzNi45NzQzMTk1IiByPSIzNi45NzQzMTk1Ij48L2NpcmNsZT4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBmaWxsPSIjRkZGRkZGIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjMzLjkwNTA3OTUgMzMuOTQ3MDAxOCA0MS4wNDM1NTk1IDM3LjMxMjA3MjEgMzMuOTA1MDc5NSA0MC45ODc5Nzg0Ij48L3BvbHlnb24+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
                background-size: 74px auto;
                z-index: 2;
            }
            .video_wrapper .video_placeholder:after {
                
            }
    
    .section-video.page-video .heading_panel.panel_index_1 + .inner .panel_heading {
        display: none;
    }

    .video_embed_wrapper {
        position: relative;
    }
        .video_embed_wrapper .video_embed_functions {
            display: none;
        }

    .standard_grid .item .image span.video_play_indicator,
    .video_play_indicator {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 74px;
        height: 74px;
        /* url(/images/video_play.svg) */
        background: center center no-repeat;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNzZweCIgaGVpZ2h0PSI3N3B4IiB2aWV3Qm94PSIwIDAgNzYgNzciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgMjwvdGl0bGU+CiAgICA8ZyBpZD0iSG9tZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImQxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzkxLjAwMDAwMCwgLTM4NTYuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3OTIuMDAwMDAwLCAzODU3LjcwNjY1NSkiPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjM2Ljk3NDMxOTUiIGN5PSIzNi45NzQzMTk1IiByPSIzNi45NzQzMTk1Ij48L2NpcmNsZT4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBmaWxsPSIjRkZGRkZGIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjMzLjkwNTA3OTUgMzMuOTQ3MDAxOCA0MS4wNDM1NTk1IDM3LjMxMjA3MjEgMzMuOTA1MDc5NSA0MC45ODc5Nzg0Ij48L3BvbHlnb24+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
        
        background-size: 74px auto;
        z-index: 2;
        text-indent: -9999px;
        text-align: left;
    }
    .video-play-mask {
        width: 100%;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 100;
        transition: background 0.4s ease-out;
    }
    
    .video-play-mask.no-overlay {
        background: none;
    }
    .video-play-mask:hover {
        background: rgba(0, 0, 0, 0.45);
    } 
    

.panel_type_2027 .panel_heading {
    position: unset !important;
    display: inline !important;
    z-index: 1000;
    top: 48px;
    margin-bottom: 60px !important;
    max-width: 60%;
    padding-left: 100px !important;
    padding-bottom: 30px !important;
}

.panel_type_2027 .panel_heading h2 {
    font-size: 4.5rem !important;
    line-height: 5rem !important;
}

.panel_type_2027 {
    padding: 0;
    margin: 0 0 150px;
}

.panel_type_2027 .links.panel {
    margin-top: 40px;
}

.panel_type_2027 .area_wrapper {
    padding-bottom: 85px !important;
    margin: 0 !important;
    padding-top: 60px !important;
}

.panel_type_2027 .panel_heading h2::after {
    content: unset !important;
}

.panel_type_2027 .text_columns {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 25px;
}

.panel_type_2027 .aside {
        position: unset;
    }

@media screen and (min-width: 1479px) {
    .panel_type_2027 .panel_heading {
        padding-left: 150px !important;
    }
    
    .panel_type_2027 .text_columns {
        margin-top: 0;
    }
}

.panel_type_2027 .text_columns .aside  {
    padding: 0;
    max-width: 20%;
}

.panel_type_2027 .text_columns .content  {
    color: black;
    display: flex;
    align-items: center;
}

.panel_type_2027 .text_columns .content .content_main {
    padding: 0;
    line-height: 28px;
}

.panel_type_2027 {
    background: #E5CDAC;
}

.panel_type_2027 .share_links {
    display: none;
}

.panel_type_2027 .clearwithin::after {
    content: unset;
}

.panel_type_2027 .share_links {
    display: none !important;
}

.records_grid .item .image.video::after {
    position: relative;
    background-image: url(/images/video_play.svg);
    background-repeat: no-repeat;
    width: 76px;
    background-position: center;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
}

.panel_type_3001.panel-3001-active {
    display: block;
}

.panel_type_3001.panel-3001-inactive {
    display: none;
}

.panel_3001_wrapper .panel_heading {
    width: 100%;
    padding-top: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 60px 0 60px 0;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 2.1rem;
    transform: translate3d(0,0,0);
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    width: 100vw !important;
    padding: 0 60px;
    display: block;
}

.panel_3001_wrapper .panel_heading h2 {
    display: flex;
    align-items: center;
    font-weight: normal;
    line-height: 3.1rem;
    margin: 0;
    padding-top: 60px;
    font-size: 2.5rem;                            
    letter-spacing: 0.18px;
    font-family: 'Cormorant_', serif;
    font-weight: normal;
    min-width: 33.3%;
    padding-right: 90px;
    box-sizing: border-box;
}

.panel_3001_wrapper .panel_heading h2::after {
    display: block;
    flex: 1;
    content: '';
    height: 1px;
    margin: 6px 0 0 15px;
    max-width: 250px;
    transition: transform 1100ms ease-in-out, background 400ms linear;
    transform: scaleX(0);
    transform-origin: 0 0;
    background: #e1e1e1;
}

.panel_3001_wrapper .panel_heading.visible h2:after {
    transform: scaleX(1);
    transition-delay: 200ms;
}
.panel_3001_wrapper .panel_heading {
    z-index: -1;
}

.panel_3001_wrapper .sub_nav {
    margin-top: 30px;
    margin-bottom: 60px;
}

.panel_type_201 .area_wrapper .panel_heading {
    margin-top: 60px !important;
}

.nav-overlay .sidenav-contact-details {
    opacity: 1;
    text-align: center;
}

.records_grid .item:has(.video) .caption {
    word-wrap: break-word;
}

.page-contemporary-artists #hero .slide-caption {
    display: none;
}