.sidebarNav nav .section_nav a, .sidebarNav nav .section_nav a:visited, .sidebarNav nav .section_nav a:link {
    color: black;
}

nav {
    /* background: lightgray; */
    border-right: solid;
}

.bannerBlock .titleBlock {
    background: rgba(44, 58, 75, 0.53);
    position: relative;
    padding: 2.25% 3%;
    box-sizing: border-box;
    border-bottom: 6px solid #c83138;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: rgb(200, 49, 56);
}

.bannerBlock h1 {
    font-family: "Miller Headline", "Halant";
    font-size: 4.2vw;
    letter-spacing: -0.05rem;
    line-height: 1.15;
    padding: 0;
    box-sizing: border-box;
}

.h1block h1 {
    font-size: 3.4rem;
}

.introquote em {
    font-weight: bold;
    font-size: larger;
    color: #c83138;
}

.biglist li {
    list-style-type: none;
    margin-left: 1.5em;
    margin-top: 0;
    margin-bottom: 0.75em;
    list-style-position: outside;
    font-size: smaller;
  }

  .featuredlist li {
      list-style-type: none;
      margin-left: 1.5em;
      margin-top: 0;
      margin-bottom: 0.75em;
      font-size: smaller;
  }

  .biblist {
    list-style: none;
  }

.biblist li {
        margin-left: 0.5em;
        margin-top: 0;
        margin-bottom: 0.75em;
        list-style-position: outside;
        font-size: smaller;
}

.subpage .bannerBlock h1{
    font-size: 2.2vw;
    line-height: 0.15;
}

input {
    width: 40%;
    border-radius: 5px;
    background: rgba(44, 58, 75, 0.10);
}

input:hover, input:focus {
    border: 2px solid crimson;
    background: white;
}

/* .results, #pagination {
    font-size: smaller;
} */

#searchApp {
    font-size: smaller;
    padding-left: 1em;
}

#pagination {
    font-size: smaller;
    padding-left: 1em;
}

.result {
    margin: 0.5em 0 0.5em 0.5em;
}

.solrPage {
    margin: 5px;
}

.result a {
    display: flex;
    align-items: center;
}

.nvThumb {
    width: 44px;
    padding-right: 1em;
}