
@import url(/lib/archimedes/styles/archimedes-cookie-notification.css);


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { /* em removed */
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


html {
    height: 100%;
    font-weight: normal;/*
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;*/
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
    line-height: 1;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'Calluna', Georgia, serif;
    overflow-y: scroll; /*Keep scrollbar on all pages*/
    /*overflow-x: hidden;*/ /*remove hor scrollbar*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    outline: 0;
    text-decoration: none !important;
}

/*remove the default blue glow in chrome*/
textarea, input { outline: none;}

ol, ul {
	list-style: none;
}
ul {
    padding-left: 20px;
    list-style: disc;
}
#content_module ul {
    list-style: disc;
}

.section-news div#container div#main_content.clearwithin div.col_wrapper div.right_col ul li span.description,
.section-contact div#container div#main_content p,
.section-exhibitions .middle_col span.description,
#content_module p,
.content p {
    line-height: 20px;
}

.responsive_only {
    display: none;
}

/* -----------------------------------------------------------
   Logo
----------------------------------------------------------- */
    #header #logo {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-image: url('/images/logo.png');
        width: 237px;
        height: 15px;
        float: left;
    }
        body.device-highres #header #logo {
            background-image: url('/images/logo_2x.png');
            background-size: 235px auto;
            background-position: 0 2px;
            background-repeat: no-repeat;
        }

    #header #logo a {
        width: 237px;
        height: 15px;
        display: block;
    }



/* -----------------------------------------------------------
   Layout
----------------------------------------------------------- */
    #container {
        width: 100%;
        max-width: 1400px;
        padding: 110px 25px 0;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /* container pt overwrites */
    .page-artists.page-param-type-subsection #container,
    .page-exhibitions.page-param-type-exhibition_id #container {
        padding-top: 102px;
    }

    #h1_wrapper h1 {
        margin-bottom: 45px;
    }
    #h1_wrapper .main_dates {
        padding-left: 5px;
        font-size: 10px;
    }

    #header {
        
    }
        

    .navigation {

    }
        .navigation ul {
            list-style: none;
            padding: 0;
        }
        .navigation ul li {

        }
        .navigation ul li a {

        }
        .navigation ul li a,
        .navigation ul li a:visited {

        }
        .navigation ul li a:hover {

        }
        .navigation ul li.active a,
        .navigation ul li.active a:visited,
        .navigation ul li.active a:hover {

        }
        
    #sub_nav ul,
    #artist_filter_list ul,
    .left_col ul {
        list-style: none;
        padding: 0;
    }

    #header_container {
        width: 100%;
        height: 74px;
        position: fixed;
        left: 0;
        top: 0;
        background: #ffffff;
        z-index: 999;
    }
        #header {
            width: 100%;
            max-width: 1350px;
            height: auto;
            margin: 0px auto;
            border-bottom: 1px solid #eaeaea;
            margin-bottom: 30px;
            padding-top: 30px;
            padding-bottom: 23px;
        }

        /* TopNav 
        --------------------------------------------*/
        #top_nav.navigation {
            height: 20px;
            float: right;
        }
            .topnav {
                float: left;
                display: inline-block;
            }
                #top_nav.navigation ul.topnav li {
                    float: left;
                    margin-right: 25px;
                    margin-top: 1px;
                }
                #top_nav.navigation ul.topnav li.last {
                    margin-right: 0px;
                }
                    #top_nav.navigation div span.all_artists a,
                    #top_nav .search_text a,
                    #top_nav.navigation ul li a {
                        text-decoration: none;
                        text-transform: uppercase;
                        font-size: 11px;
                    }
        #top_nav .search {
            display: inline-block;
            float: left;
        }
            #top_nav .search_text {
                margin-left: 25px;
                font-size: 14px;
            }

        /*Search in topnav*/

        #top_nav .search{
            display: inline-block;
            float: left;
        }

        #top_nav .search_text{
            margin-left: 25px;
            font-size: 14px;
        }



        #top_nav .search.active span.search_text a{
            color: #A6A6A6;
        }

        #top_nav .search div.searchbox-wrapper div.searchbox div.searchbox-inner form#quicksearch_form input#quicksearch_field.searchfield {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #bbb;
            margin-left: 25px;
            width: 80px;
        }

        /*Search page*/
        .section-searchresults div#container div#main_content.clearwithin div.middle_col div#searchresults_rows.simple_list ul li:first-child {
            padding-top: 0 !important;
        }

        .section-searchresults .left_col .searchbox div.searchbox-inner form#quicksearch_form input#quicksearch_field.searchfield {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #eaeaea;
            width: 160px;
            height: 40px;
            margin-top: 20px;
            color: #777;
            background-image: url('/images/search-arrow.jpg');
            background-repeat: no-repeat;
            background-position: 150px 15px;
        }

        .section-searchresults div#container div#main_content.clearwithin div.middle_col div#searchresults_rows.simple_list ul li a,
        .section-searchresults div#container div#main_content.clearwithin div.middle_col div#searchresults_rows.simple_list ul li a:visited {
            color: #a6a6a6;
        }

        .section-searchresults div#container div#main_content.clearwithin div.middle_col div#searchresults_rows.simple_list ul li {
            padding: 20px 0px;
            max-width: 750px;
        }
            .section-searchresults div#container div#main_content.clearwithin div.middle_col div#searchresults_rows.simple_list ul li .description {
                line-height: 1.7em;
            }
            .section-searchresults div#container div#main_content.clearwithin div.middle_col div#searchresults_rows.simple_list ul li .link {
                padding: 10px 0;
                display: inline-block;
            }
            .section-searchresults div#container div#main_content.clearwithin div.middle_col div#searchresults_rows.simple_list ul li h3 {
                margin-bottom: 8px
            }

        .section-searchresults .left_col {
            float: left;
            width: 10%;
            max-width: 130px;
        }
            .section-searchresults .left_col #sub_nav {
                padding-bottom: 25px;
            }
            .section-searchresults .left_col .artist_filter {
                width: 90%;
                padding-top: 45px;
                border-top: 1px solid #EAEAEA;
            }
            .section-searchresults .left_col #quicksearch_field {
                max-width: 90%;
            }
        .section-searchresults .middle_col {
            padding-left: 45px;
            float: right;
            width: 90%;
            max-width: 1220px;
            min-height: 100vh;
            border-left: 1px solid #EAEAEA;
        }


        /* SubNavs 
        --------------------------------------------*/
        #sub_nav.navigation ul li {
            margin-top: 0px;
            margin-bottom: 20px;
        }

        #sub_nav.navigation ul li a,
        #sub_nav.navigation ul li a:visited {
            text-decoration: none;
            color: #333333;
            line-height: 1.4;
        }

    #main_content {
        overflow: hidden;
    }
        #main_content h1 {

        }
    .page-vacancies #content {
        min-height: calc(100vh - 260px);
    }
    #content {

    }
        #content_module {
        }
        #sidebar {
        }

    #footer {
        width: 100%;
        max-width: 1360px;
        margin: 0 auto;
        height: 50px;
        border-top: 1px solid #eaeaea;
        margin: 0px auto;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }
        #footer #copyright,
        #footer #privacy_policy a {
            padding-top: 20px;
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
            float: left;
        }
        #footer #privacy_policy  {
            padding-left: 20px;
            float: left;
        }
        
        #footer #social_links {
            float: right;
            padding-top: 15px;
            /*width: 70px;*/
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        #footer #instagram_link {
            display: inline-block;
            /* margin-left: 72px; */
        }
        #footer #twitter_link {
        /*    width: 18px;
            height: 18px;*/display: inline-block;
            margin-bottom: 5px;
        }

        #footer #twitter_link a {
            /* background: url('/lib/g/1.0/images/social_icons_black.png'); */
            background: url('/images/social_icons_black.png');
            background-position: -24px -2px;
            width: 18px;
            height: 20px;
            text-indent: -9999px;
            /* text-indent: -50px; */
            display: inline-block;
            line-height: 18px;
            font-family: 'franklin_gothic_fs_bookRg', Georgia, serif;
        }
        #footer #instagram_link a {
            /* background: url('/lib/g/1.0/images/social_icons_black.png'); */
            background: url('/images/social_icons_black.png');
            background-position: -106px -2px;
            width: 16px;
            height: 20px;
            text-indent: -9999px;
            /* text-indent: -66px; */
            display: inline-block;
            line-height: 18px;
            font-family: 'franklin_gothic_fs_bookRg', Georgia, serif;
        }

        #footer_container, .push {
            clear: both;
        }
       




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


    /* Home
    ----------------------------------------------------------- */
    .section-home hr {
        margin-top: 22px;
        margin-bottom: 30px;
        border-color: -moz-use-text-color -moz-use-text-color #eaeaea;
    }

    #home-exhibitions a,#home-exhibitions a:visited,
    #home-news a,#home-news a:visited,
    #home-artists-list a, #home-artists-list a:visited {
        color: #333333 !important;
    }
    #home-exhibitions h2 a, #home-exhibitions h2 a:visited,
    #home-news h2 a, #home-news h2 a:visited {
        font-family: 'franklin_gothic_fs_bookRg', Georgia, serif;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    /* Exhibitions section */
    #home-exhibitions {
        /* float: left; */
        width: 67.1%;
        position: relative;
        display: inline-block;
        max-width: 905px;
    }
        #home-exhibitions #exhibitions_slideshow_header h2 {
            
        }
        #home-exhibitions img{
            /* padding-bottom: 36px; */
            width: 100%;
            height: 100%;
            object-fit: contain;
            /*max-height: calc(100vh - 330px);*/
        }
        #home-exhibitions .caption-content h2 {
            font-size: 22px;
            font-weight: 200;
            letter-spacing: 3px;
            font-family: 'franklin_gothic_fs_bookRg', Georgia, serif;
            text-transform: uppercase;
        }
        #home-exhibitions .caption-content h3 {
            font-size: 12.5px;
            font-weight: 200;
            letter-spacing: 2px;
            padding-top: 15px;
            font-family: 'franklin_gothic_fs_bookRg', Georgia, serif;
            text-transform: uppercase;
        }
    #home-exhibitions #exhibitions_slideshow_header h2 {
        float: left;
    }
    #home-exhibitions #slideshow_locations_nav {
        width: 60%;
        float: right;
    }
    #home-exhibitions #slideshow_locations_nav ul {
        text-align: right;
    }
        #home-exhibitions #slideshow_locations_nav li {
            display: inline-block;
            width: auto;
            margin-left: 20px;
            margin-bottom: 0;
        }
            #home-exhibitions #slideshow_locations_nav li:first-child {
                margin-left: 0;
            }
            #home-exhibitions #slideshow_locations_nav li a {
                color: #979797 !important;
            }
            #home-exhibitions #slideshow_locations_nav li a.active {
                color: #333333 !important;
            }
    .section-home #ig_slideshow .image span {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    
    #ig_slideshow_container,
	#ig_slideshow, 
	#ig_slideshow li, 
	#ig_slideshow .item, 
	#ig_slideshow .item span,
	#ig_slideshow_caption {
		max-width: 100% !important;
		min-width: 0;
		height: auto !important;
	}
    
    /* News section */   
    #home-news {
        float: right;
        width: 28.4%;
        max-width: 383px;
    }
        #home-news ul li {
            padding-bottom: 23px;
            margin: 25px 0 20px;
            border-bottom: 1px solid #EAEAEA;
            font-size: 0;
        }
            #home-news ul li:last-child {
                border: none !important;
                padding-bottom: 33px;
                margin-bottom: 0;
            }
            #home-news ul li a > span {
                display: inline-block;
                vertical-align: middle;
                font-size: 13px;
            }
                #home-news ul li .image {
                    max-width: 150px;
                    width: 40%;
                }
                #home-news ul li .content {
                    width: 60%;
                    padding-left: 27px;
                    box-sizing: border-box;
                }
                    #home-news ul li .content .title {
                        line-height: 1.72em;
                    }

    /* Artists list section */   
    #home-artists-list {
        float: none;
        clear: both;
        margin-top: 50px;
        padding: 60px 0 32px;
        border-top: 1px solid #eaeaea;
    }
        #home-artists-list ul {
            font-size: 0;
            column-count: 5;
            padding: 0;
            list-style: none;
        }
            #home-artists-list ul li {
                /* width: 20%; */
                /* display: inline-block; */
                font-size: 13px;
                margin-bottom: 28px;
            }
    

    /* Artists
    ----------------------------------------------------------- */
    .subsection-artists-list{
        /*display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        min-height: calc(100vh - 221px);*/
    }
    .fluid-width-video-wrapper {
        margin-top: 90px;
    }
        .fluid-width-video-wrapper:before {
            content: '';
            position: absolute;
            height: 1px;
            background: #eaeaea;
            display: block;
            top: -45px;
            width: 100%;
        }
    .fluid-width-video-wrapper:first-child {
        margin-top: 0;
    }
        .fluid-width-video-wrapper:first-child:before {
             display: none;
        }
    /*list view*/
    .section-artists.no-page-params #container {
        padding-top: 79px;
    }
        .section-artists.no-page-params #main_content {
            min-height: calc(100vh - 161px);
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

    .section-artists .subsection-artists-list div#artist_list.records_list {
        margin: 0;
        width: 100%;
        /*margin-top: -79px;  the height of the header */
    }

    .section-artists .subsection-artists-list div#artist_list.records_list ul {
        width: 100%;
        display: block;
        float: none;
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
    .section-artists .subsection-artists-list div#artist_list.records_list ul li {
        font-size: 15px;
        float: none;
        display: block;
        /* margin: 0 !important; */
        /* border-bottom: 35px solid #fff; */
        /* display: inline-block; */
    }
    /* TEMP FIX FOR NEW FF BUG! */
    .browser-mozilla.section-artists .subsection-artists-list div#artist_list.records_list ul li {
        margin: 0 !important;
        border-bottom: 35px solid #fff;
    }
    .section-artists .subsection-artists-list div#artist_list.records_list ul li {
        margin: 0px 0 35px 0;
    }
    .section-artists .subsection-artists-list div#artist_list.records_list ul li a {
        color: #333333;
    }

    /* Artists Works Grid
    ----------------------------------------------------------- */
    .section-artists.page-param-type-subsection .left_col {
        float: left;
        width: 10%;
        max-width: 130px;
    }
    .section-artists.page-param-type-subsection .col_wrapper {
        padding-left: 45px;
        float: right;
        width: 88%;
        max-width: 1230px;
        min-height: calc(100vh - 240px);
        border-left: 1px solid #EAEAEA;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
        .section-artists.page-param-type-subsection .col_wrapper ul li .content {
            display: block;
            padding-top: 25px;
            padding-bottom: 25px;
            border-top: 1px solid #EAEAEA;
            border-bottom: 1px solid #EAEAEA;
            color: #333333;
            line-height: 1.3em;
            color: #979797;
        }
            .section-artists .middle_col.subsection-exhibitions ul li a span.content h2 {
                padding: 3px 0;
            }
            .section-artists.page-param-type-subsection .col_wrapper ul li .content br,
            .section-artists.page-param-type-subsection .col_wrapper ul li .artist,
            .section-artists.page-param-type-subsection .col_wrapper ul li .dimensions,
            .section-artists.page-param-type-subsection .col_wrapper ul li .edition_details,
            .section-artists.page-param-type-subsection .col_wrapper ul li .signed_and_dated {
                display: none;
            }

    .section-artists.page-param-type-subsection.page-param-press .content > span,
    .section-artists.page-param-type-subsection.page-param-news .content > span {
        display: block;
    }

    .section-artists.page-param-type-subsection.page-param-press .content > h2 {
        padding: 3px 0;
    }

    .section-artists.page-param-type-subsection.page-param-news .year > h2 {
        padding-bottom: 20px;
        margin-bottom: 22px;
        border-bottom: 1px solid #EAEAEA;
    }

    .section-artists.page-param-type-subsection .author,
    .section-artists.page-param-type-subsection .subtitle {
        color: #a6a6a6;
    }
    
    .section-artists.page-param-type-subsection.page-param-biography .col_wrapper,
    .section-artists.page-param-type-subsection.page-param-profile .col_wrapper {
        display: block;
    }

    .section-artists .middle_col.subsection-biography {
        color: #333333;
        float: left;
        width: 60%;
    }
    .section-artists .right_col.subsection-biography {
        float: right;
        width: 35%;
    }

    /* 
        Artist works detail / popup
    -----------------------------------------------------------*/
    #image_gallery {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        background: white;
        align-items: flex-start;
    }
        #image_gallery #image_container {
            border-right: 1px solid #EAEAEA;
            padding-right: 90px;
            padding-left: 45px;
            position: relative;
            width: 70%;
            text-align: center;
            flex: 1;
        }
            #image_container .item, 
            #image_container .item span {
                display: block;
                width: 100%;
            }
            #image_gallery img {
                display: inline-block;
                margin: 0 auto;
                max-height: 562px;
            }   
            .custom-ps-previous,
            .custom-ps-next {
                display: block;
                width:21px;
                height:34px;
                background-size: contain;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                cursor: pointer;
                opacity: 0.6;
                transition: opacity 250ms cubic-bezier(0.0, 0.0, 0.2, 1), transform 170ms ease-out;
            }
                .custom-ps-previous {
                    background: url(/images/zoom_carousel_left.svg) no-repeat;
                }
                .custom-ps-next {
                    background: url(/images/zoom_carousel_right.svg) right no-repeat;
                    right: 45px;
                    left: unset;
                }
                    .custom-ps-next:hover {
                        transform: translateY(-50%) translateX(2px);
                    }
                    .custom-ps-previous:hover {
                        transform: translateY(-50%) translateX(-2px);
                    }
                .custom-ps-previous:hover,
                .custom-ps-next:hover {
                    opacity: 1;
                }

            .previous-disabled .custom-ps-previous,
            .next-disabled .custom-ps-next {
                pointer-events: none !important;
                opacity: .25;
            }
        #image_gallery #content_module {
            font-size: 13px;
            line-height: 20px;
            color: #333333;
            margin-left: 45px;
            padding: 65px 0 !important;
            border-bottom: 1px solid #eaeaee;
            border-top: 1px solid #eaeaea;
            flex: 0.4;
            max-width: 30%;
        }
            #image_gallery #content_module .subtitle {
                color: #333;
                padding-right: 20px;
            }
                #image_gallery #content_module .subtitle .artist {
                    font-family: 'franklin_gothic_fs_bookRg', Georgia, serif;
                    text-transform: uppercase;
                    font-size: 16px;
                    letter-spacing: 1px;
                    font-weight: 200;
                    margin-bottom: 15px;
                }
                #image_gallery #content_module .subtitle .title {
                    font-style: italic;
                }
            #image_gallery #content_module .detail_view_module {
               margin-bottom: 20px;
            }
                #image_gallery #content_module .detail_view_module h3 {
                    border-bottom: 1px solid #EAEAEA;
                    padding-bottom: 5px;
                    margin-bottom: 10px;
                    color: #A6A6A6;
                    font-family: 'franklin_gothic_fs_bookRg', Georgia, serif;
                    text-transform: uppercase;
                    font-size: 10px;
                    letter-spacing: 1.25px;
                }
                #image_gallery #content_module .subtitle .medium {
                    display: none;
                }
                #image_gallery #artwork_description2_reveal_button,
                #image_gallery #artwork_description_2 {
                    border-top: 1px solid #eaeaee;
                    margin-top: 20px;
                    padding-top: 20px;
                }
                #image_gallery #artwork_description_2 .detail_view_module {
                    padding-right: 25px;
                }
            #image_gallery .page_stats,
            #content_container .page_stats {
                position: absolute;
                bottom: 25px;
                font-size: 11px;
                color: #D2D2D2;
                letter-spacing: 1px;
                font-family: 'franklin_gothic_fs_bookRg', Georgia, serif;
                text-transform: uppercase;
                margin-bottom: 0;
                color: #979797;
                
                display: none;
            }
                #image_gallery .page_stats .ps_links,
                #content_container .page_stats .ps_links {
                    visibility: hidden;
                }
                #image_gallery #image_container .page_stats {
                    visibility: hidden;
                }
            #image_gallery .clearwithin:after {
                display: none;
            }

    #content_container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        background: #fff;
        /*height: 100%;*/
        position: relative;
        width: 100%;
    }
        #content_container #sidebar,
        #content_container #content_module {
            width: 50%;
        }
        body #content_container #sidebar {
            padding: 0 45px;
            padding-right: 90px;
            display: flex;
            flex-direction: row !important;
            justify-content: center !important;
            align-items: flex-start !important;
            border-right: 1px solid #EAEAEA;
            min-height: 65vh;
            position: relative;
        }
        #content_container #content_module { 
            padding-left: 45px;
        }

    #ig_slideshow .image span {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
        #ig_slideshow_thumbnails_container{
            display: none;
        }
        
    /* ARTISTS BIBLIOGRAPHY SECTION 
    ------------------------------------------------------------*/
    .subsection-bibliography #content_module {
         max-width: 750px;
         color: #111;
    }

    /* ARTISTS NEWS SECTION 
    ------------------------------------------------------------*/
    .section-artists.page-param-news .feature_list ul li .content {
        display: inline-block;
        border: none;
        vertical-align: top;
        padding-top: 0;
    }

    .section-artists.page-param-publications .description.hidden {
        display: none;
    }

    /* DEFAUL IMAGE LIST GRID / 2 column
    ----------------------------------------------------------- */
    .image_list > ul {
        width: auto;
        margin-right: -45px;
    }
        .image_list > ul > li {
            width: 50% !important;
            display: inline-block;
            padding-right: 45px;
            margin-bottom: 45px;
            vertical-align: top;
        }
            .image_list ul li .content {
                display: block;
                padding-top: 25px;
                padding-bottom: 25px;
                border-top: 1px solid #EAEAEA;
                border-bottom: 1px solid #EAEAEA;
                color: #333333;
                line-height: 1.3em;
            }
                .image_list ul li .content > span {
                    display: block;
                    width: 100%;
                    padding: 3px 0;
                }
            .image_list ul li .image {
                display: block;
                height: auto;
                margin: 0 0 20px;
                background: none;
                position: relative;
            }
                .image_list ul li .image::after {
                    content: '';
                    display: block;
                    padding-top: 70%;
                }
                .image_list ul li .image img {
                    max-height: 100%;
                    max-width: 100%;
                }
                .image_list ul li .image > span {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: auto;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-justify-content: center;
                    justify-content: center;
                }

    .feature_list ul > li > a > span,
    .feature_list ul > li > span {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
        .feature_list ul > li {
            padding-bottom: 45px;
            margin-bottom: 45px;
            border-bottom: 1px solid #EAEAEA;
        }
        .feature_list ul li {
            color: #333333;
        }
        .feature_list ul li > span.outer,
        .feature_list ul li > a > span.outer {
            width: 27%;
            max-width: 266px;
        }
        .feature_list ul li > span.content,
        .feature_list ul li > a > span.content {
            padding-left: 45px;
            width: 72%;
            font-size: 13px;
            line-height: 1.25em;
        }
            .feature_list ul li > span.content h2,
            .feature_list ul li > a > span.content h2 {
                font-size: 19px;
                margin-bottom: 30px;
                line-height: 1.4em;
            }


    /* Exhibitions
    ----------------------------------------------------------- */
    /* Landing page */
    .section-exhibitions .section-header h2 {
        font-size: 18px;
        font-family: 'franklin_gothic_fs_bookRg', Georgia, serif;
        letter-spacing: 2px;
        font-size: 13px;
        text-transform: uppercase;
    }
    .section-exhibitions .section-header hr {
        margin: 25px 0;
    }
    .section-exhibitions:not(.page-param-works) .image_list > ul > li {
        width: 33.33% !important;
        vertical-align: top;
    }
    .section-exhibitions .image_list.record-count-2 > ul > li {
        width: 50% !important;
    }
        .section-exhibitions .image_list ul li .image::after {
            padding-top: 70%;
        }
    .section-exhibitions .image_list ul li .content {
        /* border-bottom: none; */
    }
    .section-exhibitions .middle_col span.location {
        color: #A6A6A6;
    }
    /* Exhibitions details */
    .section-exhibitions.page-param-type-exhibition_id .left_col {
        float: left;
        width: 10%;
        max-width: 130px;
    }
    .section-exhibitions.page-param-type-exhibition_id .col_wrapper {
        padding-left: 45px;
        float: right;
        width: 88%;
        max-width: 1230px;
        min-height: calc(100vh - 240px);
        border-left: 1px solid #EAEAEA;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
    }
    .section-exhibitions.page-param-type-exhibition_id .date,
    .section-exhibitions.page-param-type-exhibition_id .title {
        margin-bottom: 10px;
    }
    .section-exhibitions.page-param-type-exhibition_id .image_list ul li .image::after {
            padding-top: 70%;
        }
    .locations-list {
        display: block;
    }
    .locations-list span {
        font-size: 10px;
        color: #a6a6a6;
        display: inline-block;
    }
        .locations-list span a {
            color: #a6a6a6;
        }
    #sub-item-press-release a.it-press {
        color: #333333 !important;
    }
         #sub-item-press-release a.it-press:hover {
            color: #a6a6a6 !important;
        }
    #sub-item-press-release a.active {
        color: #a6a6a6 !important;
    }


    /* News
    ----------------------------------------------------------- */
    .section-news .left_col {
        float: left;
        width: 10%;
        max-width: 130px;
    }
        .section-news .left_col #sub_nav {
            padding-bottom: 25px;
        }
            .section-news .left_col #sub_nav ul li {
                margin-bottom: 10px;
            }
        .section-news .left_col .artist_filter {
            /*width: 90%;*/
            padding-top: 45px;
            border-top: 1px solid #EAEAEA;
        }
    .section-news .col_wrapper {
        padding-left: 45px;
        float: right;
        width: 88%;
        max-width: 1230px;
        min-height: 100vh;
        border-left: 1px solid #EAEAEA;
    }

    .section-news #content_container .title,
    .section-news.page-param-news #content_container .title,
    .section-artists.page-param-news #content_container .title {
       font-size: 18px;
       line-height: 1.2em;
       color: #333333;
       font-weight: 200;
       margin-bottom: 10px;
       line-height: 1.6;
       margin-bottom: 45px;
       display: inline-block;
    }

    .section-news #content_module .title,
    .section-artists.page-param-news #content_module .title {
        font-size: 19px;
        margin-bottom: 5px;
        display: block;
    } 
    .section-news #content_module .subtitle,
    .section-artists.page-param-news #content_module .subtitle {
        font-size: 17px;
    }
    .section-news #content_module .description,
    .section-artists.page-param-news #content_module .description {
        display: block;
        margin: 32px 0;

    }



    /* Contact
    ----------------------------------------------------------- */
    .section-contact .left_col {
        float: left;
        width: 10%;
        max-width: 130px;
    }
        .section-contact .left_col #sub_nav {
            padding-bottom: 25px;
        }
        .section-contact .left_col .artist_filter {
            width: 90%;
            padding-top: 45px;
            border-top: 1px solid #EAEAEA;
        }
    .section-contact .main {
        padding-left: 45px;
        float: right;
        width: 90%;
        max-width: 1220px;
        min-height: calc(100vh - 190px);
        border-left: 1px solid #EAEAEA;
    }
    .section-contact #main_content a:visited {
        color: #a6a6a6;
    }
    .section-contact .left_col #mailing_list_signup {
        width: 90%;
        padding-top: 45px;
        border-top: 1px solid #EAEAEA;
    }
        .section-contact .left_col #mailing_list_form,
        .section-contact .left_col #mailing_list_form input {
            width: 100%;
        }
            .section-contact .left_col #mailing_list_form .form_row {
                margin-top: 15px;
                margin-bottom: 15px;
            }
            .section-contact .left_col #mailing_list_form label {
                display: none;
            }
            .section-contact .left_col #mailing_list_form input {
                outline: none !important;
                background: none;
                font-size: 12px;
                line-height: 1.8em;
                letter-spacing: 1px;
                color: #EAEAEA;
                border: none;
                border-bottom: 1px solid #EAEAEA;
            }
                .section-contact .left_col #mailing_list_form input.submit {
                    border: none;
                    text-align: left;
                    color:#333333;
                    font-size: 11px;
                }
                .section-contact .left_col #mailing_list_form input.active {
                    color: #333333;
                }
                #mailing_list_form .pp_message {
                    opacity: .6;
                    font-family: 'Calluna', Georgia, serif;
                    text-transform: none;
                    letter-spacing: .1em;
                    color: #0a0a0a;
                }
                #mailing_list_form .pp_message p {
                    line-height: 1.6em !important;
                }
                #mailing_list_form .pp_message a:visited {
                    color: #0a0a0a;
                }
    .section-contact .location {
        width: 48%;
        display: inline-block;
        color: #333333;
        line-height: 20px;
        vertical-align: top;
    }
        .section-contact .location:nth-child(2n){
            float: right;
        }
        .section-contact .location a {
            color: #333333;
            line-height: 20px;
        }
        .section-contact .location h2 {
            font-size: 22px;
            font-weight: 200;
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #EAEAEA;
        }
        .section-contact .addresses > div {
            display: inline-block;
            width: 45%;
            margin-bottom: 25px;
        }
        .section-contact .map {
            margin-top: 45px;
        }
     
     .section-contact.page-staff .right_col {
         float: right;
         min-height: calc(100vh - 190px);
         /* padding-left: 45px; */
         /* border-left: 1px solid #eaeaea; */
         width: 48%;
         /* display: none; */
     }
     .section-contact.page-staff .middle_col {
         float: left;
         width: 48%;
     }
     .section-contact.page-staff .middle_col a strong {
        color: #0a0a0a;
     }
        .section-contact.page-staff .middle_col a:hover strong {
            color: #979797;
        }
     .section-contact.page-staff .cms_black strong * {
         color: #0a0a0a;
     }
     .section-contact.page-staff .cms_black strong *:hover {
         color: #979797;
     }
     .section-contact.page-staff .location {
        width: 100%;
     }
     .section-contact .under-ldn-map {
        margin-top: 20px;
        float: left;
        display: inline-block;
        color: #979797;
     }
     .section-contact .under-naples-map {
        margin-top: 20px;
        float: left;
        display: inline-block;
        color: #979797;
     }
    .section-contact .naples-info {
        margin-bottom: 70px;
    }



    /* Publications
    ----------------------------------------------------------- */
    /* Landing page */
    .section-publications .left_col {
        float: left;
        width: 10%;
        max-width: 130px;
    }
        .section-publications .left_col #sub_nav {
            padding-bottom: 25px;
            overflow: hidden;
        }
        .section-publications .left_col .artist_filter {
            width: 90%;
            padding-top: 45px;
            border-top: 1px solid #EAEAEA;
        }
    .section-publications .col_wrapper {
        padding-left: 45px;
        float: right;
        width: 88%;
        max-width: 1230px;
        min-height: 100vh;
        border-left: 1px solid #EAEAEA;
    }
    .section-publications .image_list ul li .image::after {
        padding-top: 67%;
    }
    .section-publications #content_container .title-container .title,
    .section-artists.page-param-publications #content_container .title-container .title {
        font-style: italic;
    }
    .section-publications #content_container .title-container .title,
    .section-publications #content_container .title-container .year,
    .section-artists.page-param-publications #content_container .title-container .title,
    .section-artists.page-param-publications #content_container .title-container .year {
        font-size: 18px;
        line-height: 1.2em;
        color: #333333;
        font-weight: 200;
        margin-bottom: 5px;
        display: inline;
    }
    .section-publications #content_container .title-container,
    .section-artists.page-param-publications #content_container .title-container {
        display: block;
        margin-bottom: 10px;
    }
    /* Publications ID page */

    .section-publications #content_container .title,
    .section-publications #content_container .author,
    .section-publications #content_container .subtitle,
    .section-publications #content_container .publisher,
    .section-artists.page-param-publications .title,
    .section-artists.page-param-publications .author,
    .section-artists.page-param-publications .subtitle {
        display: block;
    }
    
    .section-publications #popup_container #sidebar img {
        max-height: 70vh;
    }

    .section-publications #content_container .subtitle_2 .title,
    .section-publications #content_container .subtitle_2 .author,
    .section-publications #content_container .subtitle_2 .subtitle,
    .section-publications #content_container .subtitle_2 .publisher,
    .section-artists.page-param-publications #content_container .subtitle_2 .title,
    .section-artists.page-param-publications #content_container .subtitle_2 .author,
    .section-artists.page-param-publications #content_container .subtitle_2 .subtitle,
    .section-artists.page-param-publications #content_container .subtitle_2 .publisher {
        margin: 10px 0;
        display: block;
    }

    .section-publications #content_container .title, .section-artists.page-param-publications #content_container .title {
        font-size: 18px;
        line-height: 1.2em;
        color: #333333;
        font-weight: 200;
        margin-bottom: 5px;
    }
    .section-publications #content_container .author,
    .section-artists.page-param-publications #content_container .author {
        font-size: 18px;
        line-height: 1.4em;
        font-weight: 200;
        margin-bottom: 10px;
    }
    .section-publications #content_container .content-heading,
    .section-artists.page-param-publications #content_container .content-heading {
        margin-bottom: 50px;
    }
    .section-publications #content_container .subtitle_2,
    .section-artists.page-param-publications .subtitle_2 {
        margin-top: 20px;
    }
    .section-publications #content_container .further_read,
    .section-artists.page-param-publications #content_container .further_read {
        line-height: 2em;
    }
    .section-publications #content_container .buy.link,
    .section-artists.page-param-publications .buy.link {
        margin-top: 20px;
    }
        .section-publications #content_container .buy.link a,
        .section-artists.page-param-publications .buy.link a {
            color: #333333;
        }
    .section-publications #content_module > span,
    .section-artists.page-param-publications #content_module > span {
        display: block;
        margin-bottom: 10px;
    }
    .section-publications #content_module span.hidden,
    .section-artists.page-param-publications #content_module span.hidden {
        display: none;
    }

    .section-publications #content_container .dimensions {
        display: block;
    }



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




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


    .section-privacy-policy p {
        margin-bottom: 15px;
    }
    .section-privacy-policy h2 {
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .section-privacy-policy #main_content ul li {
        list-style: bullet;
    }
    .section-privacy-policy #top_nav.navigation {
        display: none;
    }
    #footer #privacy_policy a:visited {
            color: #0a0a0a;
    }
/* -----------------------------------------------------------
   Global Classes
----------------------------------------------------------- */


    /* Records list
       Default styling for all content grids on the site
    ----------------------------------------------------------- */

    .records_list {

    }
        .records_list ul {
            list-style: none;
            padding: 0;
        }
        .records_list ul li {

        }
        .records_list ul li a,
        .records_list ul li a:visited {color: #a6a6a6;}
        .records_list ul li a:hover {
            color: #333333;
        }
        .records_list ul li .image {

        }
        .records_list .content {

        }


    /* Image list
       A grid of images with captions e.g. Artists list
    ----------------------------------------------------------- */

    .image_list {

    }
        .image_list ul {

        }
        .image_list ul li {

        }
        .image_list ul li .image {

        }
        .image_list ul li .content {

        }


    /* Detail list
       A grid which usually has an image with more preview text/content
    ----------------------------------------------------------- */

    .detail_list {

    }
        .detail_list ul {

        }
        .detail_list ul li {

        }

        .detail_list ul li .image {

        }
        .detail_list ul li .content {

        }

   
        


    /* Full list
       A grid where each item fills the full width of the page
    ----------------------------------------------------------- */

    .full_list {

    }
        .full_list ul {

        }
        .full_list ul li {

        }
        .full_list ul li .image {

        }


    /* link
       Basic text link usually used throughout the site
    ----------------------------------------------------------- */



    .link {padding: 6px 0;}
        .link a{

        }
        .link a,
        .link a:visited {

        }

    
    /* Miscellaneous
       Common classes used throughout the site, generally on grids
    ----------------------------------------------------------- */
    .footer_padding,
    .header_padding {
        padding: 0 25px;
        background: #FFF;
    }
    .artist-filter-link {
        display: block;
        margin-bottom: 20px;
    }
    #artist_filter_list li {
        line-height: 1.6;
        cursor: pointer
    }
    .viewall a {
        display: inline-block;
        padding-top: 10px;
    }
    .read_more_label:hover {
        color: #0a0a0a;
    }
    .link:hover {
        color: #0a0a0a;
    }
    .enquire .link a {

    }
    .description {line-height: 1.7;}
    .subtitle {

    }
    .date {

    }
    .price {

    }
    .image {

    }
    .caption {

    }
    .divider {

    }

    /* Pageload loader
    ----------------------------------------------------------- */
    #preloader #loader_wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        z-index: 10000;
        height: 2px;
        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: 6px;*/
            width: 100% !important;
            overflow: hidden;
            background-color: transparent !important;
        }
            #preloader #loader:before {
                display: block;
                position: absolute;
                content: "";
                left: 0;
                width: auto;
                height: 4px;
                background-color: #333;
                animation: loading2 1600ms cubic-bezier(.87,.17,.18,.85) infinite;
                transition: background 400ms ease-in-out;
            }

            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;}
    }

    #secondary_image_thumbnails ul {
        padding: 0;
    }
    #secondary_image_thumbnails li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        line-height: 1;
    }
        #secondary_image_thumbnails li a,
        #secondary_image_thumbnails li a:visited {
            color: rgb(166, 166, 166);
        }
        #secondary_image_thumbnails li a.active,
        #secondary_image_thumbnails li a.active:visited {
            color: #111;
        }

    /* 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: 1100;
            }
            #popup_box {
                margin: 0 auto;
                width: 100%;
                box-sizing: border-box;
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 1200;
                 display: flex; 
                flex-direction: row;
                align-items: center;
            }
                #popup_box .inner {
                    float: left;    
                    width: 90%;
                    max-width: 1300px;
                    margin: 0 auto;
                    overflow: hidden;
                    /*padding: 0 0 0 45px;*/
                    /*background: #FFF;*/
                    position: relative;
                }  
                    #popup_box .inner .dimensions
                    {
                        display: none;
                    }
                    #popup_box .inner #image_container {
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content: center;
                        min-height: 95vh;
                        margin-left: 45px;
                        padding-top: 29px;
                        padding-bottom: 29px;
                    }
                        #popup_box .inner .image {
                            display: block;
                        }
                    #popup_box .inner #content_module {
                        padding-right: 45px;
                        padding-top: 80px;
                        padding-bottom: 80px;
                        overflow: auto;
                        position: absolute;
                        max-height: 90vh;
                        top: 0;
                        bottom: 0;
                        right: 0;
                        left: 50%;
                    }
                        #popup_box .inner #content_module .scroll {
                            overflow: auto;
                            height: 100%;
                            padding-right: 20px;
                            margin-right: -12px; /* inline with close icon */
                        }
                    #popup_box .inner #image_gallery #content_module {
                        position: static;
                        /* margin-right: -4px; */
                    }
                    #popup_box .close {
                        color: #151515;
                        position: fixed;
                        top: 26px;
                        right: 26px;
                        border: 2px solid transparent;
                        padding: 7px 0 9px;
                        margin: 0 0 0 25px;
                        z-index: 1200;
                        cursor: pointer;
                        font-family: 'Apercu_Pro';
                        font-weight: bold;
                        font-size: 12px;
                        line-height: 20px;
                        letter-spacing: 1px;
                        -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%;
                        /*height: 100vh;*/
                        /*padding: 90px;*/
                        /*overflow: auto;*/
                        -webkit-overflow-scrolling: touch;
                    }

                    /* Hide the pagination controls which are within the ajax page content */
                    #popup_box .pagination_controls {
                        display: none;
                    }
                    
                    .section-artists #popup_box .inner #image_container {
                        align-items: center;
                    }
                    .section-artists #popup_box #image_gallery .image-gallery-wrapper {
                        width: 100%;
                    }
                    .section-artists #popup_box #image_gallery .image-gallery-wrapper .item {
                        height: 100%;
                    }
                    .section-artists #popup_box #image_gallery .image-gallery-wrapper .image {
                        display: flex;
                        height: 100%;
                        align-items: center;
                        justify-content: center;
                    }
                    .section-artists #popup_box #image_gallery .image-gallery-wrapper .image > span {
                        width: 100%;
                        display: flex;
                        height: 100%;
                        align-items: center;
                        justify-content: center;
                    }
                    .section-artists #popup_box #image_gallery .image-gallery-wrapper .image img {
                        object-fit: contain;
                        width: 100%;
                        height: 100%;
                    }
                    

    /* ROGUE STYLES!!!!! */
    .full-width {
        width: 100% !important;
    }
        #popup_box.full-width .inner #image_container {
            width: 100%;
            background: #FFF;
            position: relative;
            z-index: 2;
        }
        #popup_box.full-width .inner #image_gallery #content_module {
            margin-left: 0;
            z-index: 0;
        }
        #popup_box.full-width .inner #image_gallery {
            height: 100vh;
        }
        #popup_box.full-width .inner {
            max-width: none;
            width: 100%;
        }




    #image_gallery #image_container {
        transition: width 400ms ease-out;
    }

    #popup_container {
       display: none;
    }
       .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;
    }
       .page-popup-visible #popup_overlay {
           opacity: 1;
           background: rgba(234, 234, 234, 0.82);
       }
    #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;
       width: 30px;
       height: 30px;
       background: url(../images/close.svg) no-repeat;
       background-size: contain;
       position: absolute;
       text-indent: -9999px;
    }
       .page-popup-visible #popup_box .close {
           opacity: .6;
           transform: translate3d(0, 0, 0);
           -webkit-transform: translate3d(0, 0, 0);
       }
    #popup_content {
       opacity: 0;
       transition: opacity 0.6s ease-in-out;
    }
       .page-popup-visible #popup_content {
           opacity: 1;
       }

    #popup_content .image_container {
       opacity: 0;
       transform: translate3d(0, 0, 0) 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: translate3d(0, 0, 0);
       }

    #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;
       }
    #popup_content div#image_gallery {
        transition: all 220ms ease-in;
        align-items: center;
    }
        #popup_content div#image_gallery .subtitle .medium {
            display: block;
        }
        #popup_content div#image_gallery .detail_view_module {
            display: none;
        }
            #popup_content div#image_gallery #artwork_description2_reveal_button.detail_view_module {
                display: block;
                width: 100%;
            }
            #popup_content div#image_gallery .secondary_images.detail_view_module {
                display: inline-block;
                margin: 20px 0 0;
                width: 100%;
            }
                #popup_content div#image_gallery .secondary_images.detail_view_module h3 {
                    margin-bottom: 5px;
                    padding-bottom: 5px;
                    color: #333;
                }
                #popup_content div#image_gallery .secondary_images.detail_view_module ul {
                    padding: 0;
                }
                #popup_content div#image_gallery .secondary_images.detail_view_module li {
                    margin-right: 5px;
                }
                 #popup_content div#image_gallery .secondary_images.detail_view_module .clear {
                    display: none;
                 }
            #popup_content div#image_gallery .detail_view_module:first-of-type {
                margin-bottom: 0;
                display: inline-block;
            }
        #popup_content div#image_gallery.clearwithin:after {
            display: none;
        }
        /*
    .page-popup-active.ajax-loading #popup_content div#image_gallery {
        opacity: 0;
        /*transform: scale(.95);*/
        /*transform: translateX(-40%);
    }*/

    /*.page-popup-active.ajax-loading #popup_box.previous-triggered #popup_content div#image_gallery {
        transform: translateX(-40%);
    }
    .page-popup-active.ajax-loading #popup_box.next-triggered #popup_content div#image_gallery {
        transform: translateX(40%);
    }*/

    #popup_content #content_container #content_module {
        padding-left: 90px;
    }

    #popup_box .inner #sidebar {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-left: 45px;
        padding-top: 80px;
        padding-bottom: 80px;
        height: 100%;
        /*min-height: 70vh;*/
    }

    /*#popup_box.hover-active #image_gallery {
        transform: scale(.99);
        opacity: .9;
    }*/

    /* 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);
       }
           
    #slideshow_thumbnails ul li {
        list-style: none;
    }
     
    #cookie_notification_message {
        color: #111;
    }
    #cookie_notification_preferences a {
        font-family: 'franklin_gothic_fs_bookRg', Georgia, serif;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 12px;
        color: #111;
    }
    #cookie_notification_accept {
        border: 0 !important;
        background: none !important;
        height: auto !important;
        width: auto !important;
    }
    #cookie_notification_accept a {
        background: #111;
        padding: 20px;
        height: auto;
        background: #111;
        padding: 16px 20px;
        height: auto;
        font-family: 'franklin_gothic_fs_bookRg', Georgia, serif;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 13px;
        color: #fff;
    }