body {
  font-family: Roboto;
}

h1, h2, h3, h4 h5 {
  font-family: Oswald;
  font-weight: 600;
  text-transform: uppercase;
}


.min-width-5 {
  min-width: 5em;
}
.search-header-logo {
  height: 2.5rem;
}
.margin-left-1 {
  margin-left: 1rem;
}
.margin-bottom-5 {
  margin-bottom: 5rem;
}
.list-group-item a {
  color: #000000;
}
.list-group-item a:focus, .list-group-item a:hover, .list-group-item a:active, .list-group-item a:focus {
  color: #000000;
}
.uppercase {
  text-transform: uppercase;
}
.search-results-for-text {
  color: #000000;
  font-size: 37px;
  line-height: 68px;
  margin-bottom: 0;
}
.search-section-heading {
  color: #000000;
  font-family: Oswald;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  width: 723px;
}
.horizontal-seperator {
  background-color: #000000;
  width: 100%;
  height: 2px;
  margin: 1.5em 0 2.5em 0;
}
.suggested-link {
  color: #009ACA;
}
.related-content__heading {
  font-family: Roboto;
}
.related-content__link {
  margin-bottom: 1.5em;
  color: #009ACA;
  display: inline-block;
}
.margin-bottom-1 {
  margin-bottom: 1em;
}
.margin-top-1 {
  margin-top: 1em;
}
.flex-rows {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.spellchecker-suggested-word {
  font-weight: bold;
}



/********************************/
/* Fess and Bootstrap Overrides */
/********************************/

body {
  margin: 0;
  padding: 0;
}
footer {
  border: none !important;
}
.btn-light.focus, .btn-light:focus {
  box-shadow: none;
}
.link {
  font-family: Roboto;
  font-weight: 500;
  text-transform: none;
}
.page-link {
  color: #000000;
}
.page-link:hover, .page-link:active, .page-link:focus {
  color: #000000;
}
.page-item.active .page-link {
  background-color: #D40F7D;
  border-color: #D40F7D;
}
.list-unstyled h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.list-unstyled h3 a {
  color: #00688C !important;
}
.list-unstyled h3 a:hover, .list-unstyled h3 a:active, .list-unstyled h3 a:focus {
  color: #743096 !important;
}
#result ol li {
  margin-bottom: 1.444em;
}
#result cite {
  color: #3C9748 !important;
  font-size: 14px;
  font-style: normal !important;
}
#result .body .description {
  color: #333333;
  font-size: 13px;
}
.searchFormBox {
  margin-top: 15em;
}

.navbar {
  margin-bottom: 2rem;
}


.btn-light {
  background-color: #e1e6ea !important;
  border-color: #e1e6ea !important;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: #d2d9e0 !important;
  border-color: #d2d9e0 !important;
}
.badge-primary {
  background-color: #ce1126;
}
.badge-primary:hover, .badge-primary:active, .badge-primary:focus {
  background-color: #a50d1f !important;
}
.badge-secondary {
  background-color: #585858;
}

.navbar-brand {
  margin-right: 3rem !important;
  padding: 0 !important;
}

.list-group-item__header {
  background-color: black;
  color: white;
}

.no-results-link {
  color: black;
  text-decoration: underline;
}