ul.artist-list {
    list-style: none;
}

ul.artist-list li.not-active a {
  color: #ccc;
}

ul.artist-list li.not-active a span{
  color: #ccc!important;
}

ul.artist-list li {
  margin: 0 0 10px;
}

.title.has_fixed_background {
    background-size: cover!important;
}

.separator.small.left {
    display: none;
}

.title.title_size_small h1, .title h1 {
    font-weight: 400;
    text-transform: none;
}

.title_outer.with_image .title .title_subtitle_holder, .title_outer .has_fixed_background.title .title_subtitle_holder, .title_outer .has_background.title .title_subtitle_holder {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    padding-bottom: 35px;
}

article.artists p {
  margin: 0 0 35px !important;
}

article.artists img {
  margin: 0 0 10px;
}

.artist-filter {
  padding: 0 0 50px;
}

.participants-cols {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}

.participants-cols > div {
  display: inline-block;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .participants-cols {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}

/* .artist-filter, */
/* .artist-filter .form-control { */
/*   color: #184DC8; */
/*   font-family: 'NHaasGroteskDSPro-65Md'; */
/*   font-size: 12px; */
/*   letter-spacing: 2.75px; */
/*   line-height: 14px; */
/*   text-transform: uppercase; */
/* } */

/* .artist-filter .form-control { */
/*   background: transparent; */
/*   border: none; */
/*   margin: 0 0 0 30px; */
/*   max-width: 82px; */
/* } */
