/*** GS124 HIDE COLON FOR GEOGRAPHY HEADER IN DETAILS PAGE & ADD MARGIN TO GEOGRAPHY HEADER
***/
#detailView span.detailFieldLabel.geographyHeader:after {
    content: unset !important;
}

div#detailView div.detailField.geo-field {
    margin-top: 15px;
}

div#detailView div.detailField.geo-field ~ div.detailField.geo-field {
    margin: 0;
}
/*** HIDE COLON FOR GEOGRAPHY HEADER IN DETAILS PAGE END ***/

/*** MAKE TEXT ENTRIES NON-COLLAPSIBLE BEGIN ***/
/** 2025-09-02 **/
body.details-page.objects-module span.detailField.toggleField.textEntriesField {
    border: unset;
    margin: 15px 0px;
}
body.details-page.objects-module span.detailField.toggleField.textEntriesField span.toggleLabel.detailFieldLabel {
	pointer-events: None;
    padding: 0px;
    line-height: normal;
}
body.details-page.objects-module span.detailField.toggleField.textEntriesField span.toggleIcon {
  display: None;
}
body.details-page.objects-module span.detailField.toggleField.textEntriesField span.toggleContent {
  display: unset;
}
body.details-page.objects-module span.detailField.toggleField.textEntriesField span.toggleContent div.detailField label {
    display: None;
}
body.details-page.objects-module span.detailField.toggleField.textEntriesField span:nth-child(2) {
  font-size: 1rem;
}
body.details-page.objects-module span.detailField.toggleField.textEntriesField span.toggleContent div.detailField {
	margin: unset;
}

body.details-page.objects-module #detailView span.toggleField.textEntriesField .toggleContent {
    padding-bottom: unset;
}
/*** MAKE TEXT ENTRIES NON-COLLAPSIBLE END ***/



h3.sub-group-name {
    font-size: 20px;
    line-height: 27px;
}

.banner-link a {
    text-decoration: none
}

.banner-link a:hover {
    text-decoration: underline
}

.emuseum-hero .tpl-banner-links a {
      text-decoration: none;
      padding-top: 3px;
}  

.emuseum-hero .emuseum-hero-title {
     font-size: 45px;
    
}

.collection-home-link {
    font-size: 20px;
}

.tpl-section-links a {
    font-size: 20px;
}


.tpl-section-links .tpl-slide-title {
    font-size: 20px ;
    font-weight: 600 ;
    
}

.tpl-section-links .tpl-slide-text {
    font-size: 16px ;
    
}

.emuseum-fit-grid .emuseum-img-grid .grid-item img {
    object-fit: cover;
    object-position: center 50%;
    width: 100%;
    height: 200px;
    margin-bottom: 5px;
}

.emuseum-hero .emuseum-quicksearch input[type="text"] {
  font-size: 16px;
}



@media (max-width: 430px) {.emuseum-hero .emuseum-hero-title {
     font-size: 37.5px;
    }}

@media (max-width: 430px) {.banner-link a {
    display: none;
    }}

@media (max-width: 430px) {.emuseum-hero .hero-credit {
    font-size: 1.125rem;
    line-height: 25px;
    }}

@media (max-width: 430px) {h3.sub-group-name {
    font-size: 18.75px;
    line-height: 25px;
    }}

@media (max-width: 430px) {.emuseum-hero .emuseum-quicksearch input[type="text"] {
    font-size: 15px;
    }}

@media (max-width: 430px) {.groups-Index h2.result-title {
    font-size: 28.5px;
    }}

@media (max-width: 430px) {.tpl-emuseum .tpl-header a img {
    width: 80px;
    }}

@media (max-width: 430px) {.tpl-emuseum .tpl-header a img {
    width: 80px;
    }}

@media (max-width: 1035px) and (min-width: 575px){.tpl-section-links .tpl-slide-text {
    font-size: 13px ;
    }}

@media (max-width: 575px) {.tpl-footer .tpl-footer-title {
    margin-top: 20px;
    
    }}

.qs-search-container {
    margin-bottom: 5px;
}

.result-details-result-count {
    font-size: 1.125rem;
}

.result-title, .emuseum-highlight-section .highlight-text .highlight-title, .grid-item .texts-wrap>div:first-of-type, .list-item .texts-wrap>div:first-of-type, .modal-dialog .modal-title {
    font-size: 1rem;
}

.qs-search-container {
    background: #FFFFFF;
}

.tpl-header {
    height: 50px;
}

.collection-home-link {
    line-height: 50px;
}

.tpl-header img {
    top: -3px;
}

@media (max-width: 430px) {.tpl-header img {
 top: 11px;
    }}


.tpl-emuseum .tpl-header a {
    margin-right: 15px;
}

@media (max-width: 575px){.tpl-section-links .tpl-slide-link {
    height: 186px;
    }}

@media (max-width: 769px) and (min-width: 430px) {.tpl-header img {
 top: 5px;
    }}

@media (max-width: 430px) {.tpl-emuseum .tpl-header a {
    font-size: 16px;
    }}

.sort-by-form, .view-switch-form {
    float: right;
}

@media (max-width: 770px) {.sort-by-form, .view-switch-form {
    float: left;
    }}

body:not([class^="users-"]) .emuseum-tab-list:not('#exploreTabs') li,
body:not([class^="users-"]) .emuseum-header-tabs li,
body:not([class^="users-"]) .secondary-media-tabs li:hover  {
pointer-events: none
}
.header-tabs-form {
    display: none;
}