html {
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  height: 100%;
}

h1,
h2,
h3 {
  color: inherit;
}

#site-logo .wide {
  max-width: 680px;
  position: absolute;
  right: 10px;
  top: 0;
}

#site-logo .narrow {
  display: none;
}

.site-bg-special-brown {
  background: #8f2c0a;
  border-color: #8f2c0a;
}

#header-wrapper {
  max-width: 1800px;
}

header {
  width: 100%;
  color: #fff;
  background: #8f2c0a;
  max-width: 1800px;
  padding: 10px 0 0;
}

header h1 a:link,
header h1 a:visited {
  color: #fff;
}

header h1 a:hover {
  color: #e09900;
  text-decoration: none;
}

#search-container button {
  width: 38px;
}

#search-container button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 600;
  padding: 4px 11px;
}

#search-container input[type="text"],
#search-container button {
  height: 36px;
}

#search-container input[type="text"] {
  color: #000;
}

#site-title img {
  max-width: 185px;
}

#site-title {
  float: unset;
  width: 95%;
  text-transform: unset;
  letter-spacing: normal;
  line-height: normal;
  display: flex;
  justify-content: center;
  background: #fafafa;
  margin: 7px auto 0;
  padding: 20px;
  border: 6px solid #444;
  border-radius: 54px;
  display: none;
}

header h1 {
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.95rem;
}

header .row {
  margin: 0;
  padding: 5px 20px 5px;
}

header .lead {
  font-size: 1.2rem;
}

#search-container {
  width: auto;
  margin-left: 7%;
  right: -10px;
}

#primary-nav {
  display: flex;
  padding: 10px 40px;
  width: 100%;
  margin: 0;
  background-color: #333;
  align-items: center;
  justify-content: space-between;
}

#primary-nav .navigation {
  display: flex;
  flex-wrap: wrap;
}

#primary-nav .nav-item > a {
  border: none !important;
  background: transparent;
  color: #fff;
  font-weight: normal;
  font-size: 1.1rem;
  padding: 0.25rem 0.75rem;
}

#primary-nav .nav-menu {
  font-weight: normal;
}

#primary-nav .sub-nav.open {
  max-width: 250px;
  width: max-content;
  margin: 0;
  top: auto;
  left: -1px;
}

#primary-nav .nav-item > a.open {
  color: #369;
}

#primary-nav [aria-haspopup="true"]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #fff;
  font-weight: 600;
}

#primary-nav [aria-haspopup="true"].open:after {
  content: "\f0d7";
  color: #369;
}

#site-wrapper > .row {
  height: 100%;
}

#site-wrapper #main-content-panel {
  background: #fff;
}

#site-wrapper #content {
  height: 100%;
}

.items #content {
  width: 100%;
  max-width: 1800px;
}

#home #simple-pages-breadcrumbs,
#home #primary > h1 {
  display: none;
}

#primary #container > h1 {
  max-width: 800px;
  font-size: 2em;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: normal;
  word-break: break-word;
  margin-bottom: 0;
}

#content {
  padding: 10px 20px;
  border: none;
  width: 100%;
  max-width: 1800px;
}

#home #content h2 {
  text-transform: unset;
  letter-spacing: unset;
}

#home-more-info p {
  margin: 0.5rem 0;
}

#logo-holder {
  justify-content: center;
  display: flex;
}

#logo-holder .img-fluid {
  max-height: 275px;
}

.featured-entries {
  margin: 30px 0 50px;
}

.featured-entries .custom-col {
  padding: 0 5px 10px;
}

.featured-entries .card {
  height: 100%;
}

.featured-entries h5 {
  font-style: normal;
}

.featured-entries .item.record {
  width: 200px;
  padding: 10px;
  background: aliceblue;
  font-size: 1rem;
}

.featured-entries h3 a {
  font-size: 1.3rem;
  line-height: normal;
}

.featured-entries h3 a:hover {
  text-decoration: none;
}

footer {
  margin-top: 0;
}

#iframeid {
  border: none;
}

.two-col-flow {
  /* Chrome, Safari, Opera */
  -webkit-column-count: 2;
  -webkit-column-gap: 50px;
  /* Firefox */
  -moz-column-count: 2;
  -moz-column-gap: 50px;
  /* Standard syntax */
  column-count: 2;
  column-gap: 50px;
}

.items.show #item-metadata h3,
.items.show #item-info h3 {
  font-size: 1.5rem;
  margin-top: 15px;
  margin-bottom: 0;
}

.items.show #item-metadata #dublin-core-title {
  display: none;
}

#item-metadata {
  margin-top: 45px;
}

#item-metadata .element-set.saved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#item-metadata .element-set .element,
#item-info .element-set .element {
  padding: 0.5rem 1.25rem 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 20px;
}

#item-metadata .element-set .element h3,
#item-info .element-set .element h3 {
  margin-bottom: 1rem;
}

@media (min-width: 1500px) {
  .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media (min-width: 576px) {
  #item-metadata .element-set-saved {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 25px;
  }

  #item-metadata .element-set .element,
  #item-info .element-set .element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1300px) {
  .embed-responsive {
    width: 99%;
  }
}

@media only screen and (max-width: 1150px) {
  header .lead {
    font-size: 1.1rem;
  }

  #primary-nav {
    padding: 10px 20px;
  }

  #search-container {
    min-width: 150px;
    margin-left: 0;
    right: 0;
  }

  header .row {
    padding: 0 0 10px;
  }
}

@media only screen and (min-width: 951px) and (max-width: 1150px) {
  #site-logo .wide {
    max-width: 580px;
  }
}

@media only screen and (max-width: 950px) {
  header .lead {
    font-size: 1.1rem;
  }

  #site-logo .wide {
    display: none;
  }

  #site-logo .narrow {
    display: block;
    max-height: 110px;
    margin-left: 20px;
    float: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #home #primary {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #primary-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #home #primary {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home #primary {
    width: 100%;
  }

  #logo-holder .img-fluid {
    max-height: 225px;
  }
}

@media only screen and (max-width: 575px) {
  .intro-left-col {
    width: 65%;
    float: left;
  }

  .intro-right-col {
    width: 33%;
    float: right;
    margin-top: 10%;
  }
}
