/* ----------------------------------------------------------------------------------
    Esther Schipper
    Designed & Built by Artlogic in London
---------------------------------------------------------------------------------- */


@import url(/fonts/stylesheet.css);
@import url(/lib/webfonts/font-awesome/font-awesome-4.6.3/css/font-awesome.min.css);



* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    padding: 20px;
    margin: 0;
    background: #fff;
    font-family: 'AcuminProWeb', Sans-Serif;
    font-weight: 200;
    font-size: 1.3rem;
    line-height: 2.9rem;
    color: #0C0C0C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background 400ms linear, color 400ms linear;
    font-variant-numeric: lining-nums;     /* high-level property          */
    -moz-font-feature-settings: 'lnum';    /* low-level (old Firefox)      */
    -webkit-font-feature-settings: 'lnum'; /* low-level (old Webkit)       */
    font-feature-settings: 'lnum' on;      /* low-level (all new browsers) */
    font-variant-ligatures: no-contextual;
}

body.navigation-open {
    overflow: hidden;
}

strong, b {
    font-weight: 400;
}

p {
    /*margin-bottom: 15px;  Commented out and set to zero to mirror old site content layout*/
    margin-bottom: 0;
}
p:last-child {
    margin-bottom: 0;
}

a, a:visited {
    color: inherit;
    text-decoration: none;
}

img, a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6, .faux_h1, .faux_h2, .faux_h3, .faux_h4, .faux_h5, .faux_h6, .splash_heading, .subheading {
    margin: 0;
    padding: 0;
    transition: color 400ms linear;
    font-weight: 300;
    color: #0C0C0C;
}

/* Grouping of Acumin Pro light */
.acumin_pro_light {
    font-weight: 200;
    color: #383838;
}

/* Grouping of Acumin Pro Medium */
.acumin_pro_medium {
    font-weight: normal;
    color: #0C0C0C;
}

/* Grouping of Acumin Pro Regular */
.acumin_pro_regular,
.artist_name,
#artist_list_grid_selector ul li button {
    font-weight: 400;
    color: #0C0C0C;
}

ul {
    padding: 0 0 0 20px;
    margin: 0;
}
h1,
.faux_h1 {
    font-size: 4rem;
    line-height: 1.25em;
    max-width: 1200px;
    clear: both;
}
h2,
.faux_h2 {
    font-size: 2.8rem;
    line-height: 1.21em;
    margin: 0 0 20px;
}
h3, .faux_h3, .subheading {
    font-size: 2.1rem;
    line-height: 1.29em;
    margin: 0 0 5px;
}
h4,
.faux_h4 {
    font-size: 2.9rem;
    line-height: 1.14em;
    margin: 0 0 20px;
}
h5,
.faux_h5 {
    font-size: 2.6rem;
    line-height: 1.15em;
    margin: 0 0 20px;
}
h6,
.faux_h6 {
    font-size: 2.3rem;
    line-height: 1.17em;
    margin: 0 0 20px;
}

/* Titles grouping */
.heading_title,
.single_item_format .works_grid .item h2,
.single_item_format .works_grid .item h3,
.legacy_panel.panel_type_214 h2,
.section-artists .artist_introduction .panel_heading_inner h2,
.section-exhibitions .exhibition_introduction .panel_heading_inner h2 {
    font-size: 2.2rem;
    line-height: 1.3em;
}

/* Artwork artist name grouping */
.artist,
.works_grid .item .artist {
    font-weight: 300;
    font-size: 1.8rem;
    color: #111111;
    line-height: 1.61em;
    margin-bottom: 3px;
}
/* Artwork title & year grouping */
.title_and_year,
.image_caption,
.works_grid .item .caption .title_and_year {
    font-weight: 400;
    color: #0C0C0C;
    margin-bottom: 23px;
    line-height: 1.77em;
}

.heading_title,
.heading_subtitle {
    display: block;
}
.heading_subtitle {
    font-weight: normal;
}
.heading_subtitle.disable_formatting {
    font-style: normal;
}
.heading_subtitle .year {
    font-style: normal;
}

img {
    max-width: 100%;
}

.animated-top-border:before {
    display: block;
    content: '';
    height: 1px;
    background: #0C0C0C;
    margin: 0 0 19px;
    width: 100%;
    transition: transform 1100ms ease-in-out;
    transform: scaleX(0);
    transform-origin: 0 0;
}
    .item.visible .animated-top-border:before,
    .visible.animated-top-border:before {
        transform: scaleX(1);
        transition: none;
    }
    .item.no_top_border .animated-top-border:before {
        display: none!important;
    }
    #main_slideshow .slide:not(.cycle-slide-active) .animated-top-border:before {
        opacity: 0;
    }

.divider {
    height: 50px;
    clear: both;
}

.pull_quote,
blockquote {
    position: relative;
    font-weight: 400;
    text-align: left;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    font-size: 1.7rem;
    line-height: 1.88em;
    transition: color 400ms linear;
    color: #0C0C0C;
}
    blockquote:before {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        content: '\201C';
        font-size: 3.2rem;
        font-weight: 400;
        color: #0C0C0C;
    }
    blockquote:after {
        display: inline-block;
        content: '\201D';
        font-size: 3.2rem;
        font-weight: 400;
        color: #0C0C0C;
    }
    blockquote span,
    blockquote p {
        margin: 0;
        padding: 0;
        display: inline;
    }

.intro_content {
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
    line-height: 1.88em;
    transition: color 400ms linear;
    color: #0C0C0C;
}

.clearwithin:after {
    height: 0;
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
}
.clear {
    height: 0;
    clear: both;
    width: 100%;
}

.cms_gray {
    color: #777;
}
.cms_red {
    color: #c52f24;
}

input,
textarea,
select {
    font-family: 'AcuminProWeb', Sans-Serif;
    color: #0C0C0C;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.0em;
    background: transparent;
}
fieldset {
    border: none;
}
button {
    font-family: inherit;
    font-weight: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    color: inherit;
    overflow: visible;
    text-transform: none;
    background-color: transparent;
    -webkit-appearance: button;
    border: none;
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

hr {
    border: none;
    border-bottom: 1px solid #0C0C0C;
}

/* -------------Dark mode sections------------ */

body.section-news,
body.section-news #main_content,
body.section-news .scroll_section,
#popup_content .content-reversed,
body .feature_panels .feature_panels_content section.content-reversed {
    background: #0C0C0C;
}

body.section-news,
body.section-news .standard_grid .list_caption_wrapper .caption,
body.section-news .standard_grid .list_caption_wrapper .caption,
body.section-news .records_list_slider .item .list_caption_wrapper .caption,
body.section-news .footer .main .main_footer_content,
#popup_content .content-reversed,
body .feature_panels .feature_panels_content section.content-reversed .caption {
    color: #BDBCBC;
}

body.section-news h1,
body.section-news h2,
body.section-news h3,
body.section-news h4,
body.section-news h5,
body.section-news h6,
body.section-news .faux_h1,
body.section-news .faux_h2,
body.section-news .faux_h3,
body.section-news .faux_h4,
body.section-news .faux_h5,
body.section-news .faux_h6,
#popup_content .content-reversed h1,
#popup_content .content-reversed h2,
#popup_content .content-reversed h3,
#popup_content .content-reversed h4,
#popup_content .content-reversed h5,
#popup_content .content-reversed h6,
#popup_content .content-reversed .faux_h1,
#popup_content .content-reversed .faux_h2,
#popup_content .content-reversed .faux_h3,
#popup_content .content-reversed .faux_h4,
#popup_content .content-reversed .faux_h5,
#popup_content .content-reversed .faux_h6,
.content-type-reversed-popup #popup_box .close a:after,
.content-reversed .heading_title,
body.section-news .splash_heading,
body.section-news .subtitle,
.content-reversed .subtitle,
body.section-news .subheading,
body.section-news .standard_grid .item .list_content_header .subtitle,
.standard_grid .item.content-reversed .list_content_header .subtitle,
body.section-news .records_list_slider .item .list_content_header .subtitle,
body.section-news .footer .main .main_footer_content a,
body.section-news .footer .main .main_footer_content a:visited,
body.section-news .button a, .button button, .button > span:not(.loader),
body.section-news button:not(.store_item_add_to_cart):not(.clear_button_styles):not(.aol-dock-button):not(.roomview-zoom-button),
body.section-news #footer .page_enquiry_widget_field input,
body.section-news .footer .credit,
body.section-news .footer .credit a,
body.section-news .footer .credit a:visited,
body.section-news .footer .credit .inner .footer_item,
body.section-news .footer .social_media_links .social_media_icon:before,
body.section-news .prelude,
.content-reversed .prelude,
#popup_content .content-reversed a,
#popup_content .content-reversed .share_links .share_options .social_links_item .social_media_icon:before,
.content-reversed .max_height_read_more_button,
body.section-news .feature_panels section .panel_footer.panel_footer_revealable_link .button button,
body .feature_panels .feature_panels_content section.content-reversed .panel_footer.panel_footer_revealable_link .button button,
body.section-news .panel_footer.panel_footer_revealable_link .reveal-pagination,
body .feature_panels .feature_panels_content section.content-reversed .panel_footer.panel_footer_revealable_link .reveal-pagination,
body.section-news .external_link,
body.section-news .download_link,
.content-reversed .external_link,
.content-reversed .download_link,
body .feature_panels .feature_panels_content section.content-reversed h1,
body .feature_panels .feature_panels_content section.content-reversed h2,
body .feature_panels .feature_panels_content section.content-reversed h3,
body .feature_panels .feature_panels_content section.content-reversed h4,
body .feature_panels .feature_panels_content section.content-reversed h5,
body .feature_panels .feature_panels_content section.content-reversed h6,
body .feature_panels .feature_panels_content section.content-reversed .filters_reveal_button button,
body .feature_panels .feature_panels_content section.content-reversed .filters_clear_button button,
body .feature_panels .feature_panels_content section.content-reversed .subtitle,
body .feature_panels .feature_panels_content section.content-reversed .content,
body .feature_panels .feature_panels_content section.content-reversed .external_link,
body .feature_panels .feature_panels_content section.content-reversed .download_link,
body .feature_panels .feature_panels_content section.content-reversed .prelude,
body .feature_panels .feature_panels_content section.content-reversed .enquire_button_container .button a {
    color: #fff;
}
body.section-news .feature_panels section .panel_footer.panel_footer_revealable_link .loader .path {
    stroke: #fff !important;
}

.content-reversed .animated-top-border:before,
body.section-news .animated-top-border:before,
body .feature_panels .feature_panels_content section.content-reversed .animated-top-border:before,
body.section-news .plus-icon-container > span,
body .feature_panels .feature_panels_content section.content-reversed .plus-icon-container > span,
body .feature_panels .feature_panels_content section.content-reversed .load-more-progress-bar,
body.section-news .panel_footer.panel_footer_revealable_link .load-more-progress-bar {
    background: #fff;
}
body.section-news .filter-wrapper .animated-top-border:before {
    background: #0C0C0C;
}
body.section-news .panel_footer.panel_footer_revealable_link .load-more-progress-bar-outer,
body .feature_panels .feature_panels_content section.content-reversed .load-more-progress-bar-outer {
    background: #585858;
}
body.section-news .feature_panels section .panel_heading,
.content-reversed .feature_panels section .panel_heading,
body.section-news #footer .page_enquiry_widget_field,
body .feature_panels .feature_panels_content section.content-reversed .panel_heading {
    border-color: #fff;
}
body.section-news .footer {
    border-color: #6F6F6F
}
body.section-news #footer-logo svg * {
    fill: #fff;
}
body.section-news .list_caption_wrapper .dates,
body .feature_panels .feature_panels_content section.content-reversed .list_caption_wrapper .dates {
    color: #888888;
}


/* -------------Accessibility------------ */

* :focus {
    outline: none;
}

body.tabbing-detected * :focus,
body.accessibility_outlines_enabled * :focus,
body.tabbing-detected form input:focus {
    outline: auto !important;
    outline-style: solid !important;
}

#skiplink-container .skiplink,
.skiplink-container .skiplink {
    position: fixed;
    left: -9999px;
    transform: none;
    text-decoration: none;
}
    #skiplink-container .skiplink:focus,
    .skiplink-container .skiplink:focus {
        left: 0px;
        top: -40px;
        transform: translateY(50%);
        padding: 6px 15px;
        background: #FFF !important;
        color: #0C0C0C !important;
        z-index: 9999999999;
        margin-bottom: 3px;
    }
    .cms-frontend-toolbar-active #skiplink-container .skiplink:focus,
    .cms-frontend-toolbar-active .skiplink-container .skiplink:focus {
        top: 25px;
    }

/*show rollaway header as soon as tabbing is detected*/
/*this is so that the header can be viewed when in focus if you tab back up the page*/
body.tabbing-detected .scrolling-down #header {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/*make fixed footers position static and hide the faux*/
/*footer so that the content is always visible when tabbing*/
body.fixed-footer.tabbing-detected #footer {
    visibility: visible;
    position: static;
}
body.fixed-footer.tabbing-detected .faux_footer {
    display: none;
}
.visually-hidden { 
    position: absolute !important;
    height: 1px !important; 
    width: 1px !important;
    overflow: hidden !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap !important; /* added line */
}
body.tabbing-detected section:focus {
    background-color: #ffff80;
}
.extended_click_area {
    cursor: pointer !important;
}



.cms_size_1 {
    font-size: 1.5rem;
    line-height: 1.2em;
}
.cms_size_1_2 {
    font-size: 1.6rem;
    line-height: 1.25em;
}
.cms_size_1_3 {
    font-size: 1.7rem;
    line-height: 1.24em;
}
.cms_size_1_4 {
    font-size: 1.8rem;
    line-height: 1.22em;
}
.cms_size_1_5 {
    font-size: 1.9rem;
    line-height: 1.21em;
}
.cms_size_1_6 {
    font-size: 2rem;
    line-height: 1.2em;
}
.cms_size_2 {
    font-size: 2.2rem;
    line-height: 1.18em;
}
.cms_size_3 {
    font-size: 2.8rem;
    line-height: 1.14em;
}
.cms_size_4 {
    font-size: 3.4rem;
    line-height: 1.12em;
}
.cms_size_5 {
    font-size: 4rem;
    line-height: 1.1em;
}

a.cms_link_remove_underline {
    text-decoration: none !important;
}

a.button_custom {
    display: inline-block;
    font-family: inherit;
    outline: none;
    border-radius: 0;
    transition: background 400ms linear, border 400ms linear;
    color: #0C0C0C;
    background: #fff;
    border: 1px solid #EEEBE9;
    border-radius: 3px;
    padding: 10px 15px 10px;
    color: #0C0C0C;
    font-size: 1.6rem;
    line-height: 1.25em;
}
