/*
	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;
}

.ln-letters {
  border: 1px solid silver;
  border-left: none;
  display: flex;
  justify-content: space-between;
}

.listNavHide {
  position: absolute;
  display: none;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  transition: all 3s ease-in-out;
}

.letterCountShow {
  display: block;
}

.ln-letters a {
  width: 3.57%;
  text-align: center;
  border-left: 1px solid silver;
  display: block;
  float: left;
  font-size: 0.9em;
  padding: 2px 6px;
  text-decoration: none;
}

.ln-letters .ln-last {
  border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #eaeaea;
}

.ln-letters .ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  color: #336699;
  font-size: 0.8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .ln-letters {
    border: none;
    border-left: none;
    display: initial;
    justify-content: space-between;
  }
  .ln-letters a {
    width: auto;
    text-align: center;
    border: 1px solid silver;
    display: block;
    float: left;
    font-size: 0.9em;
    padding: 2px 6px;
    text-decoration: none;
  }
}
*/
/*# sourceMappingURL=listnav.css.map */
.listNavHide {
  position: absolute;
  display: none;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  transition: all 3s ease-in-out;
}

.letterCountShow {
  display: block;
}

.ln-letters .ln-disabled {
  color: #ccc;
  font-weight: 400;
}

.ln-letter-count {
  color: #336699;
  font-size: 0.8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.listNav {
  /* border: 1px solid green; */
}
.ln-letters {
  padding: 10px 0;
  overflow: hidden;
}

.ln-letters a {
  border: 1px solid #868e96;
  border-radius: 3px;
  padding: 0 10px;
  margin-right: 5px;
  display: inline-block;
  color: #282828;
  margin-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
  box-shadow: none;
  font-weight: 600;
}

.ln-letters a:hover {
  color: #000;
  text-decoration: none;
  box-shadow: none;
}

.ln-letters .ln-selected {
  background-color: #868e96;
  color: #fff;
}

li.ln-no-match {
  list-style: none;
  margin-left: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ln-letters a {
    margin-bottom: 5px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .ln-letters a {
    margin-bottom: 5px;
  }
}
