#az a {
  color: #339c99;
}
#az h1 {
  text-transform: uppercase;
}
.alpha-list, .cat-list {
  padding-top: 38px;
}
.alpha-list ul {
  margin: 0 0 25px 0;
  padding: 0;
}
.cat-list ul {
  margin: 0 0 25px 5%;
  padding: 0;
}
.alpha-list ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 2em;
  font-family: Garamond, Georgia, serif;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
}
.alpha-list ul li a, .cat-list ul li a {
  color: #339c99;
}
.alpha-list ul li a:hover, .cat-list ul li a:hover {
  color: #034544;
  text-decoration: underline;
}
.resource {
  padding-left: 5%;
}
.accordion-group {
  border: none;
  border-radius: none;
}
.accordion-heading {
  display: none;
}
.accordion-inner {
  padding: 9px 0px 9px 35px;
}
.no-bullets {
  list-style-type: none;
}
#az h2 {
  border-bottom: 1px solid #e8e8e8;
  font-size: 2em;
}
#az h2 a {
  color: #000000;
  font-family: Garamond, Georgia, serif;
  text-decoration: none;
}
#az h2 a {
  cursor: default;
}
#az h2.no-category a {
  cursor: pointer;
}
span.all {
  font-size: 0.5em;
}
#az h2 span.all a {
  color: #339c99;
  text-transform: uppercase;
  cursor: pointer;
}
#az h2 span.all a:hover {
  text-decoration: underline;
}