.greyBack {
    position: absolute;
    left: 0;
    right: 0;
    top: 400px;
    width: 100%;
    bottom: 550px;
    background-color: #f6f6f6;
    z-index: -1;
  }
  .ClientContent h1 {
    font-family: Archive;
    margin-top: 80px;
    font-size: 45px;
    width: 750px;
  }
  .ClientContent h3 {
    font-weight: 100;
    width: 500px;
    color: #a6a6a6;
  }
  .clientLogoBlock {
    height: 100%;
    padding-bottom: 25px;
    list-style: none;
    text-align: center;
  }
  .clientLogo {
    display: none;
    height: 150px;
    width: 180px;
    padding: 10px;
    margin: 5px 10px 5px 0;
    border: 1px solid red;
    background-color: #fff;
  }
  .clientLogo img {
    max-height: 100%;
    min-width: 75px;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    display: block;
  }
  .navigateTo {
    margin-top: 50px;
  }
  .navigateTo li {
    font-family: Archive;
    font-size: 12px;
    color: #1e1e1e;
    margin-right: 10px;
    display: table-cell;
    vertical-align: middle;
  }
  .FilterBar li,
  .showThis {
    display: inline-block;
  }
  .navigateTo hr {
    border-color: #1e1e1e;
  }
  .FilterBar {
    list-style: none;
    margin: 20px 0 10px;
    padding: 0;
  }
  .FilterBar li {
    font-family: GothamRounded-Medium;
    font-size: 22px;
    border: 1px solid #a6a6a6;
    border-radius: 30px;
    color: #a6a6a6;
    font-weight: 100;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
  }
  .selected {
    background-color: #ff003c;
    border-color: #ff003c;
    color: #fff !important;
  }
  @media only screen and (min-width: 720px) {
    .greyBack {
      top: 350px;
    }
    .FilterBar li {
      padding: 10px 40px;
    }
  }
  