.categories__title {
  color: #1F2324;
  font-family: 'NotoSans-Bold';
  font-size: 11.0pt;
}
.categories_row {
  margin-left: 0px;
}
.categories__category {
  width: auto !important;
  cursor: pointer;
  font-size: 11pt;
  font-family: "NotoSans-Regular";
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: white;
}
.categories__category.selected {
  border-color: #1a7894;
  background-color: #1a7894;
  color: white;
}
.generic-filter-grid div {
  text-transform: none !important;
}
.generic-filter-grid__url-icon {
  float: left;
  margin-left: 20%;
  font-size: 20px;
}
.contact__page-header {
  color: #434343;
  font-family: NotoSans-Bold, Arial;
  font-size: 30pt;
}
.contact__title {
  color: #434343;
  font-family: NotoSans-Bold, Arial;
  font-size: 20pt;
}
.contact__row {
  border-bottom: 1px solid #D9D9D9;
}
.contact__field-title {
  border-top: none !important;
  color: #757575;
  font-family: NotoSans-Regular, Arial;
  font-size: 12pt;
}
.contact__field-value {
  color: #000000;
  font-family: NotoSans-Regular, Arial;
  font-size: 12pt;
}
.contact__field-cell {
  width: 20%;
}
.contact__subtitle {
  color: #434343;
  font-family: NotoSans-Bold, Arial;
  font-size: 12pt;
}
.contact__evening {
  padding-left: 8px;
}
@media (max-width: 768px) {
  .contact__page-header {
    font-size: 22pt;
  }
  .contact__title {
    font-size: 15pt;
  }
  .contact__subtitle {
    font-size: 9pt;
  }
  .contact__field-title {
    font-size: 9pt;
  }
  .contact__field-value {
    font-size: 9pt;
  }
}
