html {
  font-family:  "Lato", sans-serif;
}
.facet legend {
    font-size: 1rem;
}
body {

font-family: "Lato", sans-serif;
 font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
line-height: 20px;
}
.default{
font-family: "Lato", sans-serif;
 font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1{
font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
legend{
font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h3{
font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h4{
font-family: "Lato", sans-serif;
 font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
}
h5{
font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h6{
font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#content {
    max-width: 1440px;
}
button, select, input, .button {
font-family: "Lato", sans-serif;
 font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;   
 height: 40px;
    line-height: 25px;
    margin: 0;
    vertical-align: top;
margin-bottom: 0.5rem;
}
.faceted-browse-page .browse-controls > * {
    margin-bottom: 0.5rem;
}
.button.permalink {
    display:none;
}

 nav.pagination, .pagination-buttons {
display:flex;
justify-content: center;
  
    font-size: 14px;
    
}
#section-content {
    width: 100%;
    padding-left: .5rem;
}
#search {
    position: absolute;
    top: 95%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding: 7.5px 1.6949152542%;
    box-shadow: 1px 1px 4px #dedede;
}


body.faceted-browse-page #content .resource-list .resource {
        width: 180px;
    }