/*
div.footer-middle-container-left div a {text-decoration:none;}
*/

/* Manipulate mapping marker popups to restyle label and link, and to change link text */
div.mapping-marker-popup-content {
	overflow: hidden;
}

/* Mapping Page */
#main-content > #mapping-map div.mapping-marker-popup-content h3 {
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
#main-content > #mapping-map div.mapping-marker-popup-content div {
	font-size: 1.3rem;
	font-family: "halyard-display",sans-serif;
}

/*
#main-content > #mapping-map div.mapping-marker-popup-content div {
	font-size: 1rem;
	font-family: "halyard-display",sans-serif;
	text-indent: -3.9rem
}
#main-content > #mapping-map div.mapping-marker-popup-content div a::after {
	content: "Go to person";
}
*/

/* Person Page */
body.item div.mapping-marker-popup-content h3 {
	font-size: 1.5rem;
	margin-bottom: 0;
}
body.item div.mapping-marker-popup-content div {
	display: none;
/*
	font-size: 1rem;
	font-family: "halyard-display",sans-serif;
	text-indent: -3.9rem
*/
}

/* Hide non-geodata fields on Map auto-included advanced search form */
div#mapping-map + form#advanced-search div#resource-class, 
div#mapping-map + form#advanced-search div#property-queries, 
div#mapping-map + form#advanced-search div#item-sets, 
div#mapping-map + form#advanced-search div#sort, 
div#mapping-map + form#advanced-search > div.advanced-search-content div.field:first-child {
    display: none;
}

/* Hide the Item Sets option in Advanced Search since everything's in one Item Set */
body.items.search form#advanced-search div#item-sets  {
    display: none;
}

/* Hide the "Item" label on individual people pages */
/*.resource-tags .resource-tag:first-child {
	display: none;
}*/

.collapsible.annotation {
	display: block;
	font-size: 10pt;
	margin-bottom: 10px;
}
.value a.expand  {
	display: none;
}
.collapsible.annotation .property h4 {
	display: none;
}
.collapsible.annotation .property .values {
	display: inline;
	width: fit-content;
	margin: 0 !important;
	padding: 0  !important;
}
.collapsible.annotation .property .values .value {
	display: inline;
	position: relative;
	top: -5px;
}

/* Hide UV on person, place, organization pages */
body.item div.universal-viewer {
	display: none;
}

.main-footer .footer-middle .navigation {
	list-style-position: outside;
}

/* Adjustment to Faceted Browse Table Display*/
table td {
	word-break: normal;
}

/* Hide linked resources section 
#item-linked {
	display: none;
}
*/