

.businessDirectoryTitleContainer {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.businessDirectoryTitleText {
  font-size: 30px;
  color: #fff;
}
.alphabetListContainer {
  position: absolute;
  margin: 0;
  height: calc(100vh - 160px - 100px);
  width: 100vw;
  top: 160px;
  left: 0;
}



.gpAlphaListNav {
  position: fixed;
  top: 60px;
  color: #000;
  width: 40px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gpAlphaListItemPointer {
  padding-top:10px;
  padding-bottom:50px;
}


@media only screen and (max-width: 800px) {
  .gpAlphaListNav {
    right: 20px;
  }
}
@media only screen and (min-width: 801px) {
  .gpAlphaListNav {
    right: 20px;
  }
}
.ShcTextStyles_paragraphText {
  font-size: 14px;
  color: #444;
}
.ShcTextStyles_highlight{
  color: #2980b9;
}

.ShcTextStyles_smallNoteText {
  font-size: 12px;
  color: #444;
}
.ShcTextStyles_tinyNoteText {
  font-size: 11px;
  color: #444;
}




.alphabetListParentContainer {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
}
.alphabetListContentContainer {
  /*width: 100%;
  height: 500px;
  overflow: auto;
  padding-right: 12px;*/

  position: absolute;
  margin: 0;
  height: calc(100vh - 160px - 100px);
  width: 100vw;
  top: 20px;
  left: 0;
  
  padding-left: 50px;
  overflow: auto;
}


.alphabetListNavigation {
  position: absolute;
  top: 12px;
  right: 50px;
  color: #000;
}
.alphabetListNavigationItem {
  font-size: 18px;
  vertical-align: top;
  cursor: pointer;
  color: #000;
}


/*# sourceMappingURL=12.css.map*/