/* BrandNamesList styles go in here */
div.BrandNamesListWrapper {
  margin-left: 20px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  div.BrandNamesListWrapper {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  div.BrandNamesListWrapper {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  div.BrandNamesListWrapper {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  div.BrandNamesListWrapper {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  div.BrandNamesListWrapper {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
}
div.BrandNamesListWrapper div.letterblock {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  display: inline-block;
  width: 100%;
}
div.BrandNamesListWrapper div.letterblock h2 {
  border: 0px none;
}
.tplbrandnames h1.pagetitle {
  margin-left: 0px !important;
}
@media (max-width: 991px) {
  .tplbrandnames div.socialbuttons {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .tplbrandnames div.socialbuttons ul {
    float: left;
    margin-left: -10px;
  }
  .tplbrandnames div.socialbuttons ul li {
    float: left;
  }
}
