h1, h2, h3 {
    color: #e30018;
    font-weight: bold;
    word-break: break-word;
}
.grid-item .text-wrap,
.grid-item .result-title {
    word-break: break-word;
	text-align: center;
}
.detailField {
    margin: 0;
}
.detailFieldLabel,
.detail-category-label {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
}

ul.thes-path-group {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin:0;
}
ul.thes-path-group li {
    display: inline-block;
}
ul.thes-path-group li:after {
    content: "<";
    margin: 0 5px;
}
ul.thes-path-group li:last-child:after {
    content: "";
}
.related-records-link > .fa {
    margin-left: 0.3em;
}

#breadcrumb-wrap {
    padding:4px 0px;
    background-color: #e30018;
}
#breadcrumb-wrap .locale-switcher {
    color: white;
}
#breadcrumb-wrap .locale-switcher select {
    color: white;
    letter-spacing: 0;
}
#breadcrumb-wrap .locale-switcher select option {
    color: black;
}
.emuseum-breadcrumbs {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.emuseum-breadcrumbs a {
    color: white;
}
.emuseum-header {
    padding-top: 0;
    padding-bottom: 0;
}
.header-grid {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: white;
}
@media(min-width: 992px) {
	.header-grid {
    	padding-top: 30px;
    	padding-bottom: 30px;
    	background-color: white;
	}
}
@media(max-width: 992px) {
    .logo-container img {
        max-height: 45px;
           margin: 8px 0;
    }
}
.emuseum-hero-background.collections-page .emuseum-nav a,
.emuseum-hero-background.collections-page .emuseum-header .emuseum-menu-toggle,
.emuseum-hero-background.collections-page .emuseum-header .emuseum-search-toggle,
.emuseum-hero-background.collections-page .advancedsearch-link {
    color: black;
}
.emuseum-hero-background.collections-page .emuseum-content {
    margin-top: 0;
}
.emuseum-hero-background.collections-page .emuseum-header {
    height: auto;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.em-body-inner {
    background-color: #fcfcfc;
}
.emuseum-boxed {
    background-color: white;
}
#emuseum-main-content {
    padding-top: 30px;
}
.emuseum-footer {
    font-size: 1.1em;
    margin-top: 0;
}

.detailField.descriptionField iframe {
    display: block; width: 100%; height: 500px; margin: 1em 0; border: 0;
}
.emuseum-nav .nav-link {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
.emuseum-mobile-menu-open .emuseum-nav {
    bottom: auto;
    height: auto;
    max-height: 100%;
    box-shadow: 0 15px 15px #555555;
}
.emuseum-search-modal-open .emuseum-quicksearch-wrap {
    height: auto;
    max-height: 100%;
    box-shadow: 0 15px 15px #555555;
}
.emuseum-search-modal-open .emuseum-quicksearch-inner {
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 55px;
}
.emuseum-img-wrap {
    max-height: auto;
}
.emuseum-defaultmedia-wrap {
  box-shadow: 5px 5px 10px Gainsboro;
  padding: 10px;
}
.emuseum-img-wrap {
  box-shadow: 5px 5px 10px silver;
}
#eyeAble_customToolOpenerID {
    color: white;
    Letter-spacing: 0;
    font-size: 15px;
    padding: 4px 0px;
    padding-left: 0px;
}
#eyeAble_customToolOpenerID img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(109%) contrast(102%);
    padding-right: 0px;
}
#breadcrumb-wrap .locale-switcher select {
  font-size: 10px;
  color: white;
  letter-spacing: 0;
  padding-left: 20px;
}