/*Remove Manchester Digital Exhibitions from menu
.site-title {
display: none;
}*/

/*Remove Top Bar for mobiles
.top-bar {
display: none;
}*/ 

/*Remove Advanced Search*/
.advanced-search {
display: none;
}

/*Remove underline from Site results*/
.site.results span a {
text-decoration: none;
}

.site.results>ul>li {
    padding: 1rem 0.5em;
    background: #efefef;
}

/*Remove left border for text-around-image*/
.text-around-image .item .caption {
border-left: none;
}

@media screen and (min-width: 900px) {
.top-bar {
display: flex;
}
}

/*Top bar padding*/
header .top-bar {
    padding: .25rem 1rem 0.5rem 1rem;
}

/*3rd Thumbnail for Research Exhibition*/
@media print, screen and (min-width: 56.25em) {
   .site-count-3 .site.card:nth-child(3) .site-thumbnail-image {
        max-height: 18rem;
    }
}

/*University background for browse block*/
/*
.los-browse .card-divider {
    background: #6b2c91;
}

.site-list.los-browse .site a {
    background: #6b2c91;
    color: #fff;
}
*/

.grey-background .los-browse .card-divider {
background: #ececed;
}

.grey-background .site-list .site a {
background: #ececed;
}

/*Shrink thumbnails for faceted browse*/
@media screen and (min-width: 28.125em) {
    .faceted-browse-page .resource-list .resource-link img {
        max-width: 187.5px;
    }
}

@media print, screen and (min-width: 37.5em) {
    .resource .resource-link img {
        height: 187.5px;
    }
}

/*Subheader*/
.subheader {
color: #535353;
}

/*Grey background*/
.grey-background,
.grey-background .site.card,
.grey-background .site-list .site a,
.grey-background .site-summary {
background: #ececed;
}

.grey-background .list-of-sites .site-list .site-summary {
margin: 0;
}

/*Accordion*/
.fa-chevron-down:before {
margin-left: 1rem;
}

.accordion-trigger {
text-align: left;
}

.accordion-panel h3 {
        font-size: 1.125rem;
}

/*Remove navigation buttons from site*/
.site-page-pagination {
display: none;
}

/*Remove Search Bar*/
.search-bar,
.search-bar-mobile {
display: none;
}

.jumbotron-search input[type="text"] {
    width: 100%;
    margin-bottom: 0;
}

#content p a:not(.button) {
color: #6b2c91;
text-decoration: underline;
}

ul li a {
color: #6b2c91;
text-decoration: underline;
}

.results ul li a {
color: initial;
text-decoration: none;
}

.top-bar-right ul li a {
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 300;
}

ul li a:hover {
  text-decoration: underline;
}

.top-bar a:hover {
  text-decoration: none;
}

ul li a:focus {
color: #6b2c91;
}

/*Increase font weight for result titles*/
span.result-title a {
font-weight: 600;
}

/*Change font colour to automatic*/
span.result-site a {
color: #0a0a0a;
}
