@charset "UTF-8";
/* CSS Document */
@import url("font/font.css");


html { 
	--accentColorA : rgb(212, 194, 172); /* LIGHT TAN */
	--accentColorB : rgb(125, 116, 103); /* BROWNISH-TAN */
	--gray75: rgb(30, 30, 30, .75);
	--gray50: rgb(30, 30, 30, .5);
	--flagColor: rgb(254, 233, 220, 1);
	--flagColor50: rgb(254, 233, 220, .5);
	--lightGray: rgb(30, 30, 30, .2);
	--smText: 0.75rem; 
	--mdText: 0.875rem;
	--lgText: 1.25rem;
	--xlText: 1.6rem;
	--mainFont: "SaansRegular",sans-serif;
	--mainFontBold: "SaansMedium",sans-serif;
	--mainBodyColor : rgb(30, 30, 30);
	--backgroundColor: #FAF3EF;
	--pageMaxW: 1400px;
}


/* FOR LINK HOVER
text-decoration: underline; text-decoration-skip-ink: auto; text-underline-offset:3px; text-decoration-thickness: .5px;
*/

* {
	padding: 0px; 
	margin: 0px;
	box-sizing: border-box;
}

*:focus{ outline: none !important; }

em span, i span { font-style: normal; }
u{text-decoration-skip-ink: auto; text-underline-offset:3px; text-decoration-thickness: .5px; }
p {margin-bottom: 1rem;}
strong, b { font-family: var(--mainFontBold); font-weight: 100; }

html{
	font-size: 100%;
	font-family: var(--mainFont);
  	font-optical-sizing: auto;
  	font-weight: 300;
  	font-style: normal;
	color: var(--mainBodyColor);
	overflow-x: hidden;
	position: relative;
	letter-spacing: .3px;
}

body{
	background-color: var(--backgroundColor);
}

a, .ui-widget-content a { color: var(--mainBodyColor); text-decoration-skip-ink: auto; text-underline-offset:3px; text-decoration-thickness: .5px; }
a:hover, .ui-widget-content a:hover{ color: var(--accentColorB); text-decoration: underline !important;  text-decoration-skip-ink: auto; text-underline-offset:3px; text-decoration-thickness: 1px !important;  }
a.external { background:url("/css/images/icon_externalLink.gif") no-repeat right; padding-right:15px;  }

h1, h2, h3, h4, h5, h6{ line-height: normal; margin-bottom: 1rem; font-weight: 100;  }

em span, i span { font-style: normal; }

#mainWrapperOuter{ text-align: center; }
#mainWrapperInner{ margin: 0 auto; text-align: left; }

#topBand{ 
	background-color: #FFF; 
	padding: 1.5rem; 
	text-align: center; 
	font-family: Romain-regular,Times,serif; 
	font-size: 1.2rem; 
	font-weight: 100; 
	letter-spacing: 1px;
}
#topBand a, #topBand a:hover { text-decoration: none !important; color: inherit; }

#headerWrapperOuter{
	border-bottom: .5px solid var(--gray50);
	padding: 2rem 0;
	margin-bottom: 2rem;
}

#headerWrapper{ 
    margin: auto;
    display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 4rem;
	align-items: center;
	max-width: var(--pageMaxW);
	padding: 0 1rem;
}

header, headercopy { font-size: 24px; }
header #headerBottom, headercopy #headerBottom { margin-top: .1em; color: var(--gray50); white-space: nowrap; }

#maincontent{ min-height: 60vh; max-width: var(--pageMaxW); margin: auto;  padding: 0 1rem;}
#mainBody{ min-height: 65vh }

/* FOOTER */
footer{
    padding: 2rem 0;
    margin-top: 2rem;
	background-color: white; 
}
#footerwrapper{
    max-width: var(--pageMaxW);
    margin: auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4rem;
	grid-row-gap: 2rem;
}
#footerwrapper ul{ display: flex; justify-content:flex-start; column-gap: 2rem; }
#footerwrapper li{ list-style: none; white-space: nowrap;}
footer a { text-decoration: none; }

copyright, ul#sitecredits{font-size: var(--mdText);}
ul#sitecredits, ul#sitecredits a {color: var(--gray75); }

#fullCitation { display: flex; flex-direction: column; margin-bottom: 2rem; 
	width: calc(75% - 3rem); margin-left: auto;
	padding: 2rem; background-color: rgba(255, 255, 255, .5);
	border-radius: .3rem;
}
#catalogueDir.entryPage  #fullCitation{ width: 100% !important; margin-top: 4rem; margin-bottom: 0px;  }
#updateDisclaimer div{ margin-bottom: .5rem;  }
#updateDisclaimer{ font-size: var(--smText); text-transform: uppercase; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #ccc; }
#printCitation{ font-size: var( --mdText); line-height: 1.2rem; }
#printCitation capsheading,  .copytoclipboard { font-size: var(--smText) !important; text-transform: uppercase; }
#printCitation span:last-of-type { color: var(--gray75); }

.copytoclipboard{display: inline-block; max-width: fit-content; }

/* NAVIGATION */

navigation{   }
navigation a { color: inherit; text-decoration: none;  }
navigation a:hover, .entryPage navigation a.selected:hover { color: var(--mainBodyColor); text-decoration: underline !important;  }
navigation a.selected, navigation a.selected:hover { color: var(--mainBodyColor); font-family: var(--mainFontBold); text-decoration: none !important;  font-weight: 100;   }
navigation ul {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:flex-start ;
    align-items: center;
    column-gap: 2rem; }
navigation ul li { list-style: none; }

/* PAGINATION & SORTING & FILTERS  */


.linkSortASC img{ transform: rotate(90deg); margin-right: 5px; }
.linkSortDESC img{ transform: rotate(270deg); margin-right: 5px; }

#paginationTop{ position: absolute; right: 0; top: -1rem; text-align: right;  text-transform: uppercase;  font-size: var(--mdText); }
#paginationBottom{ text-align: center; margin-top: 2rem;  font-size: var(--mdText); }
.pageFirst, .pageLast { display: none; }
.nextprevspan { font-size: var(--smText); }
.nextprevspan a { text-decoration: none; }
#pagiWrapper a, #pagiWrapper .pageLinkCurrent { display: inline-block; height: 1.7rem; min-width: 1.8rem; text-align: center; margin: 2px 5px; text-transform: uppercase;
    font-family: var(--mainFontBold);  font-weight: 100;  }
#pagiContentBottom { text-align: center; color: black; visibility: hidden; }
a.pageLink { text-decoration: none; border: .5px solid black; line-height: 1.8rem; font-family: var(--mainFontBold);  font-weight: 100; }
.pageLinkCurrent { color: white; border: .5px solid var(--accentColorA); line-height: 1.8rem; background-color: black; font-family: var(--mainFontBold);  font-weight: 100;}
a.pageLink:hover { text-decoration: none !important; background-color: black; color: white}
.pageStart, .pageTo, .pageTotal {font-family: var(--mainFontBold);  font-weight: 100; }
#pagiWrapper .disabled { display: none; }

.nextprev img { position: relative; top: 4px; }
#next.nextprev img { transform: rotate(180deg);}

BODY:not(#sectionDir).indexPage #pageTopMatter, .entryPage #pageTopMatter h1 { display: none; }
.entryPage #pageTopMatter {
   /* display: flex;*/
	text-transform: uppercase;
    justify-content: space-between;
    flex-direction: row-reverse;
	font-size: var(--smText);
	color: var(	--gray50);
}
.entryPage #pageTopMatter a {color: inherit; text-decoration: none; }
.entryPage #pageTopMatter a:hover { text-decoration: inherit; }
.entryPage #pageTopMatter{
	display: flex; 
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 4rem;
    justify-content: space-between;
}
.entryPage #pageTopMatter > div{  }

#entryNavBreadcrumb a.secondarylink{ color: var(--gray75); }
#entryNavBreadcrumb .navArrow{
	display: inline-block;
    width: 1.5rem;
    text-align: center;
}
#entryNavBreadcrumb .bullet{ padding: 0 .6rem; color: var(--lightGray); }

#queueNav { display: flex; column-gap: 1rem; }
#queueNav .previous span {
	rotate: 45deg;
    display: inline-block;
	font-size: 1rem; line-height: .5rem;
}
#queueNav .next span {
    rotate: 225deg;
    display: inline-block;
	font-size: 1rem; line-height: .5rem;
	top: 2.5px;
    position: relative;
}
#queueNav .disabled{ color: var(--lightGray);}


/* MAIN INDEX PAGE  */

BODY:not(#sectionDir).indexPage #mainBody { display: grid; grid-template-columns: 1fr 3fr; grid-column-gap: 4rem;  }
.indexPage #leftCol{ 
	position: sticky;
    align-self: flex-start;
    top: 1rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    overflow-x: hidden;
    margin: -1rem;
    padding: 1rem;
}


.indexPage #rightCol{ flex-basis: 75%; padding-top: calc(44px + 32px);  }
body:not(#catalogueDir).indexPage #rightCol { padding-top: calc(44px + 27px);  }

#indexContainer{ position: relative; }


.indexPage #leftCol > div { font-size: var(--smText);  }
.indexPage #leftCol > div:not(:last-of-type) { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: .5px solid var(--mainBodyColor); }
.indexPage #leftCol .heading { margin-bottom: 1rem; display: block; text-transform: uppercase; font-family: var(--mainFontBold);  font-weight: 100; }

#filterContentsLink { text-transform: uppercase; font-size: var(--mdText); margin-bottom: .5rem; cursor: pointer; background-image: url(client_files/icon_filter.png);
    background-size: 1rem;
    background-position-x: 0;
    background-repeat: no-repeat;
    padding-left: 1.3rem;
	display: inline-block; 
	text-decoration: underline; 
	color: var(--accentColorB);
    text-decoration-skip-ink: auto;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
#filterContent { display: flex; flex-direction: column; gap: 2rem; width: 100% ; }

#filterContentsWrapper { width: 100% !important; display: flex; overflow-y: visible;  }
#filterContentsWrapper #closeFiltersDiv, #filterContentsWrapper #selectedFiltersCont, #selectedFiltersCont:empty { display: none; }
#filterContentsWrapper .filterCont  { width: 100% !important;
    padding-bottom: 2rem;
    border-bottom: .5px solid var(--mainBodyColor);
}
#filterContentsWrapper .filterOptions:not(#heightSlider_options):not(#widthSlider_options) { display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; 
	gap: .8rem .8rem;
}
#filterContentsWrapper .filter label { 
	cursor: pointer; 
	white-space: nowrap;
	background-color: white; 
	padding: .25rem;
	display: inline-block; 
	font-size: var(--mdText);
	border-radius: 4px;
	border: .5px solid white;
}
#filterContentsWrapper .filter label:hover{ border-color: var(--gray50);  }
#filterContentsWrapper .filter input { visibility: hidden; width: 0px; }
#filterContentsWrapper .filter .filetercount { color: var(--gray50); padding-left: .2rem; font-variant: no-contextual; }
#filterContentsWrapper .filter .filetercount::before { content: '('; }
#filterContentsWrapper .filter .filetercount::after { content: ')'; }

#filterContentsWrapper .filter label.selected { 
	background-color: var(--mainBodyColor); 
    border-color: var(--mainBodyColor);
	color: white;
}
.sliderRange{ margin: .6rem .5rem; }
.ui-slider.ui-widget-content{ background-color: var(--lightGray); height: .35rem !important; }
.sliderRange .ui-widget-header{ background-image: none !important; background-color: black !important; }
.sliderRange.ui-slider .ui-slider-handle { background-color: black !important; border-radius: .3rem; }

#filterContentsWrapper .filter label.selected::after, #removeSearch::after { 
	content: ' ×'; font-size: var(--smText); padding-bottom: 2px;

}
#filterContentsWrapper .filter label.selected .filetercount{ color: white; display: none; }
#numResults{ margin-top: 1rem; }
#sortingOption{float: right;  }
#sortingOption select{ /*width: 1.1rem; */
	border: none;
    cursor: pointer;
    white-space: nowrap;
    background-color: white;
    padding: .25rem;
    display: inline-block;
    font-size: var(--smText);
    border-radius: 3px;
	position: relative;
    top: -.35rem;
}

@supports (-webkit-touch-callout: none) {
  /* Safari (both macOS + iOS) only */
#sortingOption select {
    -webkit-appearance: none;
appearance: none;
background-color: #fff;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5"><path fill="black" d="M0 0h10L5 5z"/></svg>');
background-repeat: no-repeat;
background-position: right 0.75em center;
background-size: 0.65em auto;
  }
}

#indexContent.noresults{ 
	margin-left: auto;
    text-align: center; 
}
#indexContent.noresults #searchTextAnnounceAFour{ display: none !important;  }
#minisearchForm{ background-color: white; padding: .5rem; background-image: url(client_files/search.svg);
    background-size: 1.2rem 1.2rem;
	background-position: .2rem center;
    background-repeat: no-repeat;
	padding-left: 1.8rem;
}
#searchbox{ border: none; width: 90%; font-size: var(--mdText); }
#removeSearch, .copytoclipboard{  
	text-decoration: none !important;
	cursor: pointer;
    white-space: nowrap;
    background-color: black;
	color: white;
    padding: .25rem;
    display: inline-block;
    font-size: var(--mdText);
    border-radius: 4px;
    border: .5px solid black;
	margin-top: 1rem;
}

/* THUMBNAILS*/

#colLayout{
	display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 4rem;
}

#colLayout .col  {
	display: flex; 
	flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	row-gap: 4rem; 
}

#colLayout .col .colitem, .indexPage #catWorks .item{
	background-color: white; 
	width: 100%;
}

#colLayout .col .colitem img{ max-width: 100%; max-height: 500px; margin: 0 auto; }

.colitem .item_catDetails { padding: 1rem .5rem; font-family: var(--mainFontBold);  font-weight: 100; }
.colitem a, a.fullLink { text-decoration: none !important; color: inherit !important }
.colitem a:hover .item_title, a.fullLink:hover .Title { text-decoration: underline !important; color: inherit !important }
.colitem .item_title, .caption .Title { font-family: var(--mainFontBold);  font-weight: 100; color: #1E1E1E !important; text-decoration: none; }
.colitem .item_date { color: var(--gray50); margin-left: .3rem;  }
.colitem .item_catno { color: var(--gray50); margin-left: .1rem; font-family: var(--mainFont);  }
.colitem  a.image{ display: block; text-align: center; }


.noimg { display: flex; justify-content: center;
    align-items: center; 
	color: var(--gray50);
	margin: 0 auto;
	max-height: 400px;
	text-align: center;
}

.noimg span { display: flex;
	align-items: center;
    justify-content: center;
    padding: .4rem;
	height:100%; 
	width: 100%;
	background-color: rgba(165,165,165,0.1);
	font-size: var(--smText);
	text-transform: uppercase; 
	min-height: 135px;
}

.catWorksCont{ clear: both; }
.indexPage .catWorksCont #itemcont{ display: grid; 
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2rem 2rem;
}
.anchorlink, .endOfItem{ display: none; }
#catWorks #itemcont { 
    display: flex;
    flex-direction: column;
	grid-row-gap: 2rem;
}

#norecord{ background-color: rgba(255, 255, 255, 1); text-align: center; padding: 1rem; min-height: 120px; display: flex;     justify-content: center;
    align-items: center;
}

#catWorks #itemcont .item{ 
	display: flex; 
	column-gap: 0rem; 
	background-color: rgba(255, 255, 255, 1); 
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}
#catWorks #itemcont .item .image, #catWorks #itemcont .item .image_noslide { flex-basis: 20% !important;  }
.image_noslide, .image_noslide:hover { text-decoration: none !important; }
#catWorks #itemcont .item img {margin-bottom: -3px  }
#catWorks #itemcont .item img, #catWorks #itemcont .item .noimg { width: 100% !important; }

#catWorks #itemcont .item .caption { margin: 1rem 0rem; flex-basis: 80%; }
#catWorks #itemcont .item .caption a.fullLink, #catWorks #itemcont .placeholder  .caption .Title { display: block;  }
#catWorks #itemcont .item .caption > * { padding: 0 2rem; }
#catWorks #itemcont .item .reference, #catWorks #itemcont .item .creditline { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #ccc;  }
#catWorks #itemcont .item .reference::before, #catWorks #itemcont .item .creditline::before { 
    display: block;
    margin-bottom:.2rem;
    color: var(--gray50);
    text-transform: uppercase;
    font-size: var(--smText); }
#literatureDir #catWorks #itemcont .item .reference::before { content: 'Published';}
#exhibitionsDir #catWorks #itemcont .item .reference::before { content: 'Exhibited';}
#collectionsDir #catWorks #itemcont .item .creditline::before { content: 'Credit line';}

#catWorks #itemcont .reference, #catWorks #itemcont .creditline{ display: block; margin-top: .6rem; }

/* CATALOGUE ENTRY RECORD PAGE */

#pageBottomMatter { margin-top: 2rem; }
#pageBottomMatter div.clearfloats { display: none;}

#pageBottomMatter { 
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 4rem;
    justify-content: space-between;
}

body:not(#catalogueDir).entryPage  #pageBottomMatter{
	display: grid; grid-template-columns: 1fr 3fr; grid-column-gap: 4rem; 
}

body#catalogueDir #pageBottomMatter #colA{ width: 50% !important; margin-right: auto; }

#pageBottomMatter #colA{ 
	position: sticky;
    align-self: flex-start;
    top: 1rem;  }
body:not(#catalogueDir) #pageBottomMatter #colA{max-height: 98vh;
    overflow-y: auto; }
#catalogueDir #colB{ width: 50% !important; /* LEFT - text */}

#pageBottomMatter #mainImageWrapper img{ width: 100%  !important; height: auto !important;  }
#pageBottomMatter #mainImageWrapper a{ 	text-decoration: none !important;   }
#pageBottomMatter #mainImageWrapper .enlarge { /*margin-top: .4rem; text-transform: uppercase; 
font-size: var(--mdText); background-image: url(client_files/icon_magnify.png);
    background-size: .9rem;
    background-position-x: 0;
    background-repeat: no-repeat;
	padding-left: 1.3rem;
	color: var(--backgroundColor);
	text-decoration: none !important; */
	display: none; 
}
#viewsnavform, #beginWorksHeading{ display: none; }
#div_customArtworkCount{
	margin-bottom: 1rem !important;
	/*padding-bottom: 1rem !important; 
	position: sticky;
    align-self: flex-start;
    top: 0;
	margin: -1rem 0 0 0 !important;
    padding-top: 1rem;
	background-color: var(--backgroundColor);*/
}

#mainImageWrapper .imgplaceholder{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
/*	border: 1px solid var(--gray50);*/	
	background-color: rgba(255, 255, 255, .5);
	width: 100% !important;
}

#mainPhotoCredit, .photocredit {font-size: var(--mdText); color: var(--gray50); margin-top: .4rem; text-align: right; }

#tombstoneWrapper{ margin: 0 0 3rem 0; }
#tombstoneWrapper > div.tombstone{ margin-top: 1.75rem; }
#tombstoneWrapper .tombstone.div_Title, #tombstoneWrapper .tombstone.div_fullDate, #div_customCitation .exhibTitle, #div_customCitation .pubTitle { font-size: 24px; display: inline; }
#tombstoneWrapper .tombstone.div_Title, #div_customCitation .exhibTitle, #div_customCitation .pubTitle {  font-family: var(--mainFontBold);  font-weight: 100; }
#tombstoneWrapper .tombstone.div_fullDate { padding-left: .8rem; color: var(--gray50); }

.div_customDating .altDateSpan { display: block;  margin-top: .5rem;}


.tombstone a { text-decoration: none; }

.tombstone.div_altTitles .altTitle{ display: inline-block; margin-right: 2.5px; }

.altTitleHeading, .tsHeading, BODY:not(#catalogueDir) .sectionHeading {text-transform: uppercase; color: var(--gray50); font-size: var(--smText); display: block; margin-bottom: .3rem;  }
.altTitleHeading .colon { display: none;  }


#colA > .section, #colB > .section, #entryFullCitation{ margin-bottom: 2rem;}
BODY:not(#collectionsDir) #entryFullCitation, #div_customCitationB {display: none;}
#colB .sectionContent > .item  {  margin-bottom: 1rem;  } 
#colB #sectionProvenance .item  {  margin-bottom: .5rem;  } 
#catalogueDir #colB .sectionHeading, #catalogueDir #colA .sectionHeading, #contentwrapper h3.ui-accordion-header { font-weight: 100 !important; font-size: 18px !important; margin-bottom: .5rem; text-transform: uppercase; padding-bottom: .5rem;
    border-bottom: 1px solid var(--gray50) !important; color: var(--gray50); } 
#colB .section .abbreviationDiv {
    color: var(--gray50);
    font-size: var(--smText);
    margin-bottom: .3rem;  } 

#colB .section .fullRefLink, #colB .section .fullRefLink:hover{
text-decoration: none !important;
	color: inherit;
}
.linkqualifier{
    color: var(--gray50);
    font-size: var(--smText);
}
.abbreviationDiv .linkqualifier::before{ content: '(';}
.abbreviationDiv .linkqualifier::after{ content: ')';}

.caption .linkqualifier{ display: block; text-transform: uppercase; 	margin-bottom: .3rem; }

.sectionContent .fullRefLink:hover .abbreviationDiv { text-decoration: underline !important; text-decoration-skip-ink: auto; text-underline-offset:3px; text-decoration-thickness: .5px; text-decoration-color: inherit ; }


#sectionSuppImgs .wrapper{ display: flex; flex-wrap: wrap;
  gap: 1rem 1rem;
}
#sectionSuppImgs .wrapper .clearfloats { display: none; }
#sectionSuppImgs .wrapper .slideshow { width: auto !important; }
#sectionSuppImgs .wrapper img{ max-width: 200px !important; width: auto !important; height: auto !important; max-height: 180px !important; }
#sectionSuppImg_topA { margin-top: 1rem;}

.sectionContent .item a.provlink { text-decoration: none !important; }
.sectionContent .item a.provlink:hover { text-decoration: underline !important; text-decoration-skip-ink: auto; text-underline-offset:3px; text-decoration-thickness: .5px; text-decoration-color: inherit ; }

#toolPrintButton{
	position: relative;
    top: -.5rem;
}

.fancybox-caption .linkqualifier {color: #ccc !important;}
.fancybox-caption .linkqualifier::after{ content: ': ';}

.fancybox-caption .Title { text-decoration: underline !important; text-decoration-skip-ink: auto; text-underline-offset:3px; text-decoration-thickness: .5px; text-decoration-color: inherit ; }


/* catalogue entry accordion */

.ui-accordion .ui-accordion-header, #searchDir .ui-accordion .ui-accordion-header {
    display: inline-block;
    cursor: pointer;
    position: relative;
	letter-spacing: 0;
    width: 100%;
    margin: 0px 0px 20px 0;
    padding: 0px;
}
.ui-state-default, #searchDir .ui-state-default {
    border: none !important;
    background: none !important;
    font-weight: normal;
    color: inherit;
}
.ui-accordion .ui-accordion-content {
    background-color: transparent !important; font-size: 1rem !important; padding: 1rem 0 0 0!important; 
}
.ui-widget-content, #searchDir .ui-widget-content {
    border: none !important;
    background: #fff;
    color: inherit;
}

.ui-icon-triangle-1-e, .ui-icon-triangle-1-s, #searchDir .ui-icon-triangle-1-s {
   background-image: none !important; 
}

.ui-icon {
    width: 1.25rem;
    height: 1.25rem;
	margin: 0px;
	float: right;
	text-indent: 0px;
}

.ui-accordion-header.ui-state-default .ui-icon::after{ content: "+"; }
.ui-accordion-header.ui-accordion-header-active .ui-icon::after{ content: "–"; }

.ui-accordion-header.ui-accordion-header-active { color: var(--mainBodyColor) !important; border-bottom-color: var(--mainBodyColor) !important;  }

/*#sectionProvenance .sectionContent, #sectionExhibitions .sectionContent, #sectionLiterature .sectionContent, #sectioncommentary .sectionContent { visibility: hidden; }*/

#ExhibCommentary, #LitsCommentary{margin-top: 1rem; }

#sectionExhibitions .exhibSponsor, .indexPage .mainExhibRef .exhibSponsor, .linksContainer  .exhibSponsor{ font-family: var(--mainFontBold);  font-weight: 100; }


#div_customCitation { margin: 1rem 0;}
#div_customCitation > div:not(:first-of-type){margin-top: 1.75rem; line-height: 1.3rem; }

/* INDEX PAGES */

#indexContent .rowheading { 
	font-size: var(--lgText);
    margin: 0 0 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
	font-family: var(--mainFontBold); 
}
#indexContent .rowheading:first-of-type{ margin-top: 0px; padding-top: 0px; border: none !important;  }

#indexContent .indexrow {
	background-color: white;
    margin: 0 0 2rem 0;
    padding: 1rem;
    border-radius: .3rem;
}

@media screen and (min-width: 768px) {
#indexContent .indexrow {
	background-color: rgba(255, 255, 255, .5);
}	
#indexContent .indexrow:hover {
	background-color: rgba(255, 255, 255, 1);
}	
}

.indexrow .bookmarkCont { display: none !important; }

.indexrow .fullRef {margin-top: 1rem;}
.indexrow .fullRef div {margin-bottom: .3rem;}
.fullRef a, a.fullRef, .fullRef a:hover, a.fullRef:hover { text-decoration: none !important; color: black !important; }
.indexrow .fullRef .exhibTitle { font-family: var(--mainFontBold); max-width: 800px;  font-weight: 100;
    display: inline-block;}

.indexPage:not(#collectionsDir)  .indexrow .recordlink.abbreviation, #sectionlinkedrecords .abbreviation, .docCaption .boldCapsSmall{ text-decoration: none; display: inline-block; margin-bottom: .4rem; color: var(--gray50); text-transform: uppercase; font-size: var(--smText); }

.indexrowItem.recordType, .typeSolo, .typeExhibType, .indexrowItem.TravelFlag, .indexrowItem.recordCount, .indexrowItem.ContactType, .recType.relatedRecDescript, .entryType .litType, #collectionsDir.entryPage  .entryType {display: inline-block; background-color: var(--flagColor); text-transform: uppercase; font-size: var(--smText); padding: .3rem .5rem; font-family: var(--mainFontBold);  font-weight: 100; margin-right: .5rem; border-radius: 4px;  }

.entryType .typeDivider, .litTypeOther {display: none; }
.entryType > span:last-of-type {margin: 0px; }

#collectionsDir.entryPage  .entryType {margin-bottom: 1rem; }

.recType.relatedRecDescript{ margin-bottom: .5rem; }

.indexrowItem.recordCount { background-color: var(--flagColor50); border: 1px solid var(--flagColor); padding: 0.25rem .45rem; } /*#e6e6e6*/
.indexrowItem a { text-decoration: none; }

#exhibitionsDir.indexpage .indexrowItem.recordCount::after{ content: ' included'}
#literatureDir.indexpage .indexrowItem.recordCount::after{ content: ' cited'}

.indexrowItem.citation #AuthorEditor,.indexrowItem.citation #EditorInAdditionToAuthor, .indexrowItem.citation #ArticleTitle, .indexrowItem.citation #BookTitle, .indexrowItem.citation #UnknownTitle {display: block; margin-bottom: .3rem; }

.indexrowItem.citation #ArticleTitle, .indexrowItem.citation #BookTitle, .indexrowItem.citation #UnknownTitle{ font-family: var(--mainFontBold);  font-weight: 100; }

#literatureDir .indexrowItem .recordlink {display: block; max-width: 850px; }


.indexrowItem .reclink{ text-transform: uppercase; font-size: var(--smText); margin-top: 1rem; margin-bottom: 0px !important;  }
.indexrowItem .reclink::before{ content: '→ ' ; padding-right: .5rem;  }

.indexrow:hover .reclink span{ text-decoration: underline !important; text-decoration-skip-ink: auto; text-underline-offset:3px; text-decoration-thickness: .5px !important;}

#collectionsDir.indexPage .indexrow .recordlink { display: block; }
#collectionsDir.indexPage .indexrowItem.contactName { font-family: var(--mainFontBold);  font-weight: 100;}

#collectionsDir #indexContent { display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
	column-gap: 1rem;
}
#collectionsDir .rowheading { flex-basis: 100% !important; }
#collectionsDir .indexrow { flex-basis: calc( 33% - (3rem / 2) ) !important; }
#collectionsDir .recordlink.abbreviation { font-family: var(--mainFontBold);  font-weight: 100;/*font-size: var(--lgText);*/}

.typeB { display: none; }

#loadcontent #norecord { padding-top: 1.3rem;}


#catalogueDir #colA { margin-top: .3rem; }
#colA h2.abbreviation { font-size: var(--xlText); margin: 0 0 .5rem 0;   font-family:  var(--mainFont); }
#colA #LitCommentary, #colA #ExhibCommentary { margin-top: 1rem;  }

.indexpage .traveledref { margin-top: .4rem; margin-left: .6rem;}
.traveledref li { list-style: none;  margin-bottom: .2rem; }
.entryPage .traveledref li {  margin-bottom: .5rem; }
.traveledref .heading { font-size: var(--smText); text-transform: uppercase; display: inline-block;  margin-bottom: .2rem; } 
.entryPage .traveledref .heading { margin-bottom: .3rem;  } 


a.viewBy {display: inline-block; height:19px; width:20px; border:1px solid #fff !important; vertical-align:middle; margin-right:3px; background:url('/css/images/icon_sizes.gif') no-repeat 1px 1px; padding:1px; }
a.viewBy:hover, a.viewBy.selected{ border-color:#F93 !important;}
#viewsnav{ float:right; position: relative; top: -1.25rem; margin-bottom: 1.25rem; }
#viewsnav span{ text-transform:uppercase; text-transform: capitalize;  }
a#thumbnail{ background-position:1px}
a#size{width:32px; background-position:-16px}
a#listA{background-position:-45px;}
a#listB{background-position:-62px;}

#scale{padding-top:5px;clear:both;}
#scale table{border-top: dotted 1px #CCC;}
#scale td{padding:4px; font-size:.7em}
#scale .scale div {
	height: 5px; border: #666 solid 1px; border-top: none;
}
#scaleCont{padding:1em 0;}

#entryExternalLink { margin: 1rem 0 0 2rem;   }

.maplink {
	text-decoration: none;
    background: url(client_files/icon_map.png) no-repeat;
    background-size: 1rem 1rem;
    padding-left: 1.4rem;
    display: inline-block;
    background-position: 2px 0px; 
}

#linksUl li, .linksContainer li {margin-bottom: .6rem; list-style: none; }

/*#colB #linksUl{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap: 2rem;
}
#colB #linksUl li{
	flex: calc(33% - 1.5rem) 0 0;
	background-color: white;
}
#colB #linksUl li img{ max-width: 100%}*/

#sectionlinkedrecords{ margin-top: 3rem; }
#sectionlinkedrecords .abbreviationSpan{ display: block; }
#sectionlinkedrecords .abbreviationColon{ display: none; }
#sectionlinkedrecords .recordlink{ text-decoration: none !important; }

#sectionlinkedImgs .docCaption .gray.small {display: none; }
#sectionlinkedImgs #docContainerInner .item {
	display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem; }
#sectionlinkedImgs #docContainerInner .image { width: calc(50% - 1rem) !important; }
#sectionlinkedImgs img{ max-width: 100% !important; }
.linksCaption { font-size: var(--mdText); }


#colA #entryFullCitation .catlink{ display: none; }

/* SECTION */
 
#sectionDir #maincontent ul { 
	margin: 1rem;
    padding: 0 2rem 0 1rem; }
#sectionDir .About #pageBottomMatter { display: grid; grid-template-columns: 1fr 3fr; grid-column-gap: 4rem;  }
#sectionDir #contentwrapper > div { margin-bottom: 2rem; }
#sectionDir #maincontent h3 { margin-top: 2rem; }
#sectionDir #maincontent li {  margin-bottom: 1rem;}
#sectionDir #maincontent li strong { display: block; padding-bottom: .5rem;}
#headshot img {max-width: 100% !important; }

#sectionDir #mainBody:not(.About){max-width: 1000px;}

#contactForm table { width: 97% !important; }
#contactForm td {width: auto !important; padding: 0 1em 1em 0 }
#contactForm td.left{ width: 100px !important; text-transform: uppercase; vertical-align: top; text-align: right;  }
#contactForm input {padding: 5px;  }
#submitBtn { border: solid 1px black; text-decoration: none; padding: .3rem; text-transform: uppercase; }
#submitBtn:hover { background-color: black; color: white; text-decoration: none !important; }



/* X-Small devices (portrait phones, less than 576px) */
#mobileNavIcon, #mobileNavIconClose, #mobileNavWrapper, #mobFilter { display: none; }
@media (max-width: 600px) {
	
	 BODY #headerWrapper {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: space-between;
		 column-gap: 0px; 
    }
	header{ width: calc(100% - 22px) !important; }
	
	navigation{ width: 100% !important; display: none;  }

	navigation ul{
		flex-direction: column;
	    align-items: flex-start;
		grid-row-gap: 1rem;
	}
	BODY #mainBody { 
		display: flex !important; 
		flex-direction: column;
	}
	
	
	.indexPage #leftCol{ position: inherit !important; width: 100%;
	 margin: 0; padding: 0; max-height: fit-content !important; }
	
	.indexPage #rightCol{ flex-basis: 100%; padding-top: 0; }
	
	body:not(#catalogueDir).indexPage #rightCol { padding-top: 0px; }

	#filterContentsWrapper, #headerSearch{ display: none; }
	#filterContentsWrapper {margin-bottom: 2rem;}
	
	#sectionDir .About #pageBottomMatter{ display: block !important; }
	
	#pageBottomMatter {margin-top: 0px;}
	
	#headshot{margin-bottom: 2rem;}
	
	#footerwrapper {
		max-width: 100%;
    	margin: 1rem;
	}
	
	#footerwrapper ul{
		flex-direction: column;
		row-gap: 1rem; 
	}
	
	
	#colLayout{ grid-column-gap: 1rem !important; }
	
	#pageBottomMatter {
	    flex-direction: column;
		justify-content: flex-start;
	}
	#catalogueDir #colA, #catalogueDir #colB { width: 100% !important; position: inherit; margin-bottom: 1rem;  }
	
	#mainPhotoCredit, .photocredit { text-align: left; }
	
	#mobileNavWrapper{
		display: block;
		width: 22px !important; 
		margin: auto 0;
	}
	#mobileNavWrapper a:hover{text-decoration: none; }
	#mobileNavIcon{ 
		display: block; 
		border-top: 2px solid #333; 
		border-bottom: 2px solid #333; 
		height: 14px; width: 22px; 
		float: right; 
	}
	#mobileNavIcon span { display: block; border-top: 2px solid #333; margin-top: 4px; }
	
	#mobileNavIconClose{ text-decoration: none; height: 19px; width: 19px; float: right; font-size: 39px; line-height: 19px; }
		
	.entryPage #pageTopMatter{ flex-direction: column; row-gap: 1rem;margin-bottom: 1rem;}
	
	#mobFilter{ display: inline-block; background-color: white; padding: 1px 3px; border-radius: 10px; text-decoration: none; font-size: larger; font-weight: 700; margin-left: .5rem; position: relative; top: 1px; }
	#mobFilter:hover{text-decoration: none !important; }
	
	body:not(#CatalogueDir) #colB { border-top: .5px solid var(--gray50); padding-top: 2rem; }
	
	.entryPage #pageTopMatter > div {}
	
	body:not(#catalogueDir).entryPage #pageBottomMatter{ display: block; }

	#pageBottomMatter #colA {position: static !important; }
	
	#mainBody {min-height: 40vh !important; }
	
	#fullCitation { width: 100% !important; }
	
	#footerwrapper {
		display: flex ;
		flex-direction: column;
	}
	
	#collectionsDir .indexrow {
    flex-basis: calc(50% - (3rem / 2)) !important;
	}
	
	body#catalogueDir #pageBottomMatter #colA{ width: 100% !important; }
		
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 851px) {
	BODY #headerWrapper { 
		display: flex !important; 
		flex-direction: column; 
		align-items: flex-start;
        row-gap: 2rem;
	}
	#colLayout .col {    row-gap: 2rem;}

}

/* Medium devices (tablets, less than 992px) */
@media ( max-width: 960px) { 
		
	BODY:not(#sectionDir).indexPage #mainBody {
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 3rem;
}
	#colLayout {
		grid-template-columns: 1fr 1fr;
    	grid-column-gap: 3rem;
	}
	#colLayout .col {    row-gap: 3rem;}

	#headerWrapper {
		grid-template-columns: 1fr 2fr;
    	column-gap: 3rem;
	}
	#collectionsDir .indexrow {
    flex-basis: calc(50% - (3rem / 2)) !important;
	}
	
	#fullCitation { width: 100% !important; }

	
	#catWorks #itemcont .item .image, #catWorks #itemcont .item .image_noslide {
    flex-basis: 35% !important;
}
}

@media (min-width:601px) and (max-width:960px) {
	
	body:not(#catalogueDir).entryPage #pageBottomMatter {
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 2rem;
	}
	
}




