


/* Core frontend CSS for Archimedes sites */
/* ----------------------------------------- */





@font-face {
    font-family: 'NuO';
    font-display: swap;
    src: url('/fonts/nu_order/nu_order_light/NuOrder-Light-webfont.eot');
    src: url('/fonts/nu_order/nu_order_light/NuOrder-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/nu_order/nu_order_light/NuOrder-Light-webfont.woff2') format('woff2'),
         url('/fonts/nu_order/nu_order_light/NuOrder-Light-webfont.woff') format('woff'),
         url('/fonts/nu_order/nu_order_light/NuOrder-Light-webfont.ttf') format('truetype'),
         url('/fonts/nu_order/nu_order_light/NuOrder-Light-webfont.svg#NuOrder') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'NuO';
    font-display: swap;
    src: url('/fonts/nu_order/nu_order_regular/NuOrder-Regular-webfont.eot');
    src: url('/fonts/nu_order/nu_order_regular/NuOrder-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/nu_order/nu_order_regular/NuOrder-Regular-webfont.woff2') format('woff2'),
         url('/fonts/nu_order/nu_order_regular/NuOrder-Regular-webfont.woff') format('woff'),
         url('/fonts/nu_order/nu_order_regular/NuOrder-Regular-webfont.ttf') format('truetype'),
         url('/fonts/nu_order/nu_order_regular/NuOrder-Regular-webfont.svg#NuOrder') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NuO';
    font-display: swap;
    src: url('/fonts/nu_order/nu_order_italic/NuOrder-Italic-webfont.eot');
    src: url('/fonts/nu_order/nu_order_italic/NuOrder-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/nu_order/nu_order_italic/NuOrder-Italic-webfont.woff2') format('woff2'),
         url('/fonts/nu_order/nu_order_italic/NuOrder-Italic-webfont.woff') format('woff'),
         url('/fonts/nu_order/nu_order_italic/NuOrder-Italic-webfont.ttf') format('truetype'),
         url('/fonts/nu_order/nu_order_italic/NuOrder-Italic-webfont.svg#NuOrder') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'NuO';
    font-display: swap;
    src: url('/fonts/nu_order/nu_order_medium/NuOrder-Medium-webfont.eot');
    src: url('/fonts/nu_order/nu_order_medium/NuOrder-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/nu_order/nu_order_medium/NuOrder-Medium-webfont.woff2') format('woff2'),
         url('/fonts/nu_order/nu_order_medium/NuOrder-Medium-webfont.woff') format('woff'),
         url('/fonts/nu_order/nu_order_medium/NuOrder-Medium-webfont.ttf') format('truetype'),
         url('/fonts/nu_order/nu_order_medium/NuOrder-Medium-webfont.svg#NuOrder') format('svg');
    font-weight: bold;
    font-style: normal;

}

/* Generic
----------------------------------------- */
	
body .jsSubmit {
        display: none;
}

.box:after,
.box .toolbar:after,
.box .area:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
}
        /* hacks for IE7 and under */
        .box,
        .box .toolbar,
        .box .area {
                zoom: 1;
                display: block;
        }

.cms-clickable {
    cursor: pointer;
}

.left {
        float: left;
}

.right {
        float: right;
}

.hidden {
        display: none;
}

.invisible {
        visibility: hidden;
        text-indent: -9999px;
        overflow: hidden;
        height: 0;
        width: 0;
}

.printonly {
        display: none;
}

.clear {
        clear: both;
        overflow: hidden;
        height: 1px; /* height and overflow required for IE Win even though it makes it impossible for .clear not to have an affect on vertical spacing */
}

input, 
select, 
textarea {
    font-size: 15px;
}

.padded {
    padding: 8px 0;
}

.slightly-padded {
    padding: 4px 0;
}

.indent1em {
    padding-left: 1em;
}

.indent2em {
    padding-left: 2em;
}

.indent3em {
    padding-left: 3em;
}

/* Clear all elements within an element */

.clearwithin:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        line-height: 0;
        overflow: hidden;
        visibility: hidden;
}
        .clearwithin {
                /* hacks for IE7 and under */
                /* hide these from other browsers for valid css */
                zoom: 1;
                display: block;
        }
        .clearwithin.hidden {
                display: none;
        }

.padded20 {
        padding: 20px;
}

.pr2 { padding-right: 2px; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr35 { padding-right: 35px; }
.pr40 { padding-right: 40px; }
.mt5 { margin-top: 5px; }
.mt8 { margin-top: 8px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mr5 { margin-right: 5px; }
.mr8 { margin-right: 8px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.ml5 { margin-left: 5px; }
.ml8 { margin-left: 8px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.mb5 { margin-bottom: 5px; }
.mb8 { margin-bottom: 8px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.lh1 { line-height: 1.0em; }
/* FIXED WIDTHS */
.fw10 { width: 10px }
.fw20 { width: 20px }
.fw30 { width: 30px }
.fw40 { width: 40px }
.fw50 { width: 50px }
.fw60 { width: 60px }
.fw70 { width: 70px }
.fw80 { width: 80px }
.fw90 { width: 90px }
.fw100 { width: 100px }
.fw120 { width: 120px }
.fw130 { width: 130px }
.fw140 { width: 140px }
.fw150 { width: 150px }
.fw160 { width: 160px }
.fw170 { width: 170px }
.fw180 { width: 180px }
.fw190 { width: 190px }
.fw200 { width: 200px }
.fw250 { width: 250px }
.fw300 { width: 300px }
.fw350 { width: 350px }
.fw400 { width: 400px }
.fw450 { width: 450px }
.fw500 { width: 500px }
.fw550 { width: 550px }
.fw600 { width: 600px }
.fw650 { width: 650px }
.fw700 { width: 700px }
.fw750 { width: 750px }
.fw800 { width: 800px }
.fw850 { width: 850px }

.error_container {
        border: 1px solid #FFE000;
        background: #FFF9CB;
        color: #DD9700;
        font-weight: bold;
        margin: 0 0 15px;
        padding: 10px;
}

.no-margin, .m0 {
    /* no margins! */
    margin: 0;
}

.no-highlights, .no-highlight, .no-outline {
    outline: none;
}


/* Regular buttons
----------------------------------------- */

	.button {
		float: left;
		clear: both;
		display: inline;
		height: 31px;
		margin-top: 10px;
		background: url(/lib/archimedes/images/button_right.png) right top no-repeat;
	}
		.button a {
			float: left;
			display: inline;
			height: 26px;
			padding: 5px 10px 0 25px;
			margin-right: 15px;
			background: url(/lib/archimedes/images/button_left.png) left top no-repeat;
			outline: none;
		}
		.button a,
		.button a:visited {
			
			text-decoration: none;
		}

	
/* Built-in styles
----------------------------------------- */
	

	
    pre, pre.code {
        font-family: monospace;
        font-size: smaller;
        border: 1px solid #ddd;
        background: #fafafa;
        margin: 2em 0;
        padding: 18px;
        line-height: normal;
        overflow: auto;
    }

    blockquote {
        /* in appearance is like pre.code but not monospaced and has  line-breaks */
        border: 1px solid #ddd;
        background: #fafafa;
        margin: 2em 0;
        padding: 18px;
        line-height: normal;
        overflow: auto;
    }


	
/* Heading images
----------------------------------------- */
	
	.heading-image {
		display: block;
	}
	.heading-image img {
		border: 0;
	}
	.heading-image-text {
		text-indent: -9999px;
		display: block;
		overflow: hidden;
		height: 0;
	}
	
	
/* Pagination
----------------------------------------- */
	
	.page_stats {
		padding: 10px 0 0;
		margin: 0 0 10px ;
		clear: both;
	}
	.page_stats .ps_item {
		float: left;
	}
	.page_stats .disabled, .ps_item.disabled {
		color: silver;
	}
	.page_stats .ps_item.sep {
		padding: 0 10px;
	}
	.page_stats .ps_links {
		color: silver;
		float: right;
		display: inline;
	}
	.page_stats .ps_pages, .page_stats .ps_pages_indented {
		float: left;
	}
	.page_stats a.ps_previous {
		background: url(/lib/archimedes/images/left_arrow.png) 0 6px no-repeat;
		padding-left: 15px;
		float: left;
		display: inline;
	}
	.page_stats a.ps_next {
		background: url(/lib/archimedes/images/right_arrow.png) right 6px no-repeat;
		padding-right: 15px;
		float: left;
		display: inline;
	}
	.page_stats .ps_page_number {
		display: block;
		float: left;
	}
	.ps_select_menu {
		float: left;
		margin: 0 3px;
	}
	
	
/* Protected path login
--------------------------------------- */
		
	#protected_path_login {
		position: relative;
		z-index: 99999;
	    position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 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: #050505;
            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.4;
        	}
    	#protected_path_login > .inner {
            min-height: 100vh;
            width: 100%;
		    padding: 40px;
            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: #fff;
            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 h1 {
        margin: 0 0 20px;
        padding: 0;
    }
	#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;
		width: 278px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	#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;
            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;
        	}
    	
    	#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: 150px;
        	    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;
        	}



/* $.toWin() elements */

.archimedes_towin {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    margin: -32px;
    background: #fff;
    -moz-box-shadow: 0 0 2em #666;
    -webkit-box-shadow: 0 0 2em #666;
    box-shadow: 0 0 2em #666;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}




#dropbox {
    /* front-end dropbox (drag and drop upload) functionality */
    display: none;
}



/* generic forms - give your form element (or a surrounding div) a
    class 'generic_form_objects'  */


.generic_form_objects .row {
    display: block;
    width: auto;
    margin: 1em 0;
}

.generic_form_objects .inner_row {
    /* a row within a row */
    display: block;
    width: auto;
    margin: 0.5em 0;
}

.generic_form_objects .indented {
    /* a row within a row */
    display: block;
    width: auto;
    margin: 0.5em 0;
    padding: 0 0 0 1.5em;
}

.generic_form_objects div.f_container {
    border: 1px solid #c3c3c3;
    padding: 0 2px;
    background-image: url(/lib/archimedes/images/f_bg.gif);
    width: auto;
}

.generic_form_objects div.f_container.tiny {
    width: 10%;
    min-width: 25px;
}

.generic_form_objects div.f_container.small {
    width: 25%;
    min-width: 60px;
}

.generic_form_objects div.f_container.medium {
    width: 50%;
    min-width: 120px;
}

.generic_form_objects div.f_container select.f,
.generic_form_objects div.f_container input.f,
.generic_form_objects div.f_container textarea.f {
    border: 0;
    margin: 0;
    width: 100% !important;
    padding: 2px 0;
    background: transparent;
}

.generic_form_objects select.f.inline, .generic_form_objects input.f.inline {
    border: 1px solid #c3c3c3;
    padding: 2px;
    background-image: url(/lib/archimedes/images/f_bg.gif);
    width: auto !important;
    display: inline;
}

.generic_form_objects label.l {
    display: inline;
    float: none;
    padding-right: 3px;
}

.generic_form_objects label.r {
    display: inline;
    float: none;
    padding-left: 3px;
}

.generic_form_objects .f.inline.tiny {
    width: 30px !important;
}

.generic_form_objects .f.inline.wrapped {
    margin: 0 3px;
    float: none;
}

.generic_form_objects .f_note, .generic_form_objects .fnote {
    color: gray;
}

.generic_form_objects .f_note.tiny,
.generic_form_objects .fnote.tiny {
    width: 15%;
}

.generic_form_objects .f_note.small,
.generic_form_objects .fnote.small {
    width: 30%;
}

.generic_form_objects .f_note.medium,
.generic_form_objects .fnote.medium {
    width: 55%;
}

.generic_form_objects table th {
    text-align: left;
}

.generic_form_objects .warning_panel {
    margin: 6px 0;
    padding: 6px 6px 6px 32px;
    border: 1px solid #c90;
    background: #ffd url(/lib/images/icons/fugue-icons-3.0/bonus/icons-24/exclamation.png) 2px 2px no-repeat;
}


/* rounded corners and drop shadows */
/* see: http://www.schillmania.com/content/entries/2009/css3-and-the-future/ */

.rounded {
    border:3px solid #999;
    padding:1em;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -opera-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
}

.dropshadow {
	/* a rather heavy drop-shadow. Not for the fainthearted */
    box-shadow:rgba(0,0,0,0.3) 0px 0px 24px;
    -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

.padding {padding: 8px;}
.pad2 {padding: 2px;}
.pad4 {padding: 4px;}
.pad5 {padding: 5px;}
.pad6 {padding: 6px;}
.pad7 {padding: 7px;}
.pad8 {padding: 8px;}
.pad9 {padding: 9px;}
.pad10 {padding: 10px;}
.pad15 {padding: 15px;}
.pad16 {padding: 16px;}
.pad20 {padding: 20px;}
.pad25 {padding: 25px;}
.pad30 {padding: 30px;}
.pad35 {padding: 35px;}
.pad40 {padding: 40px;}
.pad45 {padding: 45px;}





/*
    arimedes core jquery plugins
    Copyright (c) 2009 Artlogic Media Limited
*/



/* jQuery .prompt CSS (see /<site>/records/jquery-plugins.js) */

div.arpromptfade{
      position: absolute;
      background-color: #aaaaaa;
}
div.arprompt{
      width: 400px;
      position: absolute;
      background-color: #ffffff;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.arprompt .arpromptcontainer{
      font-weight: normal; /* was previously bold */
}
div.arprompt .arpromptclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.arprompt .arpromptmessage{
      padding: 10px;
      line-height: 20px;
      color: #222; /* previously #444444; */
}
div.arprompt .arpromptbuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.arprompt button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #999; /* previously #2F6073; */
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.arprompt button:hover{
      background-color: #b2b2b2; /* previously #728A8C; */
}
div.arprompt button.arpromptdefaultbutton{
      background-color: #34b4e4; /* previously #BF5E26; */
}
.arpromptwarning .arprompt .arpromptbuttons{
      background-color: #757575; /* previously #BF5E26; */
}





/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
        /*
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
        */
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    /*
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
                */
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.6);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap {
    width: 520px;
}
    .fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap .fancybox-inner {
        width: 500px;
        height: 526px;
    }

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
        /*
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
                */
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}







    /* Fancybox overrides ----------------------------------------- */

    /*
    .fancybox-lock {
        overflow: visible !important;
        margin-right: 0 !important;
    }
    .fancybox-lock .fancybox-overlay {
        overflow: visible !important;
    }*/

    #fancybox-loading {
        background: #FFF;
	-webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .fancybox-skin {
        background: #FFF;
    }

    .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(artlogic_fancybox_sprite.png);
    }

    #fancybox-loading div {
        background: url(/lib/jquery/1.10.1/plugins/fancybox-2.1.3/artlogic_fancybox_loading.gif) no-repeat scroll center center transparent;
        height: 44px;
        width: 44px;
    }


    .fancybox-title {
            font: inherit;
            line-height: 1.4em;
    }






/* Page content transition
----------------------------------------------------------- */

body #container_inner {
    transition: opacity 600ms ease-in-out;
    -webkit-transition: opacity 600ms ease-in-out;
    opacity: 1;
}
body.content-load-waiting #container_inner {
    opacity: 0;
    transition: none;
    -webkit-transition: none;
}
body.page-transition #container_inner {
    opacity: 0;
}


/* Splash screen and loader
----------------------------------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}
    
    body.browser-js-enabled #preloader {
        display: block;
    }
    
    .cms-toolbar-active #preloader {
        top: 28px;
    }
    body.loader-active #preloader {
        display: block;
    }
    body.first-load-complete.loader-active #preloader {
        display: block !important;
    }
    body.first-load-complete #preloader {
        bottom: auto;
        height: auto;
        display: none !important;
    }
    #preloader #preloader_mask {
        /*display: none;*/
        height:100%;
        opacity:0;
    }
    #preloader #loader_logo {
        opacity: 0;
    }
    body #preloader #loader {
        height: 4px;
        position: fixed;
        left: 0;
        width: 0;
        background: #A8D3EF;
        transition: width 800ms ease-in-out, height 500ms cubic-bezier(.87,.17,.18,.85);
        -webkit-transition: width 800ms ease-in-out, height 500ms cubic-bezier(.87,.17,.18,.85);
    }
        body.first-load-complete #preloader #loader {
            background: #A8D3EF;
            top: 0;
            transition: width 400ms ease-in-out;
            -webkit-transition: width 400ms ease-in-out;
        }
        body.first-load-complete.cms-frontend-toolbar-active #preloader #loader {
            top: 28px;
        }

    body.ajax-loading-complete #preloader {
        opacity: 0;
        transition: opacity 400ms ease-in-out;
        -webkit-transition: opacity 400ms ease-in-out;
    }
    body.ajax-loading.ajax-initial-loading #preloader #loader {
        width: 35%;
        transition: width 2000ms ease-in-out;
        -webkit-transition: width 2000ms ease-in-out;
    }
    body.first-load-complete #preloader #loader_wrapper {
        display: block;
    }


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

        body.splash-loader-active #preloader.loading-start {
            display: block;
        }
            body.splash-loader-active #preloader #preloader_mask {
                display: block;
                background: #fff;
                opacity: 0;
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                height: 0;
                z-index: 10050;
                transition: opacity 500ms cubic-bezier(.87,.17,.18,.85);
                -webkit-transition: opacity 500ms cubic-bezier(.87,.17,.18,.85);
            }
                body.splash-loader-active #preloader.loading-start #preloader_mask {
                    height: 100%;
                    opacity: 1;
                }
                body.splash-loader-active #preloader.splash-screen-out #preloader_mask,
                body.splash-loader-active #preloader.splash-screen-out #loader_logo {
                    opacity: 0 !important; /* this wasn't always so !important */
                }

            body.splash-loader-active #preloader.loading-start #loader_wrapper {
                left: 30%;
                right: 30%;
                position: fixed;
                top: 50%;
                margin-top: 0;
                z-index: 10100;
                height: 4px;
                background: rgba(0,0,0,0.08);
                transition: opacity 500ms cubic-bezier(.87,.17,.18,.85);
                -webkit-transition: opacity 500ms cubic-bezier(.87,.17,.18,.85);
            }
                body.splash-loader-active #preloader #loader {
                    background: #A8D3EF;
                    width: 5%;
                    transition: width 3000ms ease-in-out;
                    -webkit-transition: width 3000ms ease-in-out;
                }
                body.splash-loader-active #preloader.loading-start #loader {
                    height: 4px;
                    position: absolute;
                    top: 0;
                    width: 15%;
                    z-index: 10100;
                }
                body.splash-loader-active #preloader.loading-start.loading-complete #loader {
                    /* Speed up the bar when loading has completed */
                    transition: width 400ms ease-in-out;
                    -webkit-transition: width 400ms ease-in-out;
                }
                body.splash-loader-active #preloader.loading-start.loading-bar-end #loader {
                    width: 100%;
                }
                body.splash-loader-active #preloader.loading-start.splash-screen-out #loader_wrapper {
                    opacity: 0;
                }

            body.splash-loader-active #preloader #loader_logo,
            #home_splash .content {
                transition: opacity 250ms cubic-bezier(.87,.17,.18,.85);
                -webkit-transition: opacity 250ms cubic-bezier(.87,.17,.18,.85);
            }


/* Popup box
------------------------------------------- */

.site-popup-fallback-forced-open #popup_overlay {
    transition: none;
}














/* Custom */
#ig_slider_container,
#ig_slider,
#ig_slider .slick-slide {
    overflow: hidden;
}
#ig_slider .slick-slide {
    padding: 0 20px;
    text-align: center;
}
#ig_slider .slick-slide img {
    margin: 0 auto;
}
#ig_slider.ig_slider_single_image {
    text-align:center;
}
    #ig_slider.ig_slider_single_image .item {
        margin: 0 auto;
    }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
/*.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }*/
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -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); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }


/* Arrows */
.slick-prev, .slick-next {
    border-radius: 0;
    position: absolute;
    display: block;
    height: 56px;
    width: 56px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(255,255,255,.5);
    color: #ffffff;
    top: 50%;
    margin-top: -23px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 20;
    background-image: url('slideshow_controls.png');
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .25s ease-in-out, background-color .4s ease-in-out;
    -moz-transition: opacity .25s ease-in-out, background-color .4s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out, background-color .4s ease-in-out;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next{
   opacity:1.0;
}
.slick-prev:hover, .slick-next:hover {
    background-color: rgba(255,255,255,0.9);
}





.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {  }

.slick-disabled {
    opacity:0;
}


.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev {
    left: 0;
    background-position: 20px -46px;
}
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: ""; }
[dir="rtl"] .slick-prev:before { content: ""; }

.slick-next {
    right: 0;
    background-position: 22px 18px;
}
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: ""; }
[dir="rtl"] .slick-next:before { content: ""; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

.cms_strike {
    text-decoration: line-through;
}
.cms_textremoved {
    color: #aaa;
    text-decoration: line-through;
}
.cms_code {
    font-family: monospace;
    font-size: 0.8em;
}
.cms_red {
    color: red;
}
.cms_gray {
    color: gray;
}
.cms_black {
    color: black;
}
.cms_nounderline,
.cms_nounderline a,
.cms_nounderline a:visited,
.cms_nounderline a:hover,
a.cms_nounderline,
a.cms_nounderline:visited,
a.cms_nounderline:hover {
    text-decoration: none;
}


pre, pre.code {
    font-family: monospace;
    font-size: smaller;
    border: 1px solid #ddd;
    background: #fafafa;
    margin: 2em 0;
    padding: 18px;
    line-height: normal;
    overflow: auto;
}

blockquote {
    /* in appearance is like pre.code but not monospaced and has  line-breaks */
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: url(/lib/archimedes/images/blockquote.png) 0 0 no-repeat #fafafa;
    margin: 2em 0;
    padding: 18px 18px 18px 24px;
    line-height: normal;
    overflow: auto;
    text-indent: 18px;
}

.user_favourites {
    line-height: 26px;
}

.user_favourite_item a {
    font-size: 13px !important;
    padding: 2px 6px;
    margin: 0 2px 0 2px;
}


/* lozenge / lozenge btns for tax rates, etc. - used in Artlogic Online. */

.lozenge1, .lozenge-muted-orange-yellow {
    /* muted yellow/orange  - used for tax rates*/
    text-decoration: none !important;
    background: #f9f9f2;
    border: 1px solid #fc3;
    color: #f07b00 !important;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 90%;
    padding: 0 4px;
    margin: 0 4px 0 0;
    font-weight: normal;
}

.lozenge2, .lozenge-pale-blue-white {
    /* off-white backgound, blue border */
    text-decoration: none !important;
    border: 1px solid #B5E9FF;
    background: #FCFDFC;
    color: #5CB2D7 !important;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 90%;
    padding: 0 4px;
    margin: 0 4px 0 0;
    font-weight: normal;
}

.lozenge3, .lozenge-pale-blue {
    /* pale blue */
    text-decoration: none !important;
    border: 1px solid #a4bdec;
    background: #dee7f8;
    color: #183155 !important;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 90%;
    padding: 0 4px;
    margin: 0 4px 0 0;
    font-weight: normal;
}

.lozenge4, .lozenge-pale-gray {
    /* light gray */
    text-decoration: none !important;
    border: 1px solid #d7d7d7;
    background: #f4f4f4;
    color: #333333 !important;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 90%;
    padding: 0 4px;
    margin: 0 4px 0 0;
    font-weight: normal;
}

.user_favourite_item .lozenge-pale-blue-white {
    margin-right: 10px;
}




/* Embedded images mechanism
--------------------------------------------------- */

    .embedded_img {
        max-width: 100%;
    }
        .embedded_img.right {
            padding: 0 0 20px 40px;
            float: right;
        }
        .embedded_img.left {
            padding: 0 40px 20px 0;
            float: left;
        }
        .embedded_img a,
        .embedded_img a:visited {
            text-decoration: none;
        }
        .embedded_img img {
            max-width: 100%;
        }
        .embedded_img .embedded_img_caption,
        .embedded_img .embedded_img_copyright {
            max-width: 100%;
        }

body .cms_button a,
body a.cms_button,
body a.cms_button:visited {
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.35s ease-in-out;
    -webkit-transition: background 0.35s ease-in-out;
    height: auto;
    padding: 5px 25px;
        text-decoration: none;
}
    body .cms_button a,
    body .cms_button a:visited {
        text-decoration: none;
    }
    body .cms_button a:hover,
    body a.cms_button:hover {
        background: #f9f9f9;
    }
	


	/* Theme base.css (gallery template websites) */



/* Local site base.css */

/* -----------------------------------------------------------
    Load fonts
----------------------------------------------------------- */

/* -----------------------------------------------------------
    Global Styles
----------------------------------------------------------- */

    body {
        font-family: 'NuO', sans-serif;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0;
        color: var(--typography-grey);
        font-weight: 200;
    }
    a,
    a:visited,
    a:hover,
    .link_color,
    .link_color:hover {
        color: var(--typography-grey);
    }
    h1, .h1, h2, h3, h4, h5, h6, .fullscreen_slideshow .hero_splash_text {
        font-family: 'NuO', sans-serif;
        font-weight: normal;
        color: var(--typography-grey);
        margin: 0 0 20px;
        font-weight: 200;
    }
    h1 a,h1 a:visited,
    .h1 a,.h1 a:visited,
    h2 a, h2 a:visited,
    h3 a, h3 a:visited,
    h4 a, h4 a:visited,
    h5 a, h5 a:visited,
    h6 a, h6 a:visited {
        color: var(--typography-grey);
        text-decoration: none;
    }
    h1, .h1{
        font-size: 38px;
        line-height: 53px;
        font-weight: 100;
        margin: 0 0 50px;
        color: var(--typography-grey);
    }
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
    h3 {
        font-size: 32px;
        line-height: 40px;
    }
    h4 {
        font-size: 15px;

    }
    h5 {
        font-size: 14px;

    }
    h6 {
        font-size: 13px;

    }
    input,
    select,
    textarea {
        font-family: 'NuO', sans-serif;
    }
    blockquote {
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        margin: 2em 0;
        padding: 0;
        line-height: normal;
        overflow: auto;
        text-indent: 0;
        font-size: 27px;
        color: var(--typography-grey);
        letter-spacing: -0.32px;
        line-height: 43px;
        text-align: left;
        width: 100%;
        max-width: none;
        margin: 0 auto;
        display: block;
        clear: both;
        margin-bottom: 40px;
    }
    .superscript {
        vertical-align: super;
        font-size: .8em;
    }

	/* Core layout styles */
	/* Art Gallery Websites - Core Layout Styles
---------------------------------------------------------------------------------- */



/* MAIN SITE CSS FILE
----------------------------------------------------------- */


/* -----------------------------------------------------------
    Global Styles
----------------------------------------------------------- */

* {
    padding: 0;
    margin: 0;
    border: 0;
}
html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
}


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

#container {
    width: 950px;
    padding: 0 20px;
    margin: 0 auto;
}

#header {
    margin: 0 0 50px;
    padding: 50px 0 0;
}
    #header.header_fixed {
        background: #FFF;
        width: 100%;
        margin: 0;
        position: fixed;
        z-index: 2000;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transition: box-shadow 0.5s linear;
        -moz-transition: box-shadow 0.5s linear;
        transition: box-shadow 0.5s linear;
    }
    #header.header_fixed.page-scroll {
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    }
        #header.header_fixed .inner {
            width: 940px;
            min-height: 77px;
            margin: 0 auto;
            padding: 0 0 15px;
            transition: border 0.2s linear;
            -webkit-transition-property: border;
            -webkit-transition-duration: 0.2s;
        }
        #header.header_fixed .inner:after {
            display: block;
            clear: both;
            content: ' ';
        }
        body.cms-frontend-toolbar-active #header.header_fixed {
            top: 28px;
        }

    #header #store_cart_widget {
        float: right;
    }


    /* Logo
    ----------------------------------------------------------- */

    #logo {
        text-transform: uppercase;
        font-size: 3.2em;
        line-height: 1em;
        height: 45px;
        margin: 0 0 30px;
    }
        #logo a {
            display: block;
            backface-visibility: hidden;
        }
        #logo a, #logo a:visited {
            text-decoration: none;
            color: #CCC;
        }


    /* Generic navigation
    ----------------------------------------------------------- */

    .navigation {
       clear: both;
    }
        .navigation ul {
            list-style: none;
            padding: 0;
        }
        .navigation ul .clear {
            display: none;
        }
        .navigation ul li {
            float: left;
            display: inline;
            margin: 0 25px 0 0;
        }
        .navigation ul li a {
            float: left;
            display: inline;
            padding: 5px 0;
        }
        .navigation ul li a,
        .navigation ul li a:visited {
            text-decoration: none;
            color: #777;
        }
        .navigation ul li a:hover {
            color: #0A0A0A;
        }
        .navigation ul li.active > a,
        .navigation ul li.active > a:visited,
        .navigation ul li.active > a:hover,
        #top_nav.navigation > ul > li.active_dir > a,
        #top_nav.navigation > ul > li.active_dir > a:visited,
        #top_nav.navigation > ul > li.active_dir > a:hover {
            color: #0A0A0A;
        }

    /* Top nav
    ----------------------------------------------------------- */

    #topnav_inner {
        width: 100%;
    }

        #slide_nav_reveal {
            display:none;
        }

        /* Center Top nav
        ----------------------------------------------------------- */
        #top_nav.top_nav_centered {
            float: none;
            text-align: center;
        }
        #top_nav.top_nav_centered ul {
            text-align: center;
            display: inline-block;
            vertical-align: middle;
        }
        #top_nav.navigation.top_nav_centered ul li {
            display:inline-block;
            float: none;
            vertical-align: top;
            /*Account for gaps in inline-block elements*/
            margin-left: -4px;
            margin-right: 30px;
        }
        #top_nav.navigation.top_nav_centered ul li.last {
            margin-right: 0;
        }

        /* Accessibility links
        ----------------------------------------------------------- */
        #skiplink-container .skiplink {
            position: fixed;
            left: -9999px;
            transform: none;
            text-decoration: none;
        }
            #skiplink-container .skiplink:focus {
                left: 20px;
                top: 0;
                transform: translateY(50%);
                padding: 20px 15px;
                background: #FFF !important;
                color: #000 !important;
            }
            .cms-frontend-toolbar-active #skiplink-container .skiplink:focus {
                top: 25px;
            }


    /* Header search
    ----------------------------------------------------------- */

    #top_nav .topnav {
        -moz-transition: opacity 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }
    #top_nav.header_quick_search_reveal_open .topnav {
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        -moz-transition: none;
        -webkit-transition: none;
        transition: none;
    }
    #header_quick_search {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 30px;
    }
        #header_quick_search.header_quick_search_reveal .inputField {
            /* This field is shown as 1px because Safari will not trigger a focus event if it is 0 pixels wide */
                width: 1px;
                max-width: 1px;
            /* -- */
            background: transparent;
            -moz-transition: width 0.4s ease-in-out;
            -webkit-transition: width 0.4s ease-in-out;
            -moz-transition: max-width 0.4s ease-in-out;
            -webkit-transition: max-width 0.4s ease-in-out;
            transition: width 0.4s ease-in-out;
            opacity: 0;
        }
        #header_quick_search.header_quick_search_reveal.active .inputField {
            width: 140px;
            max-width: 140px;
            background: transparent;
            opacity: 1;
        }
        #header_quicksearch_btn {
            display: inline-block;
        }
        #header_quicksearch_btn .quicksearch-icon {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        #header_quicksearch_btn .quicksearch-icon:before {
            content: "\f002";
        }

    /* Translations nav in header
    ----------------------------------------------------------- */

    #translations_nav {

    }
        #translations_nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: block;
            width: 100%;
            text-align: center;
        }
            #translations_nav ul li {
                display: inline-block;
                margin: 0;
                padding: 7px;
                float: none;
            }
            #translations_nav ul li:first-child {
                padding-left: 0;
            }
            #translations_nav ul li:last-child {
                padding-right: 0;
            }


    /* Additional Topnav
    ----------------------------------------------------------- */

    .additional_nav {
        position: absolute;
        top: 0;
        padding: 0;
    }
        #additional_nav_1.additional_nav  {
            left: 0;
            right: auto;
            padding: 8px 0 0;
        }
        #additional_nav_2.additional_nav  {
            right: 0;
            left: auto;
            padding: 8px 0 0;
        }
    .additional_nav.navigation ul {
        text-align: right;
    }
    .additional_nav.navigation ul li {
        margin: 0 0 0 20px;
        display: inline-block;
        float: none;
        vertical-align: top;
    }
        #additional_nav_1.navigation ul li {
            margin: 0 20px 0 0;
        }
        #additional_nav_.navigation ul li {
            margin: 0 0 0 20px;
        }
    .additional_nav.navigation ul li a,
    .additional_nav.navigation ul li a:visited {
        line-height: 15px;
    }


    /* Header social links
    ----------------------------------------------------------- */
    #header #social_links_nav {
        display: inline-block;
        margin: 0 0 0 25px;
    }
    #header .social_links_item {
        display: inline-block;
        text-indent: -9999px;
        width:26px;
    }

    /* Hero header
    ----------------------------------------------------------- */

    .parallax-mirror {
        -moz-transition: opacity 0.35s ease-in-out;
        -webkit-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out;
        transform: translateZ(0) !important;
    }
        .parallax-mirror img.parallax-slider {
            max-height: none;
            opacity: 0.5;
        }
    body.layout-hero-header {

    }
        #hero_header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 25;
            background: transparent;
            -moz-transition: background 0.35s ease-in-out;
            -webkit-transition: background 0.35s ease-in-out;
            transition: background 0.35s ease-in-out;
            color: #fff;
            font-size: 50px;
        }
            #hero_header.parallax-loaded {
                background: transparent !important;
            }
            #hero_header:after {
                content: '.';
                text-indent: -9999px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 30;
                background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 73%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(73%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.25) 100%); /* IE10+ */
                background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.25) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
            }
            #hero_header > .inner {
                margin: 0 auto;
                width: 940px;
                padding: 0 20px;
                position: relative;
                z-index: 50;
                height: 450px;
            }
            #hero_image_responsive {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 25;
                background: center center no-repeat #333;
                background-size: cover;
            }
            #hero_header .title,
            #hero_header .subtitle {
                display: block;
                color: #fff;
            }
            #hero_heading {
                position: absolute;
                z-index: 35;
                bottom: 40px;
                left: 20px;
                right: 20px;
            }
                .parallax-element-with-slideshow #hero_heading {
                    display: none;
                }
                .device-handheld .parallax-element-with-slideshow #hero_heading {
                    display: block;
                }
                #hero_heading a,
                #hero_heading a:visited {
                    color: #fff;
                    text-decoration: none;
                }
                #hero_heading .subtitle {
                    color: #fff;
                }
            #hero_header #slideshow {

            }
                #hero_header #slideshow .content a,
                #hero_header #slideshow .content a:visited {
                    text-decoration: none;
                    color: #fff;
                }
            body.device-handheld #hero_image_responsive {
                display: block;
            }
            body.device-handheld #hero_header #slideshow {
                display: none;
            }
            body.device-handheld .parallax-element-with-slideshow #hero_image_responsive {
                display: none;
            }
            body.device-handheld #hero_header.parallax-element-with-slideshow #slideshow {
                display: block;
            }



        body.layout-hero-header #container {
            padding-top: 450px;
        }
        body.layout-hero-header #header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 50;
        }
        body.layout-hero-header.layout-fixed-header #header {
            position: fixed;
        }
        body.layout-hero-header.layout-fixed-header #main_content {
            padding-top: 50px;
        }
        body.section-home.layout-hero-header #hero_header {
            display: none;
        }
        body.section-home.layout-hero-header #container {
            padding-top: 0;
        }


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





#sub_nav {
    margin: 0 0 25px;
}
    #sub_nav ul li ul {
        display: none;
    }

    #sub_nav.navigation.navigation_has_multi_level ul li {
        position: relative;
    }
    #sub_nav.navigation.navigation_has_multi_level ul li > a {
        padding-bottom: 10px;
    }

    #sub_nav.navigation.navigation_has_multi_level ul ul.secondary-nav {
        display:none;
        position:absolute;
        z-index: 10;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background:#fff;
        padding:0
    }
    #sub_nav.navigation.navigation_has_multi_level ul ul.secondary-nav li {
        float: none;
        clear: both;
        margin: 0;
    }
    #sub_nav.navigation.navigation_has_multi_level ul ul.secondary-nav a {
        padding: 5px 0;
    }
    #sub_nav.navigation.navigation_has_multi_level ul li:hover > ul.secondary-nav {
        display: block;
        border: 1px solid #ebebeb;
        padding: 12px 20px 12px 20px;
        box-sizing: border-box;
        border-radius: 3px;
        -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.04);
        -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.04);
        box-shadow: 0 3px 5px rgba(0,0,0,0.04);
    }
    #sub_nav.navigation.navigation_has_multi_level ul.sub-categories-list.secondary-nav::after {
        content: '';
        width: 36px;
        height: 8px;
        background: white;
        display: block;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -18px;
    }
    #sub_nav.navigation.navigation_has_multi_level ul.sub-categories-list.secondary-nav::before {
        content: '';
        width: 10px;
        height: 10px;
        background: white;
        display: block;
        position: absolute;
        top: -5px;
        left: 50%;
        margin-left: -10px;
        z-index: 0;
        transform: rotate(45deg);
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
    }

#main_content {
    margin: 0 0 50px;
}
    .heading_wrapper {
        clear: both;
    }
    .heading_wrapper.cascading-page-header {

    }
        .heading_wrapper.cascading-page-header h1 {
            float: left;
        }
        .heading_wrapper.cascading-page-header #sub_nav {
            float: right;
        }
    h1.hidden,
    .clearwithin.hidden {
        height: 0;
        overflow: hidden;
        padding: 0;
        margin: 0;
        display: block;
    }
    h1.has_subtitle {
        margin-bottom: 12px;
    }
    body.page-param-type-simplified h1 {
        margin: 0 0 10px;
    }

#content {
    min-height: 100px;
}
#content_module {
    width: 530px;
    float: left;
}
body #main_content #content #content_module.full_width {
    width: 100%;
}

#sidebar {
    width: 355px;
    float: right;
}
body #main_content #content #sidebar.full_width {
    width: 100%;
}
    #sidebar .image {
        text-align: center;
        background: #F0F0F0;
    }
    #sidebar .caption {
        padding-top: 10px;
    }

.content_header {
    margin: 0 0 30px;
}
    .content_header h2 {
        margin: 0;
    }
.content_section {
    margin: 0 0 40px;
}

#footer {
    margin: 0 0 40px;
}
    #footer #copyright {
        margin-right: 20px;
    }
    #footer a,
    #footer a:visited {
        text-decoration: none;
        padding: 0;
    }

    #footer.advanced_footer .advanced_footer_item #contact_info {
        padding: 0;
        float:none;
    }
    #footer.advanced_footer .copyright {
        margin: 20px 0 10px 0;
        float: left;
        clear: both;
        display: block;
        text-align: left;
    }
    #footer.advanced_footer .advanced_footer_item {
        display: inline-block;
        padding: 0 20px 20px 0;
        vertical-align: top;
    }
    #footer.advanced_footer .advanced_footer_item #quick_search {
        float: none;
        margin-left: 0;
    }
    #quick_search {
        float: right;
        margin-left: 20px;
    }
    #quick_search form {
        clear: both;
        float: left;
        width: 185px;
    }
    #quick_search .inputField {
        border: 1px solid #ddd;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 6px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 144px;
        float: left;
        color: #777;
    }
    #quick_search .inputField.active {
        font-style: normal;
        color: #404040;
    }
    #quick_search #quicksearch_btn {
        padding: 6px 1px 1px 15px;
        margin: 0;
        float: left;
        clear: none;
    }
        #quick_search #quicksearch_btn a,
        #quick_search #quicksearch_btn a:visited,
        #quick_search a#quickquick_search_btn,
        #quick_search a#quickquick_search_btn:visited {
            text-decoration: none;
            color: #0A0A0A;
        }


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

    #social_links {

    }
        #social_links .social_links_item {
            float: left;
            width: 26px;
            height: 26px;
            margin: 0 0 0 8px;
        }
        #social_links .social_links_item a {
            text-indent: -9999px;
            float: left;
            width: 26px;
            height: 26px;
            outline: none;
        }
        #social_links .social_links_item a .social_media_icon {
            border-color: #bbb;
            background-color: #bbb;
        }


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


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

    .section-home #main_content h1 {
        display: none;
    }

    .section-home #slideshow.feature_list ul,
    .section-home #slideshow.full_list ul {
        margin: 0;
    }
    .section-home #slideshow.feature_list ul,
    .section-home #slideshow.full_list ul {
        margin: 0;
    }
        .section-home #slideshow.feature_list ul li {
            min-height: 355px;
            background: #FFF;
            margin: 0;
        }
        .section-home #slideshow.feature_list ul li h2 {
            font-size: 2.2em;
            color: #CCC;
            margin: 8px 0 15px;
        }
        .section-home #slideshow.feature_list ul li .subtitle {
            font-size: 1.6em;
            margin: 0 0 15px;
        }
        .section-home #slideshow.feature_list ul li .date {
            margin: 0 0 10px;
            font-weight: normal;
        }

    body #preloader #loader {
        display: none;
    }
    
    #home_splash,
    #home_splash_image_container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 3000;
        cursor: pointer;
        background-position:center center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }
        #home_splash #home_splash_image_container {
            display: block;
            opacity: 0;
            z-index: -1;
            transition:opacity 500ms cubic-bezier(.87,.17,.18,.85);
        }

        body.splash-loader-active #home_splash {
            display: block;
        }
        body.splash-page-active.section-home {
            background: #333;
        }
        body.splash-page-active.section-home #header,
        body.splash-page-active.section-home #footer,
        body.splash-page-active.section-home #main_content {
            opacity: 0;
        }
        body.splash-loader-active.pageload-splash-active #loader_wrapper {
            visibility: hidden;
        }
        /* FIXME: Loader should be visible when a page is being loaded via ajax
        - this currently does not work because #preloader #preloader_mask {display:none;} is set in pageload.css */
        body.splash-page-active.loader-active.ajax-links-disabled.pageload-splash-active #loader_wrapper {
            visibility: visible;
        }
        body.pageload-splash-page-content-hidden #container {
            opacity: 0;
        }
        #home_splash .inner {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
        }
        #home_splash .content {
            margin: -60px 0 15px;
            font-size: 120px;
            line-height: 140px;
            position: absolute;
            top: 50%;
            background: center center no-repeat;
            left: 0;
            right: 0;
            transform:translateY(-50%);
            margin:0!important;
            padding:0 30px;
            box-sizing:border-box;
            max-width: 100%;
        }
        #home_splash.background_image_exists .content {
            color: #fff;
        }
        #home_splash.background_image_exists .inner {
            background-color: rgba(0,0,0,0.3);
        }
        #home_splash .content.logo_image_exists {
            text-indent: -9999px;
            text-align: left;
            display: block;
        }


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

    .page-artists h1 #artist_years {
        font-size: 13px;
        letter-spacing: 0;
    }


    .page-artists .subsection-artist-detail-page.subsection-wrapper-works .records_list ul li .content > .artist {
        display: none;
    }
    /*
    .page-artists #artist_list ul li h2 {
        font-size: 1.47em;
    }*/

    .page-artists .detail_list_alt ul li.single {
        width: 640px;
    }
    .page-artists .detail_list_alt ul li.single .image {
        width: 320px;
        height: 320px;
    }
    .page-artists #artist_list_slideshow_nav.simple_list {
        float: left;
        width: 220px;
    }
        .page-artists #artist_list_slideshow_nav.simple_list ul li {
            clear: both;
            margin: 0 0 5px;
        }
        .page-artists #artist_list_slideshow_nav.simple_list ul li h2 {
            font-size: 1em;
        }

    /* Artist page standard_list format ------------------------- */

    .page-artists .subsection-artist-list-standard {

    }
        .page-artists .subsection-artist-list-standard .records_list.columns_list ul {
            width: 33%;
            float: left;
        }
        .page-artists .subsection-artist-list-standard .records_list.columns_list ul li {
            margin: 0 0 20px;
            width: 100%;
        }

    /* Artist page standard_list_preview format ------------------------- */

    .page-artists .subsection-artist-list-preview {

    }
        .page-artists .subsection-artist-list-preview #list_preview_navigation {

        }
            .page-artists .subsection-artist-list-preview #sidebar.content_follow_sticky {
                position: sticky;
                top: 20px;
            }
            body.cms-frontend-toolbar-active.page-artists .subsection-artist-list-preview #sidebar.content_follow_sticky {
                top: 48px;
            }
            .page-artists .subsection-artist-list-preview #list_preview_navigation.records_list.columns_list ul {
                width: 50%;
                float: left;
            }
            .page-artists .subsection-artist-list-preview #list_preview_navigation.records_list.columns_list ul li {
                margin: 0 0 30px;
                width: 100%;
            }
        .page-artists .subsection-artist-list-preview #list_preview_slideshow {
            z-index: 0;
            position: relative;
            /*max-height: 0;*/ /*Removed by DC - causing issue with sidebar overlapping footer */
        }
            .page-artists .subsection-artist-list-preview #list_preview_slideshow .image {
                right: 0;
                left: 0;
            }

    /* Artist page standard_list_preview_letters format ------------------------- */

    .page-artists .subsection-artist-list-preview-letters {

    }
        .page-artists .subsection-artist-list-preview-letters #list_preview_slideshow {
            z-index: 0;
            position: relative;
            max-height: 0;
        }
        .page-artists .subsection-artist-list-preview-letters #sidebar.content_follow_sticky {
            position: -webkit-sticky;
            position: sticky;
            top: 20px;
        }
        body.cms-frontend-toolbar-active.page-artists .subsection-artist-list-preview-letters #sidebar.content_follow_sticky {
            top: 48px;
        }
        .page-artists .subsection-artist-list-preview-letters #list_preview_navigation {

        }
            .page-artists .subsection-artist-list-preview-letters #list_preview_navigation.records_list.columns_list ul {
                width: 50%;
                float: left;
            }
            .page-artists .subsection-artist-list-preview-letters #list_preview_navigation.records_list.columns_list ul li {
                margin: 0 0 10px;
                min-height: 18px;
                width: auto;
                display: block;
                float: none;
                padding-right: 15px;
            }
            .page-artists .subsection-artist-list-preview-letters #list_preview_navigation.records_list.columns_list ul li a {
                display: block;
                width: 100%;
            }
            .page-artists .subsection-artist-list-preview-letters #list_preview_navigation.records_list.columns_list ul li.letter_divider:first-child {
                margin-top: 0;
            }
            .page-artists .subsection-artist-list-preview-letters #list_preview_navigation.records_list.columns_list ul li.letter_divider {
                margin: 15px 0 15px;
                min-height: 36px;
                float: left;
                width: 100%;
                padding-right: 0;
            }
                .page-artists .subsection-artist-list-preview-letters #list_preview_navigation.records_list.columns_list ul li.letter_divider h2 {
                    padding: 15px 0 0;
                    margin: 0 25px 0 0;
                }


    /* Artist page list_slideshow format DEPRICATED ------------------------- */

    .page-artists #artist_list_slideshow {
        float: right;
        width: 708px;
        height: 460px;
    }
        .page-artists #artist_list_slideshow ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .page-artists #artist_list_slideshow li {
            width: 708px;
            height: 460px;
            text-align: center;
        }




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

    /* Exhibitons -- Behaviour: standard_entry */

    .section-exhibitions .exhibitions-standard-entry {

    }
        .section-exhibitions .exhibitions-standard-entry .no_of_exhibition_sections-2 {
            margin-left: auto;
            margin-right: auto;
        }
        .section-exhibitions .standard-entry-list .subheading {
            display: none;
        }
        .section-exhibitions .standard-entry-list  #exhibitions_nav {
            margin: 0 0 40px;
        }
        .section-exhibitions .standard-entry-list .exhibitions_list_filters {
            clear: both;
        }
            .section-exhibitions .standard-entry-list .exhibitions_list_filters #exhibitions_years_nav {
                float: left;
                margin: 0 0 40px;
            }
            .section-exhibitions .standard-entry-list .exhibitions_list_filters #exhibitions_locations_nav {
                float: right;
                clear: none;
                margin: 0 0 40px;
            }



    .section-exhibitions #exhibitions_years_nav {
        margin: 0 0 40px;
    }


    /* Exhibiton detail page -- presentation layout */

    .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation {
        position: relative;
        min-height: 620px;
    }
    .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }
        .section-exhibitions .exhibition-layout-presentation #ig_slideshow_container {
            display: none;
        }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #ig_slideshow_container {
            display: block;
            position: absolute;
            z-index: 5;
            left: 0;
            top: 0;
            width: 550px;
        }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #ig_slideshow,
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #ig_slideshow .item,
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #ig_slideshow .item span {
            width: 550px;
        }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #exhibitions_nav,
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation .exhibition-header,
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #sub_nav,
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #content,
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #content_module {
            float: right;
            clear: right;
            width: 330px;
        }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation .exhibition-header {
            margin: 0 0 30px;
        }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #exhibitions_nav {
            margin: 0 0 40px;
        }
            .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #exhibitions_nav ul li {
                margin: 0 24px 0 0;
            }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #content_module {
            padding-bottom: 44px;
        }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #sidebar {
            display: none;
        }

        .section-exhibitions #main_content .subsection-wrapper-overview.exhibition-layout-presentation .exhibition-header h1 .h1_heading {
            margin: 0 0 25px;
        }
        .section-exhibitions #main_content .subsection-wrapper-overview.exhibition-layout-presentation .exhibition-header h1 .h1_subtitle {
            margin: 0 0 12px;
            padding: 0 0 12px;
            border-bottom: 1px solid #ebebeb;
            float: none;
            display: block;
        }
        .section-exhibitions #main_content .subsection-wrapper-overview.exhibition-layout-presentation .exhibition-header .subtitle {
            /*margin: 0;*/
            float: none;
            display: block;
        }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #sub_nav {
            padding-top: 20px;
            margin-top: 10px;
            border-top: 1px solid #ebebeb;
        }
            .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #sub_nav ul li {
                margin: 0 24px 0 0;
            }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #ig_slideshow_caption .unavailable::after {
            content: 'Sold';
            text-indent: -9999px;
            width: 20px;
            display: inline-block;
            background: url(../images/unavailable.png) center no-repeat;
        }
        .section-exhibitions .subsection-wrapper-overview.exhibition-layout-presentation #ig_slideshow_caption .unavailable.reserved::after {
            content: 'Reserved';
            text-indent: -9999px;
            width: 20px;
            display: inline-block;
            background: url(../images/reserved.png) center no-repeat;
        }


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

    #events-grid-container {
        clear: both;
    }

    .event-details-wrapper {
        width:100%;
        display:block;
    }
        .event-details-wrapper .event-logo {
            display: inline-block;
            margin-right: 20px;
            vertical-align:middle;
            width: 90px;
            height: auto;
            line-height: 0;
        }
        .event-details-wrapper .event-details {
            display: inline-block;
            vertical-align:middle;
        }
            .event-details-wrapper .content span {
                display: block;
            }

/* Video
----------------------------------------------------------- */



/* Blog
----------------------------------------------------------- */

    .section-blog .blog_detail_about_author {
        clear: both;
        padding: 10px 0 0;
    }
        .section-blog .blog_detail_about_author .image {
            float: left;
            width: 21%;
            margin: 0 4% 0 0;
        }
        .section-blog .blog_detail_about_author .content {
            float: left;
            width: 75%;
        }

    .section-blog .module-comments > .divider {
        height: 0;
    }
    .section-blog .module-comments-rows-container {

    }
        .section-blog .module-comments-rows-container .area {
            margin: 0 0 30px;
        }
        .section-blog .module-comments-rows-container .area .infoPanel {
            padding: 15px 0 0;
        }
            .section-blog .module-comments-rows-container .area .infoPanel .poster,
            .section-blog .module-comments-rows-container .area .infoPanel .date {
                margin: 0 15px 0 0;
                display: inline-block;
                vertical-align: top;
            }

    .subsection-blog-record .image {
        margin: 0 0 20px;
        text-align: center;
        display: block;
        width: 100%;
    }

        .subsection-blog-record .image img {
            display: block;
            max-width: 100%;
        }
/* Korean Section
----------------------------------------------------------- */

    .section-korean #header #top_nav,
    .section-korean #header #translations_nav {
        display: none;
    }

    .section-korean #header {
        padding: 55px 0 0;
    }

    .section-korean #sub_nav {
        margin: -8px 0 25px;
    }

    .section-korean #sub_nav ul li ul {
        display: flex;
        flex-direction: row;
        position: absolute;
        margin-top: 60px;
        right: 0;
    }

    .section-korean #sub_nav.navigation ul li.top,
    .section-korean #sub_nav ul li ul {
        display: block;
    }

    .section-korean #sub_nav.navigation ul li ul li.nested  {
        margin: auto;
        padding: 0 0 0 25px;
        display: flex;
        justify-content: center;
        line-height: 20px;
    }

    .section-korean #sub_nav.navigation ul li ul li.nested a {
        color: var(--typography-grey);
        font-weight: 100;
    }

    .section-korean #sub_nav.navigation ul li ul li.nested.active a {
        color: var(--typography-grey);
        font-weight: bold;
    }

    .section-korean #sub_nav.navigation { 
        position: relative;
        clear: none;
        float: right;
    }


/* Team
----------------------------------------------------------- */

    .team-header .team-contact-info-container {
        display: block;
        margin-top: 10px;
        float: left;
        clear: both;
    }

/* Contact
----------------------------------------------------------- */

    #contact_form {
        width: 100%;
    }
        #contact_form h1,
        #main_content #contact_form h1 {
            font-size: 30px;
            line-height: 36px;
            margin: 0 0 20px;
            width: 100%;
            float: none;
        }
        #contact_form #contact_form_item_preview {
            display: none;
        }
            #contact_form #contact_form_item_preview .inner {
                border: 1px solid #eee;
                background: #fafafa;
                padding: 10px;
                line-height: 1.5em;
                max-height: 90px;
                overflow: auto;
            }
            #contact_form #contact_form_item_preview .image {
                display: inline-block;
                vertical-align: top;
                margin: 0;
                width: 20%;
                height: 75px;
            }
                #contact_form #contact_form_item_preview .image img {
                    display: block;
                }
            #contact_form #contact_form_item_preview .content {
                display: inline-block;
                vertical-align: top;
                width: 80% !important;
                padding-left: 20px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }
            #contact_form #contact_form_item_preview .content .price {
                margin: 0;
            }
            #contact_form #contact_form_item_preview h5 {
                margin: 0 0 4px;
            }
        #contact_form .form {
            clear: both;
        }
        #contact_form .form .error_row {
            margin: -10px 0 20px;
        }

    #contact_form_inline h1 {

    }

    #map_basic,
    .google-map {
        width: 100%;
        height: 600px;
    }
        /* Prevent map controls from being distorted and broken by img{max-width:100%} */
        #map_basic img,
        #map img,
        .gm-style img,
        .google-map img{
            max-width: none;
            max-height: none;
        }
        /* Medium-term fix for bug in chrome that creates single grey line across map
            REMOVED - this was breaking stuff in google maps
        .gm-style div div *{
            -webkit-transform: none !important;
        }*/

    .section-contact #content_module.full_width {
        width:100% !important;
    }

    .section-contact #content_module.full_width #social_links_list ul li {
        padding: 0;
        margin: 0 17px 8px 0;
        clear: both;
        display: inline-block;
    }


/* Cookie Notification
----------------------------------------------------------- */
#cookie_notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
    z-index: 2147483647;
    transform: translateY(100%);
    transition: transform 600ms cubic-bezier(0.0, 0.0, 0.2, 1);
    will-change: transform;
}
    #cookie_notification.active {
        transform: translateY(0);
    }
    #cookie_notification .inner {
        margin: auto;
        padding: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
        #cookie_notification .inner #cookie_notification_message {
            width: 92%;
            padding-right: 20px;
            margin-right: auto;
            max-width: 740px;
        }
        #cookie_notification .inner #cookie_notification_accept {
            float: none;
            margin: 0px;
        }    
    @keyframes party-mode-bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}#cookie_notification.party-mode{background-image:linear-gradient(to top,#FFC107 0,#FFC107 20%,#FF9800 20%,#FF9800 40%,#8BC34A 40%,#8BC34A 60%,#2196F3 60%,#2196F3 80%,#9C27B0 80%);animation:party-mode-bounce .6s infinite}#cookie_notification.party-mode #cookie_notification_message{color:#daa520;font-weight:700;text-shadow:1px 1px 2px #9b28b0;font-size:1.4em}#cookie_notification.party-mode .button{background-image:linear-gradient(to right,#FFC107 0,#FFC107 20%,#FF9800 20%,#FF9800 40%,#8BC34A 40%,#8BC34A 60%,#2196F3 60%,#2196F3 80%,#9C27B0 80%);border:4px solid red}

    
/* Privacy policy
----------------------------------------------------------- */
#footer .small-links-container > div {
    display: inline-block;
    line-height: 1.6em;
}
    #footer .small-links-container .privacy-policy,
    #footer .small-links-container .cookie-policy {
        text-transform: uppercase;
    }
    #footer .small-links-container .privacy-policy + #artlogic,
    #footer .small-links-container .cookie-policy + #artlogic,
    #footer .small-links-container .privacy-policy + .cookie-policy,
    #footer .small-links-container #artlogic + .privacy-policy {
        margin-left: 6px;
        padding-left: 10px;
        border-left: 1px solid #ebebeb;
    }

#privacy_policy_form_msg {
    font-size: 0.8em;
    line-height: 1.7em;
    color: var(--typography-grey);
    border-top: 1px solid #eee;
    padding: 12px 0 0;
}
#sc_checkout_container #privacy_policy_form_msg,
#artlogic_mailinglist_signup_form_wrapper #privacy_policy_form_msg {
    margin-top: 15px;
}

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

.section-search #quick_search {
    float: right;
    clear: none;
}

.section-search .records_list .content .description,
.section-search .records_list .content .link {
    display: block;
}


/* Feature panels
----------------------------------------------------------- */

.feature_panels .records_list ul {
    text-align: center;
}
    .feature_panels .records_list ul li {
        text-align: left;
    }
    .feature_panels .records_list ul li .image span .panel_image_slideshow {
        display: block;
        overflow: hidden;
        max-height: 100%;
        max-width: 100%;
        position: relative;
        z-index: 10;
    }
    .feature_panels .records_list ul li .panel_header {
        display: block;
        margin: 0 0 40px;
    }
        .feature_panels .records_list ul li .panel_header h1 {
            margin: 0;
        }



    /* Feature panel type 2 - large first item
       Changes only affect the first three panels
    ----------------------------------------------------------- */

    .feature_panels.feature_panels_layout_type_2 .records_list.image_list {

    }
        .feature_panels.feature_panels_layout_type_2 .records_list.image_list ul {

        }
        .feature_panels.feature_panels_layout_type_2 .records_list.image_list > ul > li {
            margin-right: 20px;
        }
        .feature_panels.feature_panels_layout_type_2 .records_list.image_list ul li.panel_standard:nth-child(-n+3) {
            float: left;
            position: relative;
            margin: 0 20px 20px 0;
        }
            .feature_panels.feature_panels_layout_type_2 .records_list.image_list ul li.panel_standard:nth-child(-n+3) a {
                float: left;
                width: 100%;
            }
            .feature_panels.feature_panels_layout_type_2 .records_list.image_list ul li.panel_standard:nth-child(-n+3) .image {
                margin: 0;
                position: relative;
                z-index: 5;
            }
            .feature_panels.feature_panels_layout_type_2 .records_list.image_list ul li.panel_standard:nth-child(-n+3) .content {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                z-index: 10;
                margin: 0;
                min-height: 64px;
                padding: 16px 0 0;
                background: #fff;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }
            .feature_panels.feature_panels_layout_type_2 .records_list.image_list ul li.panel_standard:nth-child(-n+3) .link,
            .feature_panels.feature_panels_layout_type_2 .records_list.image_list ul li.panel_standard:nth-child(-n+3) .description {
                display: none;
            }

    /* Feature panel type 3 - hero parallax heading
    ----------------------------------------------------------- */

    .feature_panels .records_list.image_list ul li.panel_hero {
        position: static;
        width: 100%;
        padding-top: 20px;
        margin-bottom: 40px;
    }
        .feature_panels .records_list.image_list ul li.panel_hero .hero_heading > h2,
        .feature_panels .records_list.image_list ul li.panel_hero .hero_heading > a > h2 {
            color: #fff;
            font-size: 45px;
            line-height: 50px;
            font-weight: normal;
            margin: 0 0 22px;
        }
        .feature_panels .records_list.image_list ul li.panel_hero .hero_heading .subtitle {
            padding: 15px 0 0;
            margin: 0;
            color: #fff;
            font-size: 16px;
            line-height: 20px;
        }

        .feature_panels .records_list.image_list ul li.panel_hero .hero_section_placeholder {
            height: 400px;
            display: block;
        }
        .feature_panels .records_list.image_list ul li.panel_hero .hero_section {
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            z-index: 25;
            background: transparent;
            -moz-transition: background 0.35s ease-in-out;
            -webkit-transition: background 0.35s ease-in-out;
            transition: background 0.35s ease-in-out;
        }
            .feature_panels .records_list.image_list ul li.panel_hero .hero_section.parallax-loaded {
                background: transparent !important;
            }
            .feature_panels .records_list.image_list ul li.panel_hero .hero_section:after {
                content: '.';
                text-indent: -9999px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 30;
            }
            .feature_panels .records_list.image_list ul li.panel_hero .hero_section .inner {
                display: block;
                margin: 0 auto;
                padding: 0;
                position: relative;
                z-index: 50;
                height: 400px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }
            .feature_panels .records_list.image_list ul li.panel_hero .hero_image_responsive {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 25;
                background: center center no-repeat #333;
                background-size: cover;
            }
                .feature_panels .records_list.image_list ul li.panel_hero .hero_image_responsive span {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 25;
                    background: center center no-repeat #333;
                    background-size: cover;
                }
            body.device-handheld .feature_panels .records_list.image_list ul li.panel_hero .hero_image_responsive {
                display: block;
            }
            .feature_panels .records_list.image_list ul li.panel_hero .hero_heading {
                /*position: absolute;
                z-index: 35;
                bottom: auto;
                top: 35%;
                left: 20px;
                */

                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                position: absolute;
                top: 0;
                bottom: 0;
                width: 100%;
                text-align: center;
                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;
            }
                .feature_panels .records_list.image_list ul li.panel_hero .hero_heading a,
                .feature_panels .records_list.image_list ul li.panel_hero .hero_heading a:visited {
                    color: #fff;
                    text-decoration: none;
                }
                .feature_panels .records_list.image_list ul li.panel_hero .hero_heading > h2,
                .feature_panels .records_list.image_list ul li.panel_hero .hero_heading > a > h2 {
                    color: #fff;
                    width: 100%;
                    font-size: 52px;
                    line-height: 56px;
                    font-weight: normal;
                    margin: 0 0 22px;
                }
                .feature_panels .records_list.image_list ul li.panel_hero .hero_heading .subtitle {
                    padding: 15px 0 0;
                    width: 100%;
                    margin: 0;
                    color: #fff;
                    font-size: 16px;
                    line-height: 20px;
                }
                .feature_panels .records_list.image_list ul li.panel_hero .hero_heading .description {
                    max-width: 100%;
                    width: 100%;
                    padding: 15px 0 0;
                    margin: 0;
                    color: #fff;
                }
                    .feature_panels .records_list.image_list ul li.panel_hero .hero_heading .description * {
                        color: #fff;
                    }
                .feature_panels .records_list.image_list ul li.panel_hero .hero_heading span:first-child {
                    padding-top: 0;
                }


        /* Feature panel type 4 - Image/Text adjacent
        ----------------------------------------------------------- */

        .feature_panels .records_list.image_list ul li.panel_image_text_adjacent {
            width: 100%;
            padding-right: 0 !important;
            overflow:hidden;
        }
            .feature_panels .records_list.image_list ul li.panel_image_text_adjacent .content,
            .feature_panels .records_list.image_list ul li.panel_image_text_adjacent .image {
                width: 50%;
                display: inline-block;
                float: none;
                vertical-align: middle;
            }
            .feature_panels .records_list.image_list ul li.panel_image_text_adjacent .outer {
                display: inline;
            }
            .feature_panels .records_list.image_list ul li.panel_image_text_adjacent .content {
                padding-right: 20px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }
            .feature_panels .records_list.image_list ul li.panel_image_text_adjacent .content h2,
            .feature_panels .records_list.image_list ul li.panel_image_text_adjacent .content .subtitle{
                text-align:initial;
            }
            .feature_panels .image_list ul li.panel_image_text_adjacent .image {
                padding-right: 20px;
                margin-bottom: 0;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }
            .feature_panels .image_list ul li.panel_image_text_adjacent .image {
                height: auto !important;
            }
            .feature_panels .image_list ul li.panel_image_text_adjacent .image span,
            .image_list ul li.panel_image_text_adjacent .image img {
                width: 100% !important;
                height: auto !important;
            }



        /* Feature panel type 5 - Image Slider Carousel
        ----------------------------------------------------------- */

        .feature_panels .records_list.image_list ul li.panel_slider {
            width: 100%;
            display: block;
        }
        .feature_panels .records_list.image_list ul li.panel_slider .inner {
            position: absolute;
            left: 0;
            right: 0;
        }
        .feature_panels .records_list.image_list ul li.panel_slider {
            position: static;
        }
        .feature_panels .records_list.image_list ul li.panel_slider .image img {
            max-width: none !important;
            max-height: none !important;
        }
        .feature_panels .records_list.image_list ul li.panel_slider .image,
        .feature_panels .records_list.image_list ul li.panel_slider .image span {
            width: auto !important;
            height:auto !important;
        }



        /* Feature panel type 6 - Image Grid
        ----------------------------------------------------------- */

        .feature_panels .records_list.image_list ul li.panel_image_grid {
            width: 100% !important;
            display: block;
        }
            .feature_panels .records_list.image_list ul li.panel_image_grid .records_list.image_list ul {
                margin-right: 0;
            }


        /* Twitter panels ----------------------------------------------------------- */

        .feature_panels .records_list ul li.fp_custom_twitter-feed .acms-tw-image-container,
        .feature_panels .records_list ul li.fp_custom_twitter-feed .acms-tw-user {
            display: none;
        }
        .feature_panels .records_list ul li.fp_custom_twitter-feed .acms-tw-text {
            word-wrap: break-word;
        }
        .feature_panels .records_list ul li.fp_custom_twitter-feed .loader_simple {
            margin-bottom: 20px;
        }

/* -----------------------------------------------------------
   Global Classes
----------------------------------------------------------- */

    a.external {
        padding: 0;
        background: none;
    }
    .subheading {
        color: #CCC;
        font-size: 1.93em;
        line-height: 1.2em;
        margin: 0 0 25px;
        clear: both;
    }

    /* Page sections - combined content pages
    ----------------------------------------------------------- */
    
    .scroll_section_container {
        
    }
        .scroll_section_container > section {
            float: left;
            width: 100%;
            margin: 0 0 50px;
        }
        .scroll_section_container.scroll_section_hide_first_heading > section:nth-of-type(1) .scroll_section_header {
            display: none;
        }
    

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

    .social_media_icon {
        float: left;
        width: 21px;
        height: 21px;
        margin: 0 12px 0 0;
        border: 2px solid #333;
        background: url(../images/social_icons_alt.png) 0 -21px no-repeat #333;
        border-radius: 50px;
    }
        .social_media_icon { background-position: -147px -21px; }
        .social_media_icon.facebook { background-position: 0 -21px; }
        .social_media_icon.twitter { background-position: -21px -21px; }
        .social_media_icon.flickr { background-position: -42px -21px; }
        .social_media_icon.youtube { background-position: -63px -21px; }
        .social_media_icon.googleplus { background-position: -84px -21px; }
        .social_media_icon.instagram { background-position: -105px -21px; }
        .social_media_icon.mailinglist { background-position: -126px -21px; }
        .social_media_icon.email { background-position: -210px -21px; }
        .social_media_icon.googlemap { background-position: -168px -21px; }
        .social_media_icon.pinterest { background-position: -189px -21px; }
        .social_media_icon.tumblr { background-position: -230px -21px;}
        .social_media_icon.linkedin { background-position: -252px -21px;}
        .social_media_icon.wechat { background-position: -336px -21px;}
        .social_media_icon.weibo { background-position: -357px -21px;}
        .social_media_icon.artnet { background-position: -378px -21px;}
        .social_media_icon.artsy { background-position: -399px -21px;}
        .social_media_icon.artstack { background-position: -420px -21px;}


        /*load highres version of icons*/
        .device-highres .social_media_icon {
            background-image: url(../images/social_icons_alt_2x.png);
            background-size: auto 42px;
        }


    /* Social media list
    ----------------------------------------------------------- */

    #social_links_list {
        clear: both;
    }
        #social_links_list ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }
        #social_links_list ul li {
            padding: 0;
            margin: 0 0 8px;
            clear: both;
        }
        #social_links_list ul li a,
        #social_links_list ul li a:visited,
        #social_links_list ul li a:hover {
            display: block;
            line-height: 24px;
            text-decoration: none;
        }

    /* Page content social media
    ----------------------------------------------------------- */

    #page_content_social_links {
        clear: both;
        width: 100%;
    }
        #page_content_social_links .social_links_item {
            float: left;
            margin: 0 15px 10px 0;
        }
        #page_content_social_links .social_links_item a {
            margin: 0 8px 0 0;
            line-height: 1.9em;
        }
            #page_content_social_links .social_links_item a,
            #page_content_social_links .social_links_item a:visited {
                text-decoration: none;
            }
        #page_content_social_links .social_links_item a .social_media_icon {
            background-image: url(/lib/g/1.0/images/social_icons_black.png);
            background-color: transparent;
            border: 0;
            margin: 0 5px 0 0;
        }


    /* Unknown: Please write a note here
    ----------------------------------------------------------- */

    #slideshow.slideshow_list ul {
        margin: 0;
        padding: 0;
    }
        #slideshow.slideshow_list ul li {
            margin: 0;
            padding: 0;
        }
        #slideshow.slideshow_list ul li .image {
            float: none;
            display: block;
        }

    /* Image gallery slider
       Continuous images which display full width of the page, using 'Slick' jQuery plugin
    ----------------------------------------------------------- */

    #ig_slider,
    .ig_slider {

    }
        .slick-slide {
            padding: 0 30px;
        }
        #ig_slider_caption,
        .ig_slider_caption {
            opacity: 1;
            text-align: center;
            width: 100%;
            padding: 20px 0 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        #ig_slider_caption.transition,
        .ig_slider_caption.transition {
            opacity: 0;
        }

    /* Image gallery slideshow
       Big slideshow with thumbnails below, commonly used for artist works and exhibition works
    ----------------------------------------------------------- */

    #ig_slideshow_container {

    }
        #ig_slideshow {
            width: 765px;
            height: 530px;
            margin: 0 0 20px;
            overflow: hidden;
            z-index: 5;
            /* Cycle sometimes doesnt correctly calculate the height of the first slide in Chrome */
            /* The following line is necessary to make sure that the user at least sees some of the image in these cases */
            min-height: 300px;
        }
            #ig_slideshow .item {
                width: 765px;
                height: 530px;
                background-position: center center;
                background-repeat: no-repeat;
                text-align: center;
            }
            #ig_slideshow .item span {
                display: table;
                table-layout: fixed;
                width: 765px;
                height: 530px;
            }
            #ig_slideshow .item span span {
                display: table-cell;
                text-align: center;
                vertical-align: middle;
                line-height: 0;
            }
                #sidebar #ig_slideshow .item span span a {
                    height: 100%;
                }
            #ig_slideshow .item span span p {
                display:none;
            }
            #ig_slideshow .item span.artwork_video_object {
                display: inline;
                height: auto;
                width: auto;
            }
            #ig_slideshow .item span.artwork_video_mask {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                /*background: url(../images/image_mask.png);*/
                background: rgba(0,0,0,.4);
                color: #FFF;
                font-weight: bold;
                font-size: 1.2em;
            }
            #ig_slideshow .item span.artwork_video_mask span {
                display: block;
                text-align: center;
                color: #FFF;
                background: url(../images/video_icon.png) center center no-repeat;
                background-size: 64px;
                text-indent: -9999px;
            }
            #ig_slideshow .item .enquire {
                display: none;
            }
            #ig_slideshow .image a {
                display: inline;
            }

            /* Fix for Android Internet browser only */

            .browser-android-internet #ig_slideshow .item .image span a img {
                max-height: 300px;
            }

        #ig_slideshow_thumbnails_container {
            position: relative;
            margin: 0 0 20px;
        }
            #ig_slideshow_thumbnails_prev,
            #ig_slideshow_thumbnails_next {
                padding: 0;
                margin: 0;
                position: absolute;
                display: block;
                top: 0;
                height: 72px;
                width: 25px;
            }
                #ig_slideshow_thumbnails_prev {
                    left: 0;
                    background: url(../images/icon_left_large.png) center center no-repeat #f4f4f4;
                }
                #ig_slideshow_thumbnails_next {
                    right: 0;
                    background: url(../images/icon_right_large.png) center center no-repeat #f4f4f4;
                }
                #ig_slideshow_thumbnails_prev a,
                #ig_slideshow_thumbnails_next a {
                    display: block;
                    text-indent: -9999px;
                    height: 72px;
                    width: 25px;
                    outline: none;
                }
                #ig_slideshow_thumbnails_container.prev_next_disabled #ig_slideshow_thumbnails {
                    margin: 0;
                }
                #ig_slideshow_thumbnails_container.prev_next_disabled #ig_slideshow_thumbnails_prev,
                #ig_slideshow_thumbnails_container.prev_next_disabled #ig_slideshow_thumbnails_next {
                    background-image: none;
                    display: none;
                }
                #ig_slideshow_thumbnails_prev.disabled a,
                #ig_slideshow_thumbnails_next.disabled a {
                    cursor: default;
                }


            #ig_slideshow_thumbnails {
                margin: 0 40px;
            }
            #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_slideshow_thumbnails_inactive #ig_slideshow_thumbnails.jTscrollerContainer,
            #ig_slideshow_thumbnails_container.ig_slideshow_thumbnails_inactive #ig_slideshow_thumbnails {
                margin-left: auto;
                margin-right: auto;
                float: none;
            }
            #ig_slideshow_thumbnails ul {
                list-style: none;
                padding: 0;
                margin: 0;
                display: block;
                width: 100%;
            }
            #ig_slideshow_thumbnails ul li {
                float: left;
                width: 96px;
                height: 72px;
                margin: 0 21px 0 0;
                background: #f4f4f4;
            }
            #ig_slideshow_thumbnails ul li.last {
                margin-right: 0;
            }
            #ig_slideshow_thumbnails ul li a {
                display: block;
                width: 96px;
                height: 72px;
                background-position: 0 0;
                background-repeat: no-repeat;
                background-size: cover;
                outline: none;
                text-align: center;
                text-indent: -99999px;
            }
            #ig_slideshow_thumbnails ul li a * {
                display: inline !important;
                text-indent: -99999px !important;
            }
            #ig_slideshow_thumbnails ul li a br {
                display: none !important;
            }
            #ig_slideshow_caption {
                line-height: 1.4em;
                float: left;
            }
            #ig_slideshow_enquire {
                line-height: 1.4em;
                float: right;
            }
            #ig_slideshow_controller.controller_disabled {
                display: none;
            }


            /* Scroller thumbnails ----------------------------------------------------------- */

            #ig_slideshow_thumbnails_container.jThumbnailScroller {

            }
                #ig_slideshow_thumbnails_container.jThumbnailScroller .inner {
                    overflow: hidden;
                    position: relative;
                }
                #ig_slideshow_thumbnails_container.jThumbnailScroller #ig_slideshow_thumbnails.jTscrollerContainer {
                    float: left;
                }
                #ig_slideshow_thumbnails_container.jThumbnailScroller #ig_slideshow_thumbnails.jTscrollerContainer .jTscroller {
                    display: inline-block;
                    position: relative;
                    width: auto;
                }
                #ig_slideshow_thumbnails_container.jThumbnailScroller #ig_slideshow_thumbnails {
                    margin: 0;
                }
                #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_thumbnails_type_scroller_click {
                    margin-left: 40px;
                    margin-right: 40px;
                }
                #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_thumbnails_single {
                    display: none;
                }

            .jTscrollerPrevButton,
            .jTscrollerNextButton {
                padding: 0;
                margin: 0;
                position: absolute;
                display: block;
                top: 50%;
                margin-top: -14px;
                height: 28px;
                width: 28px;
                text-indent: -9999px;
                cursor: pointer;
            }
            .jTscrollerPrevButton.disabled,
            .jTscrollerNextButton.disabled {
                cursor: default;
                opacity: 0.4;
            }
                .jTscrollerPrevButton {
                    left: -40px;
                    background: url(../images/icon_left_large.png) center center no-repeat;
                }
                .jTscrollerNextButton {
                    right: -40px;
                    background: url(../images/icon_right_large.png) center center no-repeat;
                }


                /* Scroller thumbnails for handheld devices ----------------------------------------------------------- */

                #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_thumbnails_type_scroller_handheld {
                    padding: 0 0 0;
                }
                #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_thumbnails_type_scroller_handheld.ig_thumbnails_type_scroller_click {
                    margin-left: 0;
                    margin-right: 0;
                }
                #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_thumbnails_type_scroller_handheld .inner {
                    float: none;
                    display: block;
                    white-space: nowrap;
                    overflow-x: scroll;
                    overflow-y: hidden !important;
                }
                #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_thumbnails_type_scroller_handheld #ig_slideshow_thumbnails.jTscrollerContainer {
                    float: none;
                    display: block;
                    white-space: nowrap;
                }
                #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_thumbnails_type_scroller_handheld #ig_slideshow_thumbnails.jTscrollerContainer .jTscroller {
                    display: block;
                }
                #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_thumbnails_type_scroller_handheld #ig_slideshow_thumbnails.jTscrollerContainer .jTscroller li {
                    float: none;
                    display: inline-block;
                    vertical-align: top;
                }
                #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_thumbnails_type_scroller_handheld #ig_slideshow_thumbnails.jTscrollerContainer .jTscroller li a * {
                    display: none;
                }

                #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_thumbnails_type_scroller_handheld .jTscrollerPrevButton,
                #ig_slideshow_thumbnails_container.jThumbnailScroller.ig_thumbnails_type_scroller_handheld .jTscrollerNextButton {
                    display: none !important;
                }



    /* Image gallery
       Standard/default image gallery, one item per page.
    ----------------------------------------------------------- */

    #image_gallery {
        clear: both;
    }
        #image_gallery #content_module {
            width: 250px;
            float: left;
            display: inline;
            min-height: 370px;
            position: relative;
            padding-bottom: 30px;
            transition: width 0.35s ease-in-out;
            -webkit-transition: width 0.35s ease-in-out;
        }
            #image_gallery.unavailable #content_module:before {
                content: 'Sold';
                text-indent: -9999px;
                display: block;
                position: absolute;
                top: 3px;
                right: -5px;
                width: 5px;
                height: 5px;
                background: url(../images/unavailable.png) -10px -10px no-repeat;
            }
            #image_gallery.reserved #content_module:before {
                content: 'Reserved';
                background: url(../images/reserved.png) -10px -10px no-repeat;
            }
            #image_gallery #content_module .area {
                margin: 0 0 15px;
            }
            #image_gallery #content_module .page_stats {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 23px;
                margin: 0;
                padding: 0;
            }
            #image_gallery #content_module .subtitle .artist {
                margin: 0 0 10px;
            }
            #secondary_image_thumbnails {

            }
                #secondary_image_thumbnails ul {
                    float: left;
                    width: 100%;
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }
                #secondary_image_thumbnails ul li {
                    float: left;
                    margin: 0 5px 5px 0;
                    width: 75px;
                    height: 75px;
                }

            #image_gallery #content_module .store_item_group {
                margin: 0 0 20px;
            }
            #image_gallery #content_module .store_item_group .store_item {
                margin: 0;
            }

            #image_gallery #content_module .store_item {
                padding: 12px 0;
                margin: 0 0 20px;
            }
                #image_gallery #content_module .store_item .variant {
                    width: 100%;
                }
                #image_gallery #content_module .store_item .price {
                    font-size: 1em;
                    letter-spacing: 0;
                }
                #image_gallery #content_module .store_item.sale_mode .price strike {
                    color: #bbb;
                }
                #image_gallery #content_module .store_item.active .store_item_controls,
                #image_gallery #content_module .store_item.sale_mode .store_item_controls {
                    clear: both;
                    float: left;
                    width: 100%;
                    display: block;
                    padding: 5px 0 0;
                }
        #image_gallery #image_container {
            width: 680px;
            height: 400px;
            float: right;
            display: inline;
            text-align: center;
            transition: width 0.35s ease-in-out;
            -webkit-transition: width 0.35s ease-in-out;
            z-index: 1;
        }
            #image_gallery #image_container .item {
                width: 100%;
            }
                #image_gallery #image_container .item .caption {
                    padding: 5px 0 0;
                    display: block;
                }

        #image_gallery.artwork_full_details_open {

        }
            #image_gallery.artwork_full_details_open #content_module {
                width: 680px;
            }
            #image_gallery.artwork_full_details_open #image_container {
                width: 250px;
            }
                #image_gallery #image_container .image,
                #image_gallery #image_container .image span {
                    width: 100%;
                }
                #image_gallery #image_container .image span img {
                    max-height: 100%;
                    max-width: 100%;
                }
        #image_related {
            clear: both;
            padding: 30px 0 0;
        }


    /* Fullscreen slideshow
       A slideshow which fills the entire screen, typically used on the homepage
    ----------------------------------------------------------- */

    body.type-fullscreen #container {
        min-height: 100%;
    }
    body.type-fullscreen #header {
        position: absolute;
        z-index: 2000;
        left: 0;
        right: 0;
        top: 0;
    }
    body.type-fullscreen #header.header_fixed {
        position: fixed;
    }
    body.type-fullscreen #header .inner {
        width: 940px;
        margin: 0 auto;
    }
    body.type-fullscreen.cms-frontend-toolbar-active #header.header-fixed {
        top: 28px;
    }
    body.type-fullscreen #main_content {
        margin-bottom: 0;
    }
    body.type-fullscreen #content {
        min-height: 0;
    }
    /*
    body.type-fullscreen #footer {
        position: absolute;
        bottom: -110px;
        min-height: 80px;
        margin: 0;
        width: 940px;
    }
    */

    #container #slideshow.fullscreen_slideshow .hero-parallax-element .image,
    #content #slideshow.fullscreen_slideshow .hero-parallax-element .image {
        display: none;
    }
    .fullscreen_slideshow {
        position: absolute;
        top: 134px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        z-index: 1000;
        backface-visibility: hidden; /* Fixes background-attachment:fixed bug in Chrome 67+ */
        
        background: #222;
        height: 100vh;
    }
        .fullscreen_slideshow.fullscreen_slideshow_parallax {
            -moz-transition: background 0.35s ease-in-out;
            -webkit-transition: background 0.35s ease-in-out;
            transition: background 0.35s ease-in-out;
        }
        #container .parallax-loaded .fullscreen_slideshow.fullscreen_slideshow_parallax,
        #content .fullscreen_slideshow.fullscreen_slideshow_parallax.parallax-loaded {
            background: transparent !important;
        }
        #container .parallax-loaded .fullscreen_slideshow.fullscreen_slideshow_parallax ul li,
        #content .fullscreen_slideshow.fullscreen_slideshow_parallax.parallax-loaded ul li {
            background: transparent !important;
        }
        .fullscreen_slideshow .hero_splash_text {
            text-align: center;
            position: absolute;
            top: 50%;
            left: 30px;
            right: 30px;
            padding: 0;
            margin: -40px 0 0;
            z-index: 1100;
            pointer-events: none; /* Allows the sideshow behind to be clicked */
        }
        .parallax-mirror .fullscreen_slideshow .hero_splash_text {
            padding-top: 55px;
            display: none;
        }

        #content .fullscreen_slideshow.fullscreen_slideshow_parallax.parallax-loaded.hero_splash_text_enabled {
            display: block;
        }
        #slideshow.fullscreen_slideshow_parallax span.content,
        #slideshow.fullscreen_slideshow_parallax span.content span{
            box-sizing:border-box;
            -webkit-box-sizing:border-box;
        }
        .parallax-mirror .fullscreen_slideshow .hero_splash_text {
            padding-top: 55px;
        }

            .fullscreen_slideshow .hero_splash_text .title {
                color: #fff;
                font-size: 56px;
                line-height: 60px;
                margin: 0;
            }
            .fullscreen_slideshow .hero_splash_text .subtitle {
                padding: 15px 0 0;
                margin: 0;
                color: #fff;
                font-size: 20px;
                line-height: 22px;
            }
        .fullscreen_slideshow ul,
        .fullscreen_slideshow ul li,
        .fullscreen_slideshow ul li > a,
        .fullscreen_slideshow ul li .image,
        .fullscreen_slideshow ul li .image a,
        .fullscreen_slideshow .fullscreen_slideshow_video,
        .fullscreen_slideshow .fullscreen_slideshow_video_link {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0;
            margin: 0;
            width: 100%;
            height: 100%;
        }
            .fullscreen_slideshow ul li > a {
                z-index: 103;
                text-align: left;
                text-indent: -9999px;
            }
            .fullscreen_slideshow ul li .image {
                margin: 0  !important;
                background: center center no-repeat;
                background-size: cover;
                background-attachment: fixed;
                z-index: 101;
            }
            .parallax-mirror .fullscreen_slideshow ul li .image {
                background-attachment: scroll;
            }
            body.device-handheld .fullscreen_slideshow ul li .image {
                background-attachment: scroll;
            }
                .fullscreen_slideshow ul li:after {
                    text-indent: -9999px;
                    content: '.';
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    padding: 0;
                    margin: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 101;
                    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(55%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.4) 100%); /* IE10+ */
                    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.4) 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
                }
                .fullscreen_slideshow.hero_splash_text_enabled ul li:after {
                    background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 5%, rgba(0,0,0,0.45) 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(5%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0.45))); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 5%,rgba(0,0,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 5%,rgba(0,0,0,0.45) 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 5%,rgba(0,0,0,0.45) 100%); /* IE10+ */
                    background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 5%,rgba(0,0,0,0.45) 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#73000000',GradientType=0 ); /* IE6-9 */
                }
                .parallax-mirror .fullscreen_slideshow ul li:after,
                .parallax-mirror .fullscreen_slideshow.hero_splash_text_enabled ul li:after,
                .fullscreen_slideshow_parallax ul li:after {
                    display: none;
                }
                .device-handheld .fullscreen_slideshow_parallax ul li:after,
                #container .fullscreen_slideshow_parallax.parallax-loaded ul li:after,
                #container .fullscreen_slideshow_parallax.hero_splash_text_enabled.parallax-loaded ul li:after{
                    display: block;
                }
                
                .device-handheld .fullscreen_slideshow_parallax ul li.no-text:after,
                #container .fullscreen_slideshow_parallax.parallax-loaded ul li.no-text:after,
                #container .fullscreen_slideshow_parallax.hero_splash_text_enabled.parallax-loaded ul li.no-text:after{
                    display: none;
                }

                .fullscreen_slideshow ul li .image a {
                    z-index: 10;
                }
            .fullscreen_slideshow ul li .content {
                display: block;
                position: absolute;
                z-index: 104;
                left: 0;
                right: 0;
                bottom: 40px;
                margin: 0 auto;
                width: 1000px;
            }
                .parallax-loaded .fullscreen_slideshow.fullscreen_slideshow_parallax ul li .content,
                .fullscreen_slideshow.fullscreen_slideshow_parallax.parallax-loaded ul li .content {
                    display: block;
                }
                .fullscreen_slideshow.fullscreen_slideshow_parallax ul li .content,
                .parallax-mirror .fullscreen_slideshow ul li .content,
                .parallax-mirror .fullscreen_slideshow.fullscreen_slideshow_parallax.parallax-loaded ul li .content {
                    display: none;
                }
                .device-handheld .fullscreen_slideshow ul li .content {
                    display: block;
                }
                .fullscreen_slideshow ul li .content .inner {
                    display: block;
                    padding: 0 30px;
                    color: #fff;
                    /*
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    */
                }
                .fullscreen_slideshow ul li .content h2 {
                    color: #fff;
                }
                .fullscreen_slideshow ul li .content h2,
                .fullscreen_slideshow ul li .content h2 a,
                .fullscreen_slideshow ul li .content h2 a:visited,
                .fullscreen_slideshow ul li .content h2 a .separator,
                .fullscreen_slideshow ul li .content h2 a .h1_subtitle {
                    color: #fff;
                    font-size: 32px;
                    letter-spacing: 3px;
                    line-height: 34px;
                }
                .fullscreen_slideshow.hero_splash_text_enabled ul li .content h2,
                .fullscreen_slideshow.hero_splash_text_enabled ul li .content h2 a,
                .fullscreen_slideshow.hero_splash_text_enabled ul li .content h2 a:visited,
                .fullscreen_slideshow.hero_splash_text_enabled ul li .content h2 a .separator,
                .fullscreen_slideshow.hero_splash_text_enabled ul li .content h2 a .h1_subtitle {
                    font-size: 14px;
                    line-height: 16px;
                }
                .fullscreen_slideshow ul li .content h3,
                .fullscreen_slideshow ul li .content h4,
                .fullscreen_slideshow ul li .content h5,
                .fullscreen_slideshow ul li .content h6,
                .fullscreen_slideshow ul li .content .date {
                    color: #fff;
                    margin: 0 0 15px;
                    display: block;
                }
        .fullscreen_slideshow .fullscreen_slideshow_video {
            z-index: 1000;
            overflow: hidden;
        }
            .fullscreen_slideshow .fullscreen_slideshow_video video {
                position: absolute !important;

            }
            .fullscreen_slideshow .fullscreen_slideshow_video:after {
                text-indent: -9999px;
                content: '.';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                padding: 0;
                margin: 0;
                width: 100%;
                height: 100%;
                z-index: 5;
                background: rgba(0,0,0,0.05);
            }
                .fullscreen_slideshow.hero_splash_text_enabled .fullscreen_slideshow_video:after {
                    background: rgba(0,0,0,0.35);
                }
        .fullscreen_slideshow .fullscreen_slideshow_video_link {
            z-index: 1150;
        }

    /* Records list
       Applies to ALL lists throughout the website
    ----------------------------------------------------------- */

    .records_list ul {
        list-style: none;
        padding-left: 0;
    }
    .records_list > ul {
        list-style: none;
        float: none;
        display: block;
        clear: both;
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
        margin-right: -20px;
        width: auto;
    }
        .records_list ul .list_clear {
            clear: both;
        }
        .records_list > ul > li {
            margin: 0 50px 0 0;
            float: left;
            display: inline;
            zoom: 1;
        }
        .records_list ul li.last {
            margin-right: 0;
        }
        .records_list ul li:after {
            content: ".";
            clear: both;
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }
        .records_list > ul > li > a {
            display: block;
            /*float: left;
            display: inline;*/
            outline: none;
            position: relative;
            cursor: pointer;
        }
            .records_list ul li a.no-link {
                cursor: default;
            }
            .records_list ul li a,
            .records_list ul li a:visited {
                text-decoration: none;
            }
        .records_list ul li .image,
        .records_list ul li .icon {
            float: right;
            text-align: center;
            display: table;
            table-layout: fixed;
            background: #f0f0f0;
        }
        .records_list ul li .image span,
        .records_list ul li .icon span {
            display: table-cell;
            vertical-align: middle;
        }
        .records_list ul li span.artwork_list_thumbnail_video_mask {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }
        .records_list ul li .image img {
            text-indent: -9999px;
            display: block;
        }
        .records_list ul li .image img {
            margin: 0 auto;
        }
        .records_list .content {
            float: left;
        }
        .records_list .video_inline {
            display: none;
        }
        .records_list .subtitle,
        .records_list .date,
        .records_list .price {
            display: block;
        }
        .records_list .price.hidden {
            display: none;
        }
        .records_list .price {
            color: #cc0000;
            margin: 0 0 10px;
        }
        .records_list ul li h2 {
            margin: 0 0 10px;
        }
        .records_list ul li .subtitle {
            margin: 0 0 10px;
        }
        .records_list ul li .date {
            margin: 0 0 10px;
        }
        .records_list ul li .social_links {
            clear: both;
            width: 100%;
            float: left;
            margin: 0 0 8px;
        }
            .records_list ul li .social_links .social_links_item {
                float: left;
            }
            .records_list ul li .social_links .social_links_item a {
                text-indent: -9999px;
                width: 25px;
                height: 25px;
                margin: 0 8px 0 0;
            }
            .records_list ul li .social_links .social_links_item a .social_media_icon {
                background-image: url(/lib/g/1.0/images/social_icons_black.png);
                background-color: transparent;
                border: 0;
            }
        .records_list ul li .content ul {
            list-style: disc;
            text-align: left;
            padding-left: 20px;
        }

    .records_list.no-image .image {
        display: none;
    }
    .records_list.no-image .content {
        width: 100%;
    }

        /* Records lists in a sidebar
        ----------------------------------------------------------- */

        #sidebar .feature_panels .records_list ul li {
            width: 100%;
            margin: 0 0 25px;
        }


    /* Columns list
       List which is split into multiple columns
    ----------------------------------------------------------- */

    .columns_list ul {
        margin: 0;
        float: left;
        clear: none;
        width: auto;
    }
        .columns_list ul li {
            width: 100%;
        }
        .columns_list ul li h2 {
            margin: 0;
        }


    /* Mini list
       Small list with image and one line text (e.g. related items)
    ----------------------------------------------------------- */

    .mini_list ul {
        margin: 0;
    }
        .mini_list ul li {
            margin: 0 0 10px;
            width: 50%;
        }
            .mini_list ul li a {
                display: table;
            }
            .mini_list ul li .icon {
                float: left;
                display: table-cell;
                margin: 0 15px 0 0;
            }
            .mini_list ul li .content {
                display: table-cell;
                vertical-align: middle;
                float: none;
                text-align: left;
            }
            .mini_list ul li .content h2 {
                display: inline;
                margin: 0;
                padding: 0;
                padding-right: 8px;
            }


    /* Names list
       A grid of names, e.g. artists
    ----------------------------------------------------------- */

    .names_list ul {
        margin-bottom: 16px;
    }
        .names_list ul li {
            width: 283px;
            min-height: 10px;
        }
        .names_list ul li .image {
            margin: 0 0 8px;
        }
        .names_list ul li .image,
        .names_list ul li .image a {
            width: 283px;
        }
        .names_list .content {

        }
        .names_list ul li h2 {

        }
        .names_list ul li h2 .artist {
            /*color: #000;
            */
        }

        .names_list .description {
            margin: 0 0 10px;
        }


    /* Tile list
       Cascading columns of list items
    ----------------------------------------------------------- */

    .records_list.tile_list {
        width: 100%;
    }
        .records_list.tile_list ul {
            float: left;
            clear: none;
            width: 290px;
            margin-right: 20px;
        }
        .records_list.tile_list ul:last-child {
            margin-right: 0;
        }
        .records_list.tile_list ul li {
            width: auto;
            margin: 0 0 30px;
        }
        .records_list.tile_list ul li .image {
            margin: 0 0 15px;
        }
        .records_list.tile_list ul li .image,
        .records_list.tile_list ul li .image span {
            height: auto !important;
            width: auto;
        }
        .records_list.tile_list ul li .image span img {
            max-height: none !important;
        }
        .records_list.tile_list ul li .content {

        }


    /* Image list
       A list type where the image is the primary focus
    ----------------------------------------------------------- */

    .image_list ul {

    }
        .image_list ul li {
            min-height: 10px;
        }
        .image_list ul li .image {
            margin: 0 0 15px;
        }
        .image_list ul li .image,
        .image_list ul li .image a {
            width: 283px;
            height: 212px;
        }
        .image_list .content {
        }
        .image_list ul li h2 {

        }
        .image_list ul li h2 .artist,
        .image_list ul li h2 .title {

        }
        .image_list ul li.unavailable .content > .title:after,
        .image_list ul li.unavailable .content > .title_and_year:after {
            content: 'Sold';
            text-indent: -9999px;
            width: 20px;
            display: inline-block;
            background: url(../images/unavailable.png) center no-repeat;

        }
        .image_list ul li.unavailable.reserved .content > .title:after,
        .image_list ul li.unavailable.reserved .content > .title_and_year:after {
            content: 'Reserved';
            text-indent: -9999px;
            width: 20px;
            display: inline-block;
            background: url(../images/reserved.png) center no-repeat;
        }

        .availability-icon {
            text-indent: -9999px;
            width: 8px;
            height: 8px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 100%;
        }
            .availability-icon.availability-icon-unavailable {
                background: #cc0000;
            }
            .availability-icon.availability-icon-reserved {
                background: #ffe303;
            }

    /* Detail list
       List type where image and text share equal weight
    ----------------------------------------------------------- */

    .detail_list ul {
        clear: both;
    }

        .detail_list ul.cycle {
            margin-bottom: 8px;
        }

        .detail_list ul li {
            min-height: 10px;
            float: left;
        }

        .detail_list ul li .image {
            width: 175px;
            height: 175px;
            margin-right: 20px;
        }

        .detail_list ul li .image span {
            width: 175px;
            height: 175px;
        }
        .detail_list ul li .content {
            width: 225px;
        }


    /* Detail list alt
       Similar to detail list, image is typically smaller
    ----------------------------------------------------------- */

    .detail_list_alt ul {
        clear: both;
    }
        .detail_list_alt ul li {
            min-height: 10px;
            width: 450px;
            float: left;
        }
        .detail_list_alt ul li .image {
            width: 105px;
            height: 105px;
            margin-right: 20px;
        }
        .detail_list_alt ul li .image span {
            width: 105px;
            height: 105px;
        }
        .detail_list_alt ul li .content {
            width: 295px;
        }


    /* Feature list
       List type where each item typically spans the full width of the page
    ----------------------------------------------------------- */

    .records_list.feature_list > ul {
        clear: both;
        margin: 0;
    }
        .records_list.feature_list > ul > li {
            min-height: 10px;
            width: 100%;
            margin: 0 0 50px;
            background: #FFF;
            float: left;
            display: flex;
            align-items: center;
            padding-right: 0;
        }
        .records_list.feature_list > ul > li > a {
            display: flex;
            align-items: center;
            width: 100%;
        }
        .records_list.feature_list > ul > li .image {
            width: 50%;
            height: auto;
            float: left;
        }
        .feature_list.feature_list > ul > li .image span {
            width: auto;
            height: auto;
        }
        .feature_list.feature_list > ul > li .content {
            width: 50%;
            padding: 0 0 0 40px;
            float: right;
            box-sizing: border-box;
        }
        


    /* Full list
       List type where the image typically spans the full width
       e.g. The homepage slideshow
    ----------------------------------------------------------- */

    .full_list {
        clear: both;
        display: block;
    }
    .full_list ul {
        clear: both;
        display: block;
    }
        .full_list ul li {
            min-height: 10px;
            width: 100%;
            margin: 0 0 50px;
            display: block;
            background: #FFF;
        }
        .full_list ul li .image {
            margin: 0 0 15px;
        }


    /* Simple list
    ----------------------------------------------------------- */

    .simple_list ul {
        clear: both;
        list-style: none;
        margin: 0;
        padding: 0;
    }
        .simple_list ul li {
        }
        .simple_list ul li a {
            font-weight: bold
        }
        .simple_list ul li a,
        .simple_list ul li a:visited {
            text-decoration: none;
        }


    /* Simple item list
       Not strictly a 'list', simple rows of items with a gap inbetween each e.g. a twitter feed
    ----------------------------------------------------------- */

    .simple_item_list {
        display: block;
        clear: both;
        margin: 0;
        padding: 0;
    }
        .simple_item_list .item {
            clear: both;
            margin: 0 0 10px;
            display: block;
        }
        .simple_item_list .item * {
            display: inline;
            clear: none;
        }
        .simple_item_list .item a:after {
            display: none;
        }


    /* Inline .item list
    ----------------------------------------------------------- */

    .inline_list {
        display: block;
        clear: both;
        margin: 0;
        padding: 0;
    }
        .inline_list .item {
            margin: 0 15px 5px 0;
            display: inline-block;
            float: none;
            width: auto;
            clear: none;
        }
            .inline_list .item .link {
                margin: 0;
                padding: 0;
                display: inline;
            }
            .inline_list .item .link a {
                margin: 0;
                padding: 0;
                display: inline;
            }


    /* Reading list (blog)
       Large area of text, items one after the other - e.g. a blog
    ----------------------------------------------------------- */

    .records_list.reading_list ul {
        clear: both;
        margin: 0;
    }
        .records_list.reading_list ul li {
            width: 100%;
            margin: 0 0 50px;
            clear: both;
            float: none;
            display: block;
        }
        .records_list.reading_list ul li .image {
            width: 100%;
            margin: 0 0 20px;
            float: none;
            display: block;
            clear: both;
        }
        .records_list.reading_list ul li .content {
            width: 100%;
            float: none;
            display: block;
            clear: both;
            line-height: 1.8em;
        }
            .records_list.reading_list ul li .content .description {
                margin-bottom: 20px;
            }
        .records_list.reading_list ul li .title_container {
            display: block;
            width: 100%;
            clear: both;
        }
            .records_list.reading_list ul li .title_container h2,
            .records_list.reading_list ul li .title_container .subtitle {
                margin: 0;
            }
            .records_list.reading_list ul li .title_container h2.has_subtitle {
                margin: 0 0 10px;
            }
        .records_list.reading_list ul li .blog_toolbar {
            padding: 20px 0 0;
            margin: 0 0 20px;
            display: block;
            width: 100%;
            clear: both;
        }
            .records_list.reading_list ul li .blog_toolbar .author {
                float: left;
            }
                .records_list.reading_list ul li .blog_toolbar .author a {
                    display: table;
                }
                .records_list.reading_list ul li .blog_toolbar .author .icon {
                    width: 50px;
                    height: 50px;
                    display: table-cell;
                    float: left;
                    margin: 0 20px 0 0;
                }
                .records_list.reading_list ul li .blog_toolbar .author .label {
                    width: auto;
                    clear: none;
                    display: table-cell;
                    vertical-align: middle;
                }
            .records_list.reading_list ul li .blog_toolbar .share_link {
                float: right;
                clear: none;
                margin: 10px 0 0;
            }
            .records_list.reading_list ul li .blog_toolbar.blog-no-author .share_link {
                float: left;
                margin: 0;
            }




        /* Expanding detail list
        ----------------------------------------------------------- */




        .records_list.detail_expand_grid ul li {
            transition: height 0.35s ease-in-out;
            -webkit-transition: height 0.35s ease-in-out;
        }
        .records_list.detail_expand_grid ul li.no-animation {
            transition: none;
            -webkit-transition: none;
        }
        .records_list.detail_expand_grid ul li .outer {
            display: inline-block;
            position: relative;
            width: 100%;
            margin-bottom: 0;
        }
            .records_list.detail_expand_grid ul li .fill {
                margin-top: 100%;
                display: block !important;
            }
            .records_list.detail_expand_grid ul li .image_wrapper {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
            }
            .records_list.detail_expand_grid ul li .image {
                float: none;
                margin: 0 auto 0 auto;
            }
            .records_list.detail_expand_grid ul li .image,
            .records_list.detail_expand_grid ul li .image span {
                height: auto !important;
                max-width: none !important;
                max-height: none !important;
                float: none;
            }
            .records_list.detail_expand_grid ul li .image .artwork-image-mobile {
                display: none !important;
            }
            .records_list.detail_expand_grid ul li > a:after {
                content: ".";
                clear: both;
                display: block;
                height: 0;
                line-height: 0;
                overflow: hidden;
                visibility: hidden;
            }


        .records_list.detail_expand_grid ul li .expander_detail {
            position: absolute;
            top: auto;
            left: 0;
            right: 0;
            width: 100%;
            height: 0;
            opacity: 0;
            padding: 0 30px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            overflow: hidden;
            transition: height 0.35s ease-in-out, opacity 0.35s ease-in-out;
            -webkit-transition: height 0.35s ease-in-out, opacity 0.35s ease-in-out;
        }
            .records_list.detail_expand_grid ul li .expander_detail .subsection-wrapper-works-object {
                height:100%;
            }
            .records_list.detail_expand_grid ul li .expander_detail .artist-header,
            .records_list.detail_expand_grid ul li .expander_detail .artworks-header,
            /*.records_list.detail_expand_grid ul li .expander_detail .store_cart_widget,*/
            .records_list.detail_expand_grid ul li .expander_detail .exhibition-header {
                display:none !important;
            }
            .records_list.detail_expand_grid .expander_detail #image_gallery #image_container {
                float:left;
            }
            .records_list.detail_expand_grid .expander_detail #ajax_content,
            .records_list.detail_expand_grid .expander_detail .artworks-page-container{
                position: relative;
                margin: 0 auto;
            }
            .records_list.detail_expand_grid .expander_detail #image_gallery #image_container .image,
            .records_list.detail_expand_grid .expander_detail #image_gallery #image_container .image a,
            .records_list.detail_expand_grid .expander_detail #image_gallery #image_container img {
                height:auto;
                width: auto !important;
                max-height: none !important;
                max-width: 100% !important;
                display:block;
                margin:0 auto;
            }
            .records_list.detail_expand_grid .expander_detail #image_gallery #content_module {
                box-sizing:border-box;
                float:right;
            }
                .records_list.detail_expand_grid .expander_detail #image_gallery #content_module .page_stats {
                    bottom: 26px;
                }
                .records_list.detail_expand_grid .expander_detail .artwork_details_wrapper {
                    max-height: 100%;
                    overflow: auto;
                }
                .records_list.detail_expand_grid .expander_detail #image_gallery #image_content .artwork_details_wrapper {
                    position: relative;
                }
                .records_list.detail_expand_grid .expander_detail #image_gallery .close {
                    position: absolute;
                    right: 0;
                    width: 18px;
                    height: 18px;
                    text-indent: -9999px;
                    cursor: pointer;
                    background-position:right center;
                    background-repeat:no-repeat;
                    background-size: 13px auto;
                    width: 13px !important;
                    height: 13px;
                    -webkit-tap-highlight-color: rgba(0,0,0,1);
                    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAD1BMVEUAAAAuLi4uLi4uLi4uLi7khVFqAAAABHRSTlMAlAFm9EODmgAAANFJREFUSMeF1csNgzAQRVGSNBBZKYB0wIIGENN/TSAkaxZXT5cFYGMfwJ+ZxY/PyM/+233ajzU9f//OG6gaEajallfVJAhUfZ/ziMCxzksARl8D0DcJAAEABIC+J4ACAJQAoMguXQaACnQAgfYg2JwEAVQS6FoCIACAAAAiAJMAAKKBQDQQiAYC0UAgAIAgwAb6Cv9I/U0fKB1qnyydbl8wuuR80eqy942jW883r25/DyAagjyIaRj0QKqh2IO5pgNPKJqSNKlpWtTEaqnZk7seFyspYvMlH28gAAAAAElFTkSuQmCC');
                }
            .records_list.detail_expand_grid ul li .image .artwork-image-mobile {
                display: none !important;
            }
            .records_list.detail_expand_grid ul li .image > span:before {
                content: '.';
                text-indent: -9999px;
                opacity: 0;
                display: block;
                width: 36px;
                height: 36px;
                margin: -18px 0 0 -18px;
                position: absolute;
                z-index: 10;
                top: 50%;
                left: 50%;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                margin: 0;
                background: rgba(0,0,0,0.3);
                -webkit-transition: opacity 0.6s ease-in-out;
                transition: opacity 0.6s ease-in-out;
            }
            .records_list.detail_expand_grid ul li .image > span:after {
                content: '.';
                text-indent: -9999px;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #ffffff;
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -10px;
                z-index: 300;
                opacity: 0;
                -webkit-transform: translateY(12px);
                -ms-transform: translateY(12px);
                transform: translateY(12px);
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }
            .records_list.detail_expand_grid ul li.loading .image span:before {
                display: block;
                opacity: 1;
                background: url(../images/loader_alt.gif) center center no-repeat rgba(0,0,0,0.6);
            }
            .records_list.detail_expand_grid ul li.active .image span:after {
                opacity: 1.0;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
            .records_list.detail_expand_grid ul li .image:hover span:before {
                opacity: 1;
            }
            .records_list.detail_expand_grid ul li .image_gallery_multiple .item:not(:first-child) {
                display:none;
            }
            .records_list.detail_expand_grid ul li .artwork_details_wrapper #secondary_image_thumbnails ul li {
                height: auto !important;
            }



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

    .button {
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #fff;
        transition: background 0.35s ease-in-out;
        -webkit-transition: background 0.35s ease-in-out;
        height: auto;
    }
        .button:hover {
            background: #f9f9f9;
        }
        .button a {
            background: none;
            height: auto;
            padding: 5px 25px;
            margin: 0;
        }

    .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 */


        width: 100%;
        background: none !important;
        box-shadow: none !important;
    }
        .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: #1275ff;
                background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
                background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
                background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
                background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
                background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
                background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
                background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
                background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
                background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
                font-size: 14px;
                color: #fff;
                font-weight: bold;
                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 */


            box-shadow: none !important;
            background: #3ea4e2 !important;
            text-shadow: none !important;
            text-align: left !important;
            line-height: 40px !important;
            height: 40px !important;
        }
            .stripe-button-el span:before {
                font-family: FontAwesome;
                content: "\f023";
                position: absolute;
                right: 20px;
            }


    /* Links
    ----------------------------------------------------------- */

    .link {
        clear: both;
        display: block;
    }
    .link a,
    .link span {
        display: block;
        font-weight: bold;
    }
    .link.back a {
    }
    .link a,
    .link a:visited,
    .link span {
        text-decoration: none;
        color: #0a0a0a;
    }

    .link_inline .link {
        clear: none;
        float: left;
        display: inline;
        margin: 0 20px 8px 0;
    }


    /* General
    ----------------------------------------------------------- */

    .loader_simple {
        background: url(../images/loader.gif) center center no-repeat;
        width: 24px;
        height: 24px;
        margin: 0 auto;
        text-indent: -9999px;
    }
    .clear {
        clear: both;
        overflow: hidden;
        height: 0;
    }

    .description {
        margin: 0 0 8px 0;
        display: block;
    }
    .subtitle {
        clear: both;
    }
    .date {

    }
    .price {
        color: #cc0000;
        margin: 0 0 10px;
    }
    .image a {
        display: block;
    }
    .caption {

    }
    .divider {
        clear: both;
        height: 42px;
        display: block;
    }
    .divider.inner {
        height: 22px;
    }
    .divider.after {
        height: 8px;
    }

    .list_grid_control {
        margin-bottom: 52px;
    }


    /* Pagination
    ----------------------------------------------------------- */

    .page_stats {
        font-weight: bold;
    }
    .page_stats .sep {
        text-indent: -9999px;
    }
    .page_stats a.ps_previous,
    .page_stats a.ps_next {
        background: none;
        padding: 0;
    }
    .page_stats a,
    .page_stats a:visited {
        text-decoration: none;
    }


    /* Fancybox overrides
    ----------------------------------------------------------- */

    #fancybox-title-main {
        font-family: 'Lucida Sans','Lucida Grande',arial,sans-serif;
        font-size: 12px;
    }
    .fancybox-details-link {
        float: right;
    }
    /* Fancybox overrides
    ----------------------------------------------------------- */
    
    #fancybox-title-main {
    }
    .fancybox-details-link {
        float: right;
    }
    .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/lib/g/1.0/images/fancy_sprite_new.png');
        background-repeat: no-repeat;
    }
    .device-highres .fancybox-close, .device-highres .fancybox-prev span, .device-highres .fancybox-next span {
        background-image: url('/lib/g/1.0/images/fancy_sprite_new_2x.png');
        background-size: 44px auto;
    }
    .fancybox-close {
        background-position: 1px 7px;
    }
    .fancybox-nav {
        top: 0;
        height: 100%;
    }
    .fancybox-prev,
    .fancybox-next {
        opacity: 0.01;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
        .fancybox-prev:hover,
        .fancybox-next:hover {
            opacity: 0.99;
            -webkit-transition: opacity 0.4s;
            transition: opacity 0.4s;
        }
        .fancybox-prev {
            background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
            background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
        }
        .fancybox-next {
            background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
            background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
        }
    
    .fancybox-prev span,
    .fancybox-next span {
        -webkit-transition: transform 900ms cubic-bezier(0.000, 0.950, 0.380, 0.975);
        -moz-transition: transform 900ms cubic-bezier(0.000, 0.950, 0.380, 0.975);
        -o-transition: transform 900ms cubic-bezier(0.000, 0.950, 0.380, 0.975);
        transition: transform 900ms cubic-bezier(0.000, 0.950, 0.380, 0.975);
    }
        .fancybox-next span {
            -webkit-transform: translateX(34px);
            transform: translateX(34px);
            right: 25px;
            background-position: 0 -64px;
        }
        .fancybox-prev span {
            -webkit-transform: translateX(-34px);
            transform: translateX(-34px);
            left: 25px;
            background-position: 0 -29px;
        }
            .fancybox-next:hover span,
            .fancybox-prev:hover span {
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }
    
    
    
    
    
    
    
        /* Elevate zoom ----------------------------------------- */

        .zoomContainer {
            z-index: 99999999999;
            -webkit-user-select: none;
        }
        .zoomContainer .zoomWindowContainer {
            -webkit-user-select: none;
        }
        .cms-frontend-toolbar-active .zoomContainer {
            margin-top: -28px !important;
        }
        .fancybox-wrap.elevatezoom-enabled .fancybox-prev {
            left: -65px;
            width: 50px;
        }
            .fancybox-wrap.elevatezoom-enabled .fancybox-prev span {
                visibility: visible;
                background: url('/lib/g/1.0/images/fancybox-arrow-left_2x.png') center center no-repeat;
                background-size: 48px auto;
                opacity: 0.4;
                left: 0;
            }
        .fancybox-wrap.elevatezoom-enabled .fancybox-next {
            right: -65px;
            width: 50px;
        }
            .fancybox-wrap.elevatezoom-enabled .fancybox-next span {
                visibility: visible;
                background: url('/lib/g/1.0/images/fancybox-arrow-right_2x.png') center center no-repeat;
                background-size: 48px auto;
                opacity: 0.4;
                right: 0;
            }

        /* powerzoom (with buttons) ----------------------------------------- */

        .fancybox-powerzoom .fancybox-skin {
            background: transparent;
        }
        .fancybox-powerzoom .fancybox-overlay {
            background: #ffffff;
        }
        .fancybox-powerzoom .fancybox-outer {
            background: rgba(0, 0, 0, 0.05);
        }
        .fancybox-powerzoom .fancybox-close {
            background: url(../images/zoom_close.png) 10px 10px;
            opacity: 0.5;
            background-repeat: no-repeat;
        }
        .fancybox-powerzoom .fancybox-close:hover {
            opacity: 0.8;
        }
        .fancybox-powerzoom .fancybox-image {
            display: inline-block;
            width: auto;
        }
        .fancybox-powerzoom .fancybox-image.disabled {
            display: block;
            width: 100%;
        }
        .fancybox-powerzoom .fancybox-image.elevatezoom {
            -webkit-user-select: none;
        }
        .fancybox-powerzoom .fancybox-inner {
            text-align: center;
            width: auto;
            overflow: hidden !important;
        }
        .powerzoom_container {
            z-index: 100;
        }
        .powerzoom-lowres {
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            width: 100%;
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .powerzoom-lowres-upscale {
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            width: 100%;
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
        }



            .powerzoom_controls {
                -moz-transition: opacity 0.4s ease-in-out;
                -webkit-transition: opacity 0.4s ease-in-out;
                transition: opacity 0.4s ease-in-out;
                opacity: 0;
                position: absolute;
                z-index: 200;
                top: 16px;
                left: 0;
                right:0;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                height:0;
            }
                .fancybox-inner:hover .powerzoom_controls {
                    opacity: 1;
                }
                    .powerzoom_controls .powerzoom_pan {
                        display:none;
                        color: #fff;
                        position:absolute;
                        right: 16px;
                        height: 70px;
                        width: 70px;
                        margin: 0 0 10px;
                        background: rgba(0,0,0,0.5);
                        background-size: auto 70px;
                        -moz-border-radius: 200px;
                        -webkit-border-radius: 200px;
                        border-radius: 200px;
                        -webkit-touch-callout: none;
                        -webkit-user-select: none;
                        -khtml-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                        -moz-transition: opacity 0.3s ease-in-out;
                        -webkit-transition: opacity 0.3s ease-in-out;
                        transition: opacity 0.3s ease-in-out;
                    }
                        .powerzoom_controls .powerzoom_pan:hover {
                            opacity: 1;
                        }
                        .powerzoom_controls .powerzoom_pan div {
                            position: absolute;
                            line-height: 23px;
                            cursor: pointer;
                            width: 22px;
                            height: 22px;
                        }
                        .powerzoom_controls .powerzoom_pan div.pz_n {
                            left: 24px;
                            top: 1px;
                            line-height: 22px;
                        }
                        .powerzoom_controls .powerzoom_pan div.pz_s {
                            left: 24px;
                            bottom: 2px;
                            line-height: 22px;
                        }
                        .powerzoom_controls .powerzoom_pan div.pz_w {
                            left: 2px;
                            top: 24px;
                            line-height: 24px;
                        }
                        .powerzoom_controls .powerzoom_pan div.pz_e {
                            right: 2px;
                            top: 24px;
                            line-height: 24px;
                        }
                        .powerzoom_controls .powerzoom_zoom {
                            float: left;
                            width: 30px;
                            height: 30px;
                            line-height:31px;
                            font-size: 16px;
                            margin: 0;
                            background: rgba(0,0,0,0.5);
                            background-size: auto 30px;
                            -moz-border-radius: 200px;
                            -webkit-border-radius: 200px;
                            border-radius: 200px;
                            color:#fff;
                            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;
                            -moz-transition: opacity 0.3s ease-in-out;
                            -webkit-transition: opacity 0.3s ease-in-out;
                            transition: opacity 0.3s ease-in-out;
                        }
                        .powerzoom_controls .powerzoom_zoom:hover {
                            opacity: 1.0;
                        }
                            .powerzoom_controls.powerzoom-initial .powerzoom_pan{
                                opacity: 0.4;
                                display:none;
                            }

                        .powerzoom_controls #zoomOutButton.powerzoom_zoom {
                            background-position: -30px -1px;
                            border-radius: 80px 0 0 80px;
                            margin: 0 0 0 16px;
                        }
                        .powerzoom_controls #zoomInButton.powerzoom_zoom {
                            background-position: -1px -1px;
                            border-radius: 0 80px 80px 0;
                            margin: 0 10px 0 0;
                        }
                        .powerzoom_controls #zoomResetButton.powerzoom_zoom {
                            background-position: -60px -1px;
                            width: 30px
                        }
                        .powerzoom_controls.powerzoom-max .zoomInButton {
                            opacity: 0.4 !important;
                            cursor: default;
                        }
                        .powerzoom_controls.powerzoom-initial .zoomOutButton,
                        .powerzoom_controls.powerzoom-initial .zoomResetButton{
                            opacity: 0.4 !important;
                            cursor: default;
                        }
                        .powerzoom_controls .setup.powerzoom_zoom {
                            display:none;
                        }
                        .powerzoom_controls.powerzoom-initial .setup.powerzoom_zoom {
                            display:block;
                            margin-left: 20px;
                        }
                        .powerzoom-highres {
                            -webkit-user-select: none;
                            -webkit-user-drag: none;
                            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
                            touch-action: none;
                        }
                        .powerzoom-highres.preloading {
                            opacity:0.01;
                            position:absolute;
                            max-width:none !important;
                            max-height:none!important;
                            width:auto !important;
                            height:auto !important;
                            display: block;
                        }
                        .powerzoom_controls .powerzoom_zoom.powerzoom_loading_indicator {
                            margin: 0px 10px 0px 16px;
                            display:none;
                        }
                        .loading .powerzoom_loading_indicator.powerzoom_zoom  {
                            display:block;
                        }
                        .loading-dots {
                            margin: 0 auto;
                            text-align: center;
                            display: block;
                            height: 30px;
                            width: 28px;
                        }
                        .showloader #zoomInButton {
                            display:none !important;
                        }
                        .showloader #zoomOutButton {
                            display:none !important;
                        }

                        .powerzoom_loading_indicator.zoom-button.powerzoom_zoom {
                            padding: 0 8px;
                            width: 60px;
                            text-align: center;
                            box-sizing: border-box;
                            display:none;
                        }

                        .showloader .powerzoom_loading_indicator.zoom-button.powerzoom_zoom {
                            display:block;
                        }

                        .powerzoom_loading_indicator.zoom-button.powerzoom_zoom .loading-text {
                            font-size: 10px;
                            line-height: 32px;
                            display: block;
                            float: left;
                            text-transform: uppercase;
                            letter-spacing: 0.5px;
                            padding-right: 5px;
                        }
                        .powerzoom_loading_indicator.zoom-button.powerzoom_zoom .fa-circle {
                            font-size: 5px;
                            line-height: 31px;
                            display: block;
                            float: right;
                            padding: 0 2px;
                            -webkit-animation: indicator_pulse ease-in-out 2s infinite;
                            animation: indicator_pulse ease-in-out 2s infinite;
                        }
                        @-webkit-keyframes indicator_pulse {
                            0%, 100% {opacity: 1;}
                            50% {opacity: 0;}
                        }
                        @keyframes indicator_pulse {
                            0%, 100% {opacity: 1;}
                            50% {opacity: 0;}
                        }
                        .powerzoom_loading_indicator.zoom-button.powerzoom_zoom .loading-dots .fa-circle:nth-of-type(2) {
                            -webkit-animation-delay:  0.3333s;
                            -moz-animation-delay:     0.3333s;
                            -ms-animation-delay:      0.3333s;
                            animation-delay:            0.3333s;
                        }
                        .powerzoom_loading_indicator.zoom-button.powerzoom_zoom .loading-dots .fa-circle:nth-of-type(1){
                            -webkit-animation-delay:  0.66666s;
                            -moz-animation-delay:     0.66666s;
                            -ms-animation-delay:      0.66666s;
                            animation-delay:           0.66666s;
                        }
                        .powerzoom-transition {
                            transition : all .2s ease-in-out;
                            -moz-transition    : all .2s ease-in-out;
                            -webkit-transition : all .2s ease-in-out;
                        }
                        .powerzoomFrame {
                            -webkit-transform: translateZ(0);
                            -moz-transform: translateZ(0);
                            -ms-transform: translateZ(0);
                            -o-transform: translateZ(0);
                            transform: translateZ(0);
                            -webkit-backface-visibility: hidden;
                            backface-visibility: hidden;
                            -webkit-perspective: 1000;
                            perspective: 1000;
                            overflow : hidden;
                            position : relative;
                            display: inline-block;
                            width: 100%;
                            height: 100%;
                        }
                        .powerzoomImage {
                            position : absolute;
                            top      : 0;
                            left     : 0;
                            cursor   : move;
                            height: auto !important;
                            max-width: none !important;
                            max-height: none !important;
                        }
                        .powerzoomFrame.hover .cropControls {
                            opacity    : .55;
                            filter     : alpha(opacity=55);
                        }
                        .powerzoomControls span {
                            display   : block;
                            float     : left;
                            color     : #fff;
                            font-size : 11px;
                            margin    : 7px 0 0 5px;
                        }






    /* ARprompt
    ----------------------------------------------------------- */

    div.arprompt {
        border: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 20px;
    }
    div.arprompt .arpromptclose {
        font-family: inherit;
        font-weight: inherit;
        margin: 0 0 5px;
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        cursor: default;
        color: inherit;
        font-weight: inherit;
        font-size: inherit;
        letter-spacing: inherit;
        text-indent: -9999px;
        line-height: 0;
        float:right;
    }
    div.arprompt .arpromptclose a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    div#arprompt_state_state0 {
        padding: 0;
    }
    div.arprompt .arpromptclose:after {
        content: 'Close';
        text-indent: 0;
        display: block;
        cursor: pointer;
        line-height: 20px;
    }
        div.arprompt .arpromptclose:hover {
            text-decoration: underline;
        }
    div.arprompt .arpromptbuttons {
        text-align: right;
        padding: 18px 0 5px 0;
        margin-top: 15px;
        border: none;
        border-top: 1px solid #e1e1e1;
        background-color: inherit;
    }
    div.arprompt button {
        padding: 3px 10px;
        margin: 0 0 0 10px;
        color: inherit;
        font-weight: inherit;
        font-size: inherit;
        font-family: inherit;
        width: 50px;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #fff;
        transition: background 0.35s ease-in-out;
        -webkit-transition: background 0.35s ease-in-out;
    }
        div.arprompt button:hover {
            background: #f9f9f9;
        }


    div.arprompt .arpromptmessage {
        padding: 0;
        line-height: inherit;
        color: inherit;
        max-height: 65vh;
        overflow: auto;
        width: 100%;
    }
    div.arprompt button.arpromptdefaultbutton {
        background: inherit;
    }
    div.arprompt h2 {
        margin: 0 0 15px;
    }
    
    #scw_popup_buttons_container {
        flex-direction: column;
    }
    
    #scw_popup_inner .button, 
    #wcw_popup_inner .button {
        margin-bottom: 15px;
        width: 100%;
    }
    #scw_popup_inner h3 {
        font-size: 26px;
        line-height: 34px;
    }
    div.arprompt .arpromptclose {
        display: none;
    }
    
    #scw_popup_close {
        display: flex;
        justify-content: center;
    }


    /* Mailchimp form
    ----------------------------------------------------------- */

    #mc_embed_signup:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }
    #mc_embed_signup .mc-field-group {
        float: left;
    }
    #mc_embed_signup label {
        float: left;
        vertical-align: top;
        width: auto;
        margin: 0 10px 0 0;
        padding: 1px 0 0;
    }
    #mc_embed_signup input {
        float: left;
        vertical-align: top;
        width: 180px;
        margin: 0 10px 0 0;
        border: 1px solid #ddd;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 4px;
        box-sizing: border-box;
    }
    #mc_embed_signup .clear {
        display: inline-block;
        vertical-align: top;
        height: auto;
        overflow: visible;
    }
    #mc_embed_signup .button {
        border: 0;
    }
    #mc_embed_signup #mce-responses.clear {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #mc_embed_signup #mce-responses .response {
        margin: 0;
        padding: 0;
        color: #222;
        font-weight: normal;
    }
    #mc_embed_signup input.button {
        display: inline-block;
        vertical-align: top;
        background: none;
        height: auto;
        background: none;
        cursor: pointer;
        padding: 4px 0 0;
        margin: 0;
        float: left;
    }


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

    .page-mailing-list #content_module iframe {
        min-height: 400px;
    }
    .page-mailing-list.page-param-type-simplified #content_module {
        margin: 0 !important;
    }
    .page-mailing-list.page-param-type-simplified #content_module iframe  {
        height: 445px !important;
        min-height: 0 !important;
        width: 100% !important;
        display: block !important;
    }

    .page-mailing-list.page-param-type-simplified #content .divider  {
        display: none !important;
    }

    .page-mailing-list.page-param-type-simplified .heading_wrapper {
        margin-bottom: 0;
    }

    .page-mailing-list #mc_embed_signup .mc-field-group {
        width: 100%;
        margin: 0 0 10px;
    }
    .page-mailing-list #mc_embed_signup label {
        width: 100%;
        margin: 0 0 5px;
    }
    .page-mailing-list #mc_embed_signup input {
        width: 100%;
        padding: 10px;
        max-width: 400px;
    }
    .page-mailing-list #mc_embed_signup input.button {
        padding: 0;
        margin-top: 10px;
    }
    
    .page-mailing-list .heading_wrapper.cascading-page-header h1 {
        font-size: 35px;
    }

     /* AddThis overrides (Depecrated. See core sharing pop-up styles below)
    -------------------------------------------------------------------------- */

    .share_link {
        border: 1px solid #EBEBEB;
        float: left;
        clear: both;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin: 40px 0 0;
    }
    .share_link a {
        padding: 2px 10px;
    }
    .share_link a:before {
        content: '+ ';
    }
        .atm-i {
            background: #FFF;
            border: 1px solid #E6E6E6;
            padding: 4px 0 0;
            margin: 0;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -webkit-border-radius: 2px;
            border-radius: 2px;
        }
        #at16recap, #at_msg, #at16p label, #at16nms, #at16sas, #at_share .at_item, #at16p, #at15s, #at16p form input, #at16p textarea, .at16nc {
            font-size: 10px !important;
            font-weight: 200;
            outline-style: none;
            outline-width: 0;
            line-height: 1em;
            color: #505050;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-indent: 5px;
        }
        #at_hover.atm-s .at_bold, #at_hover .at_bold, .atm-s a, #at_hover.atm-s a, #at20mc a, .at16nc, #at_hover.atm-s a:hover .at_bold {
            font-weight: lighter !important;
            color:#AAAAAA !important;
        }
        #at15pf,
        #atic_auth {
            display: none !important;
        }
        #at15pf a {
            font-size: 7px !important;
            font-weight: lighter !important;
            margin-top: 4px;
        }
        #at_auth{
            font-size: 6px !important;
            font-weight: lighter !important;
            border-top: 0px none!important;
        }
        #at15pf, #at16pf {
            height: 15px;
        }
        #at15pf a.at-logo, #at16pf a.at-logo {
            margin-top: 4px;
        }
        .atm-f{
           border-top: 1px solid #E6E6E6 !important;
        }
        .atm-s a:hover, #at_hover.atm-s a:hover,
        #atic_signin #at_auth:hover{
            background: #eaeaea;
        }
        #at_pspromo div {
            display: none !important;
        }
        #at_pspromo:before {
            content: 'Thanks for sharing';
            display: block;
            text-align: center;
            padding: 20px 20px 0;
            line-height: 20px;
            color: #777;
            font-size: 9px;
        }






     /* Core sharing - Addthis
    ----------------------------------------------------------- */

    .add_this_social_media_icon {
        width: 21px;
        height: 21px;
        background: url(/lib/g/1.0/images/social_icons_black.png) 0 -21px no-repeat transparent;
    }

    /*load highres version of icons*/
    .device-highres .add_this_social_media_icon {
        background-image: url(/lib/g/1.0/images/social_icons_black_2x.png);
        background-size: auto 42px;
    }

    .add_this_social_media_icon{display: block;}
    .add_this_social_media_icon { background-position: -147px 0px; }
    .add_this_social_media_icon.facebook { background-position: 0 0px; }
    .add_this_social_media_icon.twitter { background-position: -21px 0px; }
    .add_this_social_media_icon.flickr { background-position: -42px 0px; }
    .add_this_social_media_icon.youtube { background-position: -63px 0px; }
    .add_this_social_media_icon.googleplus { background-position: -84px 0px; }
    .add_this_social_media_icon.instagram { background-position: -105px 0px; }
    .add_this_social_media_icon.mailinglist { background-position: -126px 0px; }
    .add_this_social_media_icon.email { background-position: -210px 0px; }
    .add_this_social_media_icon.googlemap { background-position: -168px 0px; }
    .add_this_social_media_icon.pinterest { background-position: -189px 0px; }
    .add_this_social_media_icon.tumblr { background-position: -230px 0px;}
    .add_this_social_media_icon.wordpress { background-position: -294px 0px;}
    .add_this_social_media_icon.yahoomail { background-position: -315px 0px;}
    .add_this_social_media_icon.linkedin { background-position: -252px 0px;}
    .add_this_social_media_icon.tumblr { background-position: -231px 0px;}
    .add_this_social_media_icon.gmail { background-position: -273px 0px;}
    /* HOVER */
    .social_links_item a:hover .add_this_social_media_icon { background-position: -147px -21px; }
    .social_links_item a:hover .add_this_social_media_icon.facebook { background-position: 0 -21px; }
    .social_links_item a:hover .add_this_social_media_icon.twitter { background-position: -21px -21px; }
    .social_links_item a:hover .add_this_social_media_icon.flickr { background-position: -42px -21px; }
    .social_links_item a:hover .add_this_social_media_icon.youtube { background-position: -63px -21px; }
    .social_links_item a:hover .add_this_social_media_icon.googleplus { background-position: -84px -21px; }
    .social_links_item a:hover .add_this_social_media_icon.instagram { background-position: -105px -21px; }
    .social_links_item a:hover .add_this_social_media_icon.mailinglist { background-position: -126px -21px; }
    .social_links_item a:hover .add_this_social_media_icon.email { background-position: -210px -21px; }
    .social_links_item a:hover .add_this_social_media_icon.googlemap { background-position: -168px -21px; }
    .social_links_item a:hover .add_this_social_media_icon.pinterest { background-position: -189px -21px; }
    .social_links_item a:hover .add_this_social_media_icon.tumblr { background-position: -230px -21px;}
    .social_links_item a:hover .add_this_social_media_icon.wordpress { background-position: -294px -21px;}
    .social_links_item a:hover .add_this_social_media_icon.yahoomail { background-position: -315px -21px;}
    .social_links_item a:hover .add_this_social_media_icon.linkedin { background-position: -252px -21px;}
    .social_links_item a:hover .add_this_social_media_icon.tumblr { background-position: -231px -21px;}
    .social_links_item a:hover .add_this_social_media_icon.gmail { background-position: -273px -21px;}



    /* SHARING BUTTON
    ---------------------------------------------------------- */
    #sidebar .share_link.link{
        margin-top: 20px;
    }

    .share_link {
        border: 1px solid ;
        float: left;
        clear: both;
        margin-bottom: 10px;
        font-weight: 200;
        text-transform: uppercase;
        color: #777;
        font-size: 10.5px;
        border: 1px solid #ebebeb;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        display: block;
        /*width: 80px;*/
    }
    .share_link a {
        /*padding: 2px 10px;*/
        color: #303030;
        text-decoration: none;
        padding: 3px 8px;
        letter-spacing: 3px;
        text-align: center;
    }

    .share_link a:before {
        content: '+ ';
    }

    .share_link a:hover {
        cursor: pointer;
    }


    #social_sharing_links{
        display: none;
    }
    
    #sub_nav ul li .share_link {
        margin-top: 0;
    }
    
        #sub_nav ul li .share_link a {
            padding: 5px;
        }

    /* INLINE - social_sharing_links_inline
    --------------------------------------------------------- */
    #social_sharing_links.inline .social_links_item {
        display: inline-block;
    }

    #social_sharing_links.inline a{
        border: 1px solid #DADADA;
        padding: 2px;
        display: block;
        border-radius: 50px;
    }

    #social_sharing_links.inline a span.add_this_social_media_icon {
        text-indent: -9999px;
        outline: none;
        width: 21px;
        height: 21px;
    }



    /* INLINE POP UP - inline_popup
    --------------------------------------------------------- */
    #social_sharing_links.inline_popup{
        /*padding-top: 15px;*/
        white-space: nowrap;
        width: auto;
        position: absolute;
        border: 1px solid #ebebeb;
        border-radius: 16px;
        float: left;
        padding-right: 12px;
        padding-bottom: 3px;
        line-height: 1.0em;
        background: #FFF;
        display: none;
    }

    #social_sharing_links.inline_popup .social_links_item{
        display: inline-block;
    }

    #social_sharing_links.inline_popup .social_links_item a .add_this_social_media_icon {
        margin-top: 5px;
        margin-left: 12px;
        text-indent: -9999px;
        outline: none;
    }

    @media all and  (max-width: 500px) {
        #social_sharing_links.inline_popup{
            white-space: initial;
            position: absolute;
            float: left;
            max-width: 100%;
            text-align: center;
            margin-right: 30px;
        }
    }


    /* VERTICAL POPUP / option = popup_vertical
    --------------------------------------------------------- */

    #relative_social_sharing{
        position: relative;
        width: 100%;
        height: 100%;

    }
    #social_sharing{
        position: absolute;
        top: 0;

    }
    #relative_social_sharing{
        min-width: 120px;
    }
    #social_sharing_links.popup_vertical{
        border: 1px solid #EBEBEB;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #FFFFFF;
        position: absolute;
        z-index: 10000;
    }

    #social_sharing_links.popup_vertical ul{
        padding-left: 0px;
        list-style: none;
        background: #FFFFFF;
    }

    #social_sharing_links.popup_vertical ul li.social_links_item{
        width: 100%;
        clear: both;
        margin-bottom: 0px;
    }
    #social_sharing_links.popup_vertical ul li.social_links_item a {
        display:block;
        padding: 4px 10px;
        text-decoration: none;
        text-indent: 0;
        line-height: 24px;
        margin: 0;
    }
    #social_sharing_links.popup_vertical ul li.social_links_item a,
    #social_sharing_links.popup_vertical ul li.social_links_item a:visited {
        color: #333;
    }

    #social_sharing_links.popup_vertical ul li.social_links_item a:hover{
        background: #EFEFEF;
    }

    #social_sharing_links.popup_vertical ul li.social_links_item a span.add_this_social_media_icon{
        margin: 0 8px 0 0;
        float: left;
    }







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

    .form {

    }
        .form .error_row {
            margin: 0 0 20px;
            color: #c9262d;
            font-weight: 200;
            display: none;
        }
        .form .form_row {
            margin: 0 0 15px;
        }
        .form .form_row:after {
            content: ".";
            clear: both;
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }
            .form .form_row label {
                float: left;
                width: 20%;
                margin-right: 5%;
            }
            .form .form_row .inputField,
            .form .form_row select,
            .form .form_row textarea,
            .form .form_row #captcha input,
            .form .form_row .g-recaptcha {
                float: left;
                width: 75%;
                border: 1px solid #ddd;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                padding: 10px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                background: #fff;
                -webkit-appearance: none;
            }
            .form .form_row .form_content_area {
                float: left;
                width: 75%;
            }
                .form .form_row .form_radio_button_container input {
                    display: inline-block;
                    margin: 0 5px 0 0;
                }
                .form .form_row .form_radio_button_container label {
                    display: inline-block;
                    margin: 0 20px 0 0;
                    float: none;
                    width: auto;
                }
            .form .form_row.error .inputField {
                color: red;
            }
            .form .form_row select {

            }
            @media screen and (-webkit-min-device-pixel-ratio:0) {
                .form .form_row select {
                    background: url(/lib/archimedes/images/drop_arrow.gif) 98% 9px no-repeat #fff;
                    -webkit-appearance: none;
                }
            }
            .form .form_row .g-recaptcha {
                padding: 0;
                border: 0;
            }
            /*
            .form .form_row select {
                width: 314px;
            }
            */
            .form .form_row textarea {
                height: 130px;
            }
            .form .form_row.form_date_row .inputField {
                float: left;
                width: 140px;
                margin: 0 14px 0 0;
            }

            .form .link {
                clear: both;
                margin-left: 25%;
            }
            .form .form_row #captcha {
                float: left;
                width: 75%;
            }
                .form .form_row #captcha label {
                    float: none;
                    width: auto;
                    display: block;
                    clear: both;
                }
                .form .form_row #captcha input {
                    float: none;
                    width: 100%;
                }
            .form .form_row.submitFormRow {
                padding-left: 25%;
            }

            .form.form_style_columns {
                margin-right: -40px;
            }
                .form.form_style_columns .form_row {
                    width: 50%;
                    clear: none;
                    display: inline-block;
                    margin-right: -2px;
                    padding: 0 40px 0 0;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }
                .form.form_style_columns .form_row label {
                    width: 100%;
                    clear: both;
                    margin: 0 0 5px;
                }
                .form.form_style_columns .form_row .inputField,
                .form.form_style_columns .form_row select,
                .form.form_style_columns .form_row textarea,
                .form.form_style_columns .form_row #captcha input,
                .form.form_style_columns .form_row .g-recaptcha {
                    width: 100%;
                }


    /* Mailinglist signup form
    ----------------------------------------------------------- */
    #artlogic_mailinglist_signup_form {
        max-width: 490px;
    }
        #artlogic_mailinglist_signup_form div.multi-field {
            float: left;
            width: 33%;
            position: relative;
            padding-left: 20px;
            box-sizing: border-box;
        }
            #artlogic_mailinglist_signup_form div.multi-field label {
                width: auto !important;
            }
            #artlogic_mailinglist_signup_form div.multi-field input[type=checkbox] {
                position: absolute;
                left: 0;
                top: 5px;
            }
            #artlogic_mailinglist_signup_form span.group_label {
                display: block;
                margin-bottom: 5px;
                border-bottom: 1px solid #EBEBEB;
            }
    #artlogic_mailinglist_signup_form .error {
        color: red;
        margin-bottom: 10px;
    }
    #artlogic_mailinglist_signup_form .required-field {
        border-color: red !important;
    }

    /* Popup version */
    body.page-param-type-simplified .form #artlogic_mailinglist_signup_form .form_row label,
    body.page-param-type-simplified .form #artlogic_mailinglist_signup_form .form_row .inputField,
    body.page-param-type-simplified .form #artlogic_mailinglist_signup_form .form_row select,
    body.page-param-type-simplified .form #artlogic_mailinglist_signup_form .form_row textarea,
    body.page-param-type-simplified .form #artlogic_mailinglist_signup_form .form_row #captcha input,
    body.page-param-type-simplified .form #artlogic_mailinglist_signup_form .form_row .g-recaptcha {
        float: none;
        width: 100%;
    }


    /* Biography table - Automatically formatted
    ----------------------------------------------------------- */

    table.biog {
        line-height: 1.4em;
    }
    table.biog td {
        padding: 4px 25px 4px 4px;
        vertical-align: top;
    }



    /* Instagram featurepanel ----------------------------------------------------------- */

        */

        .feature_panels .records_list ul li.fp_custom_instagram-feed .acms-tw-image-container,
        .feature_panels .records_list ul li.fp_custom_instagram-feed .acms-tw-user {
            display: none;
        }
        .feature_panels .records_list ul li.fp_custom_instagram-feed .acms-tw-text {
            word-wrap: break-word;
        }
        .feature_panels .records_list ul li.fp_custom_instagram-feed .loader_simple {
            margin-bottom: 20px;
        }

        .feature_panels .records_list ul li.fp_custom_instagram-feed  ul.instagram-feed-list{
            list-style: none;
            padding-left: 0px;
            margin-right: -10px;
            overflow: hidden;
            width: auto;
            display: block;
        }


        #sidebar .feature_panels .records_list ul li.fp_custom_instagram-feed  ul.instagram-feed-list li.instagram-item{
            display: inline-block;
            max-width: 50%;
            width: 50%;
            box-sizing: border-box;
            moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            vertical-align: top;
            padding-right: 15px;
            margin-right: -2px;
            margin-bottom: 15px;
            border-bottom: none !important;
            padding-bottom: 0px;
        }

        .feature_panels .records_list ul li.fp_custom_instagram-feed  ul.instagram-feed-list li.instagram-item img{
            width: 100%;
        }

        .feature_panels .records_list ul li.fp_custom_instagram-feed  ul.instagram-feed-list li.instagram-item img{
            width: 100%;
        }

        .feature_panels .records_list ul li.fp_custom_instagram-feed .image,
        .feature_panels .records_list ul li.fp_custom_instagram-feed .image span{
            width: auto;
            margin: 0px;
        }

        .feature_panels .records_list ul li.fp_custom_instagram-feed .instagram-item h2,
        .feature_panels .records_list ul li.fp_custom_instagram-feed .item-likes{
            display: none;
        }


    /* Prevent user from saving image
    ----------------------------------------------------------- */

    body.prevent_user_image_save img {
        pointer-events: none;
        -webkit-user-select: none;  /* Chrome all / Safari all */
        -moz-user-select: none;     /* Firefox all */
        -ms-user-select: none;      /* IE 10+ */
        user-select: none;          /* Likely future */
    }

    body.prevent_user_image_save a.image_popup {
        cursor: pointer;
    }

    body.prevent_user_image_save .powerzoomFrame img, body.prevent_user_image_save #secondary_image_thumbnails img {
        pointer-events: auto;
    }

	
	

	
	/* Theme preset */
	

/* Website main.css */
/* ----------------------------------------------------------------------------------
Site name
Theme name: Site name
---------------------------------------------------------------------------------- */

html {
  box-sizing: border-box;
  height: auto; /* Fixes a bug in safari (desktop and mob) where the footer isn't visible */
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* Specific areas for font-fattening */
.artwork-filter-panel ul li.artwork-filter-item span,
#top_nav.navigation ul li a, 
#top_nav.navigation ul li a:visited {
    -webkit-font-smoothing: subpixel-antialiased;
}

/*
    PAGELOAD STYLES
*/
#preloader {
    display: none !important;
}

body.splash-loader-active #preloader {
    display: block;
    /*background-image: url('/images/splashbg.jpg');*/
    background-image: url('https://artlogic-res.cloudinary.com/w_1600,h_1000,c_limit,f_auto,fl_lossy,q_65/ws-guntherrarebooks/images/splashbg.jpg');
    background-position: center;
    background-size: cover;
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
    width: 100%;
}


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

.animate-path {
    stroke-dasharray: 145;
    stroke-dashoffset: 145;
    transition: stroke-dashoffset 3000ms ease-in-out;
    -webkit-transition: stroke-dashoffset 3000ms ease-in-out;
}
body.splash-loader-active #preloader.loading-start .animate-path {
    stroke-dashoffset: 100;
}
body.splash-loader-active #preloader.loading-start.loading-complete .animate-path  {
    transition: stroke-dashoffset 600ms ease-in-out;
    -webkit-transition: stroke-dashoffset 600ms ease-in-out;
}
body.splash-loader-active #preloader.loading-start.loading-bar-end .animate-path  {
    stroke-dashoffset: 0;
}


body.splash-loader-active #preloader #preloader_mask {
    background: rgba(0, 0, 0, 0.18);
}
.custom-loader-logo {
    z-index: 10051;
    background: transparent;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -41px;
    margin-top: -32px;
}

        #logo, #logo a {
            height: 27px;
        }
        #logo {
            float: left;
            display: block;
            margin-bottom: 5px;
            background-position: left center;
            background-repeat: no-repeat;
        }
        #logo a,
        #logo a:visited {
            text-indent: 0;
            font-size: 12px;
            color: #272727;
            letter-spacing: 1.79px;
            line-height: 29px;
            white-space: nowrap;
            opacity: 1.0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            transform: translateY(0);
        }
        #logo a .logo-text {
            opacity: 1.0;
            transform: translateY(0);
            display: inline-block;
            vertical-align: middle;
        }
            #logo a .logo-icon {
                display: inline-block;
                vertical-align: middle;
                margin-right: 11px;
            }
            body.type-fullscreen #logo a,
            body.type-fullscreen #logo a:visited {
                color: #fff;
            }
            #header.extended-custom-page-scroll #logo a .logo-text  {
                opacity: 0;
                transform: translateY(-10px);
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }
            body.type-fullscreen #logo a .logo-icon * {
                fill: #fff;
            }
            body.type-fullscreen #header.extended-custom-page-scroll #logo a .logo-icon *{
                fill: #272727;
            }
            #header_quick_search {
                display: none !important;
            }

/* -----------------------------------------------------------
   Layout
----------------------------------------------------------- */
    /* CUSTOM SUBNAV */ 
    .heading_wrapper {
        float: left;
        clear: none;
    }
    .custom-subnav {
        float: right;
    }

    .section-events #content,
    .section-publications #content {
        clear: both;
    }

    /* If there's a hero header subnav should be on the left */
    .type-fullscreen #sub_nav,
    .type-fullscreen .custom-subnav {
        float: left;
        width: auto;
        clear: both;
        position: relative;
        z-index: 2000; /* stay above any vertical labels */
    }
        .type-fullscreen #sub_nav ul li:first-child {
            margin-left: 0;
        }
    

    .page-team.page-param-type-team_id .heading_wrapper,
    .section-news.page-param-type-news_id .heading_wrapper{
        float: none;
    }
    .section-news.page-param-type-news_id #sub_nav{
        position: relative;
        z-index: 10000;
    }

    .subsection-video-record {
        clear: both;
    }


    #container-wrapper {
        margin-bottom: 220px;
        background-color: #fff;
        position: relative;
        z-index: 1;
        width: 100%;
    }
    #container-wrapper::after {
        content: '';
        border-left: 15px solid #D7DAD3;
        position: fixed;
        top: 0;
        bottom:0;
        left: 0;
        z-index: 10001;
        opacity: .9;
    }
    #container {
        max-width: 1320px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 30px;
    }

    #header {
        padding: 85px 0 0;
        position: absolute;
        top: 0;
        z-index: 2000;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0);
        -webkit-transition: background 0.3s, box-shadow 0.3s;
        -moz-transition: background 0.3s  box-shadow 0.3s;
        transition: background 0.3s, box-shadow 0.3s;
    }
        .cms-frontend-toolbar-active #header ,
        body.type-fullscreen.cms-frontend-toolbar-active #header{
            top: 28px;
        }

        #header .inner {
            max-width: 1320px;
            width: 100%;
            padding: 0 20px 15px 20px;
            min-height: 35px;
            margin: 0 auto;
            box-sizing: border-box;
        }
        #header.custom-page-scroll,
        body.type-fullscreen #header.custom-page-scroll {
            padding-top: 20px;
            background: #fff;
            position: fixed;
            -webkit-transition: background 0.3s linear, box-shadow 0.5s linear;
            -moz-transition: background 0.3s linear, box-shadow 0.5s linear;
            transition: background 0.3s linear, box-shadow 0.5s linear;
            -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
        }
        body.type-fullscreen #header.custom-page-scroll {
            background: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            z-index: 2500;
        }
        body.type-fullscreen #header.custom-page-scroll.extended-custom-page-scroll {
            background: #fff;
            -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
        }

        body.type-fullscreen #header .inner {
            max-width: 1320px;
            width: 100%;
            padding: 0 0px 15px 0px;
            min-height: 35px;
            margin: 0 auto;
            box-sizing: border-box;
        }

        #header.custom-page-scroll #translations_nav {
            top: -50px;
            right: 20px;
        }


    .navigation {

    }
        .navigation ul {

        }
        .navigation ul li {

        }
        .navigation ul li {
            float: left;
            margin: 0 0 0 25px;
            font-size: 12px;
            line-height: 35px;
            letter-spacing: 1.8px;
            text-transform: uppercase;
        }
        /*#sub_nav.navigation ul li {
            float: right;
        }*/
        .navigation ul li a,
        .navigation ul li a:visited {
            color: var(--typography-grey);
        }
        .navigation ul li a:hover {
            color: var(--typography-grey);
        }
        .navigation ul li.active a,
        .navigation ul li.active a:visited,
        .navigation ul li.active a:hover {
            font-weight: bold;
            color: var(--typography-grey);
        }
            #top_nav.navigation {
                clear: none;
                float: right;
            }
            #top_nav.navigation ul {
                float: left;
            }
            #custom_search_reveal {
                float: right;
                margin-left: 24px;
                padding-top: 2px;
                cursor: pointer;
            }
            #top_nav.navigation ul li a,
            #top_nav.navigation ul li a:visited {
                padding: 0;
            }
            #top_nav.navigation ul li.active {
                font-weight: bold;
                color: var(--typography-grey);
            }
            #top_nav.navigation ul li.active a {
                font-weight: bold;
                color: var(--typography-grey);
            }
            #translations_nav {
                display: inline-block;
                position: absolute;
                top: 0;
                right: 20px;
            }
                .type-fullscreen #top_nav.navigation ul li a:not(.nested),
                .type-fullscreen #top_nav.navigation ul li a:not(.nested):visited,
                .type-fullscreen #translations_nav.navigation ul li a,
                .type-fullscreen #translations_nav.navigation ul li a:visited {
                    color: #fff;
                    /*font-weight: bold;*/
                }
                #custom_slide_nav_reveal svg *,
                #custom_search_reveal svg * {
                    fill: var(--typography-grey);
                    /*font-weight: bold;*/
                }
                #custom_slide_nav_reveal:hover svg *,
                #custom_search_reveal:hover svg * {
                    fill: #353535;
                    /*font-weight: bold;*/
                }
                .type-fullscreen #custom_slide_nav_reveal svg *,
                .type-fullscreen #custom_search_reveal svg * {
                    fill: #fff;
                    /*font-weight: bold;*/
                }
                .type-fullscreen #header.custom-page-scroll.extended-custom-page-scroll #custom_slide_nav_reveal svg *,
                .type-fullscreen #header.custom-page-scroll.extended-custom-page-scroll #custom_search_reveal svg * {
                    fill: var(--typography-grey);
                    /*font-weight: bold;*/
                }
                .type-fullscreen #header.custom-page-scroll #custom_slide_nav_reveal svg:hover *,
                .type-fullscreen #header.custom-page-scroll #custom_search_reveal svg:hover * {
                    fill: #353535;
                    /*font-weight: bold;*/
                }
                .type-fullscreen #header.extended-custom-page-scroll #top_nav.navigation ul li a,
                .type-fullscreen #header.extended-custom-page-scroll #top_nav.navigation ul li a:visited{
                    color: #777;
                    /*font-weight: bold;*/
                }

                .type-fullscreen #header.custom-page-scroll-extended #top_nav.navigation ul li.active a,
                .type-fullscreen #header.custom-page-scroll-extended #top_nav.navigation ul li a:hover {
                    color: var(--typography-grey);
                    /*font-weight: bold;*/
                }

                #custom_slide_nav_reveal {
                    display: none;
                    cursor: pointer;
                }

    #main_content {
        padding-top: 200px;
        margin: 0 0 100px;
    }
        #main_content h1 {
            font-size: 47px;
            color: var(--typography-grey);
            letter-spacing: -0.32px;
            line-height: 53px;
            width: 100%;
            text-align: left;
            max-width: none;
            margin: 0 auto 50px;
            font-weight: 400;
            display: inline-block;
            float: left;
            clear: none;
            width: auto;
        }
        #main_content h1::after {
            content: '';
            display: block;
            width: 60px;
            width: 0;
            margin-right: 12px;
            border-top: 1px solid #353535;
            vertical-align: middle;
            line-height: 33px;
            padding-bottom: 3px;
            margin: 50px 0;
            will-change: width;
            transition: width 350ms cubic-bezier(0.0, 0.0, 0.2, 1) 450ms;
            
            display: none;
        }
            #main_content .inview h1::after,
            #main_content h1.inview::after {
                width: 60px;
            }
        .heading_wrapper.cascading-page-header #sub_nav {
            float: right;
            clear: none;
            display: inline;
        }
    #content {

    }
    #sidebar {
        width: 52%;
        float: left;
    }
        #sidebar .image {
            text-align: center;
            background: transparent;
            height: 700px;
            max-height: 75vh;
            margin: 0 auto;
            text-align: center;
        }
        .image a {
            display: inline;
        }
        #sidebar .image img{
            display: block;
            max-height: 100%;
            margin: 0 auto;
        }
    #content_module {
        width: 43%;
        float: right;
    }
    #fullwidth_content_module {
        width: 100%;
        clear: both;
        display: block;
    }

    #footer {
        margin: 0;
        width: 100%;
        min-height: 220px;
        background: #fbfbfb;
        padding-top: 0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        z-index: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        font-size: 12px;
        line-height: 23px;
        color: #545252;
        letter-spacing: 1.51px;
        text-transform: uppercase;
    }

    #footer .inner {
        max-width: 1360px;
        margin: 0 auto;
        padding: 56px 30px 30px 30px;
        box-sizing: border-box;
        position: relative;
    }

        #footer #copyright {

        }
        #footer a,
        #footer a:visited {

        }
        #footer .scroll-to-top,
        #footer .privacy-policy {
            display: block;
            cursor: pointer;
            -webkit-transition: all 0.1s linear;
            transition: all 0.1s linear;
            position: absolute;
            top: 50px;
            right: 17px;
            height: 50px;
            width: 50px;
            text-align: center;
            padding-top: 8px;
        }
        #footer .privacy-policy {
            right: 80px;
            width: auto;
            display: inline-block;
        }
        #footer .privacy-policy.impressum {
            display: inline-block;
            width: auto;
            right: 215px;
        }
        .language-de  #footer .privacy-policy.impressum {
            right: 287px;
        }
        #cookie_more_info {
            margin: 0px 0 0 20px;
        }

        #footer .scroll-to-top:hover {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        #footer .scroll-to-top * {
            stroke: #A4A0A0;
            -webkit-transition: stroke 0.1s;
            transition: stroke 0.1s;
        }
        #footer .scroll-to-top:hover * {
            stroke: #222;
        }
        #footer #social_links {
            float: none;
            width: 100%;
            text-align: center;
        }
        #footer .custom_social_links_item {
            display: inline-block;
            padding-bottom: 2px;
        }
        #footer .copyright {
            position: absolute;
            left: 30px;
            top: 56px;
        }
        #footer #artlogic {
            width: 100%;
            text-align: center;
            padding-top: 25px;
            /* color: #aaa; */
        }
        #footer .social-divider {
            padding: 0 10px;
        }

        /* Hero headers
        ----------------------------------------------------------- */

        #custom_hero_header {
            position: absolute;
            height: 100vh;
            width: 100%;
            left: 0;
            right: 0;
            top: 0;

        }
        #custom_hero_header::after {
            text-indent: -9999px;
            content: '.';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0;
            margin: 0;
            width: 100%;
            height: 100%;
            z-index: 101;
            background: rgba(0, 0, 0, 0.12);
        }
        #custom_hero_header::before {
            text-indent: -9999px;
            content: '.';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0;
            margin: 0;
            width: 100%;
            height: 100%;
            z-index: 101;
            background: rgba(0, 0, 0, 0.3);
        }



        .parallax-image {
            width: 100%;
            height: 100%;
            position: relative;
            float: right;
            overflow: hidden;
            height: 60vh;
            z-index: 10;
        }
        
            #custom_hero_header .parallax-image {
                height: 100vh;
            }
            
        .parallax-image .parallax-image-inner {
          background-size: cover !important;
          background-position: center !important;
          width: 100%;
          height: 60vh;
          position: absolute;
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          overflow: hidden;
          will-change: transform;
          left: 0;
        }
        .parallax-image .parallax-image-inner .image,
        .parallax-image .parallax-image-inner .p-image {
          background: #222;
          background-size: cover !important;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          background-position: center !important;
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
        }
        #custom_hero_header .parallax-image .parallax-image-inner {    
            height: 100vh;
        }

        .parallax-content {
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 99;
            right: 0;
        }
        span.hero-scroll-down {
            position: absolute;
            bottom: 80px;
            left: 50%;
            margin-left: -25px;
            display: block;
            z-index: 500;
            width: 50px;
            height: 50px;
            text-align: center;
            cursor: pointer;
        }
        /*
        .section-events.page-param-type-event_id #main_content {
            padding-top: 0;
        }*/
        .heading_wrapper.hero_heading_wrapper,
        .fullbleed-panel-content {
            position: relative;
            z-index: 400 !important;
            height: 100vh;
            top: 0;
            margin-bottom: 120px;
        }
            .hero_heading_wrapper .heading_wrapper_inner,
            .fullbleed-panel-content-inner
             {
                max-width: 855px;
            }
            .heading_wrapper.hero_heading_wrapper {
                margin-bottom: 50px;
            }
        
        #hero_header .title, 
        .hero_title,
        .hero_title a,
        .hero_title a:visited,
        #main_content h1.hero_title,
       .fullscreen_slideshow ul li .content h2.hero_title,
       .fullscreen_slideshow ul li .content h2.hero_title a{
            font-weight: 100;
            font-size: 89px;
            color: #FFFFFF;
            letter-spacing: -1.3px;
            line-height: 97px;
            text-align: left;
            max-width: none;
            display: block;
            -webkit-font-smoothing: antialiased;
            width: 100%;
        }
        .hero_title,
        #main_content h1.hero_title,
       .fullscreen_slideshow ul li .content h2.hero_title {
            margin-bottom: 35px;
        }
        .fullscreen_slideshow ul li .content h2.hero_title a {
            margin-bottom: 0;
        }
        .fullscreen_slideshow ul li .content .hero_subtitle {
            margin-bottom: 0;
        }
        #slideshow ul li .content h1,
        #slideshow ul li .content h1 a,
        #slideshow ul li .content h2,
        #slideshow ul li .content h2 a,
        #slideshow ul li .content p,
        #slideshow ul li .content p a,
        #slideshow ul li .content span,
        #slideshow ul li .content span a,
        #slideshow ul li .content span.h1_subtitle,
        #slideshow ul li .content .inner .date {
            transition: color 1.2s;
            /*transition-delay: 450;*/
        }
        #slideshow ul li .content .subtitle::before {
            border-color: #fff;
        }

        body.fullscreen-slide-light #slideshow ul li .content h1,
        body.fullscreen-slide-light #slideshow ul li .content h1 a,
        body.fullscreen-slide-light #slideshow ul li .content h2,
        body.fullscreen-slide-light #slideshow ul li .content h2 a,
        body.fullscreen-slide-light #slideshow ul li .content p,
        body.fullscreen-slide-light #slideshow ul li .content p a,
        body.fullscreen-slide-light #slideshow ul li .content span,
        body.fullscreen-slide-light #slideshow ul li .content span a,
        body.fullscreen-slide-light #slideshow ul li .content span.h1_subtitle,
        body.fullscreen-slide-light #slideshow ul li .content .inner .date {
            color: #1b1b1b !important;
        }
        body.fullscreen-slide-light #slideshow ul li .content .subtitle::before {
            border-color: #fff;
        }
        #main_content h1.hero_title:after {
            display: none;
        }
        .subtitle.hero_subtitle {
            color: #FFFFFF;
        }
        .subtitle.hero_subtitle::before {
            border-top: 1px solid #ffffff;
        }

        .hero_heading_wrapper,
        .fullbleed-panel-content {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            height: 100%;
            width: 100%;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            z-index: 888;
            margin: 0;
            box-sizing: border-box;
        }

        .fullbleed-panel-content .fullbleed-panel-content-inner .description.hero_description h2{
            color: #fff;
            text-align: start;
        }

    .page_stats {
        font-weight: 200;
    }


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


    /* Home
    ----------------------------------------------------------- */
    .section-home blockquote {
        margin-top: 30px;
    }

    .section-home #container-wrapper {
        margin-bottom: 0 !important;
        position: static;
    }
    .section-home #container {
        width: 100%;
        padding: 0;
    }

    .section-home #footer {
        /* display: none; */
        position: static;
    }

    .fullscreen_slideshow {
        top: 0 !important;
    }
    /*.fullscreen_slideshow ul li {

    }*/
    .fullscreen_slideshow ul li.cycle-slide-active {

    }
    body:not(.section-notable-sales):not(.page-stories) #custom_hero_header:after,
    .fullscreen_slideshow ul li:after {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.1+40,0.1+50,0.09+60,0.49+100 */
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(62,62,62,0) 37%, rgba(0,0,0,0.5) 49%, rgba(0,0,0,0.5) 53%, rgba(55,55,55,0) 78%, rgba(237,237,237,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(62,62,62,0) 37%,rgba(0,0,0,0.5) 49%,rgba(0,0,0,0.5) 53%,rgba(55,55,55,0) 78%,rgba(237,237,237,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(62,62,62,0) 37%,rgba(0,0,0,0.5) 49%,rgba(0,0,0,0.5) 53%,rgba(55,55,55,0) 78%,rgba(237,237,237,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ededed',GradientType=0 ); /* IE6-9 */
        opacity: 0.6;
    }
    .fullscreen_slideshow ul li:after {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.1+40,0.1+50,0.09+60,0.49+100 */
        background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.19) 60%, rgba(0,0,0,0.59) 100%); /* FF3.6-15 */
        background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.19) 60%,rgba(0,0,0,0.59) 100%);  /*Chrome10-25,Safari5.1-6 
        background-image: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.19) 60%,rgba(0,0,0,0.59) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#7d000000',GradientType=0 ); /* IE6-9 */
        opacity: 0.35;
    }
    .section-home .fullscreen_slideshow ul li:after {
        background: rgba(0, 0, 0, 0.3);
        opacity: 1;
    }
    #hero_header .fullscreen_slideshow ul li .image::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /*background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(62,62,62,0) 37%, rgba(0,0,0,0.5) 49%, rgba(0,0,0,0.5) 53%, rgba(55,55,55,0) 78%, rgba(237,237,237,0) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(62,62,62,0) 37%,rgba(0,0,0,0.5) 49%,rgba(0,0,0,0.5) 53%,rgba(55,55,55,0) 78%,rgba(237,237,237,0) 100%); 
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(62,62,62,0) 37%,rgba(0,0,0,0.5) 49%,rgba(0,0,0,0.5) 53%,rgba(55,55,55,0) 78%,rgba(237,237,237,0) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ededed',GradientType=0 ); 
        */
        background: rgba(0,0,0,0.2);
        opacity: 1;
    }
    .section-news .list_grid_control {
        display: none;
    }
    #slideshow.fullscreen_slideshow ul li .content .inner {
        padding-left: 0;
    }
    .fullscreen_slideshow ul li .content {
        bottom: 0;
        /*height: 100vh;*/
        height: calc(100vh - 150px);
        max-width: 1340px;
        /*max-width: 1230px;*/
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .fullscreen_slideshow ul li .content .inner {
        display: block;
        padding: 0 20px;
        color: #fff;
        max-width: 855px;
        text-align: left;
    }
        .fullscreen_slideshow ul li .content .inner .status {
            display: none;
        }

    /* Press
    ----------------------------------------------------------- */
    .section-press .records_list > ul > li {
        margin: 0 0 95px 0;
    }
    .section-press .records_list ul li {
        width: 25%;
    }
    .section-press .records_list ul li .content {
        text-align: center;
    }
    .section-press .records_list ul li .content .subtitle {
        text-align: center;
        font-size: 12px;
        color: var(--typography-grey);
        letter-spacing: 2px;
        line-height: 19px;
        padding-left: 0;
        margin-bottom: 17px;
    }
    .section-press .records_list ul li .content .subtitle:before {
        display: none;
    }
    .section-press .records_list ul li h2 {
        font-size: 27px;
        color: var(--typography-grey);
        letter-spacing: -0.59px;
        line-height: 32px;
        display: block;
        text-align: center;
        margin-bottom: 17px;
    }
    .page-press .detail_list .image img,
    .page-press .detail_list .image,
    .page-press .detail_list .image span {
        max-width: 100% !important;
        max-height: 100% !important;
    }
    .section-press.page-press .detail_list .image,
    .section-press.page-press .detail_list .image span {
        width: 100%;
        height: auto;
    }
    /*.section-press #custom_hero_header,
    .section-press .parallax-image,
    .section-press .heading_wrapper.hero_heading_wrapper {
        height: 70vh;
    }*/
    .section-press #main_content > h1 {
        float: none !important;
    }

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

    .section-artworks.page-param-categories .artworks-header {
        display: block;
    } 
    
    #page_content,
    #artwork_category_description {
        clear: both;
        margin-bottom: 50px;
    }

    .artwork-filter-panel {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        background: #d7dad3;
        width: 850px;
        max-width: 100%;
        z-index: 2000;
        transform: translateX(0);
        left: -850px;
        right:auto;
        -webkit-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -moz-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -o-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -ms-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        overflow: auto;
    }
    .artwork-filter-panel-close {
        display: none;
    }
    .artwork-filter-panel.open {
        transform: translateX(850px);
        opacity:1.0;
        background: rgba(173, 177, 167, 0.97);
        overflow: hidden;
    }
    .artwork-filter-group {
        margin-bottom: 60px;
        opacity: 0;
        transform: translateX(-80px);
    }
    .artwork-filter-group:last-child {
        margin-bottom: 0;
    }
    .artwork-filter-group.active {
        opacity: 1.0;
        transform: translateX(0);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .artwork-filter-panel h4 {
        font-size: 29px;
        color: #FFFFFF;
        letter-spacing: -0.4px;
        line-height: 35px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 14px;
    }
    .artwork-filter-panel ul {
        padding-left: 20px;
        padding-left: 0;
        list-style-type: none;
    }
    .artwork-filter-panel .inner {
        padding: 90px;
        box-sizing: border-box;
        max-height: 100vh;
        overflow: auto;
    }
    .artwork-filter-panel ul li.artwork-filter-item {
        display: inline-block;
        width: 33.3%;
        margin-right: -4px;
        font-size: 11px;
        line-height: 19px;
        color: #FFFFFF;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        margin-bottom: 4px;
        cursor: pointer;
    }
    .artwork-filter-panel ul li.artwork-filter-item span{
        display: inline-block;
        vertical-align: middle;
    }

    .artwork-filter-panel ul li.artwork-filter-item .filter-checkbox {
        display: inline-block;
        margin-right: 9px;
        width: 14px;
        height: 14px;
        border: 2px solid #fff;
        border-radius: 50%;
        vertical-align: middle;
        position: relative;
        background-color: transparent;
        -webkit-transition: all 300ms cubic-bezier(0.000, 0.515, 0.305, 1); /* older webkit */
        -webkit-transition: all 300ms cubic-bezier(0.000, 0.515, 0.305, 1.650);
           -moz-transition: all 300ms cubic-bezier(0.000, 0.515, 0.305, 1.650);
             -o-transition: all 300ms cubic-bezier(0.000, 0.515, 0.305, 1.650);
                transition: all 300ms cubic-bezier(0.000, 0.515, 0.305, 1.650); /* custom */
    }
    .artwork-filter-panel ul li.artwork-filter-item.active .filter-checkbox {
        background-color: #fff;
    }
    body.artwork-filter-panel-open  #container {
        min-height: 100vh;
    }
    .artwork-filter-panel ul li.artwork-filter-item .filter-checkbox svg {
        position: absolute;
        left: -1px;
        top: -1px;
        width: 13px;
        height: 13px;
        opacity: 0;
        transform: scale(0);
        -webkit-transition: all 300ms cubic-bezier(0.000, 0.515, 0.305, 1); /* older webkit */
        -webkit-transition: all 300ms cubic-bezier(0.000, 0.515, 0.305, 1.650);
           -moz-transition: all 300ms cubic-bezier(0.000, 0.515, 0.305, 1.650);
             -o-transition: all 300ms cubic-bezier(0.000, 0.515, 0.305, 1.650);
                transition: all 300ms cubic-bezier(0.000, 0.515, 0.305, 1.650); /* custom */

        -webkit-transition-timing-function: cubic-bezier(0.000, 0.515, 0.305, 1); /* older webkit */
        -webkit-transition-timing-function: cubic-bezier(0.000, 0.515, 0.305, 1.650);
           -moz-transition-timing-function: cubic-bezier(0.000, 0.515, 0.305, 1.650);
             -o-transition-timing-function: cubic-bezier(0.000, 0.515, 0.305, 1.650);
                transition-timing-function: cubic-bezier(0.000, 0.515, 0.305, 1.650); /* custom */
    }
    .artwork-filter-panel ul li.artwork-filter-item.active .filter-checkbox svg {
        transform: scale(1.0);
        opacity: 1.0;
    }
    .artwork-filter-panel-open.section-artworks #header a,
    .artwork-filter-panel-open.section-artworks .records_list a {
        pointer-events: none;
    }
    body.artwork-filter-panel-open {
        overflow: hidden
    }



    #artwork-filter-reveal,
    .back-to-artwork-list {
        cursor: pointer;
    }
    #artwork-filter-reveal {
        display: none !important;
    }
    #artwork-filter-reveal .filter-result,
    #artwork-filter-reveal .filter-result-text {
        margin-right: 4px;
        display: inline-block;
        vertical-align: middle;
    }
    #artwork-filter-reveal .filter-result-text::after,
    .results-found-label.display-clear-filter::after {
        content: '';
        display: inline-block;
        width: 60px;
        border-top: 1px solid #353535;
        vertical-align: middle;
        line-height: 33px;
        margin: 0 9px;
        padding-bottom: 4px;
    }
        .results-found-label.display-clear-filter::after {
            border-color: #FFF;
        }
         .filter-result-clear-all {
            display: none;
            cursor: pointer;
        }
        .display-clear-filter + .filter-result-clear-all {
            display: inline-block;
        }
    .vertical-label.back-to-artwork-list {

    }
    .back-to-artwork-list a {
        text-decoration: none;
    }
    .slide-in-icon{
        margin-left: 16px;
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }
    .vertical-label-inner:hover .slide-in-icon{
        transform: translateY(10px);
    }
    .artwork-filter-panel-close{
        position: absolute;
        right: 50px;
        top: 50px;
        z-index: 2500;
        text-indent: -9999px;
        display: block;
        width: 31px;
        height: 31px;
        background-image: url('/images/close_white.png');
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }
    .device-highres .artwork-filter-panel-close {
        background-image: url('/images/close_white_2x.png');
        background-size: 29px 29px;
    }
    #filter-results {
        opacity: 0;
        /*transform: translateY(30px);*/
        color: #fff;
        right: 50px;
    }
    #filter-results.visible {
        opacity: 1.0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /*transform: translateY(0);*/
    }

    .section-artworks .image_list ul {
        margin-right: -55px;
    }
    .section-artworks .image_list ul li {
        width: 25% !important;
        margin-right: 0;
        padding-right: 55px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
    }
    .section-artworks .image_list ul li.landscape_on_grid {
        width: 50% !important;
    }
    .section-artworks .image_list ul li.new-artwork-status {
        position: relative;
    }
    .section-artworks .image_list ul li.new-artwork-status:before {
        content: 'NEW';
        position: absolute;
        color: #FFF;
        background: black;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        top: 0;
        right: 15px;
        font-size: 12px;
        letter-spacing: 1.2px;
        z-index: 10;
    }
    /*.section-artworks .image_list ul li a:hover .image {
        transform: translateY(-20px);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .section-artworks .image_list ul li a .image {
        transform: translateY(0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }*/
    .section-artworks .image_list ul li .fill {
        display: block;
        padding-top: 134%;
        position: relative;
        text-align: center;
    }
    .section-artworks .image_list ul li.landscape_on_grid .fill {
        padding-top: 60.9%;
    }
    .section-artworks .image_list ul li .image_wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        right: 0;
        width: 100%;
    }
    .section-artworks .records_list.image_list ul li .image,
    .section-artworks .records_list.image_list ul li .image span {
        width: 100%;
        height: 100%;
        max-height: 100%;
        display: block;
        font-size: 0;
    }
    .section-artworks .records_list.image_list ul li .image span::after {
        content: '';
        width: 0.1%;
        vertical-align: middle;
        display: inline-block;
        height: 100%;
    }
    .section-artworks .image_list ul li .image img {
        max-width: 99.9% !important;
        max-height: 100% !important;
        display: inline-block;
        vertical-align: middle;
    }
    .section-artworks .image_list ul li .content {
        margin-top: 20px;
        width: 100%;
    }
    .section-artworks .image_list ul li .title {
        font-size: 27px;
        color: var(--typography-grey);
        letter-spacing: -0.59px;
        line-height: 32px;
        display: block;
        text-align: center;
        margin-bottom: 17px;
    }
    .section-artworks .image_list ul li .subtitle {
        text-align: center;
        font-size: 12px;
        color: var(--typography-grey);
        letter-spacing: 2px;
        line-height: 19px;
        padding-left: 0;
    }
    .section-artworks .image_list ul li .subtitle:before {
        text-align: center;
        display: none;
    }
    .artwork-download-link{
        border-top: 1px solid #e7e7e7;
        margin-top: 80px;
        display: block;
    }
    .artwork-download-link a {
        font-size: 12px;
        color: var(--typography-grey);
        letter-spacing: 2px;
        line-height: 33px;
        text-transform: uppercase;
        text-decoration: none;
        float: right;
        margin-top: -18px;
        background: #fff;
        padding-left: 18px;
    }
    .artwork-download-link a:hover {
        color: #333;
    }





    /* Artwork detail
    ----------------------------------------------------------- */
    #image_gallery #image_container,
    .feature_panels .panel_artwork_single.custom-artwork-panel-single .image_container,
    .feature_panels .panel_type_50 .image_container,
    .panel.panel_image_grid #image_gallery #image_container {
        width: 57%;
        height: auto;
        max-height: 80vh;
        float: none;
        display: inline-block;
        vertical-align: middle;
        padding-right: 76px;
        box-sizing: border-box;
    }
    .subsection-artworks-detail-view #image_gallery {
        position: relative;
    }
    .subsection-artworks-detail-view #image_gallery {
        position: relative;
    }
    .subsection-artworks-detail-view .title {
        font-style: italic;
    }
    .panel.panel_image_grid #image_gallery #image_container .image,
    .panel.panel_image_grid #image_gallery #image_container .image span {
        height: auto;
        display: inline;
        max-height: 80vh;
    }
    #image_gallery #image_container .image span img {
        max-height: 80vh;
        max-width: 100%;
    }



    #image_gallery #content_module,
    .feature_panels .panel_artwork_single.custom-artwork-panel-single .content,
    .feature_panels .panel_type_50 .content,
    .feature_panels .panel_type_50 .custom-content {
        width: 43%;
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        min-height: 200px;
    }
    #image_gallery  #secondary_content_module {
        border-top: 1px solid #E7E7E7;
        clear: both;
        display: block;
        position: relative;
        margin-top: 80px;
        padding-top: 80px;
    }
    #image_gallery  .artwork_details_wrapper{

    }
    #image_gallery  #secondary_content_module #artwork_description_container {
        width: 43%;
        float: right;
    }
    #image_gallery  #secondary_content_module #pull_quote_container {
        float: left;
        width: 43%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #image_gallery .page_stats {
        font-size: 16px;
        color: var(--typography-grey);
        letter-spacing: 2px;
        line-height: 25px;
        text-transform: uppercase;
        position: static;
        height: auto;
        border-top: 0;
        display: block;
        margin-top: 0;
        padding-top: 0;
        width: 100%;
        text-align: center;
        position: absolute;
        top: -16px;
    }
    #image_gallery .page_stats .ps_links {
        color: silver;
        float: none;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        padding: 0 7px;
    }
    #image_gallery .page_stats .ps_item {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        background: #fff;
    }
    #image_gallery .page_stats .ps_item:last-of-type{
        margin-right: 0;
    }
    #image_gallery .page_stats .ps_pages,
    #image_gallery .page_stats .ps_pages_indented {
        float: none;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        margin: 0;
    }
    #image_gallery .page_stats .ps_pages{
        padding: 0 7px;
    }
    #image_gallery .page_stats .ps_item.sep {
        display: none;
    }
    /*#image_gallery .ps_pages:after {
        content: '';
        display: inline-block;
        width: 60px;
        margin-right: 3px;
        border-top: 1px solid #353535;
        vertical-align: middle;
        line-height: 33px;
    }*/
    .custom-lightbox-enabled {
        cursor: url('/images/images.png'), pointer;
        cursor: -webkit-image-set(
          url('/images/images.png') 1x,
          url('/images/images_2x.png') 2x
        ), pointer;
    }





    /* Events
    ----------------------------------------------------------- */
    .section-events .custom-lightbox {
        z-index: 3000;
    }
    .section-events #fullwidth_content_module {
        padding-top: 60px;
    }
    .works-slider-container-wrapper {

    }
    .custom-subnav {
        overflow: hidden;
        margin-top: 20px;
    }

    .works-slider {
        margin-bottom: 40px;
        margin-left: -70px;
        margin-right: -70px;
    }
    .works-slider .item {
        display: block;
        border-left: 1px solid #EAEAEA;
        padding: 30px 55px;
        outline: 0;
    }
    .works-slider .item .content,
    .works-slider .item .title,
    .works-slider .item .subtitle,
    .works-slider .item .subtitle::before {
        display: block;
        text-align: center;
        clear: both;
        margin: 0 auto;
        padding: 0;
    }
    .works-slider .item .subtitle::before {
        text-align: center;
        clear: both;
        margin: 0 auto;
        padding: 0;
        position: static;
        margin-right: 0;
        float: none;
    }
    .works-slider .item .image {
        margin-bottom: 25px;
        display: block;
        outline: none;
    }
    .works-slider .item .image a,
    .works-slider .item .image span,
    .works-slider .item .image span,
    .works-slider .item .image span img {
        outline: none !important;
    }
    .records_list.record-count-1 .content {
        max-width: 650px;
    }
    .works-slider .item .content,
    .works-slider .item .title,
    .works-slider .item .subtitle,
    .works-slider .item .subtitle::before {
        margin-bottom: 22px;
        outline: none;
        margin: 0 auto 22px;
    }
    .works-slider .item .title {
        font-size: 34px;
        letter-spacing: -0.74px;
        line-height: 42px;
    }
    .works-slider .item a,
    .works-slider .item a h2,
    .works-slider .item a .content,
    .works-slider .item a .title,
    .works-slider .item a .subtitle {
        text-decoration: none;
        outline: none !important;
    }
    .works-slider .item .subtitle {
        color: var(--typography-grey);
    }
    .slider_panel_fill {
        display: none;
    }

    /* Event detail page
    ----------------------------------------------------------- */
    .section-events.page-param-type-event_id #sub_nav {
        overflow: hidden;
        margin-top: 20px;
    }
        .section-events.page-param-type-event_id #sub_nav {

        }

    .section-events.page-param-type-event_id .heading_wrapper.hero_heading_wrapper,
    .section-spotlights.page-param-type-spotlight_id .heading_wrapper.hero_heading_wrapper {
        margin-bottom: 0;
    }
    #fullwidth_content_module {
        width: 100%;
        clear: both;
        display: block;
        padding-bottom: 120px;
        padding-top: 120px;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 70px;
        position: relative;
    }
    .headline-quote {
        font-size: 38px;
        color: var(--typography-grey);
        letter-spacing: -0.32px;
        line-height: 53px;
        text-align: center;
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
        display: block;
        clear: both;
        margin-bottom: 70px;
    }
    .section-spotlights .headline-quote {
        margin-bottom: 0;
    }
    .section-spotlights #fullwidth_content_module.empty {
        padding: 35px 0;
    }
    #fullwidth_content_module .description {
        font-size: 21px;
        color: var(--typography-grey);
        letter-spacing: -0.53px;
        line-height: 36px;
        text-align: center !important;
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
    }
    #fullwidth_content_module p {
        text-align: center !important;
    }
    .event-details-wrapper .event-details {
        display: inline-block;
        vertical-align: middle;
    }
    .event-details-wrapper .event-details a{
        text-decoration: none;
    }
    .works-slider-pager {
        width: 100%;
        text-align: center;
        border-top: 1px solid #e7e7e7;
    }
    .works-slider-pager-inner {
        text-align: center;
        margin-top: -18px;
    }
    .works-slider-pager-inner > span{
        background: #fff;
        padding: 0 10px;
        font-size: 14.5px;
    }
    .works-slider-pager-inner .current-slide,
    .works-slider-pager-inner .total-slides {
        color:#545252;
        font-weight: bold;
    }
    .works-slider-pager-inner .pager-divider {
        padding: 0 4px;
        color: #d2d2d2;
    }

    /* INSTALLATION VIEWS ---------------------------------*/
    .installation-views-gallery {
        margin-right: -70px;
    }
    .ivg-left,
    .ivg-right {
        display: inline-block;
        width: 50%;
        padding: 0 70px 0 0;
        box-sizing: border-box;
        vertical-align: top;
    }

    .gallery-link-tile,
    .halfheight-image-preview {
        width: 100%;
        height: 400px;
        background: #3a3131;
        display: block;
        margin-bottom: 70px;
        background-size: cover;
        cursor: pointer;
    }

    .gallery-link-tile {
        background: #D7DAD3;
        cursor: pointer;
    }
    .fullheight-image-preview {
        height: 870px;
        background: #3a3131;
        display: block;
        background-size: cover;
        cursor: pointer;
        background-position: center;
    }
    .gallery-link-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        font-size: 38px;
        color: #FFFFFF;
        letter-spacing: -0.83px;
        line-height: 53px;
        font-weight: 100;
    }




    /* News
    ----------------------------------------------------------- */
    #main_content h1.has_subtitle::after {
        visibility: hidden;
        margin: 25px 0;
    }
    


    /* Press
    ----------------------------------------------------------- */



    /* Publications
    ----------------------------------------------------------- */
    .section-publications  .works-slider-container-wrapper {
        clear: both;
    }
    .section-publications .buy.link a,
    .enquire .link a {
        color: #4a4a4a;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13.5px;
        letter-spacing: 1.5px;
    }
    .enquire .link a {
        margin-top: 40px;
    }
    /*.section-publications.page-publications #main_content > h1 {
        display: none;
    }*/
    .section-publications.page-publications .works-slider img {
        margin:auto;
    }
    .section-publications.page-publications .works-slider .item .image a,
    .section-publications.page-publications .works-slider .item .image span,
    .section-publications.page-publications .works-slider .item .image span,
    .section-publications.page-publications .works-slider .item .image span img {
        max-height: 20vh;
    }
    .section-publications .fancybox-lock .fancybox-overlay {
        background: #444444;
    }
    .section-publications .fancybox-close {
        top: 20px;
        right: 20px;
    }
    .section-publications .works-slider h2 {
        font-size: 34px;
        letter-spacing: -0.74px;
        line-height: 42px;
    }
    .section-publications .page-content {
        display: block;
        padding: 70px;
    }
    .publications-content-block {
        float: left;
        width: 48%;
    }
    .publications-content-block:nth-child(2) {
        float: right;
    }

        /* Publication record
        ----------------------------------------------------------- */
        #main_content .subsection-publication-record h1{
            font-weight: 400;
            font-size: 43px;
            color: var(--typography-grey);
            letter-spacing: -0.83px;
            line-height: 58px;
            margin-bottom: 30px;
            text-align: left;
        }
        #main_content .subsection-publication-record h1:after{
            display: none;
        }
        .subsection-publication-record  works-slider{
            padding-top: 80px;
        }
        .subsection-publication-record  #content_module{
            padding-top: 80px;
        }
        
        .subsection-publication-record #content_module .heading_wrapper {
            float: none;
        }
        
     /* Stories
    ----------------------------------------------------------- */
    
    /*.section-discover .subsection-stories-grid .records_list > ul > li {
        width: 33%;
    }*/
    .section-discover .subsection-stories-grid .records_list ul li .subtitle {
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 25px;
        letter-spacing: 1.8px;
        color: #333333;
        padding-left: 60px;
    }
    .section-discover .subsection-stories-grid .records_list ul li .subtitle::before {
        border-top: 1px solid #333333;
        width: 50px;
    }
    .section-notable-sales .subheading,
    .section-discover .subsection-stories-grid .subheading {
        margin-bottom: 40px;
        text-transform: none;
        letter-spacing: 1px;
        font-size: 30px;
    }
    .section-notable-sales .subheading span {
        background-color: transparent;
    }
    .section-notable-sales .subheading {
        margin-bottom: 0px;
    }
    .section-notable-sales .subheading:after,
    .section-discover .subsection-stories-grid .subheading:after {
        content: '';
        border-top: 1px solid #353535;
        display: block;
        width: 50px;
        margin-left: 107px;
        margin-top: -7px;
        padding-bottom: 20px;
    }
    .section-notable-sales .subheading:after {
        margin-left: 200px;
    }
    .section-discover .subsection-stories-grid .records_list ul li h2 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .section-discover .subsection-stories-grid .records_list ul li .description {
        font-size: 14px;
        line-height: 24px;
    }
    
    .section-discover .subsection-stories-grid .subheading {
        float: left;
        width: auto;
        margin-bottom: 60px;
    }
    .section-discover .subsection-stories-grid .sub_header {
        float: right;
        width: auto;
        clear: none;
        margin-bottom: 60px;
    }
    
    .section-discover .subsection-stories-grid .section_filter {
        flex: auto;
        margin-top: -5px;
    }
    
    body.fullscreen-slide-light #slideshow ul li .content p,
    body.fullscreen-slide-light #slideshow ul li .content span {
        color: #fff !important;
    }
    
    body.section-discover.page-stories.type-fullscreen #content,
    body.section-notable-sales.type-fullscreen #content {
        padding-top: calc(100vh + 60px);
    }
    
    #custom_hero_header #hero_header {
        z-index: auto;
    }
    
    #custom_hero_header #hero_header > .inner {
        height: 100vh;
    }
    .cms-frontend-toolbar-active #custom_hero_header #hero_header > .inner {
        height: calc(100vh - 28px);
    }
    
    #container #slideshow.fullscreen_slideshow .hero-parallax-element .image, 
    #content #slideshow.fullscreen_slideshow .hero-parallax-element .image {
        display: block;
    }
    
    body.page-stories.horizontal-filter-layout #artwork-filter-reveal {
        display: none!important;
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel .inner {
        padding: 0;
        display: flex;
        overflow: visible;
        justify-content: flex-end;
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel{ 
        position:static;
        transform:none;
        display:block;
        width:100%;
        overflow:visible;
        clear:both;
        background:0 0
        
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel .inner{
        padding:0;
        display:flex;
        overflow:visible;
        justify-content:flex-end
        
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel .artwork-filter-group{
        opacity:1;
        transform:none
        
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel ul li.artwork-filter-item{
        width:100%;margin:10px 10px
        
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel h4{
        font-weight:bold;
        font-size:12px;
        line-height:35px;
        letter-spacing:1.8px;
        text-transform:uppercase;
        color:#353535;
        margin-left:35px;
        cursor:pointer
        
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel .arrow{
        display:inline-block;
        margin-right:5px
        
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel h4:hover,
    body.page-stories.horizontal-filter-layout .artwork-filter-panel h4:hover .arrow path{
        color:#000;
        stroke:#000
        
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel .artwork-filter-group{
        display:inline-block;
        position:relative
        
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel .artwork-filter-group li{
        display:none;
        padding:0;
        text-align:left;
        color:#000
        
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel .artwork-filter-group>ul.visible{
        display:inline-block;
        position:absolute;
        right:0;
        background:#fff;
        border:1px solid #d3d1d1;
        z-index:1;
        top:40px;
        padding:10px 20px;
        box-shadow:1px 1px 5px rgba(0,0,0,.1);
        z-index:9
        
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel .artwork-filter-group>ul.visible li{
        display:inline-block;
        white-space:nowrap;
        display:block;
        cursor:pointer
        
    }
    
    body.page-stories.horizontal-filter-layout .artwork-filter-panel ul li.artwork-filter-item .filter-checkbox{
        border-color:#d7dad3
        
    }
    
    body.page-stories.horizontal-filter-layout #artwork-filter-reveal{
        display:none!important
        
    }
    
    @supports (display:grid) {
        body.page-stories.horizontal-filter-layout .artwork-filter-panel .artwork-filter-group.three-col.visible {
                display: grid;
                grid-template-columns: 3fr 3fr 3fr;
                grid-column-gap: 40px;
            }
    }
    
    /*#custom_hero_header:after, */
    /*.fullscreen_slideshow ul li:after {*/
    /*    background: none;*/
    /*}*/


    /* Events
    ----------------------------------------------------------- */
    .section-events .records_list.record-count-1 ul {
        margin-bottom: 0;
    }
    .section-events .records_list.record-count-1 ul li {
        width: 100%;
    }
    .section-events .records_list.record-count-1 ul li a{
        margin-right: -60px;
    }
    .section-events .records_list.record-count-1 ul li .image{
        width: 50%;
        float: none;
        display: inline-block;
        padding-right: 60px;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .section-events .records_list.record-count-1 ul li .content {
        float: none;
        display: inline-block;
        width: 50%;
        padding-right: 60px;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .page-events .records_list.detail_list .image {
        margin-bottom: 30px;
    }
    .page-events .records_list.detail_list .image,
    .page-events .records_list.detail_list .image span {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .page-events .records_list.detail_list .image img {
        max-width: 100%;
        max-height: none;
    }

    /* Spotlights
    ----------------------------------------------------------- */
    .section-spotlights.language-de.page-spotlights #main_content h1::after {
        display: none;
        
    }
    .section-spotlights.language-de.page-spotlight .hero_title {
        display: none;
    }
    .section-spotlights.language-de.page-spotlights h1.hidden {
        height: auto;
    }
    .section-spotlights.language-de.page-spotlights .subtitle.hero_subtitle::before,
    .section-spotlights.language-de.page-spotlights .subtitle.hero_subtitle {
        border-color: #353535;
        color: var(--typography-grey);
    }
    .section-spotlights.language-de.page-spotlights h1.hidden {}
    .section-spotlights.page-param-type-spotlight_id.page-param-archive .heading_wrapper.hero_heading_wrapper {
        margin-bottom: 120px;
    }
    .page-spotlights .records_list ul li.featured-item {
        width: 100%;
    }
    .page-spotlights li.featured-item.last {

        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 70px;
        padding-bottom: 44px;
    }
    .page-spotlights .records_list ul li.featured-item .image {
        width: 50%;
        float: none;
        display: inline-block;
        padding-right: 60px;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .page-spotlights .records_list ul li.featured-item  .content {
        float: none;
        display: inline-block;
        width: 50%;
        padding-right: 60px;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .page-spotlights .records_list ul li.featured-item  .content h2{
        font-size: 48px;
        line-height: 60px;
        margin: 0 0 35px;
    }
    .page-spotlights .records_list ul li.featured-item  .content {
        max-width: 650px;
    }

    .page-spotlights .records_list.detail_list .image {
        margin-bottom: 30px;
    }
    .page-spotlights .records_list.detail_list .content .description {
        display: none;
    }
        .page-spotlights .records_list.detail_list ul li.featured-item .content .description {
            display: block;
        }
    .page-spotlights .records_list.detail_list .image,
    .page-spotlights .records_list.detail_list .image span {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .page-spotlights .records_list.detail_list .image img {
        max-width: 100%;
        max-height: none;
    }
    #spotlights_nav,
    #press_nav {
        padding: 0 0 40px;
    }
    #spotlights_nav li:first-child,
    #press_nav li:first-child {
        margin-left: 0;
    }
    .related-item {
        width: 33.3%;
        padding-right: 60px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
    }
    .related-items {
        position: absolute;
        left: 0;
        right: 0;
        background: #D7DAD3;
    }
    .related-items-inner {
        max-width: 1320px;
        width: 100%;
        min-height: 35px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 45px 30px;
    }
    .related-items-grid {
        margin-right: -60px;
        padding-top: 25px;
    }
    .related-items .title {
        font-size: 38px;
        color: var(--typography-grey);
        letter-spacing: -0.83px;
        line-height: 56px;
        margin-bottom: 14px;
    }
    .related-items .related-item a,
    .related-items .related-item a .title,
    .related-items .related-item a .subtitle {
        text-decoration: none;
    }

    #container .zoomContainer {
        z-index: 10;
    }
    
    /* Store
    ----------------------------------------------------------- */
    
    .section-store.page-param-basket h1 {
        display: none !important;
    }
    
    #shopping_cart_information td.sc_cell_item .title, 
    #wishlist_information td.sc_cell_item .title {
        font-size: 16px;
    }
    
    .subsection-store-basket #content_module {
        width: 55%;
        float: left;
    }
    .subsection-store-basket #sidebar {
        float: right;
        width: 45%;
        padding-left: 50px;
    }
    
    
    #sc_checkout_content #shipping_container select {
        height: 38px;
    }
    
    #store_cart_widget #scw_heading .scw_checkout_link {
        
    }
    #scw_heading {
        margin-right: 20px;
    }
    
    #store_cart_widget #scw_items .scw_total_items {
        margin-left: 0;
    }
    
    .subsection-store-grid-artworks .records_list > ul > li,
    .subsection-store-grid-publications .records_list > ul > li {
        width: 33.3%;
    }
    
    .page-store .records_list .image img {
        max-width: 380px;
        max-height: 320px;
    }
    .page-store .records_list .image, 
    .page-store .records_list .image span {
        width: 100% !important;
        height: 320px !important;
        display: flex;
        align-items: center;
    }

    .section-store .records_list.feature_list ul li .outer {
        width: 50%;
    }
    .section-store .records_list.feature_list ul li .outer .image,
    .section-store .records_list.feature_list ul li .outer .image span {
        height: auto !important;
    }
    .section-store .records_list.feature_list ul li .outer .image img {
        max-height: 600px;
        max-width: 100%;
    }
    
    .store_item_add_to_cart {
        height: 45px;
    }
    
    .store_item_add_to_cart span {
        height: 34px;
        padding-top: 0;
    }
    .store_item .variant {
        margin: 0 20px 0 0;
        width: auto;
    }
    .store_item.active .store_item_controls {
        width: 100%;
        padding-top: 5px;
    }

    .store_item .title, .store_item .quantity {
        display: none;
    }
    
    #store_cart_widget, 
    #wishlist_cart_widget {
        padding: 12px 0;
        margin-bottom: 50px;
        font-size: 11px;
        line-height: 35px;
        letter-spacing: 1.8px;
        text-transform: uppercase;
    }
    
    .hide_widget {
        display: none;
    }
    
    body.section-mailing-list #store_cart_widget, 
    body.section-mailing-list #wishlist_cart_widget {
        display: none !important;
    }
    
    .subsection-store-record.subsection-store-publications-record .heading_wrapper {
        float: none;
    }
    
    #image_gallery #secondary_content_module #artwork_description_container,
    #image_gallery #content_module,
    .subsection-store-record.subsection-store-artworks-record #store_cart_widget, 
    .subsection-store-record.subsection-store-publications-record #wishlist_cart_widget,
    .subsection-store-record.subsection-store-artworks-record #content_module,
    .subsection-store-record.subsection-store-publications-record #content_module {
        padding-right: 60px;
    }
    .subsection-store-record .navigation ul li, 
    .subsection-store-list-page .navigation ul li {
        margin-left: 0;
        margin-right: 25px;
    }
    
    #shopping_cart_information td.sc_cell_quantity .decrease_qty, 
    #shopping_cart_information td.sc_cell_quantity .increase_qty,
    #shopping_cart_information td.sc_cell_remove .remove, 
    #wishlist_information td.sc_cell_remove .remove {
        margin-top: 6px;
    }
    
    #shopping_cart_information td.sc_cell_item .details, 
    #wishlist_information td.sc_cell_item .details {
        display: block;
    }
    
    .store-header.heading_wrapper #h1_wrapper h1 {
        width: 90%;
    }
    
    .page-param-basket .currency_store_select_wrapper {
        margin: 10px 0;
    }
    .product_detail .title {
        margin-bottom: 5px;
    }
    .product_detail .details {
        line-height: 20px;
    }
    
    /* Team
    ----------------------------------------------------------- */

    .page-team .records_list > ul > li .read_more_link {
        display: inline-block;
        font-size: 12px;
        line-height: 35px;
        letter-spacing: 1.8px;
        text-transform: uppercase;
    }
    .page-team .records_list.image_list .subtitle {
        padding-left: 0;
    }
    .page-team .records_list.image_list .subtitle::before {
        display: none;
    }
    .page-team .records_list.directors > ul > li,
    .page-team .records_list.directors > ul > li {
        width: 100%;
    }
    .page-team .records_list ul {
        text-align: center;
    }
    .page-team .records_list.directors ul {
        margin-bottom: 0;
    }
    .page-team .records_list.directors ul li {
        width: 100%;
    }
    .page-team .records_list.directors ul li a{

    }
    .page-team .records_list.directors ul li .image {
        width:  43%;
        float: none;
        display: inline-block;
        padding-right: 60px;
        box-sizing: border-box;
        vertical-align: middle;
        margin-right: 0;
    }
    .page-team .records_list ul li .content {
        text-align: left;
    }
    .page-team .records_list.directors ul li .content {
        float: none;
        display: inline-block;
        width: 56%;
        padding-right: 0;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .page-team .records_list ul li .description {
        margin: 0 0 15px;
    }
    .page-team .records_list.directors ul li .description {
        margin: 0 0 35px;
    }
    
    .subsection-team-grid .records_list ul li .image a, 
    .subsection-team-grid .records_list ul li .content a {
        display: inline;
    }

        /* Team detail
        ----------------------------------------------------------- */
         #main_content  .subpage-team-record h1::after {
            display: none;
        }
         #main_content  .subpage-team-record h1{
            margin-bottom: 40px;
        }
        .page-team #sidebar {
            width: 38%;
            float: left;
        }
        .page-team #content_module {
            width: 55%;
            float: right;
        }
        .page-team .links-panel {
            padding-top: 45px;
        }
        .page-team .links-panel .custom_social_links_item {
            float: none;
                width: auto;
            text-align: left;
            font-size: 12px;
            line-height: 23px;
            color: var(--typography-grey);
            letter-spacing: 1.51px;
            text-transform: uppercase;
            text-decoration: none;
            display: inline-block;
        }
        .page-team .links-panel .custom_social_links_item a {
            text-decoration: none;
        }
        .page-team .links-panel .social-divider {
            padding: 0 10px;
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            color: var(--typography-grey);
        }

    /* Contact
    ----------------------------------------------------------- */
    #contact-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #F5F5F5;
        z-index: 99999;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
        -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);
        color: var(--typography-grey);
        font-size: 19px;
        line-height: 37px;
        /*display: block;*/
        overflow: auto;
    }
    #contact-overlay-inner {
        max-width: 1320px;
        width: 100%;
        margin: 0 auto;
        min-height: 100vh;
    }
    #contact-static #contact-overlay-inner {
        min-height: unset;
    }
    body.contact-overlay-active {
        overflow: hidden;
    }
    #contact-overlay-inner .sidebar {
        width: 50%;
        float: left;
        height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #contact-overlay-inner .content_module {
        width: 50%;
        float: right;
        height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contact-overlay-close {
        position: fixed;
        right: 50px;
        top: 50px;
        display: block;
        cursor: pointer;
        opacity: 0.7;
        z-index: 2000;
    }
    #contact-overlay-inner .content_module {
        max-height: 100vh;
        padding: 60px;
        height: auto;
        max-height: none;
    }
    #contact-overlay .content_module .column-inner {
        padding: 60px;
        max-height: 100vh;
        overflow: auto;
    }
    .contact-overlay-close:hover {
        opacity: 1;
    }

    #contact-overlay-inner #main_content h1,
    #contact-overlay-inner .h1{
        text-align: left;
        font-size: 50px;
        color: var(--typography-grey);
        letter-spacing: -0.98px;
        line-height: 69px;
        margin: 0px 0 10vh 0;
        display: block;
    }
    #contact-overlay-inner #main_content h1::after {
        display: none;
    }
    #contact-overlay-inner #social_links {
        float: none;
        width: 100%;
        max-width: 370px;
        text-align: left;
        font-size: 12px;
        line-height: 23px;
        color: var(--typography-grey);
        letter-spacing: 1.51px;
        text-transform: uppercase;
    }
    #contact-overlay-inner .custom_social_links_item,
    #contact-overlay-inner .social-divider {
        display: inline-block;
        opacity: 0;
        transform: translateX(-50px);
    }
    #contact-overlay-inner .custom_social_links_item.active,
    #contact-overlay-inner .social-divider.active,
    #contact-static .custom_social_links_item,
    #contact-static .social-divider {
        opacity: 1.0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        transform: translateX(0);
    }
    #contact-overlay-inner .custom_social_links_item a{
        text-decoration: none;
        color: var(--typography-grey);
    }
    .social-divider {
        padding: 0 10px;
    }
    #contact-overlay-inner .column-inner {
        padding: 0 60px;
        opacity: 0;
        transform: translateY(90px);
        box-sizing: border-box;
    }
    #contact-overlay-inner .column-inner.active,
    #contact-static .column-inner {
        opacity: 1.0;
        transform: translateY(0);
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        overflow: hidden;
    }
    #contact-static .column-inner {
        display: flex;
        flex-direction: column;
    }

    #contact-static #contact-overlay-inner > .clearwithin {
        display: flex;
        /* align-items: center; */
    }
    #contact-static .sidebar {
        height: 100%;
    }
    #contact-static .sidebar,
    #contact-static .content_module {
        /* height: calc(100vh - 151px); */
        float: unset;
    }
    #contact-static .content_module {
        padding-top: 0;
    }


    /* Blog
    ----------------------------------------------------------- */
    .blog-header {
        display: block;
        clear: none;
        width: auto;
        float: left;
    }
        .blog-header > div {
            display: block;
            clear: both;
        }

    
    .section-blog #content {
        width: auto;
        clear: both;
    }
    .section-blog #sidebar {
        float: right;
        width: 32%;
    }
        .section-blog #sidebar .content,
        .section-blog #sidebar .description,
        .feature_panels .records_list ul li.fp_custom_twitter-feed .acms-tw-text {
            font-size: 17px;
        }
        .section-blog .link a, .section-blog #sidebar .posted, .section-blog .mainButton input {
            text-transform: uppercase;
            font-family: 'NuO', sans-serif;
            font-size: 12px;
            line-height: 35px;
            letter-spacing: 1.8px;
            font-weight: bold;
            color: var(--typography-grey);
        }
        .section-blog #sidebar .posted {
            display: block;
        }
    .section-blog #content_module {
        float: left;
        width: 63%;
    }
        .section-blog #content_module h2 {
            font-size: 33px;
        }
    .section-blog .records_list.reading_list ul li .content {
        max-width: none;
    }
    .section-blog .records_list.reading_list ul li {
        padding-right: 0;
    }

    .section-blog .feature_panels .records_list ul li h2 {
        font-size: 26px;
        line-height: 1;
    }
    .section-blog #content .author {
        padding-left: 0;
        margin-bottom: 20px;
    }
    




/* -----------------------------------------------------------
   Global Classes
----------------------------------------------------------- */

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

    .records_list {

    }
        .records_list ul {
            margin-right: -60px;
        }
        .records_list > ul > li {
            margin: 0 0 60px 0;
            float: none;
            display: inline-block;
            width: 50%;
            padding-right: 60px;
            box-sizing: border-box;
            vertical-align: top;
        }
        .records_list ul li a,
        .records_list ul li a:visited {

        }
        .records_list ul li .image {
            margin-bottom: 30px;
        }
        .records_list ul li .image, .records_list ul li .icon {
            background: transparent;
            float: none;
            text-align: center;
            display: block;
            table-layout: fixed;
            background: none;
        }
        .records_list ul li a .image span {
            overflow: hidden;
        }
        .records_list ul li a:hover .image img{
            transform: scale(1.03) !important;
        }
        .records_list ul li .image img{
            -moz-transition: transform 0.5s;
            -webkit-transition: transform 0.5s;
            transition: transform 0.5s;
        }
            .section-artworks .records_list ul li:hover .image img{
                -moz-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1) ;
            }
            /*.section-artworks .records_list ul li .image img{
                -moz-transition: none;
                -webkit-transition: none;
                transition: none;
                opacity: 0;
                -moz-transition: opacity 0.5s;
                -webkit-transition: opacity 0.5s;
                transition: opacity 0.5s;
            }*/
            .section-artworks .records_list ul li .image img.visible,
            .section-artworks #search_results .records_list ul li.inview .image img{
                opacity: 1.0;
            }

        .records_list ul li h2 {
            font-size: 40px;
            line-height: 50px;
            margin: 0 0 35px;
        }
        .records_list ul li .subtitle {
            margin: 0 0 35px;
            padding-left: 35px;
        }
        .records_list ul li .subtitle::before {
            width: 25px;
        }
        .records_list ul li .description {
            margin: 0 0 35px;
        }

    /* 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 {
            width: 100%;
        }


    /* 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 {

        }


    /* Feature list
    ----------------------------------------------------------- */

    .records_list.feature_list {

    }
        .records_list.feature_list ul {
            margin-right: 0;
        }
        .records_list.feature_list ul li {
            width: 100%;
        }
        .records_list.feature_list ul li .image {
            
        }
        .records_list.feature_list ul li h2,
        .section-spotlights .records_list.feature_list ul li h2,
        .section-about-us.page-team .records_list.feature_list ul li h2,
        .page-team .records_list.feature_list > ul > li  h2 {
            font-size: 48px;
            line-height: 60px;
            margin: 0 0 35px;
        }
        .page-spotlights .records_list ul li.featured-item  .content  .subtitle,
        .records_list.feature_list ul li .subtitle,
        .section-spotlights .records_list.feature_list ul li .subtitle,
        .section-about-us.page-team .records_list.feature_list ul li .subtitle,
        .page-team .records_list.feature_list > ul > li  .subtitle {
            padding-left: 72px;
        }
        .page-spotlights .records_list ul li.featured-item  .content  .subtitle::before,
        .records_list.feature_list ul li .subtitle::before,
        .section-spotlights .records_list.feature_list ul li .subtitle::before,
        .section-about-us.page-team .records_list.feature_list ul li .subtitle::before,
        .page-team .records_list.feature_list > ul > li  .subtitle::before {
            width: 60px;
        }


    /* Feature panels
    ----------------------------------------------------------- */

    .feature_panels {

    }
        .feature_panels .panel {
            margin-bottom: 70px;
        }
        .full_list ul li {

        }
        .full_list ul li .image {

        }

        .page-team .records_list > ul > li,
        .page-team .records_list.image_list > ul > li,
        .section-about-us.page-team .records_list > ul > li,
        .section-about-us.page-team .records_list.image_list > ul > li { 
            width: 50%;
        }

        /* Three column lists
        ----------------------------------------------------------- */

        .section-spotlights.no-page-params .records_list > ul > li {
            width: 33.3%;
        }
        .page-team .records_list > ul > li .image,
        .page-team .records_list > ul > li .image span,
        .page-team .records_list > ul > li .image img,
        .section-about-us.page-team .records_list.image_list ul li .image,
        .section-about-us.page-team .records_list.image_list ul li .image span,
        .section-about-us.page-team .records_list.image_list ul li .image img,
        body.page-team .image_list ul li .image,
        body.page-team .image_list ul li .image span {
            width: 100%;
            height: auto;
            max-width: 100%;
            max-height: none;
        }
        .image_list ul li .image {
            margin: 0 0 30px;
        }
        .section-spotlights.no-page-params .records_list ul li h2,
        .section-about-us.page-team .records_list ul li h2,
        .page-team .records_list > ul > li  h2{
            font-size: 34px;
            line-height: 46px;
            margin: 0 0 18px;
        }
        .section-spotlights.no-page-params .records_list ul li .description,
        .section-about-us.page-team .records_list ul li .description,
        .page-team .records_list > ul > li .description{

        }
        .section-spotlights.no-page-params .records_list ul li .read_more_link{
            display: none;
        }
        .section-spotlights.no-page-params .records_list ul li .read_more_link{
            display: none;
        }





        /* Feature panel Generic
        ----------------------------------------------------------- */
        .feature_panels .records_list ul {
            text-align: center;
            margin-right: -70px;
            margin-bottom: 0;
        }
        .feature_panels .records_list > ul > li {
            margin: 0 0 90px 0;
            display: inline-block;
            padding-right: 70px;
            box-sizing: border-box;
            float: none;
            vertical-align: top;
        }
            .feature_panels .records_list > ul > li:last-child {
                margin-bottom: 0;
            }

        .feature_panels .records_list ul li.panel.panel_standard,
        .feature_panels .records_list ul li.panel_text,
        .feature_panels .records_list ul li.panel.panel_type_60{
            width: 33.3%;
        }
        .feature_panels .records_list ul li.panel.panel_standard.panel_style_two_columns,
        .feature_panels .records_list ul li.panel_text.panel_style_two_columns,
        .feature_panels .records_list ul li.panel.panel_standard.panel_style_half_width,
        .feature_panels .records_list ul li.panel_text.panel_style_half_width {
            width: 50%;
        }
        .feature_panels .records_list ul li.panel.panel_standard.panel_style_full_width,
        .feature_panels .records_list ul li.panel_text.panel_style_full_width {
            width: 100%;
            clear: both;
            float: left;
        }
        .feature_panels .records_list ul li.panel.panel_standard .image {
            margin-bottom: 40px;
            display: table;
        }
        /*
        .feature_panels .records_list ul li.panel.panel_standard .image,
        .feature_panels .records_list ul li.panel.panel_standard .image span {
            width: 100%;
            height: auto;
        }
        .feature_panels .records_list ul li.panel.panel_standard .image img {
            max-width: 100%;
            max-height: none;
        }*/
        .feature_panels .records_list ul li h2,
        .feature_panels .records_list ul li .subtitle {
            margin: 0 0 30px;
        }


        .panel_image_slideshow h2,
        .panel_image_slideshow .subtitle {
            font-size: 16px !important;
            line-height: 32px !important;
            height: auto !important;
            display: inline-block;
            width: auto;
            vertical-align: middle;
        }
        .panel_image_slideshow h2 {
            padding-right: 10px;
        }

        /* Feature Panels
        ----------------------------------------------------------- */
        .feature_panels.feature_panels_layout_standard {
            width: 100%;
            display: block;
        }
        .panel_style_full_width .content{
            max-width: 100% !important;
        }

        .feature_panels.feature_panels_layout_standard .image,
        .feature_panels.feature_panels_layout_standard > .image,
        .feature_panels.feature_panels_layout_standard .panel_image_slideshow {
            display: block;
        }
        .feature_panels .records_list.image_list ul li.panel_image_grid {
            margin-bottom: 0;
        }
        .feature_panels .records_list.image_list ul li.panel_image_grid .records_list.image_list ul {
            margin-right: -120px;
        }
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li {
            display: inline-block;
            padding-right: 120px;
            box-sizing: border-box;
            width: 33.3%;
            margin-right: -4px;
            vertical-align: top;
        }
            .feature_panels .records_list.image_list ul li.panel_image_grid.panel_variant_2 > .image_list ul li {
                width: 25%;
            }
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .image {
            margin-bottom: 25px;
            width: 100%;
            height: auto;
        }
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .image,
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .image span,
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .image span img{
            width: 100%;
            height: auto;
            max-width: 100%;
            max-height: none;
        }
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .content {
            text-align: center;
            /*min-height: 200px;*/
            width: 100%;
        }
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li h2 {
            font-size: 33px;
            color: var(--typography-grey);
            letter-spacing: -0.83px;
            line-height: 50px;
            margin-bottom: 25px;
        }
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .subtitle {
            color: var(--typography-grey);
            display: block;
        }
        .feature_panels.feature_panels_layout_standard .works-slider .item .content,
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li h2,
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .subtitle,
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .subtitle::before {
            display: block;
            text-align: center;
            clear: both;
            margin: 0 auto;
            padding: 0;
            margin-bottom: 25px;
            width: 100%;
            position: static;
            float: none;
            box-sizing: border-box;
        }
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .subtitle::before {
            max-width: 60px;
        }


        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .image_wrapper {
            position: absolute;
            top: 0;
            bottom: 0;
            height: 100%;
            left: 0;
            right: 0;
            width: 100%;
        }
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .fill {
            display: block;
            padding-top: 134%;
            position: relative;
            text-align: center;
        }
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .image span img {
            max-width: 99.9% !important;
            max-height: 100% !important;
            display: inline-block;
            vertical-align: middle;
            width: auto;
        }
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .image,
        .feature_panels .records_list.image_list ul li.panel_image_grid > .image_list ul li .image span {
            width: 100%;
            height: 100%;
            max-height: 100%;
            display: block;
            font-size: 0;
        }
        .panel.panel_image_grid ul li .image span::after {
            content: '';
            width: 0.1%;
            vertical-align: middle;
            display: inline-block;
            height: 100%;
        }


        /* Feature panel type 50 - Artwork single
        ----------------------------------------------------------- */
        .feature_panels .panel_artwork_single.custom-artwork-panel-single .image_container .image{
            width: 100%;
            height: 100%;
            text-align: center;
        }
        .feature_panels .panel_artwork_single.custom-artwork-panel-single .image_container .image{
            width: 100%;
            height: 100%;
            text-align: center;
        }
        .feature_panels .panel_artwork_single.custom-artwork-panel-single .image span img {
            max-height: 100%;
            max-width: 100%;
        }




        /* Image/Text adjacent
        ----------------------------------------------------------- */

        .feature_panels .image_list ul li.panel_image_text_adjacent .image {
            padding-right: 70px;
            margin-bottom: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .feature_panels .records_list.image_list ul li.panel_image_text_adjacent .content {
            padding-right: 70px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        /* Feature panel type 70 - CUSTOM Image/Text adjacent
        ----------------------------------------------------------- */

        .feature_panels .panel.panel_type_70 {
            width: 100%;
            position: static;
        }
        .feature_panels .panel.panel_type_70 .panel-fill {
            width: 100%;
            position: static;
            display: block;
        }
        .feature_panels .records_list.image_list ul li.panel_type_70 .content,
        .feature_panels .records_list.image_list ul li.panel_type_70 .image {
            width: 50%;
            display: inline-block;
            float: none;
            vertical-align: middle;
            padding-right: 0;
            background: #282828;
            margin-bottom: 0;
        }
            .feature_panels .records_list.image_list ul li.panel_type_70.background-colour-green .content,
            .feature_panels .records_list.image_list ul li.panel_type_70.background-colour-green .image {
                background: #d7dad3;
            }
        .feature_panels .image_list ul li.panel_type_70 .image span,
        .image_list ul li.panel_type_70 .image img {
            width: 100% !important;
            height: auto !important;
        }
        .feature_panels .records_list ul li.panel_type_70 .image img {
            max-width: 100% !important;
            max-height: 100% !important;
        }
        .feature_panels .panel.panel_type_70 .panel_adjacent_inner{
            width: 100%;
            padding-right: 0 !important;
            overflow:hidden;
            background: #282828;
            position: absolute;
            left: 0;
        }
            .feature_panels .panel.panel_type_70.background-colour-green .panel_adjacent_inner{
                background: #d7dad3;
            }
            .feature_panels .panel.panel_type_70 .content,
            .feature_panels .panel.panel_type_70 .image {
                width: 50%;
                display: inline-block;
                float: none;
                vertical-align: middle;
            }
            .feature_panels .panel.panel_type_70 .image {
                width: 50%;
                display: inline-block;
                float: none;
                vertical-align: middle;
                line-height: 0;
            }
            .feature_panels .panel.panel_type_70 .outer {
                display: inline;
            }
            .feature_panels .panel.panel_type_70 .content {
                padding-right: 20px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                color: #fff;
            }
            .feature_panels .records_list.image_list ul li.panel_type_70.background-colour-green .content{
                background: #d7dad3;
            }
            .feature_panels .panel.panel_type_70.content h2,
            .feature_panels .panel.panel_type_70.content .subtitle{
                text-align:initial;
            }
            .feature_panels .panel.panel_type_70 h2.fp_title {
                font-size: 38px;
                color: #FFFFFF;
                letter-spacing: -0.82px;
                line-height: 53px;
                margin-bottom: 40px;
            }
                .feature_panels .panel.panel_type_70.background-colour-green h2.fp_title {
                    color: #333;
                }
            .feature_panels .panel.panel_type_70 .subtitle {
                color: #FFFFFF;
                font-weight: 600;
            }
            .feature_panels .panel.panel_type_70.background-colour-green .subtitle {
                color: #333;
            }
            .feature_panels .panel.panel_type_70 .description {
                color: #d4d4d4;
                line-height: 40px;
            }
            .feature_panels .panel.panel_type_70.background-colour-green  .description {
                color: #333;
            }
            .feature_panels .panel.panel_type_70 .subtitle::before {
                border-top: 1px solid #ffffff;
            }
            .feature_panels .panel.panel_type_70.background-colour-green  .subtitle::before {
                border-top: 1px solid #333;
            }
            .feature_panels .image_list ul li.panel_type_70 .image {
                height: auto !important;
            }
            .feature_panels .panel.panel_type_70 .content-inner {
                max-width: 760px;
                display: block;
                margin: 0 auto;
                padding: 30px 100px;
                box-sizing: border-box;
            }
            .feature_panels .panel.panel_type_70 .content {
                box-sizing: border-box;
            }
            .feature_panels .records_list.image_list ul li.panel_type_70 .content h2,
            .feature_panels .records_list.image_list ul li.panel_type_70 .content .subtitle {
                text-align: initial;
                margin-bottom: 45px;
            }



        /* Feature panel hero
        ----------------------------------------------------------- */

        .feature_panels .records_list ul li.panel_fullbleed {
            width: 100%;
            display: block;
            position: static;
        }
        .feature_panels .records_list ul li.panel_fullbleed .fullbleed-panel-wrapper {
            position: absolute;
            left: 0;
            right: 0;
            height: 60vh;
        }
        .feature_panels .records_list ul li.panel_fullbleed:not(.panel_fullbleed_split) .fullbleed-panel-content {
            position: absolute;
        }
        .feature_panels .records_list ul li.panel_fullbleed .parallax-clear {
            padding-top: 60vh;
            display: block;
        }

        /* Feature panel hero split
        ----------------------------------------------------------- */
        .feature_panels .records_list ul li.panel_fullbleed_split .fullbleed-panel-wrapper {
            background: #f9f9f9;
        }
        .feature_panels .records_list ul li.panel_fullbleed_split .parallax-image {
            width: 50%;
        }
        .feature_panels .records_list ul li.panel_fullbleed_split .fullbleed-panel-content {
            width: 50%;
            float: left;
            display: block;
            height: 100%;
            font-size: 0;
            overflow: hidden;
        }
            .feature_panels .records_list ul li.panel_fullbleed_split.panel_variant_2 .fullbleed-panel-content {
                float: right;
            }
            .feature_panels .records_list ul li.panel_fullbleed_split.panel_variant_2 .parallax-image {
                float: left;
            }
        .feature_panels .records_list ul li.panel_fullbleed_split .fullbleed-panel-content-inner,
        .feature_panels .records_list ul li.panel_fullbleed .fullbleed-panel-content-inner {
            padding: 70px;
            box-sizing: border-box;
            float: none;
            display: inline-block;
            vertical-align: middle;
            width: 99.9%;
            text-align: center;
            height: 100%;
        }
            .feature_panels .records_list ul li.panel_fullbleed .fullbleed-panel-content-inner .hero_subtitle {
                text-align: left;
            }
            .feature_panels .records_list ul li.panel_fullbleed .fullbleed-panel-content-inner .hero_description {
                color: #FFF;
            }
            .fullbleed-panel-content-inner {
                height: 100vh;
                overflow: auto;
            }
        .feature_panels .records_list ul li.panel_fullbleed_split .fullbleed-panel-content::before {
            content: '';
            height: 100%;
            float: none;
            display: inline-block;
            vertical-align: middle;
            width: 0.1%;
        }
        .feature_panels .records_list ul li.panel_fullbleed_split .fullbleed-panel-content-align {
            max-width: 600px;
            float: none;
            display: inline-block;
            text-align: left;
        }

        /* Feature panel Slider
        ----------------------------------------------------------- */
        .feature_panels .records_list.image_list ul li.panel_slider .inner {
            position: static;
        }
        .feature_panels .records_list.image_list ul li.panel_slider .image img {
            max-width: 100% !important;
            max-height: none !important;
        }
        .feature_panels .records_list .panel_slider .image,
        .feature_panels .records_list .panel_slider .image span {
            width: 100%;
            height: auto;
        }
        
          /* Feature panel full-width adjacent
        ----------------------------------------------------------- */
        
        @media screen and (min-width: 768px) {

            .section-services .feature_panels .records_list.image_list ul li.panel_number_4 {
                position: relative;
                top: 0;
                left: 50%;
                right: 50%;
                margin-left: calc(-50vw - 25px);
                margin-right: -50vw;
                width: 100vw;
                padding: 0;
                display: block;
                background-color: #282828;
            }
            .section-services .feature_panels .records_list.image_list ul li.panel_image_text_adjacent.panel_number_4 .image {
                width: 53.8%;
                padding-right: 60px;
            }
            .section-services .feature_panels .records_list.image_list ul li.panel_image_text_adjacent.panel_number_4 .content {
                width: 46%;
                padding-left: 30px;
            }
            .section-services .feature_panels .records_list.image_list ul li.panel_image_text_adjacent.panel_number_4 .content:before {
                margin-bottom: 30px;
            }
            .section-services .feature_panels .records_list.image_list ul li.panel_image_text_adjacent.panel_number_4 .content:before,
            .section-services .feature_panels .records_list.image_list ul li.panel_image_text_adjacent.panel_number_4 .content span.subtitle,
            .section-services .feature_panels .records_list.image_list ul li.panel_image_text_adjacent.panel_number_4 .content h2 {
                color: #fff;
            }
            .section-services .feature_panels .records_list.image_list ul li.panel_image_text_adjacent.panel_number_4 .content span.subtitle:before {
                border-top-color: #fff;
            }
            .section-services .feature_panels .records_list ul li.panel_image_text_adjacent.panel_number_4 .image img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
                object-position: 50% 50%;
            }
            .section-services .feature_panels .records_list.image_list ul li.panel_image_text_adjacent.panel_number_4 .content span.description p {
                font-size: 16px;
                line-height: 43px;
                text-align: left;
                margin: auto;
            }
            
            .cms-frontend-toolbar-active .section-services .feature_panels .image_list ul li.panel_image_text_adjacent.panel_number_4 .image span,
            .cms-frontend-toolbar-active .section-services .image_list ul li.panel_image_text_adjacent.panel_number_4 .image img {
                height: calc(100vh - 108px)!important;
            }
            
            .section-services .feature_panels .image_list ul li.panel_image_text_adjacent.panel_number_4 .image span,
            .section-services .image_list ul li.panel_image_text_adjacent.panel_number_4 .image img {
                height: calc(100vh - 80px)!important;
            }

        }
        
        .section-services .feature_panels .records_list.image_list ul li.panel_image_text_adjacent.panel_number_4 .content:before {
            content: 'Featured';
            text-transform: uppercase;
            font-size: 12px;
            line-height: 14px;
            padding: 0 10px 10px 0;
            letter-spacing: 2px;
            display: flex;
        }

        /* Image stack
        ----------------------------------------------------------- */
        .feature_panels .records_list.image_list ul li.panel_type_60.panel_variant_2 {
            width: 66.6%;
        }
        .feature_panels .records_list.image_list ul li.panel_type_60 .image img {
            max-width: 100% !important;
            max-height: none !important;
        }
        .feature_panels .records_list.image_list ul li.panel_type_60 .outer{
            display: inline-block;
            position: relative;
            width: 100%;
        }
        .feature_panels .records_list.image_list ul li.panel_type_60 .fill{
            margin-top: 76%;
            display: block;
        }
        .feature_panels .records_list.image_list ul li.panel_type_60 .image_wrapper {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }
        .feature_panels .records_list.image_list ul li.panel_type_60 .panel_slide {
            position: absolute;
            cursor: pointer;
            /*-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);*/
        }
        .feature_panels .records_list.image_list ul li.panel_type_60 .panel_slide:first-child {
            /*left: 30px;*/
            /*top:-30px;*/
            left: 4vw;
            top: -4vh;
        }
        .feature_panels .records_list.image_list ul li.panel_type_60 .panel_slide:nth-child(3) {
            /*left:-30px;*/
            /*top:30px;*/
            left: -4vw;
            top: 4vh;
        }
        .feature_panels .records_list.image_list ul li.panel_type_60 .panel_slide:nth-child(4) {
            /*left:-60px;*/
            /*top:60px;*/
            left: -8vw;
            top: 8vh;
        }
        .feature_panels .records_list.image_list ul li.panel_type_60 .panel_slide:nth-child(5) {
            /*left:60px;*/
            /*top:-60px;*/
            left: 8vw;
            top: -8vh;
        }
        .feature_panels .records_list .panel_type_60 .image,
        .feature_panels .records_list .panel_type_60 .image span {
            width: 100%;
            height: auto;
            display: block;
        }


        /* Comparison split layout
        ----------------------------------------------------------- */
        .split_comparison_image {
            display: inline-block;
            width: 48.7%;
        }
            .split_comparison_image:first-child {
                margin-right: 2.5%;
            }
            .split_comparison_image * {
                max-width: 100% !important;
            }







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

    .link {

    }
        .link a{

        }
        .link a,
        .link a:visited {

        }
        .link a, .link span {
            font-weight: 200;
        }

    /* Miscellaneous
       Common classes used throughout the site, generally on grids
    ----------------------------------------------------------- */

    .description {
        font-size: 18.5px;
        color: var(--typography-grey);
        letter-spacing: 0;
        line-height: 32px;
    }
    .description a,
    .description a:visited {
        text-decoration: none;
    }
    .subheading {
        font-size: 12px;
        color: var(--typography-grey);
        letter-spacing: 2px;
        line-height: 20px;
        text-transform: uppercase;
        vertical-align: middle;
        width: 100%;
        display: block;
        margin-bottom: 75px;
    }
    .subheading:after {
        content: '';
        width: 100%;
        display: block;
        border-top: 1px solid #e7e7e7;
        margin-top: -10px;
    }
    .subheading span{
        background: #fff;
        display: inline-block;
        padding-right: 8px;
    }
    .date {

    }
    .price {

    }
    .image {

    }
    .caption {

    }
    .divider {

    }
    .read_more_link, .read_more_label {
        font-size: 12px;
        color: var(--typography-grey);
        letter-spacing: 2px;
        line-height: 20px;
        font-weight: 200;
        text-transform: uppercase;
        vertical-align: middle;
    }
    .read_more_link .read_more_label {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }

    .read_more_link .readmore_icon {
        overflow: visible;
        display: inline-block;
        vertical-align: middle;
    }
    .read_more_link .readmore_icon,
    .read_more_link .readmore_icon.svg * {
        -webkit-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -moz-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -o-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -ms-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        transition: all 0.4s cubic-bezier(.87,.17,.18,.85);

    }
    .read_more_link .readmore_icon{
        padding-left: 0;
    }
    a:hover .read_more_link .readmore_icon{

    }
    a:hover .read_more_link .readmore_icon.svg path.arrow-line{
        d: path('M 0.542253 3.5 L 56.5 3.5');
    }
    a:hover .read_more_link .readmore_icon.svg .arrow-head{
        transform: translateX(24px);
    }

    .vertical-label {
        color: #4A4A4A;
        display: inline-block;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 4.5px;
        text-transform: uppercase;
        text-align: center;
        line-height: 30px;
        vertical-align: top;
    }
    .vertical-label-inner {
        line-height: 30px;
    }
    .vertical-label {
        position: absolute;
        top: 50%;
        height: 1.5em;
        margin: auto;
        text-align: center;
    }
    .vertical-label.vl-fixed {
        position: fixed;
    }
    .vertical-label.vl-fixed.vl-left {
        margin-left: 60px;
    }
    .vertical-label.vl-fixed.vl-right {
        /*margin-right: 60px;*/
        margin-right: 40px;
    }
    .vertical-label.vl-center {
        left: 50%;
        right: auto;
        margin-left: -5px;
    }
    .vertical-label,
    .vertical-label.vl-left {
        left: 8px;
        -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%);
    }

    .vertical-label.vl-right {
        right: 8px;
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 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%);
    }

    .pull_quote {
        color: var(--typography-grey);
        letter-spacing: -0.83px;
        font-size: 38px;
        line-height: 53px;
        font-weight: normal;
        max-width: 450px;
    }
    .title,
    .author {
        font-size: 43px;
        color: var(--typography-grey);
        letter-spacing: -0.83px;
        line-height: 56px;
        margin-bottom: 40px;
    }
        .author {
            margin-bottom: 0;
        }
    
    .subtitle, .section-blog .author {
        display: block;
        font-size: 12px;
        color: var(--typography-grey);
        letter-spacing: 2px;
        line-height: 25px;
        text-transform: uppercase;
        vertical-align: middle;
        margin-bottom: 45px;
        padding-left: 72px;
        position: relative;
    }
    .subtitle::before {
        content: '';
        display: inline-block;
        width: 60px;
        margin-right: 12px;
        border-top: 1px solid #353535;
        vertical-align: middle;
        line-height: 33px;
        padding-bottom: 3px;
        float: left;
        position: absolute;
        left: 0;
        top: 11px;
    }
    .section {
        display: block;
        font-size: 12px;
        color: #fff;
        letter-spacing: 2px;
        line-height: 25px;
        text-transform: uppercase;
        vertical-align: middle;
        margin-bottom: 10px;
        position: relative;
    }
    .artwork-caption-small {
        font-size: 16px;
        color: var(--typography-grey);
        line-height: 28px;
        border-top: 1px solid #ececec;
        display: block;
        margin-top: 56px;
        padding-top: 20px;
        width: 80%;
    }
    .feature_panels .panel_artwork_single.custom-artwork-panel-single,
    .feature_panels .panel_type_50 {
        padding: 80px 0;
        width: 100%;
        display: block;
    }
    .feature_panels .panel_artwork_single.custom-artwork-panel-single h2,
    .feature_panels .panel_artwork_single.custom-artwork-panel-single .subtitle,
    .feature_panels .panel_type_50 h2,
    .feature_panels .panel_type_50 .subtitle {
        margin-bottom: 40px;
    }
    .feature_panels .panel_artwork_single.custom-artwork-panel-single .image,
    .feature_panels .panel_artwork_single.custom-artwork-panel-single .image span,
    .feature_panels .records_list .panel_type_50  .image,
    .feature_panels .records_list .panel_type_50  .image span {
        width: auto;
        height: auto;
        display: inline;
    }
    .feature_panels .records_list.image_list ul li.panel_type_50 .image img {
        max-width: 100%;
        max-height: 100%;
    }

    /* Custom lightbox with slides and zoom ----------------------------------------- */

    body.lightbox-active {
        overflow: hidden;
    }
    .custom-lightbox {
        display: none;
        position: fixed;
        z-index: 1;
        padding:0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background-color: #fff;
        z-index: 2000;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
        -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);
    }

    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {transform: translateY(80px); opacity: 0}
        to {transform: translateY(0); opacity: 1}
    }

    @keyframes animatetop {
        from {transform: translateY(80px); opacity: 0}
        to {transform: translateY(0); opacity: 1}
    }


    .custom-lightbox .lightbox-close {
        position: absolute;
        right: 25px;
        top: 2.5%;
        z-index: 2500;
        text-indent: -9999px;
        display: block;
        width: 31px;
        height: 31px;
        background-image: url('/images/close.png');
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }
    .custom-lightbox.hide-controls .lightbox-close,
    .custom-lightbox.hide-controls .panzoom-controls,
    .custom-lightbox.hide-controls .lightbox-skip {
        opacity: 0 !important;
        pointer-events: none;
    }


/*    .lightbox-close.hide,*/
    .custom-lightbox-carousel-pager.hide,
    .lightbox-skip.hide, .lightbox-skip.hide:hover,
    .caption-reveal.hide,
    .caption-reveal.visible.hide {
        opacity: 0 !important;
        pointer-events: none;
        transition: opacity 0.2s;
    }
    .device-highres .custom-lightbox .lightbox-close {
        background-image: url('/images/close_2x.png');
        background-size: 29px 29px;
        opacity: 0.75;
        transition: opacity 0.3s;
    }
    .device-highres .custom-lightbox .lightbox-close:hover {
        opacity: 1.0;
    }
    .custom-lightbox-carousel-pager {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 2.5%;
        left: 0;
        font-size: 14px;
        color: #565554;
        font-weight: bold;
    }
    .slide-pager-divider {
        padding: 0 8px;
    }
    .caption-reveal {
        position: absolute;
        left: calc(50% + 50px);
        top: 26px;
        z-index: 3002;
        opacity: 0;
        transform: translateY(10px);
        cursor: pointer;
    }
    .caption-reveal.visible {
        opacity: 1.0;
        transform: translateY(0);
        -webkit-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -moz-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -o-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -ms-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
    }
    .caption-reveal.visible.active {
        transform: translateX(-50px);
    }
    .caption-reveal.visible.active svg * {
        -webkit-transition: fill 0.4s cubic-bezier(.87,.17,.18,.85);
        -moz-transition: fill 0.4s cubic-bezier(.87,.17,.18,.85);
        -o-transition: fill 0.4s cubic-bezier(.87,.17,.18,.85);
        -ms-transition: fill 0.4s cubic-bezier(.87,.17,.18,.85);
        transition: fill 0.4s cubic-bezier(.87,.17,.18,.85);
        fill:#fff;
    }
    .caption-panel {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 3001;
        /* padding: 200px 100px 200px 100px; */
        min-height: 500px;
        height: 70vh;
        box-sizing: border-box;
        text-align: center;
        background: rgba(181,187,174,0.98);
        font-size: 21px;
        color: #FFFFFF;
        letter-spacing: -0.13px;
        line-height: 34px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        /* height: 100%; */
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        transform: translateY(-100%);
        opacity: 0;
        -webkit-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -moz-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -o-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        -ms-transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
        transition: all 0.4s cubic-bezier(.87,.17,.18,.85);
    }
    .caption-panel.caption-panel-open {
        transform: translateY(0);
        opacity: 1.0;
    }
    .caption-panel .caption{
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
    .caption-panel .caption-close {
        position: absolute;
        bottom: 21px;
        left: 0;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 3.5px;
        cursor: pointer;
    }
    /* CAPTION PANEL TEXT STYLE OVERRIDES */
    .caption-panel .artist strong {
        font-weight: normal;
    }
    .caption-panel .title {
        margin-bottom: 0;
        font-style: normal;
        color: #FFF;
        font-size: 21px;
        line-height: 34px;
    }
        .caption-panel .title em {
            font-style: normal;
        }
    .custom-lightbox-item {
        position: relative;
        padding: 0;
        height: 100vh;
    }
    .custom-lightbox-carousel {
        margin-bottom: 0 !important;
    }

    .feature_panels .records_list .panel_slider .custom-lightbox-carousel .custom-lightbox-item .image,
    .feature_panels .records_list .panel_slider .custom-lightbox-carousel .custom-lightbox-item .image span {
        width: 100% !important;
        height: 100% !important;
        padding-right: 0;
    }
    .custom-lightbox-carousel .slick-next,
    .custom-lightbox-carousel .slick-prev,
    .feature_panels .records_list .panel_slider .custom-lightbox-carousel .slick-next,
    .feature_panels .records_list .panel_slider .custom-lightbox-carousel .slick-prev {
        top: 0;
        background: none;
        opacity: 1.0;
        background: rgba(250, 250, 250, 0);
        transform: translateX(0);
        opacity: 1.0;
        bottom: 0;
        border-radius: 0;
        margin-top: 0;
        width: 80px;
        height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;

    }
        .custom-lightbox-carousel .slick-disabled,
        .feature_panels .records_list .panel_slider .custom-lightbox-carousel .slick-disabled{
            opacity: 0 !important;
            pointer-events: none;
        }
    .custom-lightbox-carousel .slick-next:hover,
    .custom-lightbox-carousel .slick-prev:hover,
    .feature_panels .records_list .panel_slider .custom-lightbox-carousel .slick-next:hover,
    .feature_panels .records_list .panel_slider .custom-lightbox-carousel .slick-prev:hover {
        background: rgba(241, 241, 241, 0.45);
    }
    .custom-lightbox-item .panzoom-parent {
        display: block;
        text-align: center;
        z-index: 3000;
    }
    .custom-lightbox-item .panzoom {
        text-align: center;
        z-index: 3000;
        height: 100%;
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100vh;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -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);
    }
    .custom-lightbox-item-inner {
        box-sizing: border-box;
        display: block;
        height: 100%;
    }
    .custom-lightbox-item .image {
        display: block;
        text-align: center;
        z-index: 3000;
        height: 100%;
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%;
        -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);
    }
    .custom-lightbox-item .image img,
    .feature_panels .records_list.image_list ul li.panel_slider .custom-lightbox-item .image img{
        display: block !important;
        margin: 0 auto !important;
        max-height: 84% !important;
        max-width: 100% !important;
        opacity: 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);
    }
    .custom-lightbox-item .image img.slick-lazyloaded,
    .feature_panels .records_list.image_list ul li.panel_slider .custom-lightbox-item .image img.slick-lazyloaded{
        opacity: 1.0;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .custom-lightbox-item .custom-lightbox-item-inner{


    }
    .custom-lightbox-item.slick-active .custom-lightbox-item-inner{
        opacity: 1.0 !important;
    }
    /*
    .panzoom-controls {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 4000;
        margin-left: 0;
        background: rgba(255, 255, 255, 0.5);
        padding: 10px 15px 21px 15px;
        border-radius: 3px;
    }*/
    .panzoom-controls {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 4000;
        margin-left: 0;
        background: rgba(255, 255, 255, 0.5);
        padding: 15px 15px 15px 15px;
        border-radius: 0;
        text-align: center;
    }
    .slick-disabled {
        opacity: 0 !important;
    }
    .slick-prev, .slick-next {
        position: absolute;
        display: block;
        height: 66px;
        width: 66px;
        line-height: 11px;
        font-size: 11px;
        background: #0a0a0a;
        top: 34%;
        margin-top: -33px;
        opacity: 0;
        border-radius: 50px;
        font-size: 10.5px;
        color: #FFFFFF;
        letter-spacing: 1.48px;
        line-height: 69px;
        text-transform: uppercase;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
}
    
    .slick-prev:before, .slick-next:before {
        font-size: 12px;
        line-height: 1;
        color: #fff;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-prev:hover, .slick-next:hover {
        background-color: #0a0a0a;
    }
    .slick-slider:hover .slick-prev,
    .slick-slider:hover .slick-next {
        opacity: 0.5;
        transform: translateX(0);
    }
    .works-slider-container-wrapper:hover .slick-prev,
    .works-slider-container-wrapper:hover .slick-next {
        opacity: 0.5;
        transform: translateX(0);
    }
    .slick-slider .slick-prev:hover,
    .slick-slider .slick-next:hover {
        opacity: 1.0;
    }
    .slick-next {
        right: 0;
        transform: translateX(50px);
    }
    .slick-prev {
        left: 0;
        transform: translateX(-50px);
    }

    .panzoom-controls button {
        font-size: 11px;
        color: #2D2D2D;
        letter-spacing: 1.48px;
        text-transform: uppercase;
        background: transparent;
        padding-top: 10px;
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
        cursor: pointer;
    }
    .panzoom-controls button:focus {
      outline: none;
    }
    .zoom-button {
        opacity: 0.8;
    }
    .zoom-button:hover {
        opacity: 1;
    }

    input[type=range] {
      -webkit-appearance: none;
      width: 100%;
      max-width: 400px;
      margin: 9.65px 0;
      display: inline-block;
      vertical-align: middle;
    }
    input[type=range]:focus {
      outline: none;
    }
    input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
    max-width: 400px;
      height: 0.7px;
      cursor: pointer;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
      background: #0d0a0a;
      border-radius: 1.3px;
      border: 0.2px solid #010101;
    }
    input[type=range]::-webkit-slider-thumb {
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
      border: 0px solid #000000;
      height: 20px;
      /*width: 5px;*/
      width: 20px;
      /*border-radius: 0px;*/
      border-radius: 50%;
      background: #545252;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -9.85px;
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
      background: #211a1a;
    }
    input[type=range]::-moz-range-track {
      width: 100%;
      max-width: 400px;
      height: 0.7px;
      cursor: pointer;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
      background: #0d0a0a;
      border-radius: 1.3px;
      border: 0.2px solid #010101;
    }
    input[type=range]::-moz-range-thumb {
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
      border: 0px solid #000000;
      height: 20px;
      width: 5px;
      border-radius: 0px;
      background: #0b0a0a;
      cursor: pointer;
    }
    input[type=range]::-ms-track {
      width: 100%;
      max-width: 400px;
      height: 0.7px;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent;
    }
    input[type=range]::-ms-fill-lower {
      background: #000000;
      border: 0.2px solid #010101;
      border-radius: 2.6px;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    }
    input[type=range]::-ms-fill-upper {
      background: #0d0a0a;
      border: 0.2px solid #010101;
      border-radius: 2.6px;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    }
    input[type=range]::-ms-thumb {
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
      border: 0px solid #000000;
      height: 20px;
      width: 5px;
      border-radius: 0px;
      background: #0b0a0a;
      cursor: pointer;
      height: 0.7px;
    }
    input[type=range]:focus::-ms-fill-lower {
      background: #0d0a0a;
    }
    input[type=range]:focus::-ms-fill-upper {
      background: #211a1a;
    }

    #contact_form_item_preview .artist {
        text-transform: capitalize;
        font-size: 16px;
    }
    #contact_form_item_preview .title,
    #contact_form_item_preview .medium,
    #contact_form_item_preview .dimensions {
        font-size: 14px;
        line-height: 1.6em;
        margin: 0;
    }
    


/* SPINNER
--------------------------------------------------------------- */

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 2800;
    display: none;
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.slick-active .spinner {
    display: block;
}
.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ADB5A3;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

#hero_header #slideshow.fullscreen_slideshow ul li .content .inner,
.inview_element,
.records_list.tile_list .tile_list_formatted ul li,
.animate-entrance {
  opacity: 0.01;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-in-out;
  z-index: 1;
  position: relative;
}

#hero_header #slideshow.fullscreen_slideshow ul li .content .inner.inview,
.inview_element.inview,
.records_list.tile_list .tile_list_formatted ul li.inview,
.animate-entrance-active  {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  z-index: 1;
}
.inview_element .hero_title  {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#social-share-link-custom {
    z-index: 999;
}
#social_sharing_links {
    display: block;
    position: fixed;
    top: 50%;
    right: 60px;
    margin-top: -114px;
}
#social_sharing_links .social_links_item {
    display: inline-block;
    float: left;
    clear: both;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateX(70px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#social_sharing_links .social_links_item.active {
    opacity: 1.0;
    transform: translateX(0);
}
#social_sharing_links.inline a {
    border: 1px solid #fbfbfb;
    padding: 12px;
    display: block;
    border-radius: 50px;
    background: #fbfbfb;
}
#social-share-link-custom {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#social-share-link-custom.hide {
    opacity: 0;
    pointer-events: none;
}


/* Videos
---------------------------------------------------------------------- */
.section-video .records_list > ul > li {
    width: 33%;
}
    .section-video .records_list > ul > li .date,
    .section-video .records_list > ul > li .description,
    .section-video .records_list > ul > li .link {
        display: none;
    }

.section-video.page-param-type-video_id #main_content h1::after {
    display: none;
}
.section-video.page-param-type-video_id #main_content .video-header h1 {
    margin: 30px 0;
}
.section-video.page-param-type-video_id #content_module {
    width: 100%;
}
.section-video.page-param-type-video_id #sidebar {
    display: none;
}

/* Top nav drop-down
---------------------------------------------------------------------- */

    #top_nav.navigation ul li.top {
        white-space: initial;
        text-align: right;
        margin-left: 0px;
        padding-left: 20px;
        position: relative;
        overflow: visible;
        min-height: 40px;
        display: flex;
        justify-content: center;
        padding-bottom: 0;
    }
    #top_nav.navigation ul li.top a:after {
        display: none;
    }
    
    #header .inner, 
    body.type-fullscreen #header .inner {
        padding-bottom: 15px;
    }

    #top_nav.navigation ul li.top a.nested:after,
    #top_nav.navigation ul li.top a:after {
        display: block;
        clear: both;
        content: '';
        width: 0;
        border-bottom: 1px solid;
        transition: transform 400ms ease-in-out !important;
        transform: scaleX(0);
        transform-origin: left;
    }

    body:not(.slide-nav-open) #header:not(.custom-page-scroll) #top_nav.navigation ul li.top {
        padding-bottom: 30px;
    }

    #top_nav.navigation ul li ul {
        min-width: 160px;
        max-width: none;
        display: block;
        position: absolute;
        z-index: 5;
        clear: both;
        top: 77px;
        opacity: 0;
        text-align: center;
        padding: 25px 0 15px 0;
        margin-top: -27px;
        background-color: white;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        height: 0;
        pointer-events: none;    
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    }
        #top_nav.navigation ul li ul:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            top: 0px;
            left: 55%;
            box-sizing: border-box;
            border: 8px solid #fff;
            transform-origin: 0 0;
            transform: rotate(-225deg);
            box-shadow: -2px 1px 1px 0px rgba(0, 0, 0, 0.1);
        }
        
    #top_nav.navigation ul li ul li {
        opacity: 0;
        transform: translateY(-25%);
        transition: all 0.55s;
        transition-delay: 0;
    }  
    
        #top_nav.navigation ul li ul li.nested {
            margin-right: 0;
            text-align: right;
            min-height: 30px;
            position: relative;
            overflow: hidden;
            width: 100%;
            margin: auto;
            padding: 0;
            display: flex;
            justify-content: center;
            line-height: 20px;
        }

    body.slide-nav-open #top_nav.navigation ul li.top a.nested:after,
    body.slide-nav-open #top_nav.navigation ul li.top a:after {
        display: none;
    }
    
    details summary { list-style-type: none; } /* Firefox */
    details summary::-webkit-details-marker { display: none; } /* Chrome */
    details summary::marker { display: none; }
    
    /*#translations_nav ul li, */
    /*.responsive-nav-slide-nav #responsive_slide_nav_wrapper .navigation ul li:not(.nested), */
    /*.responsive-nav-slide-nav #responsive_slide_nav_wrapper #top_nav ul li:not(.nested),*/
    /*details summary {*/
    /*    font-weight: bold;*/
    /*}*/
    
    #header:not(.top_nav_hover_dropdown_active) li.top a,
    #header:not(.top_nav_hover_dropdown_active) details.top {
        padding: 0.5em 0;
    }
    
    #header:not(.top_nav_hover_dropdown_active) li.top ul li a,
    #header:not(.top_nav_hover_dropdown_active) details.top ul li a {
        color: #222 !important;
        font-size: 20px !important;
        line-height: 20px !important;
        padding-left: 10px;
    }
    
    #header:not(.top_nav_hover_dropdown_active) details.top.sub_item_menu ul {
        padding-bottom: 15px;
        padding-top: 10px;
    }
    
    #header:not(.top_nav_hover_dropdown_active) details.top.sub_item_menu:not([open]) summary:after, 
    #header:not(.top_nav_hover_dropdown_active) details.top.sub_item_menu[open] summary:after {
        color: #fff;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        min-width: 14px;
        text-align: center;
        padding-left: 10px;
        font-size: 1.4em;
    }
    
    @keyframes fade-in {
    	0% {
    		transform: translateY(-30px);
    		opacity: 0;
    	}
    	100% {
    		transform: translateY(0);
    		opacity: 1;
    	}
    }
    
    #header:not(.top_nav_hover_dropdown_active) details.top.sub_item_menu:not([open]) summary:after {
        content: "\f054";
    }    
    #header:not(.top_nav_hover_dropdown_active) details.top.sub_item_menu[open] summary:after {
        content: "\f078";
    }
    
    #header:not(.top_nav_hover_dropdown_active) #top_nav.navigation details.top.sub_item_menu[open] ul li.nested:nth-child(1) {
        animation: fade-in 150ms;
    }
    #header:not(.top_nav_hover_dropdown_active) #top_nav.navigation details.top.sub_item_menu[open] ul li.nested:nth-child(2) {
        animation: fade-in 300ms;
    }
    #header:not(.top_nav_hover_dropdown_active) #top_nav.navigation details.top.sub_item_menu[open] ul li.nested:nth-child(3) {
        animation: fade-in 450ms;
    }
    #header:not(.top_nav_hover_dropdown_active) #top_nav.navigation details.top.sub_item_menu[open] ul li.nested:nth-child(4) {
        animation: fade-in 600ms;
    }
    #header:not(.top_nav_hover_dropdown_active) #top_nav.navigation details.top.sub_item_menu[open] ul li.nested:nth-child(5) {
        animation: fade-in 750ms;
    }
    #header:not(.top_nav_hover_dropdown_active) #top_nav.navigation details.top.sub_item_menu[open] ul li.nested:nth-child(6) {
        animation: fade-in 900ms;
    }
    #header:not(.top_nav_hover_dropdown_active) #top_nav.navigation details.top.sub_item_menu[open] ul li.nested:nth-child(7) {
        animation: fade-in 1015ms;
    }
    
    #header.top_nav_hover_dropdown_active #top_nav.navigation ul li.top {
        padding-bottom: 15px;
    }
    #header.top_nav_hover_dropdown_active .inner, 
    body.type-fullscreen #header.top_nav_hover_dropdown_active .inner {
        padding-bottom: 0;
    }
    #header.top_nav_hover_dropdown_active #top_nav.navigation ul li.top a:after {
        display: block;
    }
    #header.top_nav_hover_dropdown_active #custom_search_reveal {
        margin-top: -4px;
    }
    
        #top_nav ul li ul {
            height: 0;
            opacity: 0;
            pointer-events: none;    
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        }
        #top_nav ul li.hover_dropdown a:hover,
        #top_nav ul li.hover_dropdown:hover ul {
            height: auto;
            opacity: 1;
            pointer-events: auto;
        }
        #top_nav ul li:hover ul li {
            height: auto;
            opacity: 1;
            transform: translateY(0);
        }
        
        #top_nav ul li.hover_dropdown.top a:after,
        #top_nav ul li.hover_dropdown.top a.nested:hover:after,
        #top_nav ul li.top a:hover:after {
            width: 100%;
            transform: scaleX(1);
        }
        #top_nav ul li.hover_dropdown.top a.nested:hover:after {
            margin: 3px 0 0;
        }
        #top_nav ul li.hover_dropdown.top.active a.nested {
            color: var(--typography-grey);
        }
        .type-fullscreen #header.extended-custom-page-scroll #top_nav.navigation ul li.top a.top:hover,
        .type-fullscreen #header.extended-custom-page-scroll #top_nav.navigation ul li.top ul li.nested a:hover,
        #top_nav ul li.hover_dropdown.top.active a.nested:hover {
            color: var(--typography-grey);
        }
        
        #top_nav ul li.hover_dropdown ul li:nth-child(1){
            transition-delay: 100ms;
        }
        #header:not(.top_nav_hover_dropdown_active) #top_nav.navigation details.top.sub_item_menu[open] ul li.nested:nth-child(2),
        #top_nav ul li.hover_dropdown ul li:nth-child(2){
            transition-delay: 200ms;
        }
        #header:not(.top_nav_hover_dropdown_active) #top_nav.navigation details.top.sub_item_menu[open] ul li.nested:nth-child(3),
        #top_nav ul li.hover_dropdown ul li:nth-child(3){
            transition-delay: 300ms;
        }
        #header:not(.top_nav_hover_dropdown_active) #top_nav.navigation details.top.sub_item_menu[open] ul li.nested:nth-child(4),
        #top_nav ul li.hover_dropdown ul li:nth-child(4){
            transition-delay: 400ms;
        }
        #header:not(.top_nav_hover_dropdown_active) #top_nav.navigation details.top.sub_item_menu[open] ul li.nested:nth-child(5),
        #top_nav ul li.hover_dropdown ul li:nth-child(5){
            transition-delay: 500ms;
        }
        #top_nav ul li.hover_dropdown ul li:nth-child(6){
            transition-delay: 600ms;
        }
        #top_nav ul li.hover_dropdown ul li:nth-child(7){
            transition-delay: 700ms;
        }
        #top_nav ul li.hover_dropdown ul li:nth-child(8){
            transition-delay: 800ms;
        }
        #top_nav ul li.hover_dropdown ul li:nth-child(9){
            transition-delay: 900ms;
        }
        .type-fullscreen #header.extended-custom-page-scroll #top_nav.navigation ul li.top.active_dir a.top,
        .type-fullscreen #header.extended-custom-page-scroll #top_nav.navigation ul li.top.active_dir ul li.nested.active a {
            color: var(--typography-grey);
            font-weight: bold;
        }


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

            body.search-panel-open,
            body.slide-nav-open {
              overflow: hidden;
            }


            .device-highres #custom_search_hide {
                background-image: url(/images/close_white_2x.png);
                background-size: 29px 29px;
            }

            #custom_search_hide {
                position: absolute;
                right: 50px;
                top: 50px;
                z-index: 2500;
                text-indent: -9999px;
                display: block;
                width: 31px;
                height: 31px;
                background-image: url(/images/close_white.png);
                background-repeat: no-repeat;
                background-position: center;
                cursor: pointer;
            }
            #search_container {
              box-sizing: border-box;
              position: fixed;
              overflow-y: auto;
              -webkit-overflow-scrolling: touch;
              padding: 60px 50px;
              left: 0px;
              top: 0;
              bottom: 0;
              width: 100%;
              max-width: 850px;
              height: 100%;
              /* previously height: 120%; - broke the overflow auto */
              background: rgba(173, 177, 167, 0.97);
              z-index: 9999;
              opacity: 0.01;
              -webkit-transition: all 0.4s cubic-bezier(.87, .17, .18, .85);
              transition: all 0.4s cubic-bezier(.87, .17, .18, .85);
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
            }

            #search_container {
              right: -850px;
              left: auto;
              box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            }

            .search-panel-open #search_container {
              right: 0;
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
              opacity: 0.99;
            }

            #search_container .search-panel-header h2 {
                font-size: 34px;
                line-height: 50px;
                color: #fff;
                letter-spacing: -1px;
                font-weight: 200;
                margin-bottom: 35px;
            }

            #search_container #search_input {
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              background-clip: padding-box;
              width: 100%;
              line-height: 55px;
              padding: 5px 15px;
              box-sizing: border-box;
              font-size: 23px;
              color: #B7B7B7;
              background: transparent;
              border: 1px solid #efefef;
              -webkit-transition: all 0.4s;
              transition: all 0.4s;
              margin-bottom: 50px;
              border-radius: 0;
            }

            #search_container #search_input:focus {
              background: rgba(233, 233, 233, 0.2);
              outline: 0;
              color: #fff;
              outline: none;
            }

            #search_container .records_list.search_list.tile_list ul li {
                margin: 0 0 22px;
                padding-bottom: 23px;
                width: 100%;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
                padding-right: 0;
            }

            #search_container .records_list.search_list ul li .image, #search_container .records_list.search_list ul li .icon {
                /* margin: 0 4% 0 0; */
                /* float: left; */
                display: inline-block;
                width: 17%;
                vertical-align: middle;
            }

            #search_container .records_list.search_list ul li .content {
                float: none;
                text-align: left;
                width: 82%;
                display: inline-block;
                vertical-align: middle;
                padding-left: 30px;
                box-sizing: border-box;
            }

            #search_container .records_list.search_list ul li .description {
              margin-bottom: 0;
            }

            #search_container .records_list.search_list ul li .content h2 {
                font-size: 30px;
                line-height: 41px;
              letter-spacing: 0;
              color: #fff;
            }

            #search_container .records_list.search_list ul li .subtitle {
              margin: 0 0 10px;
              color: #fff;
              font-size: 22px;
            }

            #responsive_slide_nav_content_wrapper.search-panel-open {
              opacity: 0.2;
            }

            .records_list.search_list.tile_list ul {
              float: none;
              display: inline-block;
              clear: none;
              width: 100%;
              margin-right: 0;
              padding-right: 0;
              box-sizing: border-box;
              vertical-align: top;
            }
            .records_list.search_list.tile_list .tile_list_formatted {
              margin-right: 0;
            }
            #search_container .records_list.search_list ul li .content h2 {
                font-size: 29px;
                line-height: 37px;
                letter-spacing: 0;
                color: #fff;
                font-weight: 200;
                margin: 0 0 10px;
                text-align: left;
            }
            #search_container .records_list.search_list ul li .subtitle {
                margin: 0 0 10px;
                color: #fff;
                font-size: 11px;
            }
            #search_container .records_list.search_list ul li .subtitle::before {
                content: '';
                display: inline-block;
                /*width: 40px;*/
                margin-right: 12px;
                border-top: 1px solid #ffffff;
                vertical-align: middle;
                line-height: 33px;
                padding-bottom: 3px;
            }

            body #preloader #loader {
                left: 0;
                min-width: 15px;
                background: #D7DAD3;
            }

            body  #responsive_slide_nav_content_wrapper{
                opacity: 1;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }

            body #container,
            body.content-load-waiting #container-wrapper::after {
                transition: opacity 600ms ease-in-out;
                -webkit-transition: opacity 600ms ease-in-out;
            }

                body.first-load-complete #container,
                body.splash-loader-active #container,
                body.content-load-waiting #container-wrapper::after {
                    opacity: 1;
                }
            body #main_content {
                transition: opacity 600ms ease-in-out;
                -webkit-transition: opacity 600ms ease-in-out;
                opacity: 1;

            }
            body.content-load-waiting #main_content,
            body.content-load-waiting #container-wrapper::after {
                transition: none;
                -webkit-transition: none;
            }
            body.page-transition #main_content,
            body.page-transition #container-wrapper::after {

            }
            body.page-transition.page-transition2 #main_content,
            body.page-transition.page-transition2 #container-wrapper::after {
                transition: none;
            }
                        #preloader {
                            position: fixed;
                            top: 0;
                            left: 0;
                            right: auto;
                            bottom: 0;
                            width: 15px;
                            height: 100vh;
                        }
                        body.first-load-complete #preloader {
                            bottom: 0;
                            height: 100vh;
                            width: 15px;
                        }
                        body.first-load-complete #preloader #loader {
                            background: #c0c5ba;
                            top: 0;
                            transition: height 400ms ease-in-out;
                            -webkit-transition: height 400ms ease-in-out;
                            width: 15px;
                        }
                        body.first-load-complete #preloader #loader_wrapper {
                            height: 100vh;
                        }
                        body.ajax-loading.ajax-initial-loading #preloader #loader {
                            width: 15px;
                            transition: height 2000ms ease-in-out;
                            -webkit-transition: height 2000ms ease-in-out;
                        }

/* 
BROWSER MSIE 
****************/
.browser-msie .detail_list_alt ul li .image span,
.browser-msie ul li .image span {
    display: block;
}




	    /* Dynamic sizes defined by site_settings.py */



/*-----------------------------------------------------------
   Global settings
----------------------------------------------------------- */

    /* Mini lists
    ----------------------------------------------------------- */

    .mini_list ul li .icon,
    .mini_list ul li .icon span {
        width: 50px;
        height: 50px;
    }
    .mini_list ul li .icon img {
        max-width: 50px;
        max-height: 50px;
    }


    /* Image lists
    ----------------------------------------------------------- */

    .image_list > ul > li {
        width: 283px;
    }

    .image_list ul li .image,
    .image_list ul li .image span {
        width: 283px;
        height: 212px;
    }
    .image_list ul li .image img {
        max-width: 283px;
        max-height: 212px;
    }


    /* SLIDESHOW image galleries
    ----------------------------------------------------------- */

        #ig_slideshow,
        #ig_slideshow .item,
        #ig_slideshow .item span {
            height: 530px;
            width: 100%;
            box-sizing: border-box;
        }
        #ig_slideshow_thumbnails_container,
        #ig_slideshow_thumbnails_container .inner,
        #ig_slideshow_thumbnails_prev,
        #ig_slideshow_thumbnails_next,
        #ig_slideshow_thumbnails_prev a,
        #ig_slideshow_thumbnails_next a {
            height: 72px;
        }
        #ig_slideshow_thumbnails ul li,
        #ig_slideshow_thumbnails ul li a {
            width: 96px;
            height: 72px;
        }


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

    
    .section-artworks .image_list ul li {
        width: 370px;
    }
    .section-artworks .image_list ul li .image,
    .section-artworks .image_list ul li .image span {
        width: 370px;
        height: 400px;
    }
    .section-artworks .image_list ul li .image img {
        max-width: 370px;
        max-height: 400px;
    }


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


    /* Artist List preview
    ----------------------------------------------------------- */
    
    .page-artists .subsection-artist-list-preview #list_preview_slideshow {
        
    }


    /* Artist List slideshow (list of artists when in 'list_slideshow' mode)
    ----------------------------------------------------------- */
    
    .page-artists #artist_list_slideshow {
        width: 708px;
        height: 460px;
    }
        .page-artists #artist_list_slideshow li {
            width: 708px;
            height: 460px;
        }
        

    /* .section-artists .page-artists */
    
    .section-artists #artist_list li {
        width: 195px;
    }
    .section-artists #artist_list li .image,
    .section-artists #artist_list li .image span {
        width: 195px;
        height: 150px;
    }
    .section-artists #artist_list li .image img {
        max-width: 195px;
        max-height: 150px;
    }


    /* section-artists .subsection-overview */
        .section-artists .subsection-overview .right {
            width: 400px;
        }
        .section-artists .subsection-overview #slideshow ul {
            min-height: 350px;
        }

    .section-artists #content #slideshow ul li .image,
    .section-artists #content #slideshow ul li .image span {
        width: 400px;
        height: 350px;
    }

    /* .section-artists .subsection-works */
    
    .section-artists .subsection-works .image_list ul li,
    .section-artists .artwork_categories .image_list ul li {
        width: 370px;
    }
    .section-artists .subsection-works .image_list ul li .image,
    .section-artists .subsection-works .image_list ul li .image span,
    .section-artists .artwork_categories .image_list ul li .image,
    .section-artists .artwork_categories .image_list ul li .image span {
        width: 370px;
        height: 400px;
    }
    .section-artists .subsection-works .image_list ul li .image img,
    .section-artists .artwork_categories .image_list ul li .image img {
        max-width: 370px;
        max-height: 400px;
    }

    /* .section-artists .subsection-featured-works */
    
    .section-artists .subsection-featured-works .image_list ul li {
        width: 283px;
        max-width: 283px;
    }
    .section-artists .subsection-featured-works .image_list ul li .image,
    .section-artists .subsection-featured-works .image_list ul li .image span {
        width: 283px;
        height: 212px;
    }
    .section-artists .subsection-featured-works .image_list ul li .image img {
        max-width: 283px;
        max-height: 212px;
    }

    /* section-artists .subsection-exhibitions ----------------------------------------------------------- */

    .section-artists .subsection-exhibitions .records_list .image,
    .section-artists .subsection-exhibitions .records_list .image span {
        width: 175px;
        height: 175px;
    }
    .section-artists .subsection-exhibitions .records_list .image img {
        max-width: 175px;
        max-height: 175px;
    }
    .section-artists .subsection-exhibitions .feature_list .image,
    .section-artists .subsection-exhibitions .feature_list .image span {
        width: 470px;
        height: 355px;
    }
    .section-artists .subsection-exhibitions .feature_list .image img {
        max-width: 470px;
        max-height: 355px;
    }

    /* section-artists .subsection-related-content ----------------------------------------------------------- */

    .section-artists .subsection-related-content .records_list .image,
    .section-artists .subsection-related-content .records_list .image span {
        width: 175px;
        height: 175px;
    }
    .section-artists .subsection-related-content .records_list .image img {
        max-width: 175px;
        max-height: 175px;
    }
    .section-artists .subsection-related-content .feature_list .image,
    .section-artists .subsection-related-content .feature_list .image span {
        width: 470px;
        height: 355px;
    }
    .section-artists .subsection-related-content .feature_list .image img {
        max-width: 470px;
        max-height: 355px;
    }




    /* section-artists .subsection-news ----------------------------------------------------------- */

    .section-artists .subsection-news .records_list .image,
    .section-artists .subsection-news .records_list .image span {
        width: 175px;
        height: 175px;
    }
    .section-artists .subsection-news .records_list .image img {
        max-width: 175px;
        max-height: 175px;
    }
    .section-artists .subsection-news .feature_list .image,
    .section-artists .subsection-news .feature_list .image span {
        width: 470px;
        height: 355px;
    }
    .section-artists .subsection-news .feature_list .image img {
        max-width: 470px;
        max-height: 355px;
    }

    /* section-artists .subsection-publications ----------------------------------------------------------- */

    .section-artists .subsection-publications .records_list .image,
    .section-artists .subsection-publications .records_list .image span {
        width: 175px;
        height: 175px;
    }
    .section-artists .subsection-publications .records_list .image img {
        max-width: 175px;
        max-height: 175px;
    }
    .section-artists .subsection-publications .feature_list .image,
    .section-artists .subsection-publications .feature_list .image span {
        width: 470px;
        height: 355px;
    }
    .section-artists .subsection-publications .feature_list .image img {
        max-width: 470px;
        max-height: 355px;
    }

    /* section-artists .subsection-events ----------------------------------------------------------- */

    .section-artists .subsection-events .records_list .image,
    .section-artists .subsection-events .records_list .image span {
        width: 175px;
        height: 175px;
    }
    .section-artists .subsection-events .records_list .image img {
        max-width: 175px;
        max-height: 175px;
    }

    /* section-artists .subsection-art-fairs ----------------------------------------------------------- */

    .section-artists .subsection-art-fairs .records_list .image,
    .section-artists .subsection-art-fairs .records_list .image span {
        width: 175px;
        height: 175px;
    }
    .section-artists .subsection-art-fairs .records_list .image img {
        max-width: 175px;
        max-height: 175px;
    }

    /* section-artists .subsection-press ----------------------------------------------------------- */

    .section-artists .subsection-press .records_list .image,
    .section-artists .subsection-press .records_list .image span {
        width: 105px;
        height: 105px;
    }
    .section-artists .subsection-press .records_list .image img {
        max-width: 105px;
        max-height: 105px;
    }

    /* section-artists .subsection-videos ----------------------------------------------------------- */

    .section-artists .subsection-videos .records_list .image,
    .section-artists .subsection-videos .records_list .image span {
        width: 175px;
        height: 175px;
    }
    .section-artists .subsection-videos .records_list .image img {
        max-width: 175px;
        max-height: 175px;
    }
    .section-artists .subsection-videos .feature_list .image,
    .section-artists .subsection-videos .feature_list .image span {
        width: 470px;
        height: 355px;
    }
    .section-artists .subsection-videos .feature_list .image img {
        max-width: 470px;
        max-height: 355px;
    }


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

    .section-exhibitions .no_of_exhibition_sections-2 {
        
        width: 570px;
    }

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

        /* Grid wide list (feature_list) ----------------------------------------------------------- */

        .section-exhibitions .subsection-exhibitions-grid .feature_list .image,
        .section-exhibitions .subsection-exhibitions-grid .feature_list .image span {
            width: 300px;
            height: 300px;
        }
        .section-exhibitions .subsection-exhibitions-grid .feature_list .image img {
            max-width: 300px;
            max-height: 300px;
        }

        /* Grid list (detail_list) ----------------------------------------------------------- */

        .page-exhibitions .detail_list .image,
        .page-exhibitions .detail_list .image span {
            width: 175px;
            height: 175px;
        }
        .page-exhibitions .detail_list .image img {
            max-width: 175px;
            max-height: 175px;
        }

        .section-exhibitions .subsection-installation .image_list ul li {
            width: 283px;
        }
        .section-exhibitions .subsection-installation .image_list ul li .image,
        .section-exhibitions .subsection-installation .image_list ul li .image span {
            width: 283px;
            height: 212px;
        }
        .section-exhibitions .subsection-installation .image_list ul li .image img {
            max-width: 283px;
            max-height: 212px;
        }
        
        .section-exhibitions .subsection-works .image_list ul li {
            width: 283px;
        }
        .section-exhibitions .subsection-works .image_list ul li .image,
        .section-exhibitions .subsection-works .image_list ul li .image span {
            width: 283px;
            height: 212px;
        }
        .section-exhibitions .subsection-works .image_list ul li .image img {
            max-width: 283px;
            max-height: 212px;
        }

        /* Image gallery slideshow ----------------------------------------------------------- */





    .section-exhibitions .subsection-overview #slideshow ul li .image,
    .section-exhibitions .subsection-overview #slideshow ul li .image span {
        width: 355px;
        height: 400px;
    }
    .section-exhibitions .subsection-overview #slideshow ul li .image img {
        max-width: 355px;
        max-height: 400px;
    }


/* -----------------------------------------------------------
   News
----------------------------------------------------------- */

    .page-news .feature_list .image,
    .page-news .feature_list .image span {
        width: 300px;
        height: 300px;
    }
    .page-news .feature_list .image img {
        max-width: 300px;
    }
    .page-news .detail_list .image,
    .page-news .detail_list .image span {
        width: 585px;
        height: 493px;
    }
    .page-news .detail_list .image img {
        max-width: 585px;
        max-height: 493px;
    }


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

    .page-search .detail_list .image,
    .page-search .detail_list .image span {
        width: 110px;
        height: 110px;
    }
    .page-search .detail_list .image img {
        max-width: 110px;
        max-height: 110px;
    }


/* -----------------------------------------------------------
   Press
----------------------------------------------------------- */

    .page-press .detail_list .image,
    .page-press .detail_list .image span {
        width: 370px;
        height: 400px;
    }
    .page-press .detail_list .image img {
        max-width: 370px;
        max-height: 400px;
    }

/* -----------------------------------------------------------
   Press releases
----------------------------------------------------------- */

    .page-press_releases .detail_list .image,
    .page-press_releases .detail_list .image span {
        width: 370px;
        height: 400px;
    }
    .page-press_releases .detail_list .image img {
        max-width: 370px;
        max-height: 400px;
    }


/* -----------------------------------------------------------
   Video
----------------------------------------------------------- */

    .page-video .records_list.feature_list .image,
    .page-video .records_list.feature_list .image span {
        width: 300px;
        height: 300px;
    }
    .page-video .records_list.feature_list .image img {
        max-width: 300px;
        max-height: 300px;
    }
    .page-video .records_list .image,
    .page-video .records_list .image span {
        width: 380px;
        height: 320px;
    }
    .page-video .records_list .image img {
        max-width: 380px;
        max-height: 320px;
    }

/* -----------------------------------------------------------
   Publications
----------------------------------------------------------- */

    .page-publications .records_list.feature_list .image,
    .page-publications .records_list.feature_list .image span {
        width: 300px;
        height: 300px;
    }
    .page-publications .records_list.feature_list .image img {
        max-width: 300px;
        max-height: 300px;
    }
    .page-publications .records_list .image,
    .page-publications .records_list .image span {
        width: 175px;
        height: 175px;
    }
    .page-publications .records_list .image img {
        max-width: 175px;
        max-height: 175px;
    }


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

    .page-events .detail_list .image,
    .page-events .detail_list .image span {
        width: 379px;
        height: 320px;
    }
    .page-events .detail_list .image img {
        max-width: 379px;
        max-height: 320px;
    }

    /* Events Grid
    ----------------------------------------------------------- */
        .section-events .subsection-events-grid .feature_list .image span {
            width: 615px;
            height: 520px;
        }


/* -----------------------------------------------------------
   Art fairs
----------------------------------------------------------- */

    .page-art-fairs #art-fairs-grid-container .detail_list .image,
    .page-art-fairs #art-fairs-grid-container .detail_list .image span {
        width: 175px;
        height: 175px;
    }
    .page-art-fairs #art-fairs-grid-container .detail_list .image img {
        max-width: 175px;
        max-height: 175px;
    }


/* -----------------------------------------------------------
   Team
----------------------------------------------------------- */
    .page-team .detail_list ul li,
    .page-team .image_list ul li {
        width: 380px;
    }
    .page-team .detail_list ul li .image,
    .page-team .detail_list ul li .image span,
    .page-team .image_list ul li .image,
    .page-team .image_list ul li .image span {
        width: 380px;
        height: 440px;
    }
    .page-team .detail_list ul li .image img,
    .page-team .image_list ul li .image img {
        max-width: 380px;
        max-height: 440px;
    }


/* -----------------------------------------------------------
   Text editor styles
----------------------------------------------------------- */

    input,
    select,
    textarea {
        font-family: 'NuO', sans-serif;
    }
    blockquote {
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        margin: 2em 0;
        padding: 0;
        line-height: normal;
        overflow: auto;
        text-indent: 0;
        font-size: 27px;
        color: var(--typography-grey);
        letter-spacing: -0.32px;
        line-height: 43px;
        text-align: left;
        width: 100%;
        max-width: none;
        margin: 0 auto;
        display: block;
        clear: both;
        margin-bottom: 40px;
    }
    .superscript {
        vertical-align: super;
        font-size: .8em;
    }
    .intro_block strong,
    .intro_block {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        margin: 50px auto auto;
        font-weight: 200;
        max-width: 750px;
        padding: 30px 0 30px;
    }
    .intro_block strong:after,
    .intro_block:after {
        content: '';
        display: block;
        width: 60px;
        border-top: 1px solid;
        text-align: center;
        margin: 40px auto 0;
        font-weight: normal;
        line-height: 33px;
    }
    .intro_block_sub_quote {
        font-size: 16px;
        line-height: 43px;
        text-align: center;
        margin: auto;
        max-width: 740px;
        text-transform: none;
        margin-bottom: 50px;
    }

/* -----------------------------------------------------------
   Feature panels
----------------------------------------------------------- */

    .feature_panels .records_list .image,
    .feature_panels .records_list .image span {
        width: 283px;
        height: 212px;
    }
    .feature_panels .detail_list .image img {
        max-width: 283px;
        max-height: 212px;
    }


        /* Standard feature panels
        ----------------------------------------------------------- */

        .feature_panels .records_list ul li.panel_standard {
            width: 380px;
        }
        .feature_panels .records_list ul li.panel_standard .image,
        .feature_panels .records_list ul li.panel_standard .image span {
            width: 380px;
            height: auto;
        }
        .feature_panels .records_list ul li.panel_standard .image img {
            max-width: 380px;
            max-height: none;
        }



        /* Standard feature panels
        ----------------------------------------------------------- */

        .feature_panels .records_list ul li.panel_style_two_columns {
            width: 615px;
        }
        .feature_panels .records_list ul li.panel_style_two_columns .image,
        .feature_panels .records_list ul li.panel_style_two_columns .image span {
            width: 615px;
            height: 520px;
        }
        .feature_panels .records_list ul li.panel_standard.panel_style_two_columns .image img {
            max-width: 615px;
            max-height: 520px;
        }


        /* Standard feature panels
        ----------------------------------------------------------- */

        .feature_panels .records_list ul li.panel_style_full_width {
            width: 1280px;
        }
        .feature_panels .records_list ul li.panel_style_full_width .image,
        .feature_panels .records_list ul li.panel_style_full_width .image span {
            width: 1280px;
            height: auto;
        }
        .feature_panels .records_list ul li.panel_style_full_width .image img {
            max-width: 1280px;
            max-height: none;
        }



        /* Standard feature panels
        ----------------------------------------------------------- */

        .feature_panels .records_list ul li.panel_style_half_width {
            width: 615px;
        }
        .feature_panels .records_list ul li.panel_style_half_width .image,
        .feature_panels .records_list ul li.panel_style_half_width .image span {
            width: 615px;
            height: 520px;
        }
        .feature_panels .records_list ul li.panel_style_half_width .image img {
            max-width: 615px;
            max-height: 520px;
        }



        /* Image/Text adjacent feature panels
        ----------------------------------------------------------- */

        .feature_panels .records_list ul li.panel_image_text_adjacent {
            width: 620px;
        }
        .feature_panels .records_list ul li.panel_image_text_adjacent .image,
        .feature_panels .records_list ul li.panel_image_text_adjacent .image span {
            width: 620px;
            height: 620px;
        }
        .feature_panels .records_list ul li.panel_image_text_adjacent .image img {
            max-width: 620px;
            max-height: 620px;
        }
        
/* -----------------------------------------------------------
    Slideshow pager
----------------------------------------------------------- */

    #slideshow .slideshow_pager {
        position: absolute;
        bottom: 25px;
        z-index: 99999;
        width: 100%;
        right: 0;
    }
        #slideshow .slideshow_pager .slideshow_pager_inner {
            line-height: 0;
            width: 1000px;
            max-width: 100%;
            margin: 0 auto;
            text-align: right;
            padding: 0 30px;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
        }
            #slideshow .slideshow_pager .slideshow-pager-item-wrapper {
                padding: 11px;
                display: inline-block !important;
                margin-right: -4px;
                width: auto !important;
                cursor: pointer;
                background-color: transparent;
            }
            .tabbing-detected #slideshow .slideshow_pager .slideshow-pager-item-wrapper:focus {
                background-color: #ffff80;
            }
            .tabbing-detected #slideshow .slideshow_pager .slideshow-pager-item-wrapper:focus .slideshow-pager-item {
                background-color: black;
            }
            
            #slideshow .slideshow_pager .slideshow-pager-item-wrapper .slideshow-pager-item {
                display: block;
                cursor: pointer;
                border-radius: 6px;
                background-color: rgba(255, 255, 255, 0.38);
                -webkit-transition: background-color 0.2s linear;
                transition: background-color 0.2s linear;
                border: 1px solid white;
                background: rgba(0,0,0,0);
                color: white;
                text-align: center;
                line-height: 100px;
                height: 10px !important;
                width: 10px !important;
            }
            #slideshow .slideshow_pager .slideshow-pager-item-wrapper.active .slideshow-pager-item {
                background-color: #fff;
                height: 6px;
                width: 6px;
            }
    
            #slideshow.fullscreen_slideshow_parallax span.content .subtitle::before,
            #slideshow.fullscreen_slideshow_parallax span.content span .subtitle::before {
                border-top: 1px solid #fff;
            }
            