/*
	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 a {
  position: relative;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  white-space: nowrap;
  padding: 1px 7.5px;
  color: #fff;
  display: block;
  width: 50%;
  text-align: left;
}

.listNav a[href]:hover{text-decoration:none;}
.ln-disabled{cursor: default;}
.ln-letters .all{
  display: none;
}
/* border: 1px solid #aaa; */
/* border-radius: 3px; */
/* background: #020024; */
/* background: linear-gradient(180deg, #020024 0%, #f8fdff 0%, #e1e1e1 100%); */

.listNavHide,
.grid-container .cards.show.listNavHide {
  /* position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; */
  /* position: absolute; */
  display: none;
  /* transition: all 0.4s ease-in-out; */
  transform: scale(0);
}

.letterCountShow {
  display: block;
}
/* 
.ln-letters a {
  border: 1px solid silver;
  border-right: none;
  display: block;
  float: left;
  font-size: .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-selected {
  color: #4287D6;
  text-decoration: underline;
}
.ln-letters .ln-disabled {
  color: #ccc;
  opacity: 0.7;
}


.ln-letter-count {
  color: #336699;
  font-size: .8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
@media all and (max-width: 991px) {
  .ln-letters {
    column-count: 2;
  }
}
.alphanav_mobile{display: block;}
.alphanav_desk{display: none;}
@media all and (min-width: 992px) {
  .listNav{
    padding: 20px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ln-letters a{
    padding: 0 7.5px;
    color: #000;
    text-align: center;
    width: auto;
    display: inline-block;
  }
  .alphanav_mobile{display: none !important;}
  .alphanav_desk{display: flex;}

}
/*# sourceMappingURL=listnav.css.map */