.abcList{
  .bold{
    font-weight: 700;
  }
  .listNavHide{
    display: none !important;
  }
  @media (max-width: 900px){
    padding: 0;
  }
  .lettered{
    padding: 50px 10%;
    position: relative;
    border-bottom: 1px solid #707070;
    @media (max-width: 900px) {
      text-align: center;
    }
    &:before{
      content: attr(data-letter);
      left: 15px;
      top: 40px;
      position: absolute;
      background-color: #156193;
      color: #fff;
      text-transform: uppercase;
      font-size: 40px;
      width: 60px;
      height: 60px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      @media (max-width: 900px) { 
        position: unset;
        margin: 0 auto;
        top: 0;
        left: 0;
      }
    }
    &.listNavHide{
      display: none !important;
    }
    li{
      list-style: none;
    }
  }
}


.ln-letters{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border: 1px solid #707070;
  border-left: none;
  border-right: none;
  @media (max-width: 900px) {
    flex-wrap: wrap;
    justify-content: center;
  }
  .all{
    order: 27 !important;
  }
}

.ln-letters a {
  border-right: none;
  display: block;
  font-size: .9em;
  padding: 2px 6px;
  text-decoration: none;
}

.ln-letters .ln-last {
}

.ln-letters a:hover,
.ln-letters .ln-selected {
  font-weight: 700;
}

.ln-letters .ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  color: #336699;
  font-size: .8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  display: none;
}
