/* THIS FILE IS BUILT AUTOMATICALLY.
** DO NOT CHANGE IT DIRECTLY.
**
** Built at: 2020-09-02 06:21:32 UTC (2020-09-02 06:21:32 UTC)
*/

/* Source: ./themes/adelaide/common/views/theme.css
*/
/* Customizable value */

header .banner {
	background-color: #ffffff;
}

*,
.reset,
.reset *, 
.themed-background .reset,
.themed-background .reset * {
	color: #293645;
	font-family: sans-serif;
	font-family: Helvetica;
}
.reset {
	background: initial;
}

.themed-background,
nav.themed-background > div {
	background-color: #293645;
}
.themed-background,
.themed-background * {
	color: #edede9;
}
.themed-border {
	border-color: #293645;
}


.themed-background-highlight,
nav.themed-background-highlight > div,
.themed-background-when-hovered-highlight:hover,
.themed-background-when-selected-highlight.selected {
    background-color: #316b7d;
}
.themed-background-highlight,
.themed-background-highlight *,
.themed-background-when-hovered-highlight:hover,
.themed-background-when-hovered-highlight:hover *,
.themed-background-when-selected-highlight.selected,
.themed-background-when-selected-highlight.selected * {
	color: #edede9;
}
.themed-border-highlight {
	border-color: #316b7d;
}


/*************************/
/* Social Media Links */
input.social {
	display: block;
	width: 100%;
	height: 2rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	border: none;
	border-bottom: ridge 2px;
	outline: none;
}
input.social:focus {
	border-bottom-style: solid;
}

/*************************/

.table {
	display: table;
	height: 100%;
	width: 100%;
}
.table-row { 
	display: table-row; 
}
.table-cell { 
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.table-content {
	display: inline-block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-box;
    display: flex;
}
.inline-flex {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-box;
    display: inline-flex;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*************************/

main {
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	width: 100%;
}

header, nav {
	overflow: hidden;
}

nav a {
	color: inherit;
	cursor: pointer;
	text-decoration: inherit;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	display: inline-block;
	vertical-align: middle;
}

nav.secondary-nav li + li:before {
	content: '|';
	display: inline-block;
	text-align: center;
	width: 1em;
}

button {
	border: none;
	padding: 0.25rem 0.5rem;
}


/* Page layout */

body {
	margin: 0;
}
header {
	height: 6.2rem;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1; /* higher than record-details multimedia elements */
}
header > .wrapper {
	height: 3rem;
}

nav {
	line-height: 3.2rem;
}
nav, nav li, #site-logo a {
	height: 3.2rem;
}

header .banner {
	box-sizing: border-box;
	height: 100%;
	padding: 0.5em 1em;
}
header .banner > * {
	display: block;
	position: relative;
}

#banner-search {
	display: none;
	height: 100%;
}

/* holder needs to be positioned absolute and it's parents
** positioned initial or absolute to allow
** alignment and overflow of drop down list.
** As such, holder needs to mimic the padding right
** set by it's ancestor.
*/
#banner-search > .holder {
	right: 1em;
}
#menu-search > .holder {
	height: 1.75em;
	margin: 0.5em 0;
	right: 0.25em;
	max-width: calc(75% - 0.25em);
}
#menu-search {
	display: inline-block;
	line-height: 1rem;
}

#department-logo {
	height: 100%;
}
#department-logo img {
	height: auto;
	display: block;
	max-height: 100%;
	width: auto;
}

body > .wrapper {
	margin-top: 6.2rem;
	min-height: calc(100vh - 6.2rem);
	overflow: hidden;
	position: relative;
}

#nav-hamburger-menu, #menu-search {
	box-sizing: border-box;
	padding: 0 0.25rem;
	vertical-align: middle;
}
#nav-hamburger-menu {
	text-align: left;
	width: calc(25% - 0.25rem);
}
#menu-search {
	height: 3.2rem;
	right: 0;
	width: calc(75% - 0.25rem);
}

.keyword-search {
	text-align: right;
}
#navlist li {
	display: inherit;
	display: list-item;
}

#lbImage #lbNextLink:hover
{
	background-image: url(../imu/request.php?request=Image&name=pager-right);
	background-size: 2em;
}
#lbImage #lbPrevLink:hover
{
	background-image: url(../imu/request.php?request=Image&name=pager-left);
	background-size: 2em;
}

@media screen and (min-width: 850px)
{
	nav {
		line-height: 2.8rem;
	}
	nav, nav li, #site-logo a {
		height: 2.8rem;
	}

	main {
		min-height: 100%;
	}
	header {
		height: 9.75rem;
	}
	header > .wrapper {
		height: 7rem;
	}

	body > .wrapper {
		margin-top: 9.75rem;
		min-height: calc(100vh - 9.75rem);
	}

	#nav-hamburger-menu {
		display: none;
	}

	header .banner > * {
		display: inline-block;
		vertical-align: middle;
		width: calc(50% - 0.25em);
	}

	#banner-search {
		display: inline-block;
	}
	#menu-search {
		display: none;
		height: 2.75rem;
	}

	#navlist li {
		display: inline-block;
	}
	#navlist a {
		line-height: 2.25rem;
	}
	
	#banner-search > .holder {
		top: calc(50% - 1em);
	}
}

/* Source: ./themes/adelaide/common/views/widget.css
*/
.imu-widget .centred {
	position: absolute;
	left: 50%;
	top: 50%;

	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.imu-widget .centred-vertical {
	position: absolute;
	top: 50%;
	
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.imu-widget .centred-horizontal {
	position: absolute;
	left: 50%;

	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/* Source: ./themes/adelaide/common/views/toggleable.css
*/
.group.toggleable {
	border: solid 2px #9e9e9e;
	border-color: #9e9e9e9e;
}


/* Source: ./themes/adelaide/common/views/tabbed-display.css
*/
.imu-tabbed-display > .holder > .page {
	margin: 2rem auto;
	min-height: 100%;
	width: 100%;
}
.imu-tabbed-display > .holder > .imu-paged-display {
	max-width: 50rem;
}

/* Source: ./themes/adelaide/common/views/atoz-page.css
*/
.imu-atoz-page, .imu-atoz-page .imu-atoz {
	overflow: auto;
}

.imu-atoz-page section {
	margin: 0 1rem;
}

.imu-atoz-page h1 {
	margin: 1rem;
	text-align: center;
}

@media screen and (min-width: 700px) {
	.imu-atoz-page .wrapper {
		margin: 0 auto;
		max-width: 60rem;
	}
}

/* Source: ./themes/adelaide/common/views/atoz.css
*/
.imu-atoz .controls {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.imu-atoz .letter-select {
	margin: 1rem 0;
}
.imu-atoz .letter-select ul {
	background: #edede9;
	list-style: none;
	margin: 0;
	padding: 0;
}
.imu-atoz .letter-select li {
	display: inline-block;
}

.imu-atoz .letter-select a {
	display: block;
	padding: 0.7em;
	color: inherit;
	text-decoration: none;
}
.imu-atoz .letter-select a.selected {
	background-color: inherit;
	font-weight: bold;
	cursor: default;
}
.imu-atoz .letter-select a:hover:not(.selected) {
	text-decoration: underline;
}



.imu-atoz .result-area {
	margin: 1em 0;
}
.imu-atoz .result-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.imu-atoz .result-area a, .imu-atoz .result-area span {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 1em;
}
.imu-atoz .result-area a {
}
.imu-atoz .result-area span {
	width: 60%;
}


@media screen and (min-width: 700px) {
	.imu-atoz .controls {
		width: auto;
	}

	.imu-atoz .result-area ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;

		-webkit-column-rule: 1px solid #000000;
		-moz-column-rule: 1px solid #000000;
		column-rule: 1px solid #000000;
	}
}

/* Source: ./themes/adelaide/common/views/keyword-search.css
*/
.imu-keyword-search > .holder {
    position: absolute;
    width: 100%;
}

.imu-keyword-search a, .imu-keyword-search button {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden; /* prevent odd outline shape */
}
.imu-keyword-search a:hover {
    text-decoration: underline;
}
.imu-keyword-search button {
    width: 2em;
    width: 2rem;
}

.imu-keyword-search .input-box, .imu-keyword-search .menu {
    background: #ffffff;
    text-align: left;
}

.imu-keyword-search .input-box {
    white-space: nowrap;
    width: calc(100% - 4em);
}

.imu-keyword-search .input-box .input {
    flex-grow: 1;
    font-size: 1em;
    min-width: 0;
}
.imu-keyword-search .input-box .search-limit {
    flex-grow: 0;
    line-height: 1.75em;
}

.imu-keyword-search .holder > * {
    border: solid 1px #293645;
    box-sizing: border-box;
    vertical-align: top;
}

.imu-keyword-search .input-box * {
    border: none;
    padding: 0.25em;
}

.imu-keyword-search .menu,
.imu-keyword-search .input-box .search-limit:empty {
    display: none;
}
.imu-keyword-search .menu.opened {
    display: block;
}

.imu-keyword-search .input-box .search-limit:before {
    content: '/';
    float: left;
    padding: 0 0.1em;
}

.imu-keyword-search .menu-toggle, .imu-keyword-search .submit {
    background-size: 100%;
    background-size: calc(100% - 0.25em);
    background-position: 50%;
    background-repeat: no-repeat;

    /* hide text and size button */
    color: transparent;
}
.imu-keyword-search .menu-toggle.closed {
    background-image: url(../../../request.php?request=Image&name=arrow_white_d);
}
.imu-keyword-search .menu-toggle.opened {
    background-image: url(../../../request.php?request=Image&name=arrow_white_u);
}
.imu-keyword-search .submit {
    background-image: url(../../../request.php?request=Image&name=quick-search);
}
.imu-keyword-search .menu {
    list-style: none;

    position: absolute;
    margin: 0;
    margin-top: -1px;
    padding: 0;
    left: 0;
    right: 4em;
    right: 4rem;
    height: auto;

    min-width: 15rem;
}

.imu-keyword-search .menu .item {
    display: list-item;
    height: auto;
    margin: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.imu-keyword-search .menu .divider {
	display: block;
	height: auto;
}

.imu-keyword-search .border-top:before {
    border-top: solid 1px;
    content: '';
    display: block;
    width: 100%;
}

/*
@media screen and (min-width: 600px) {
    .imu-keyword-search .input-box {
        width: 17em;
        width: 17rem;
    }
}
*/
.imu-keyword-search .my-collection-link:after {
	content: '|';
	display: inline-block;
	padding: 0 0.25rem;
}

.imu-keyword-search .advanced-search-link,
.imu-keyword-search .my-collection-link {
	color: #000000;
	line-height: 1.5rem;
	text-shadow: 1px 1px #00000055;
}

@media screen and (min-width: 700px) {
	.imu-keyword-search .advanced-search-link,
	.imu-keyword-search .my-collection-link {
		color: #ffffff;
	}
}

/* Source: ./themes/adelaide/common/views/record-tile.css
*/
.imu-record-tile {
	background: #edede9;
	box-shadow: 0.15em 0.15em 0.15em;
	color: #cccccc;
}

.imu-record-tile .centred {
	max-height: 100%;
	max-width: 100%;
}

.imu-record-tile a {
	cursor: pointer;
	text-decoration: none;

	/* for centring if parent is larger */
	display: block;
	margin: 0 auto;
	width: 12.5em;
}
.imu-record-tile, .imu-record-tile a {
	min-width: 12.5em;
}

.imu-record-tile,
.imu-record-tile *
{
	box-sizing: border-box;
	width: 12.5em;
}

.imu-record-tile .image
{
	height: 12.5em;
	position: relative;
}
.imu-record-tile .title
{
	color: black;
	height: 3.5em;
}
.imu-record-tile .title div
{
	min-height: 2.5em;
	width: 100%;
}
.imu-record-tile .banner,
.imu-record-tile .title.nowrap div
{
	min-height: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imu-record-tile .banner, .imu-record-tile .title
{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.imu-record-tile .banner
{
	height: 1.5em;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}
.imu-record-tile .title
{
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.imu-record-tile .my-collection *
{
	cursor: pointer;
	margin: 0;
}
.imu-record-tile .my-collection button > *
{
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.imu-record-tile .my-collection i
{
	display: block;
	height: 1rem;
	width: 1rem;
}
.imu-record-tile .jssocials-collection i
{
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	background-image: url('../../../request.php?request=Image&name=favorites-empty');
}
.imu-record-tile .jssocials-collection.filled i
{
	background-image: url('../../../request.php?request=Image&name=favorites-filled');
}

/* Source: ./themes/adelaide/common/views/linked-records.css
*/
.imu-linked-records .load-more
{
	border: none;
	cursor: pointer;
	display: block;
	margin: 1rem auto;
	padding: 0.5em;
}
.imu-linked-records .load-more:hover
{
}

.imu-linked-records > .content > .padding
{
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.imu-linked-records > .content
{
	margin: 0 -1em;
	text-align: center;
	flex-wrap: wrap;
}

.imu-linked-records .imu-record-tile
{
	display: inline-block;
	margin: 1em 0.5em;
	text-align: left;
	text-align: unset;
	text-align: initial;
	width: calc((100% / 2) - 1em);
	vertical-align: top;
}
.imu-linked-records .imu-record-tile *
{
	max-width: 100%;
}

@media screen and (min-width: 700px) {
	.imu-linked-records > .content {
		text-align: left;
	}
	.imu-linked-records .imu-record-tile
	{
		width: calc((100% / 3) - 1em);
	}
}
@media screen and (min-width: 880px) {
	.imu-linked-records .imu-record-tile
	{
		width: calc((100% / 4) - 1em);
	}
	
}
@media screen and (min-width: 1330px) {
	.imu-linked-records .imu-record-tile
	{
		width: calc((100% / 6) - 1em);
	}
	
}
@media screen and (min-width: 1745px) {
	.imu-linked-records .imu-record-tile
	{
		width: calc((100% / 8) - 1em);
	}
	
}

/* Source: ./themes/adelaide/common/views/carousel-linked-records.css
*/
.imu-carousel-linked-records
{
    background: #edede9;

	height: 20em;
	height: 20rem;
	width: 100%;
}
.imu-carousel-linked-records > .holder
{
	width: 100% !important; /* nasty. override inline style */
}
.imu-carousel-linked-records > .holder > .view
{
	width: calc(100% - 8em) !important; /* nasty. override inline style */
	width: calc(100% - 8rem) !important; /* nasty. override inline style */
}

.imu-carousel-linked-records > .holder > .view > .content
{
	margin: 0;
	position: absolute;
	white-space: nowrap;
}
.imu-carousel-linked-records > .holder > .view > .content *
{
	white-space: normal;
}
.imu-carousel-linked-records .imu-record-tile
{
    border: solid 2px #9e9e9e;
	border-color: #9e9e9e9e;
	width: auto;
}

.imu-carousel-linked-records > .holder > *
{
	display: inline-block !important;
	vertical-align: middle !important;
}
.imu-carousel-linked-records.imu-scroller-plugin .pager
{
	background-color: transparent;
	background-position: 50%;
	background-size: 2.0em;
	background-size: 2.0rem;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;

	height: 2.5em;
	height: 2.5rem;
	width: 2.5em;
	width: 2.5rem;
}
.imu-carousel-linked-records .pager.disabled
{
	opacity: 0.5;
	cursor: default;
}
.imu-carousel-linked-records .pager-left
{
	background-image: url(../../../request.php?request=Image&name=pager-left);
	left: 0 !important;
	right: auto !important;
}
.imu-carousel-linked-records .pager-right
{
	background-image: url(../../../request.php?request=Image&name=pager-right);
	left: auto !important;
	right: 0 !important;
}
.imu-carousel-linked-records .pager img
{
	display: none;
}

/* Source: ./themes/adelaide/common/views/search-form-tabs.css
*/
.imu-search-form-tabs > .holder {
	margin: 0 auto;
	max-width: 25rem;
}

.imu-search-form-tabs .form-selection {
}
.imu-search-form-tabs .form-selection > * {
	font-size: 1rem;
	vertical-align: top;
	width: 100%;
}

.imu-search-form-tabs .group.toggleable.closed > button {
    background-image: url(../../../request.php?request=Image&name=group-closed);
}
.imu-search-form-tabs .group.toggleable.opened > button {
    background-image: url(../../../request.php?request=Image&name=group-opened);
}
.imu-search-form-tabs .group.toggleable.closed {
    display: none;
}

.imu-search-form-tabs .group > .table {
    padding: 0.25rem 0;  /* remove this if non-collapsible groups are to be indented */
}

/* Source: ./themes/adelaide/common/views/search-form.css
*/
.imu-search-form .holder {
	background-color: transparent;
}

.imu-search-form .table .row
{
	overflow: visible;
	overflow: unset;
	overflow: initial;
}

.imu-search-form .row > *
{
	font-size: 1rem;
	vertical-align: top;
	width: 100%;
}
.imu-search-form .table .row > .prompt
{
/*
	padding-top: 0.45em;
*/
}

.imu-search-form .input.range > *
{
	box-sizing: border-box;
}
.imu-search-form .input.range span
{
	display: inline-block;
	text-align: center;
	width: 3em;
}
.imu-search-form .input.range input
{
	width: calc(50% - 1.8em);
}

.imu-search-form .row > .input
{
	box-sizing: border-box;
}

.imu-search-form .form-buttons
{
	display: flex;
	float: right;
	margin: 1em;
}

.imu-search-form .submit
{
	text-align: right;
	width: auto;
}
.imu-search-form .submit
.imu-search-form .submit button
{
	text-align: center;
}

.imu-search-form .clear
{
	margin-right: 1em;
	text-align: right;
	width: auto;
}
.imu-search-form .clear
.imu-search-form .clear button
{
	text-align: center;
}

/* Source: ./themes/adelaide/common/views/search-form-tabs.css
*/
.imu-search-form-tabs > .holder {
	margin: 0 auto;
	max-width: 25rem;
}

.imu-search-form-tabs .form-selection {
}
.imu-search-form-tabs .form-selection > * {
	font-size: 1rem;
	vertical-align: top;
	width: 100%;
}

.imu-search-form-tabs .group.toggleable.closed > button {
    background-image: url(../../../request.php?request=Image&name=group-closed);
}
.imu-search-form-tabs .group.toggleable.opened > button {
    background-image: url(../../../request.php?request=Image&name=group-opened);
}
.imu-search-form-tabs .group.toggleable.closed {
    display: none;
}

.imu-search-form-tabs .group > .table {
    padding: 0.25rem 0;  /* remove this if non-collapsible groups are to be indented */
}

/* Source: ./themes/adelaide/common/views/record-details.css
*/
.imu-record-details .record {
	margin: 0 auto;
	max-width: 50rem;
}

.imu-record-details label {
	padding-right: 2em;
	white-space: nowrap;
}
.imu-record-details label:after {
	content: ':';
}
.imu-record-details label:empty {
	display: none;
}
.imu-record-details .data-cell {
	width: 100%;
}
.imu-record-details .data-cell > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.imu-record-details .table-cell {
	padding: 0.25em 0;
}
.imu-record-details .table-cell, .imu-record-details .table-cell > * {
	text-align: left;
	vertical-align: top;
}

.imu-record-details h4 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	text-align: left;
}

.imu-record-details h4:empty {
	display: none;
}

.imu-record-details section.multimedia,
.imu-record-details .main.imu-multimedia-plugin {
	margin: 0 auto;
	max-width: 100%;
	width: 25em;
}
.imu-record-details .main.imu-multimedia-plugin {
	max-height: 25em;
	height: 25em;
}
.imu-record-details .multimedia-scroller {
	height: 5em;
}
.imu-record-details .multimedia-scroller .row {
	margin: 0 auto;
}
.imu-record-details .multimedia-scroller .imu-multimedia-plugin {
	background: transparent;
	border: solid 1px #e9e9e9;
}
.imu-record-details .imu-multimedia-plugin:hover {
	cursor: pointer;
	border-color: #000000;
}

.imu-record-details section.multimedia .captions {
	min-height: 2.5em;
}
.imu-record-details section.multimedia .caption {
	line-height: 1.25em;
}
.imu-record-details section.multimedia .caption.hidden {
	display: none;
}

.imu-record-details section.linked-records {
    clear: both;
}
.imu-record-details section.linked-records > .content {
	justify-content: space-between;
}

.imu-record-details section + section.linked-records {
	margin-top: 1em;
}

/* Groups
*/
.imu-record-details .group.toggleable {
	margin: 1em 0;
}
.imu-record-details .group > button {
	background-color: #e9e9e9;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	background-position: calc(100% - 0.5em) 50%;
	border: none;
	cursor: pointer;
	display: block;
	text-align: left;
	width: 100%;
}
.imu-record-details .group > button > h4 {
	display: inline-block;
}

.imu-record-details .group > button > h4 ~ * {
	margin-left: 1em;
}

.imu-record-details .group.toggleable.closed > button {
	background-image: url(../../../request.php?request=Image&name=group-closed);
}
.imu-record-details .group.toggleable.opened > button {
	background-image: url(../../../request.php?request=Image&name=group-opened);
}
.imu-record-details .group.toggleable.closed > .table,
.imu-record-details .group.toggleable.closed > .content {
	display: none;
}

.imu-record-details .group > .table {
	box-sizing: border-box;
	padding: 0.25em 0;
}
.imu-record-details .group.toggleable > .table {
	padding: 0.25em 0.5em;
}

.imu-record-details .imu-locator-viewer {
	height: 40rem;
	max-height: calc(100vh - 12rem);
}

/* Google Map Widget */
.imu-record-details .imu-google-map-viewer {
    height: 20rem;
}
.imu-record-details .map-infowindow {
    padding: 0.5rem;
}
.imu-record-details .map-infowindow .title {
    font-size: 1rem;
    font-weight: bold;
}
.imu-record-details .map-infowindow img {
    margin-right: 1rem;
}
.imu-record-details .map-infowindow img,
.imu-record-details .map-infowindow .details {
    display: inline-block;
    vertical-align: top;
}
.imu-record-details .map-infowindow .details * {
    margin-bottom: 0.5rem;
}
.imu-record-details .record .data-cell,
.imu-record-details .record .data-cell *,
.imu-record-details .map-infowindow address {
    white-space: pre-wrap;
}

@media screen and (max-width: 380px) {
    .imu-record-details .table,
    .imu-record-details .table-row,
    .imu-record-details .table-cell {
		display: block;
    }
    .imu-record-details .table-row {
		margin-bottom: 0.25rem;
    }
    .imu-record-details .data-cell {
		line-height: 1em;
    }
    .imu-record-details .label-cell {
		font-weight: bold;
    }
}
@media screen and (min-width: 1000px) {
  .imu-record-details .imu-linked-records .imu-record-tile
  {
    width: calc((100% / 3) - 1em);
  }
  .imu-record-details .imu-carousel-linked-records.imu-linked-records .imu-record-tile {
    width: 16rem;
  }
}

/* Source: ./themes/adelaide/common/views/record-details/ecatalogue.css
*/
.imu-record-details .ecatalogue .archive-info,
.imu-record-details .ecatalogue .archive-series-item-info
{
	font-size: 0.75em;
	text-align: left;
}

.imu-record-details .ecatalogue .archive-info + button.share-record,
.imu-record-details .ecatalogue .archive-item-info + button.share-record
{
	margin-top: 0;
}

.imu-record-details .ecatalogue section.details .group.closed dl
{
    display: none;
}

.imu-record-details .ecatalogue section.details .award-citation,
.imu-record-details .ecatalogue section.details .death-place
{
	margin-bottom: 0.25em;
}

.imu-record-details .ecatalogue section.details .notes,
.imu-record-details .ecatalogue section.details .biography,
.imu-record-details .ecatalogue section.details .inscription,
.imu-record-details .ecatalogue section.details .achievements
{
	white-space: pre-line;
}

.imu-record-details .ecatalogue .finding-aids.imu-linked-records
{
	height: 17em;
	height: 17rem;
}
.imu-record-details .ecatalogue .finding-aids.imu-linked-records .title
{
	height: 2em;
}

.imu-record-details .ecatalogue .imu-map-viewer
{
	background-color: #e9e9e9;
}
.imu-record-details .ecatalogue .imu-map-viewer > .holder
{
	max-width: 100%;
}

/* Source: ./themes/adelaide/common/views/record-details/enarratives.css
*/
.imu-record-details > .enarrative section.details {
	text-align: justify;
}

@media screen and (min-width: 700px) {
	.imu-record-details > .enarrative section.multimedia {
		float: left;
	}
}

/* Source: ./themes/adelaide/common/views/record-details/eparties.css
*/
.imu-record-details .eparties section.details .group.closed dl {
    display: none;
}

.imu-record-details .eparties section.linked-records .group {
	background-color: #e9e9e9;
}

@media screen and (min-width: 700px) {
	.imu-record-details > .eparties section.multimedia ~ section.details {
		clear: right;
		float: right;
		width: calc(100% - 27em);
	}
}

/* Source: ./themes/adelaide/common/views/atoz-page.css
*/
.imu-atoz-page, .imu-atoz-page .imu-atoz {
	overflow: auto;
}

.imu-atoz-page section {
	margin: 0 1rem;
}

.imu-atoz-page h1 {
	margin: 1rem;
	text-align: center;
}

@media screen and (min-width: 700px) {
	.imu-atoz-page .wrapper {
		margin: 0 auto;
		max-width: 60rem;
	}
}

/* Source: ./themes/adelaide/common/views/browse-page.css
*/
.imu-browse-page {
	overflow: auto;
}
.imu-browse-page section.content {
	margin: 0 1rem;
}

.imu-browse-page .wrapper:empty {
    display: none;
}

/* Source: ./themes/adelaide/common/views/home-page.css
*/
.imu-home-page.imu-record-details {
	margin: 0;
	max-width: none;
}

.imu-home-page .wrapper:empty, .imu-home-page .wrapper.empty {
	display: none;
}
.imu-home-page section > .wrapper {
	margin: 2rem auto;
}

.imu-home-page section.splash {
	width: 100%;
}
.imu-home-page section.splash > .wrapper {
	overflow: hidden;
}
.imu-home-page section.splash img {
	display: block;
}

.imu-home-page .search {
	width: 100%;
}

.imu-home-page .search .imu-keyword-search:before {
	content: '';
	display: block;
	height: auto;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: inherit;
	opacity: 0.75;
}

.imu-home-page .keyword-search {
	margin: 0 auto;
	height: 2rem;
	width: 40rem;
	max-width: 80vw;
}
.imu-home-page .keyword-search > .holder {
	width: calc(100% - 3rem);
}

.imu-home-page section.title,
.imu-home-page section.content,
.imu-home-page section.links { 
	margin: 0 1rem;
}

.imu-home-page section.content { 
	white-space: pre-line;
}

.imu-home-page section.splash,
.imu-home-page section.splash .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
	
.imu-home-page section.splash .skip-to-content {
	display: none;
	bottom: 0.5em;
	color: #ffffff;

	width: 2.5em;
	height: 2.5em;
	border: solid 2px rgba(255, 255, 255, 0.75);
	border-radius: 2em;
	
	background-color: rgba(160, 160, 160, 0.75);
	background-image: url(../../../request.php?request=Image&name=arrow_white_d);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media screen and (max-width: 700px) {
	.imu-home-page section.splash .wrapper {
		overflow: hidden;
		position: relative;
		width: 100%;
	}

	.imu-home-page section.splash img.centred
	{
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	.imu-home-page section.splash .search {
		bottom: auto;
		left: auto;
		top: 0.25rem;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	
	.imu-home-page .keyword-search {
		max-width: 100%;
	}
	.imu-home-page .keyword-search > .holder {
		left: 0;
		right: 0;
		width: 100%;
	}
}

@media screen and (min-width: 700px) {
	.imu-home-page section.splash > .wrapper {
		height: calc(100vh - 9.75rem);
		width: 100%;
		position: relative;
	}

	.imu-home-page section.splash > .wrapper > img {
		position: absolute;
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
	}

	.imu-home-page .search {
		padding: 1.5rem;
		width: auto;
	}

	.imu-home-page section:not(.splash) > .wrapper {
		max-width: 50rem;
	}

	.imu-home-page section.splash:hover .skip-to-content {
		display: block;
	}
}

/* Source: ./themes/adelaide/common/views/search-page.css
*/
.imu-search-page, .imu-search-page > .imu-view {
	position: absolute;
	height: 100%;
}
.imu-search-page {
	width: 100%;
}
.imu-search-page > .imu-view {
	box-sizing: border-box;
	padding: 0 1rem;
	width: 100%;
}

.imu-search-page .imu-search-form {
	padding: 0;
}

/* Source: ./themes/adelaide/common/views/list-viewer.css
*/
.imu-list-viewer .result-count
{
	margin: 2em 0;
}

/* Source: ./themes/adelaide/client/views/theme.css
*/
* {
	line-height: 1.5em;
}

*,
.reset,
.reset *,
.themed-background .reset,
.themed-background .reset * {
  font-family: 'SAM Display';
}

header {
	position: absolute;
}

header,
footer {
	background-color: #ffffff;
	padding: 0 1rem;
	box-sizing: border-box;
}

header,
header > .wrapper {
	height: 5.5rem;
}

header > .wrapper,
footer > .wrapper {
	max-width: 70rem;
	margin: 0 auto;
}

footer {
	border-top: solid 8px;
	border-top-color: #e6e6e6;
	padding-top: 1.5rem;
	margin-top: 1rem;
}

footer .flex {
	flex-wrap: wrap;
}

.flex,
header .banner {
  display: flex;
  display: flexbox;
  display: -ms-flexbox;
	display: -moz-box;
}

header .banner {
	padding: 0;
	align-items: center;
}
header .banner > * {
	position: initial;
}
header .banner > * {
	position: initial;
}

header #logo {
	margin-left: -1.0rem;
  width: auto;
}

header nav {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

main {
	overflow: initial;
	position: relative;
}

.themed-background,
.themed-background-when-selected-highlight.selected,
nav.themed-background > div {
  background-color: #ffffff;
}

.themed-background,
.themed-background *,
.themed-background-highlight,
.themed-background-highlight *,
.themed-background-when-hovered-highlight:hover,
.themed-background-when-hovered-highlight:hover *,
.themed-background-when-selected-highlight.selected,
.themed-background-when-selected-highlight.selected * {
  color: #000000;
}

.themed-background-highlight,
.themed-background-when-hovered-highlight:hover {
	background-color: #ffffff;
}

.themed-border,
.themed-border-highlight {
  border-color: #ffffff;
}

.sm-links a,
.sm-links img {
	line-height: initial;
	display: block;
}

.sm-links img {
	height: 2rem;
	width: 2rem;
}

footer .sam-links {
	width: 100%;
}
footer .sam-links ul {
	flex-direction: row;
	justify-content: space-between;
}
footer .sam-links a {
	font-family: AvenirLTStd;
	font-weight: bold;
	white-space: nowrap;
}

footer .sam-links a,
footer a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 850px) {
	footer .sam-links li {
		width: 100%;
	}
}

@media screen and (min-width: 850px) {
  header {
    height: 5.5rem;
  }
  body > .wrapper {
    margin-top: 7rem;
    min-height: calc(100vh - 7rem);
  }

  nav {
    line-height: initial;
  }

  nav, nav li {
    height: auto;
  }

	#navlist {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;

    justify-content: space-between;
		max-width: 25rem;
		margin-left: auto;
		margin-right: 0;
	}
	#navlist > * {
		-webkit-box-flex: 0;
		-moz-box-flex:  0;
		-webkit-flex:  0;
		-ms-flex:  0;
		flex:  0;
	}
	#navlist a {
    line-height: initial;
    white-space: nowrap;
	}
}

/* Source: ./themes/adelaide/client/views/hamburger-menu.css
*/
#nav-hamburger-menu {
	text-align: right;
	width: auto;
}

/* Source: ./themes/adelaide/client/views/browse-page.css
*/
.imu-browse-page {
	overflow: initial;
}

/* Source: ./themes/adelaide/client/views/home-page.css
*/
.imu-home-page section.title .wrapper,
.imu-home-page section.search .wrapper,
.imu-home-page section.sam-links .wrapper,
.imu-home-page section.content .wrapper,
.imu-home-page section.links .wrapper {
	margin: 1rem auto;
}

.imu-home-page section.title h1 {
  font-size: 2.25rem;
	font-weight: bold;
	margin: 0rem;
	text-align: center;
	text-transform: lowercase;
}
.imu-home-page section.title h1:not(:empty):after {
	content: '.';
}

.imu-home-page section.content .heading,
.imu-home-page section.content .heading + p {
	margin-top: 0.5rem;
}
.imu-home-page section.content .heading {
	margin-bottom: 0.5rem;
}

.imu-home-page .hLayout
{
	flex-wrap: wrap;
	justify-content: space-between;
}
.imu-home-page .hLayout > * {
	flex-grow: 1;
	vertical-align: top;
}

.imu-home-page .hLayout > .search,
.imu-home-page .hLayout > .padding {
	width: 100%;
}

.imu-home-page .hLayout > .links.empty,
.imu-home-page .hLayout > .links.empty + .padding {
	display: none;
}

.imu-home-page .hLayout > .links {
	width: calc(100% - 22rem);
}
.imu-home-page .imu-links > .content {
	justify-content: space-between;
}

.imu-home-page section.links > .wrapper > .heading {
	margin-bottom: 0;
}

.imu-home-page section.search {
	padding: 0 1rem;
	box-sizing: border-box;
}

.imu-home-page section.search .search.centred {
	/* Undo theme styles to display search outside of splash */
	position: relative;
	left: 0;
	top: 0;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	padding: 0;
}
.imu-home-page .keyword-search {
	height: auto;
	width: 100%;
	max-width: 100%;
}
.imu-home-page .keyword-search > .holder {
	/* Undo theme styles to display search outside of splash */
	position: relative;
	width: auto;
}

.imu-home-page section.sam-links {
	margin: 0 1rem;
}

.imu-home-page section.sam-links ul {
	list-style: none;
	padding: 0;
}

.imu-home-page section.splash .captions,
.imu-home-page section.splash .captions * {
	text-align: left;
}
.imu-home-page section.splash .captions {
	font-style: italic;
	margin-top: 1rem;
	min-height: 2.5rem;
}
	
@media screen and (min-width: 700px) {
	.imu-home-page section.splash > .wrapper,
	.imu-home-page section.splash > .wrapper > img {
		/* Undo theme styles to display the full image */
		height: auto;
		position: relative;
		min-height: 0;
		top: 0;
		left: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	
	.imu-home-page section.title > .wrapper,
	.imu-home-page section.splash > .wrapper,
	.imu-home-page section.content > .wrapper,
	.imu-home-page section.search > .wrapper,
	.imu-home-page section.sam-links > .wrapper,
	.imu-home-page section.links > .wrapper {
		max-width: 70rem;
		margin-left: auto;
		margin-right: auto;
	}
}
	
@media screen and (min-width: 900px) {
	.imu-home-page .hLayout > .search,
	.imu-home-page .hLayout > .padding {
		width: 10rem;
	}
	.imu-home-page section.search,
	.imu-home-page section.links {
		margin: 0;
	}
	
	.imu-home-page section.search {
		padding: 0;
	}
	.imu-home-page section.links {
		padding: 0 1rem
	}
	
	.imu-home-page .hLayout
	{
		padding: 0 1rem;
		margin: 0 auto;
		max-width: 70rem;
	}
}

/* Source: ./themes/adelaide/client/views/search-page.css
*/
.imu-search-page,
.imu-search-page > .imu-view {
	position: relative;
	height: auto;
}

/* Source: ./themes/adelaide/client/views/search-form-tabs.css
*/
.imu-search-form-tabs .group > button
{
	height: 2rem;
}

.imu-search-form-tabs .group h4
{
	padding-left: 1.25rem;
}

.imu-search-form-tabs .form-selection {
	padding: 0.1rem;
	margin: 0.2rem 0.5rem;
}
.imu-search-form-tabs .form-selection select {
	background: #ffffff;
	padding: 0.5rem;
	margin: 0.2rem 0;
}

.imu-search-form-tabs [icon] 
{ 
	background-repeat: no-repeat;
	background-size: 1.0rem;
	background-position: 0 50%;
}
.imu-search-form-tabs [icon='advanced-search'] 
{
	background-image: url(../../../request.php?request=Image&name=advanced-search&theme=adelaide);
}
.imu-search-form-tabs [icon='catalogue-search']
{
	background-image: url(../../../request.php?request=Image&name=catalogue-search&theme=adelaide);
}
.imu-search-form-tabs [icon='narratives-search']
{
	background-image: url(../../../request.php?request=Image&name=narratives-search&theme=adelaide);
}
.imu-search-form-tabs [icon='parties-search']
{
	background-image: url(../../../request.php?request=Image&name=parties-search&theme=adelaide);
}

/* Source: ./themes/adelaide/client/views/search-form.css
*/
.page.imu-search-form .holder { 
	background-color: transparent;
}

.imu-search-form .row {
	padding: 0.5rem;
}


.imu-search-form-tabs .form-selection .prompt,
.imu-search-form .holder .table .row .prompt {
	margin: 0;
	font-family: AvenirLTStd;
	font-weight: bold;
}
.imu-search-form-tabs .form-selection select,
.imu-search-form .holder .table .row .input {
	font-family: AvenirLTStd;
	font-size: 0.75rem;
	font-weight: lighter;
	padding: 0.5rem;
}

.imu-search-form .checkbox-prompt,
.imu-search-form .checkbox-prompt + input {
	display: inline-block;
	vertical-align: middle;
}
.imu-search-form .holder .table .row .checkbox-prompt + input {
	height: 1rem;
	width: 1rem;
	margin: 0 0.5rem;
	padding: 0;
}
.imu-search-form .holder .table .row .checkbox-prompt + input {
	min-width: 0;
}

.imu-search-form .form-buttons button {
	font-weight: bold;
	cursor: pointer;
}

/* Source: ./themes/adelaide/client/views/search-form-tabs.css
*/
.imu-search-form-tabs .group > button
{
	height: 2rem;
}

.imu-search-form-tabs .group h4
{
	padding-left: 1.25rem;
}

.imu-search-form-tabs .form-selection {
	padding: 0.1rem;
	margin: 0.2rem 0.5rem;
}
.imu-search-form-tabs .form-selection select {
	background: #ffffff;
	padding: 0.5rem;
	margin: 0.2rem 0;
}

.imu-search-form-tabs [icon] 
{ 
	background-repeat: no-repeat;
	background-size: 1.0rem;
	background-position: 0 50%;
}
.imu-search-form-tabs [icon='advanced-search'] 
{
	background-image: url(../../../request.php?request=Image&name=advanced-search&theme=adelaide);
}
.imu-search-form-tabs [icon='catalogue-search']
{
	background-image: url(../../../request.php?request=Image&name=catalogue-search&theme=adelaide);
}
.imu-search-form-tabs [icon='narratives-search']
{
	background-image: url(../../../request.php?request=Image&name=narratives-search&theme=adelaide);
}
.imu-search-form-tabs [icon='parties-search']
{
	background-image: url(../../../request.php?request=Image&name=parties-search&theme=adelaide);
}

/* Source: ./themes/adelaide/client/views/record-tile.css
*/
.imu-record-tile {
	border: solid 1px #000000;
	background-color: #ffffff;
	box-shadow: none;
	height: 18.5rem;
	overflow: hidden;
}

.imu-widget.imu-record-tile * {
	width: 100%;
}

.imu-record-tile img {
	width: auto;
}
.imu-record-tile .image img.error {
	padding: calc(50% - 2rem);
	object-fit: contain;
}

.imu-record-tile .my-collection label {
	font-weight: bold;
	margin-right: 0.25rem;
}

.imu-record-tile .banner {
	height: 1.5rem;
	font-weight: bold;
	padding: 0.5rem;
	padding-bottom: 0;
	line-height: initial;
}
.imu-record-tile .banner:empty {
	display: none;
}

.imu-record-tile .title {
	height: calc(18.5rem - 14.0rem);
	padding: 0.5rem;
}

.imu-record-tile .banner:empty + .title {
	height: calc(18.5rem - 12.5rem);
}
.imu-record-tile .title .imu-ellipsis {
	height: auto;
	min-height: 100%
}

@supports (object-fit: scale-down) {
	.imu-record-tile img.centred {
		position: relative;
		left: auto;
		top: auto;

		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	.imu-record-tile .image img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.imu-record-tile .image img.loading {
		object-fit: none;
		background-color: #ffffff;
	}
}

/* Source: ./themes/adelaide/client/views/record-details.css
*/
.imu-record-details .record {
	max-width: 70rem;
}

.imu-record-details .imu-locator-viewer {
	display: none;
}

.imu-record-details .record .label-cell  {
	min-width: 11rem;
}

.imu-record-details .record .label-cell *,
.imu-record-details .record .data-cell  *{
	font-family: AvenirLTStd;
	font-size: 1rem;
}
.imu-record-details .record .label-cell * {
	font-weight: bold;
}
.imu-record-details .record .data-cell * {
	font-weight: lighter;
}

.imu-record-details .record section.multimedia,
.imu-record-details .record section.multimedia .main {
	width: 100%;
}
.imu-record-details .record section.multimedia .main {
	border: solid 1px #e9e9e9;
	background-color: #e9e9e99e;
}
.imu-record-details .record section.multimedia .captions,
.imu-record-details .record section.multimedia .multimedia-scroller {
	margin: 0 auto;
	max-width: 100%;
}
.imu-record-details .record section.multimedia .captions {
	font-style: italic;
	margin-top: 1rem;
}
.imu-record-details .record section.multimedia .captions,
.imu-record-details .record section.multimedia .captions * {
	text-align: left;
}

.imu-record-details .record section.multimedia {
	border-bottom: solid 1px;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.imu-record-details .record section.multimedia .main audio,
.imu-record-details .record section.multimedia .main video {
	height: 100%;
	width: 100%;
}

@supports (object-fit: cover) {
	.imu-record-details .record section.multimedia .main img {
		object-fit: scale-down;
		height: 100%;
		width: 100%;
	}
}

/* Section layout
*/
.imu-record-details .record section.title:empty {
	display: none;
}
.imu-record-details .record section.details,
.imu-record-details .record section.title {
	box-sizing: border-box;
	border-bottom: solid 1px;
	padding-bottom: 1rem;
}
.imu-record-details .record section.title > * {
	border-top: solid 1px;
}

.imu-record-details .record section.multimedia {
	border: none;
	box-sizing: border-box;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}

.imu-record-details .record section.search {
	position: relative;
	left: 0;
	top: 0;
	padding: 0;
}

.imu-record-details .record section.linked-records > .heading:first-of-type {
	margin-top: 0;
}
.imu-record-details .record section.linked-records > .heading {
	margin-top: 1rem;
	margin-bottom: 0;
}
	
.imu-record-details .record .hLayout {
	flex-wrap: wrap;
	justify-content: space-between;
	clear: both;
}
.imu-record-details .record .hLayout > * {
	flex-grow: 1;
	vertical-align: top;
}
.imu-record-details .record .hLayout > .search,
.imu-record-details .record .hLayout > .padding {
	width: 100%
}

.imu-record-details .record .hLayout > .linked-records.empty, 
.imu-record-details .record .hLayout > .linked-records.empty + .padding {
	display: none;
}

.imu-record-details .record .hLayout > .linked-records {
	width: calc(100% - 22rem);
}

@media screen and (min-width: 700px) {
	.imu-record-details .record section.multimedia {
		max-width: calc(60% - 0.5rem);
		width: 33rem;
		float: right;
	}
	.imu-record-details .record section.multimedia + section.title {
		min-height: 25rem;
		min-width: calc(40% - 0.5rem);
		width: calc(100% - 34rem);
		float: left;
	}
	.imu-record-details .record section.details {
		clear: both;
	}
}

@media screen and (min-width: 900px) {
	.imu-record-details .record .hLayout > .search,
	.imu-record-details .record .hLayout > .padding {
		width: 10rem;
	}
	
	.imu-record-details .record section.search,
	.imu-record-details .record section.linked-records {
		margin: 0;
	}
	
	.imu-record-details .record section.search {
		padding: 0;
	}
	.imu-record-details .record section.linked-records {
		padding: 0 1rem;
	}
	
	.imu-record-details .record .hLayout {
		margin: 1rem auto;
		max-width: 70rem;
	}
}

@media screen and (min-width: 700px) and (max-width: 999px) {
	.imu-record-details .record section.multimedia + section.title .table,
	.imu-record-details .record section.multimedia + section.title .table-row,
	.imu-record-details .record section.multimedia + section.title .table-cell {
		display: block;
	}
}

@media screen and (min-width: 1000px) {
	.imu-record-details .record section.search > .wrapper {
		margin-left: auto;
		margin-right: 0;
	}
}

/* Source: ./themes/adelaide/client/views/record-details/ecatalogue.css
*/
.imu-record-details .record.ecatalogue section.title * {
	font-family: AvenirLTStd;
}
.imu-record-details .record.ecatalogue section.title *:empty {
	display: none;
}
.imu-record-details .record.ecatalogue section.title > *,
.imu-record-details .record.ecatalogue section.multimedia {
	padding: 1rem 0;
}

.imu-record-details .record.ecatalogue section.title > *,
.imu-record-details .record.ecatalogue section.title {
	border: none;
}
.imu-record-details .record.ecatalogue,
.imu-record-details .record.ecatalogue section.title > * + *,
.imu-record-details .record.ecatalogue section.details {
	border-top: solid 1px;
}
.imu-record-details .record.ecatalogue section.details {
	padding-top: 1rem;
}

/* Toggle display all / some artists */
.imu-record-details .record.ecatalogue section.title .closed .close, 
.imu-record-details .record.ecatalogue section.title .opened .open,
.imu-record-details .record.ecatalogue section.title .closed > .artist:nth-child(2) ~ .artist {
	display: none;
}
.imu-record-details .record.ecatalogue section.title .buttons button {
	background-color: transparent;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
}

.imu-record-details .record.ecatalogue section.title .title,
.imu-record-details .record.ecatalogue section.title .artist {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	font-weight: bold;
}

.imu-record-details .record.ecatalogue section.title .language,
.imu-record-details .record.ecatalogue section.title .country,
.imu-record-details .record.ecatalogue section.title .dates,
.imu-record-details .record.ecatalogue section.title .creation-place,
.imu-record-details .record.ecatalogue section.title .creation-date,
.imu-record-details .record.ecatalogue section.title .roles {
	font-weight: lighter;
}
.imu-record-details .record.ecatalogue section.title .language,
.imu-record-details .record.ecatalogue section.title .country,
.imu-record-details .record.ecatalogue section.title .dates,
.imu-record-details .record.ecatalogue section.title .creation-place,
.imu-record-details .record.ecatalogue section.title .creation-date {
	font-size: 1rem;
	margin: 0.5rem 0;
}

.imu-record-details .record.ecatalogue .expandable {
	position: relative;
	overflow: hidden;
}
.imu-record-details .record.ecatalogue .expandable.closed {
	max-height: 4.5rem;
}
.imu-record-details .record.ecatalogue .expandable.closed .buttons {
	position: absolute;
	top: 3rem;
}
.imu-record-details .record.ecatalogue .expandable .buttons {
	background: white;
	width: 100%;
}

.imu-record-details .record.ecatalogue .expandable button {
	background: transparent;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
	width: auto;
	cursor: pointer;
}
.imu-record-details .record.ecatalogue .expandable.opened button.open,
.imu-record-details .record.ecatalogue .expandable.closed button.close {
	display: none;
}

/* Source: ./themes/adelaide/client/views/record-details/eparties.css
*/
.imu-record-details .record.eparties section.title * {
	font-family: AvenirLTStd;
}
.imu-record-details .record.eparties section.title *:empty {
	display: none;
}
.imu-record-details .record.eparties section.title > * {
	padding: 1rem 0;
}

.imu-record-details .record.eparties section.title .name {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	font-weight: bold;
}

/* Source: ./themes/adelaide/client/views/record-details/enarratives.css
*/
.imu-record-details .record.enarrative button.share-record {
	display: none;
}

.imu-record-details .record.enarrative section.multimedia {
	max-width: 100%;
	width: 100%;
}

.imu-record-details .record.enarrative h1 {
	font-size: 2.25rem;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

/* Source: ./themes/adelaide/client/views/linked-records.css
*/
.imu-linked-records > .content {
	margin: -1rem -0.5rem;
	display: -webkit-box;
	display: -mos-box;
	display: -ms-flexbox;
	display: flexbox;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	flex-direction: row;
}

.imu-linked-records button.load-more {
	font-weight: bold;
}
	
.imu-linked-records > .content > .padding,
.imu-linked-records .imu-record-tile {
	max-width: 15rem;
	flex-grow: 1;
	width: calc((100% / 3) - 1rem);
}
.imu-linked-records .imu-record-tile {
	margin: 1rem 0.5rem;
}
.imu-linked-records > .content > .padding {
	margin: 0rem 0.5rem;
	height: 0;
	visibility: hidden;
}

@media (min-width: 800px) {
	.imu-linked-records > .content {
		justify-content: space-between;
	}
}

/* Source: ./themes/adelaide/client/views/keyword-search.css
*/
.imu-keyword-search {
	text-align: left;
	height: auto;
	max-width: 100%;
}
.imu-keyword-search > .holder {
	position: relative;
	flex-direction: row;
	flex-wrap: wrap;
	width: auto;
}
.imu-keyword-search > .holder + .holder {
	/* hide dodgy bug */
	display: none;
}
.imu-keyword-search > .holder > label,
.imu-keyword-search .menu {
	border: none;
}
.imu-keyword-search > .holder > label {
	padding: 0;
	width: 100%;
}
.imu-keyword-search .input-box .input {
	box-sizing: border-box;
	flex-grow: 1;
	font-size: 0.75rem;
	padding: 0.5rem;
	width: 100%;
}
.imu-keyword-search .input-box {
	border-right: none;
	width: calc(100% - 2rem);
}
.imu-keyword-search .holder > button {
	border-left: none;
	flex-grow: 0;
	width: 2rem;
}
.imu-keyword-search button.submit {
	background-size: 1rem;;
}
.imu-keyword-search button.menu-toggle {
	display: none;
}

.imu-keyword-search .menu {
	display: block;
	position: relative;
	margin: 0;
	width: 100%;
	min-width: 10rem;
}

.imu-keyword-search .menu li {
	margin: 0.5rem 0;
}

.imu-keyword-search label,
.imu-keyword-search .menu a {
	font-weight: bold;
	font-family: AvenirLTStd;
}

.imu-keyword-search .menu a {
	font-size: 0.85rem;
	text-decoration: underline;
}

/* Source: ./themes/adelaide/client/views/multimedia-scroller.css
*/
@supports (object-fit: cover) {
	.multimedia-scroller button {
		padding: 0;
	}
	.multimedia-scroller img.item {
        position: relative;
        
		left: auto;
        top: auto;

        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
		
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
}


/* Source: ./themes/adelaide/client/views/map-viewer.css
*/
.imu-map-viewer .layersDiv .baseLbl,
.imu-map-viewer .layersDiv .dataLbl,
.imu-map-viewer .layersDiv label {
	color: #edede9;
}

.imu-map-viewer .olControlLayerSwitcher .layersDiv,
.imu-map-viewer .olControlLayerSwitcher .layersDiv,
.imu-map-viewer div.olControlZoom .olButton {
	background-color: #2a3645 !important;
}

/* Source: ./themes/adelaide/client/views/list-viewer.css
*/
.imu-list-viewer button.load-more {
	font-weight: bold;
}

.imu-list-viewer button.load-more:hover {
	text-decoration: underline;
}

.imu-list-viewer button:disabled {
	display: none;
}

.imu-list-viewer section.search .menu {
	display: none;
}
.imu-list-viewer .result-count,
.imu-list-viewer .result-count h2 {
	margin-top: 0;
}
	
.imu-list-viewer .result-count,
.imu-list-viewer section.search {
	margin-bottom: 1rem;
}
	
.imu-list-viewer .imu-linked-records .imu-record-tile,
.imu-list-viewer .imu-linked-records > .content > .padding {
	width: calc((100% / 4) - 1rem);
}

@media (min-width: 700px) {
	.imu-list-viewer .result-count {
		float: left;
	}
	.imu-list-viewer section.search {
		float: right;
	}
	.imu-list-viewer .imu-linked-records {
		clear: both;
	}
}

/* Source: ./themes/adelaide/client/views/combined-viewer.css
*/
.imu-combined-viewer {
	max-width: 70rem;
	margin: 0 auto;
}

/* Source: ./themes/adelaide/client/views/atoz-page.css
*/
.imu-atoz-page,
.imu-atoz-page .imu-atoz {
	overflow: initial;
}

.imu-atoz-page section.title h1 {
	font-size: 2.25rem;
	font-weight: bold;
	margin: 0rem;
	text-align: center;
	text-transform: lowercase;
}
.imu-atoz-page section.title h1:not(:empty):after {
	content: '.';
}

.imu-atoz-page section.search {
	margin: 0;
}

.imu-atoz-page section.splash {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.imu-atoz-page section.splash img {
	height: auto;
	position: relative;
	min-height: 0;
	top: 0;
	left: 0;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	min-width: 100%;
	width: 100%;
}

.imu-atoz-page section.splash .captions,
.imu-atoz-page section.splash .captions * {
	text-align: left;
}

.imu-atoz-page section.splash .captions {
	font-style: italic;
	margin-top: 1rem;
	min-height: 2.5rem;
}

.imu-atoz-page section > .wrapper {
	max-width: 70rem;
}

.imu-atoz-page section.links > .wrapper.empty {
	display: none;
}

.imu-atoz-page section.title > .wrapper,
.imu-atoz-page section.search > .wrapper,
.imu-atoz-page section.links > .wrapper {
	margin: 0 1rem;
}

.imu-atoz-page section.title .wrapper,
.imu-atoz-page section.search .wrapper,
.imu-atoz-page section.sam-links .wrapper,
.imu-atoz-page section.content .wrapper,
.imu-atoz-page section.links .wrapper {
	margin: 1rem auto;
}

.imu-atoz-page .letter-select {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.imu-atoz-page .imu-atoz * {
	font-family: AvenirLTStd;
	font-size: 1.25rem;
	font-weight: lighter;
}

.imu-atoz-page .letter-select ul {
	background-color: transparent;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.imu-atoz-page .letter-select ul a {
	padding: 0;
	text-align: center;
}

.imu-atoz-page section.search {
	padding: 0 1rem;
	box-sizing: border-box;
}

.imu-atoz-page section.search .search.centred {
	/* Undo theme styles to display search outside of splash */
	position: relative;
	left: 0;
	top: 0;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	padding: 0;
}

.imu-atoz-page .keyword-search {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.imu-atoz-page .hLayout {
	flex-wrap: wrap;
	justify-content: space-between;
}
.imu-atoz-page .hLayout > * {
	flex-grow: 1;
	vertical-align: top;
}
.imu-atoz-page .hLayout > .search,
.imu-atoz-page .hLayout > .padding {
	width: 100%;
}
.imu-atoz-page .hLayout > .links.empty,
.imu-atoz-page .hLayout > .links.empty + .padding {
	display: none;
}
.imu-atoz-page .hLayout > .links {
	width: calc(100% - 22rem);
}
.imu-atoz-page .links > .content {
	justify-content: space-between;
}
.imu-atoz-page section.links > .wrapper > .heading {
	margin-bottom: 0;
}


@media screen and (max-width: 699px) {
	.imu-atoz-page .letter-select ul li {
		width: calc(100% / 13);
	}
}

@media screen and (min-width: 700px) {
	.imu-atoz-page section.title > .wrapper,
	.imu-atoz-page section.search > .wrapper,
	.imu-atoz-page section.links > .wrapper {
		max-width: 70rem;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 900px) {
	.imu-atoz-page .hLayout > .search,
	.imu-atoz-page .hLayout > .padding {
		width: 10rem;
	}
	.imu-atoz-page section.search,
	.imu-atoz-page section.links {
		margin: 0;
	}
	.imu-atoz-page section.search {
		padding: 0;
	}
	.imu-atoz-page section.links {
		padding: 0 1rem;
	}
	.imu-atoz-page .hLayout {
		padding: 0 1rem;
		margin: 0 auto;
		max-width: 70rem;
	}
}

/* Source: ./themes/adelaide/client/views/atoz-page.css
*/
.imu-atoz-page,
.imu-atoz-page .imu-atoz {
	overflow: initial;
}

.imu-atoz-page section.title h1 {
	font-size: 2.25rem;
	font-weight: bold;
	margin: 0rem;
	text-align: center;
	text-transform: lowercase;
}
.imu-atoz-page section.title h1:not(:empty):after {
	content: '.';
}

.imu-atoz-page section.search {
	margin: 0;
}

.imu-atoz-page section.splash {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.imu-atoz-page section.splash img {
	height: auto;
	position: relative;
	min-height: 0;
	top: 0;
	left: 0;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	min-width: 100%;
	width: 100%;
}

.imu-atoz-page section.splash .captions,
.imu-atoz-page section.splash .captions * {
	text-align: left;
}

.imu-atoz-page section.splash .captions {
	font-style: italic;
	margin-top: 1rem;
	min-height: 2.5rem;
}

.imu-atoz-page section > .wrapper {
	max-width: 70rem;
}

.imu-atoz-page section.links > .wrapper.empty {
	display: none;
}

.imu-atoz-page section.title > .wrapper,
.imu-atoz-page section.search > .wrapper,
.imu-atoz-page section.links > .wrapper {
	margin: 0 1rem;
}

.imu-atoz-page section.title .wrapper,
.imu-atoz-page section.search .wrapper,
.imu-atoz-page section.sam-links .wrapper,
.imu-atoz-page section.content .wrapper,
.imu-atoz-page section.links .wrapper {
	margin: 1rem auto;
}

.imu-atoz-page .letter-select {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.imu-atoz-page .imu-atoz * {
	font-family: AvenirLTStd;
	font-size: 1.25rem;
	font-weight: lighter;
}

.imu-atoz-page .letter-select ul {
	background-color: transparent;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.imu-atoz-page .letter-select ul a {
	padding: 0;
	text-align: center;
}

.imu-atoz-page section.search {
	padding: 0 1rem;
	box-sizing: border-box;
}

.imu-atoz-page section.search .search.centred {
	/* Undo theme styles to display search outside of splash */
	position: relative;
	left: 0;
	top: 0;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	padding: 0;
}

.imu-atoz-page .keyword-search {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.imu-atoz-page .hLayout {
	flex-wrap: wrap;
	justify-content: space-between;
}
.imu-atoz-page .hLayout > * {
	flex-grow: 1;
	vertical-align: top;
}
.imu-atoz-page .hLayout > .search,
.imu-atoz-page .hLayout > .padding {
	width: 100%;
}
.imu-atoz-page .hLayout > .links.empty,
.imu-atoz-page .hLayout > .links.empty + .padding {
	display: none;
}
.imu-atoz-page .hLayout > .links {
	width: calc(100% - 22rem);
}
.imu-atoz-page .links > .content {
	justify-content: space-between;
}
.imu-atoz-page section.links > .wrapper > .heading {
	margin-bottom: 0;
}


@media screen and (max-width: 699px) {
	.imu-atoz-page .letter-select ul li {
		width: calc(100% / 13);
	}
}

@media screen and (min-width: 700px) {
	.imu-atoz-page section.title > .wrapper,
	.imu-atoz-page section.search > .wrapper,
	.imu-atoz-page section.links > .wrapper {
		max-width: 70rem;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 900px) {
	.imu-atoz-page .hLayout > .search,
	.imu-atoz-page .hLayout > .padding {
		width: 10rem;
	}
	.imu-atoz-page section.search,
	.imu-atoz-page section.links {
		margin: 0;
	}
	.imu-atoz-page section.search {
		padding: 0;
	}
	.imu-atoz-page section.links {
		padding: 0 1rem;
	}
	.imu-atoz-page .hLayout {
		padding: 0 1rem;
		margin: 0 auto;
		max-width: 70rem;
	}
}
