* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
}
a:hover {
  color: #333;
}
/* Below code is to display the link as display block */
.block {
  display: block;
  font-weight: 500;
}

p {
  margin: 0.5rem 0;
}
/* below code is to remove the empty space above the title SEARCH ALPHABETICALLY */
body p {
  margin: 0 !important;
}
img {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/* Alphabetical search css is below*/
.alpha-list > .alpha-list-wrapper > .alpha-list-group {
  list-style: none;
}
#alpha-nav {
  justify-content: left !important;
  max-width: 800px;
  margin-bottom: 3rem;
}
#list-nav {
  margin-left: 0;
}
#list-nav > li {
  list-style: none;
}
.database-bysubject-container {
  margin-bottom: 300px;
}
.articleListItem--browseByTitlesResult .articleListItem-body,
.articleListItem--facilitiesForHireResult .articleListItem-body {
  margin-bottom: 0.75rem;
}
.articleListItem-body {
  display: block;
  padding: 1.25rem 1.875rem 1.875rem;
  background-color: #f0f0f0;
}
.articleListItem-title {
  color: #ea7125;
  transition: all 0.2s;
}
.articleListItem a {
  text-decoration: underline;
}

.character-element {
  background: unset !important;
  border-radius: unset !important;
  border: unset !important;
  background-color: #f0f0f0 !important;
  display: inline-block;
  margin: 0.375rem 0.375rem 0 0;
  text-align: center !important;
  width: 2.25rem;
  line-height: 2.25rem;
  color: #000 !important;
  font-size: 0.9375rem;
  font-weight: 700;
}
.character-element.disabled {
  color: #aaa !important;
  cursor: default;
}
/* #g-footer {
  position: absolute;
} */
