/*
	STYLE SHEET FOR JQUERY LISTNAV PLUGIN V 3.0.0, 11/22/2017
	For more information, visit http://esteinborn.github.com/jquery-listnav
*/
.listNav,
.ln-letters {
  overflow: hidden;
	display: flex;
}

.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.letterCountShow {
  display: block;
}
.listNav {
    padding-bottom: 15px;
}
.ln-letters a {
    text-transform: uppercase;
    border: 1px solid #9fcf67;
    display: block;
    float: left;
    font-size: 16px;
    padding: 2px 6.9px;
    text-decoration: none;
    margin: 2px;
    background: #f4f8ea;
	color: #007161
}

.ln-letters .ln-last {
  border-right: 1px solid silver;
}

.ln-letters a:hover{
  background-color: #eaeaea;
}


.ln-letter-count {
  color: #336699;
  font-size: .8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

/*# sourceMappingURL=listnav.css.map */