.path-artists .main-container h1.page-header {
  padding-bottom: 0;
  border: 0;
  padding-top: 43px;
}

.view-artists-glossary .view-header {
  text-align: center;
  margin-bottom: 66px;
}

.view-artists-glossary .view-content:first-child {
  padding-top: 70px;
}


.view-artists-glossary .view-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.view-artists-glossary .view-content .views-row {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid #E6E6E6;
}

.view-artists-glossary .view-content .views-row .views-field-title a {
  color: #525659;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.view-artists-glossary .attachment .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 30px;
}

.view-artists-glossary .attachment .view-content > div a {
  display: flex;
  width: 33px;
  height: 33px;
  justify-content: center;
  align-items: center;
  background: #E6E6E6;
  color: #525659;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.view-artists-glossary .attachment .view-content > div a.is-active,
.view-artists-glossary .attachment .view-content > div a:hover{
  background: #333333;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .view-artists-glossary .view-header {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .path-artists .main-container h1.page-header {
    padding-top: 22px;
    font-size: 25px;
    margin-bottom: 10px;
  }
}
