/* Alphabet blocks displayed as a horizontal menu ----------------------------- */
.section-no-articles {
  margin: 25px 0 2em;
}

.section-no-articles .listNav {
  position: relative; /* Need this if showing the number count */
}

.ln-letters {
  margin-bottom: 2em;
  overflow: hidden;
}

.ln-letters a:link, .ln-letters a:visited {
  background-color: #f5d6c9;
  border-top: 1px solid #d95d2b;
  border-bottom: 1px solid #d95d2b;
  color: #000;
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
}

.ln-letters a:first-child {
  border-left: 1px solid #d95d2b;
}

.ln-letters a.ln-last:link, .ln-letters a.ln-last:visited {
  border-right: 1px solid #d95d2b;
}

.ln-letters a:hover, .ln-letters a.ln-selected:link, .ln-letters a.ln-selected:visited {
  background-color: #d95d2b;
  color: #fff;
}

.ln-letters a.ln-disabled:link, .ln-letters a.ln-disabled:visited {
  background-color: #fff;
  color: #666;
}

.ln-letter-count {
  color: #d95d2b;
  font-size: 12px;
  line-height: 1;
  margin: -14px 0 3px;
  text-align: center;
}

/* Unordered list of links to section names */
#indexed-list {
  clear: left;
  list-style-type: none;
  margin: 0;
}

#indexed-list li {
  border: 1px solid #a8571d;
  font-weight: bold;
  float: left;
  list-style-type: none;
  margin: 0 .5em .5em 0;
  padding: 0;
  width: 47.5%;
}
#indexed-list li:nth-child(odd) {
  clear: left;
}

#indexed-list li.ln-no-match {
  border: none;
}

#indexed-list a {
  display: block;
  padding: 7px;

  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -o-transition: .5s all ease;
  -ms-transition: .5s all ease;
  transition: .5s all ease;
}

#indexed-list a:hover, #indexed-list a:focus {
  background-color: #a8571d;
  color: #fff;
  text-decoration: none;
}

#indexedStaffPagesSectionList li {
  color: #525252;
  width: 50%;
  display: inline;
  float: left;
}

#indexedStaffPagesSectionList a {
  color: #525252;
}

.stafftable img {
  display: block;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  width: 35px;
}

.staffTableRight {
  border: 1px solid #000000;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  height: 45px;
  margin-bottom: 6px;
  margin-left: 51px;
  padding-top: 5px;
  padding-left: 5px;
  width: 180px;
  line-height: 18px;
}

.staffTableLeft {
  background-color: #A8A8A8;
  border-bottom: 1px solid #000000;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-top-left-radius: 4px;
  display: inline;
  float: left;
  height: 50px;
  width: 50px;
}

.staffTableLeft img {
  display: block;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  width: 35px;
}
