body.our-clients .clients_container {
  border-top: none !important;
}
body.our-clients form.filter_clients {
  width: 360px;
  text-align: center;
  display: block;
  margin: auto;
}
@media screen and (max-width: 800px) {
  body.our-clients form.filter_clients {
    width: 100%;
  }
}
body.our-clients form.filter_clients h4 {
  text-align: center;
}

.clients_container,
.accreditations_container {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  border-top: 1px solid #d9dada;
  border-bottom: 1px solid #d9dada;
}
@media screen and (max-width: 1440px) {
  .clients_container,
  .accreditations_container {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .clients_container,
  .accreditations_container {
    padding-bottom: 30px;
  }
}
.clients_container .content.wrapper,
.accreditations_container .content.wrapper {
  padding-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .clients_container .content.wrapper,
  .accreditations_container .content.wrapper {
    padding-bottom: 20px;
  }
}
.clients_container .content.wrapper:last-child,
.accreditations_container .content.wrapper:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .clients_container .content.wrapper:last-child,
  .accreditations_container .content.wrapper:last-child {
    padding-top: 20px;
  }
}
.clients_container .clients.wrapper,
.clients_container .featured_accreditations,
.accreditations_container .clients.wrapper,
.accreditations_container .featured_accreditations {
  padding: 0 0;
  position: relative;
}
.clients_container .clients.wrapper .client,
.clients_container .clients.wrapper .accreditation,
.clients_container .featured_accreditations .client,
.clients_container .featured_accreditations .accreditation,
.accreditations_container .clients.wrapper .client,
.accreditations_container .clients.wrapper .accreditation,
.accreditations_container .featured_accreditations .client,
.accreditations_container .featured_accreditations .accreditation {
  display: inline-block;
  float: left;
  text-align: center;
  transform: scale(1);
  opacity: 1;
  transition: opacity 400ms ease;
}
.clients_container .clients.wrapper .client.ajax,
.clients_container .clients.wrapper .accreditation.ajax,
.clients_container .featured_accreditations .client.ajax,
.clients_container .featured_accreditations .accreditation.ajax,
.accreditations_container .clients.wrapper .client.ajax,
.accreditations_container .clients.wrapper .accreditation.ajax,
.accreditations_container .featured_accreditations .client.ajax,
.accreditations_container .featured_accreditations .accreditation.ajax {
  transition: opacity 600ms ease, transform 600ms ease;
}
.clients_container .clients.wrapper .client.hidden,
.clients_container .clients.wrapper .accreditation.hidden,
.clients_container .featured_accreditations .client.hidden,
.clients_container .featured_accreditations .accreditation.hidden,
.accreditations_container .clients.wrapper .client.hidden,
.accreditations_container .clients.wrapper .accreditation.hidden,
.accreditations_container .featured_accreditations .client.hidden,
.accreditations_container .featured_accreditations .accreditation.hidden {
  transform: scale(0);
  opacity: 0;
  transition: opacity 0ms ease, transform 0ms ease;
}
.clients_container .clients.wrapper .client.fade,
.clients_container .clients.wrapper .accreditation.fade,
.clients_container .featured_accreditations .client.fade,
.clients_container .featured_accreditations .accreditation.fade,
.accreditations_container .clients.wrapper .client.fade,
.accreditations_container .clients.wrapper .accreditation.fade,
.accreditations_container .featured_accreditations .client.fade,
.accreditations_container .featured_accreditations .accreditation.fade {
  transform: scale(0);
  opacity: 0;
  transition: transform 600ms ease, opacity 600ms ease;
}
.clients_container .clients.wrapper .client:hover,
.clients_container .clients.wrapper .accreditation:hover,
.clients_container .featured_accreditations .client:hover,
.clients_container .featured_accreditations .accreditation:hover,
.accreditations_container .clients.wrapper .client:hover,
.accreditations_container .clients.wrapper .accreditation:hover,
.accreditations_container .featured_accreditations .client:hover,
.accreditations_container .featured_accreditations .accreditation:hover {
  opacity: 1;
}
.clients_container .clients.wrapper.slick,
.clients_container .featured_accreditations.slick,
.accreditations_container .clients.wrapper.slick,
.accreditations_container .featured_accreditations.slick {
  overflow: hidden;
}
.clients_container .clients.wrapper.slick:hover .client,
.clients_container .featured_accreditations.slick:hover .client,
.accreditations_container .clients.wrapper.slick:hover .client,
.accreditations_container .featured_accreditations.slick:hover .client {
  opacity: 0.6;
}
.clients_container .clients.wrapper.slick .slick-list,
.clients_container .featured_accreditations.slick .slick-list,
.accreditations_container .clients.wrapper.slick .slick-list,
.accreditations_container .featured_accreditations.slick .slick-list {
  height: auto;
  overflow: hidden;
}
.clients_container .clients.wrapper.slick .slick-list:after,
.clients_container .featured_accreditations.slick .slick-list:after,
.accreditations_container .clients.wrapper.slick .slick-list:after,
.accreditations_container .featured_accreditations.slick .slick-list:after {
  clear: both;
}
.clients_container .clients.wrapper.slick:before,
.clients_container .featured_accreditations.slick:before,
.accreditations_container .clients.wrapper.slick:before,
.accreditations_container .featured_accreditations.slick:before {
  content: "";
  position: absolute;
  left: -25%;
  width: 40%;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  background: linear-gradient(90deg, rgb(255, 255, 255) 78%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.clients_container .clients.wrapper.slick:after,
.clients_container .featured_accreditations.slick:after,
.accreditations_container .clients.wrapper.slick:after,
.accreditations_container .featured_accreditations.slick:after {
  display: inline-block;
  clear: none;
  content: "";
  position: absolute;
  right: -25%;
  width: 40%;
  bottom: 0;
  top: 0;
  background: red;
  z-index: 5;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 78%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.clients_container .clients.wrapper.slick .slick-arrow,
.clients_container .featured_accreditations.slick .slick-arrow,
.accreditations_container .clients.wrapper.slick .slick-arrow,
.accreditations_container .featured_accreditations.slick .slick-arrow {
  background-image: url(../images/icons/arrow_left_blue.svg);
}
.clients_container .clients.wrapper.slick .slick-arrow.slick-next,
.clients_container .featured_accreditations.slick .slick-arrow.slick-next,
.accreditations_container .clients.wrapper.slick .slick-arrow.slick-next,
.accreditations_container .featured_accreditations.slick .slick-arrow.slick-next {
  background-image: url(../images/icons/arrow_right_blue.svg);
}
.clients_container .clients.wrapper.slick .client,
.clients_container .clients.wrapper.slick .accreditation,
.clients_container .featured_accreditations.slick .client,
.clients_container .featured_accreditations.slick .accreditation,
.accreditations_container .clients.wrapper.slick .client,
.accreditations_container .clients.wrapper.slick .accreditation,
.accreditations_container .featured_accreditations.slick .client,
.accreditations_container .featured_accreditations.slick .accreditation {
  width: 20%;
  transition: opacity 400ms ease;
}
.clients_container .clients.wrapper.slick .client img,
.clients_container .clients.wrapper.slick .accreditation img,
.clients_container .featured_accreditations.slick .client img,
.clients_container .featured_accreditations.slick .accreditation img,
.accreditations_container .clients.wrapper.slick .client img,
.accreditations_container .clients.wrapper.slick .accreditation img,
.accreditations_container .featured_accreditations.slick .client img,
.accreditations_container .featured_accreditations.slick .accreditation img {
  width: 80%;
  filter: grayscale(100%);
  transition: filter 400ms ease;
}
@media screen and (max-width: 1440px) {
  .clients_container .clients.wrapper.slick .client img,
  .clients_container .clients.wrapper.slick .accreditation img,
  .clients_container .featured_accreditations.slick .client img,
  .clients_container .featured_accreditations.slick .accreditation img,
  .accreditations_container .clients.wrapper.slick .client img,
  .accreditations_container .clients.wrapper.slick .accreditation img,
  .accreditations_container .featured_accreditations.slick .client img,
  .accreditations_container .featured_accreditations.slick .accreditation img {
    width: 70%;
  }
}
@media screen and (max-width: 1180px) {
  .clients_container .clients.wrapper.slick .client img,
  .clients_container .clients.wrapper.slick .accreditation img,
  .clients_container .featured_accreditations.slick .client img,
  .clients_container .featured_accreditations.slick .accreditation img,
  .accreditations_container .clients.wrapper.slick .client img,
  .accreditations_container .clients.wrapper.slick .accreditation img,
  .accreditations_container .featured_accreditations.slick .client img,
  .accreditations_container .featured_accreditations.slick .accreditation img {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .clients_container .clients.wrapper.slick .client img,
  .clients_container .clients.wrapper.slick .accreditation img,
  .clients_container .featured_accreditations.slick .client img,
  .clients_container .featured_accreditations.slick .accreditation img,
  .accreditations_container .clients.wrapper.slick .client img,
  .accreditations_container .clients.wrapper.slick .accreditation img,
  .accreditations_container .featured_accreditations.slick .client img,
  .accreditations_container .featured_accreditations.slick .accreditation img {
    width: 100%;
    margin: -40px 0 -50px;
  }
}
.clients_container .clients.wrapper.slick .client.slick-center, .clients_container .clients.wrapper.slick .client:hover,
.clients_container .clients.wrapper.slick .accreditation.slick-center,
.clients_container .clients.wrapper.slick .accreditation:hover,
.clients_container .featured_accreditations.slick .client.slick-center,
.clients_container .featured_accreditations.slick .client:hover,
.clients_container .featured_accreditations.slick .accreditation.slick-center,
.clients_container .featured_accreditations.slick .accreditation:hover,
.accreditations_container .clients.wrapper.slick .client.slick-center,
.accreditations_container .clients.wrapper.slick .client:hover,
.accreditations_container .clients.wrapper.slick .accreditation.slick-center,
.accreditations_container .clients.wrapper.slick .accreditation:hover,
.accreditations_container .featured_accreditations.slick .client.slick-center,
.accreditations_container .featured_accreditations.slick .client:hover,
.accreditations_container .featured_accreditations.slick .accreditation.slick-center,
.accreditations_container .featured_accreditations.slick .accreditation:hover {
  opacity: 1;
}
.clients_container .clients.wrapper.slick .client.slick-center img, .clients_container .clients.wrapper.slick .client:hover img,
.clients_container .clients.wrapper.slick .accreditation.slick-center img,
.clients_container .clients.wrapper.slick .accreditation:hover img,
.clients_container .featured_accreditations.slick .client.slick-center img,
.clients_container .featured_accreditations.slick .client:hover img,
.clients_container .featured_accreditations.slick .accreditation.slick-center img,
.clients_container .featured_accreditations.slick .accreditation:hover img,
.accreditations_container .clients.wrapper.slick .client.slick-center img,
.accreditations_container .clients.wrapper.slick .client:hover img,
.accreditations_container .clients.wrapper.slick .accreditation.slick-center img,
.accreditations_container .clients.wrapper.slick .accreditation:hover img,
.accreditations_container .featured_accreditations.slick .client.slick-center img,
.accreditations_container .featured_accreditations.slick .client:hover img,
.accreditations_container .featured_accreditations.slick .accreditation.slick-center img,
.accreditations_container .featured_accreditations.slick .accreditation:hover img {
  filter: grayscale(0%);
}
.clients_container .clients.wrapper.slick:not(.slick-initialized) .client:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)),
.clients_container .featured_accreditations.slick:not(.slick-initialized) .client:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)),
.accreditations_container .clients.wrapper.slick:not(.slick-initialized) .client:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)),
.accreditations_container .featured_accreditations.slick:not(.slick-initialized) .client:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
  display: none;
}
.clients_container .clients.wrapper:not(.slick) .client,
.clients_container .clients.wrapper:not(.slick) .accreditation,
.clients_container .featured_accreditations:not(.slick) .client,
.clients_container .featured_accreditations:not(.slick) .accreditation,
.accreditations_container .clients.wrapper:not(.slick) .client,
.accreditations_container .clients.wrapper:not(.slick) .accreditation,
.accreditations_container .featured_accreditations:not(.slick) .client,
.accreditations_container .featured_accreditations:not(.slick) .accreditation {
  width: 24.25%;
  margin-right: 1%;
  background: #FFF;
  box-shadow: 2px 1px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 90px;
  position: relative;
  margin-bottom: 1%;
}
@media screen and (min-width: 1180px) {
  .clients_container .clients.wrapper:not(.slick) .client:nth-of-type(4n),
  .clients_container .clients.wrapper:not(.slick) .accreditation:nth-of-type(4n),
  .clients_container .featured_accreditations:not(.slick) .client:nth-of-type(4n),
  .clients_container .featured_accreditations:not(.slick) .accreditation:nth-of-type(4n),
  .accreditations_container .clients.wrapper:not(.slick) .client:nth-of-type(4n),
  .accreditations_container .clients.wrapper:not(.slick) .accreditation:nth-of-type(4n),
  .accreditations_container .featured_accreditations:not(.slick) .client:nth-of-type(4n),
  .accreditations_container .featured_accreditations:not(.slick) .accreditation:nth-of-type(4n) {
    margin-right: 0;
  }
  .clients_container .clients.wrapper:not(.slick) .client:nth-of-type(4n + 1),
  .clients_container .clients.wrapper:not(.slick) .accreditation:nth-of-type(4n + 1),
  .clients_container .featured_accreditations:not(.slick) .client:nth-of-type(4n + 1),
  .clients_container .featured_accreditations:not(.slick) .accreditation:nth-of-type(4n + 1),
  .accreditations_container .clients.wrapper:not(.slick) .client:nth-of-type(4n + 1),
  .accreditations_container .clients.wrapper:not(.slick) .accreditation:nth-of-type(4n + 1),
  .accreditations_container .featured_accreditations:not(.slick) .client:nth-of-type(4n + 1),
  .accreditations_container .featured_accreditations:not(.slick) .accreditation:nth-of-type(4n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 1180px) {
  .clients_container .clients.wrapper:not(.slick) .client,
  .clients_container .clients.wrapper:not(.slick) .accreditation,
  .clients_container .featured_accreditations:not(.slick) .client,
  .clients_container .featured_accreditations:not(.slick) .accreditation,
  .accreditations_container .clients.wrapper:not(.slick) .client,
  .accreditations_container .clients.wrapper:not(.slick) .accreditation,
  .accreditations_container .featured_accreditations:not(.slick) .client,
  .accreditations_container .featured_accreditations:not(.slick) .accreditation {
    padding: 40px 30px 40px;
    width: 32.33%;
  }
  .clients_container .clients.wrapper:not(.slick) .client:nth-of-type(3n),
  .clients_container .clients.wrapper:not(.slick) .accreditation:nth-of-type(3n),
  .clients_container .featured_accreditations:not(.slick) .client:nth-of-type(3n),
  .clients_container .featured_accreditations:not(.slick) .accreditation:nth-of-type(3n),
  .accreditations_container .clients.wrapper:not(.slick) .client:nth-of-type(3n),
  .accreditations_container .clients.wrapper:not(.slick) .accreditation:nth-of-type(3n),
  .accreditations_container .featured_accreditations:not(.slick) .client:nth-of-type(3n),
  .accreditations_container .featured_accreditations:not(.slick) .accreditation:nth-of-type(3n) {
    margin-right: 0;
  }
  .clients_container .clients.wrapper:not(.slick) .client:nth-of-type(3n + 1),
  .clients_container .clients.wrapper:not(.slick) .accreditation:nth-of-type(3n + 1),
  .clients_container .featured_accreditations:not(.slick) .client:nth-of-type(3n + 1),
  .clients_container .featured_accreditations:not(.slick) .accreditation:nth-of-type(3n + 1),
  .accreditations_container .clients.wrapper:not(.slick) .client:nth-of-type(3n + 1),
  .accreditations_container .clients.wrapper:not(.slick) .accreditation:nth-of-type(3n + 1),
  .accreditations_container .featured_accreditations:not(.slick) .client:nth-of-type(3n + 1),
  .accreditations_container .featured_accreditations:not(.slick) .accreditation:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 800px) {
  .clients_container .clients.wrapper:not(.slick) .client,
  .clients_container .clients.wrapper:not(.slick) .accreditation,
  .clients_container .featured_accreditations:not(.slick) .client,
  .clients_container .featured_accreditations:not(.slick) .accreditation,
  .accreditations_container .clients.wrapper:not(.slick) .client,
  .accreditations_container .clients.wrapper:not(.slick) .accreditation,
  .accreditations_container .featured_accreditations:not(.slick) .client,
  .accreditations_container .featured_accreditations:not(.slick) .accreditation {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 40px 15% 40px;
  }
}
.clients_container .clients.wrapper:not(.slick) .client img,
.clients_container .clients.wrapper:not(.slick) .accreditation img,
.clients_container .featured_accreditations:not(.slick) .client img,
.clients_container .featured_accreditations:not(.slick) .accreditation img,
.accreditations_container .clients.wrapper:not(.slick) .client img,
.accreditations_container .clients.wrapper:not(.slick) .accreditation img,
.accreditations_container .featured_accreditations:not(.slick) .client img,
.accreditations_container .featured_accreditations:not(.slick) .accreditation img {
  width: 100%;
  height: auto;
}
.clients_container .clients.wrapper:not(.slick) .client .overlay,
.clients_container .clients.wrapper:not(.slick) .accreditation .overlay,
.clients_container .featured_accreditations:not(.slick) .client .overlay,
.clients_container .featured_accreditations:not(.slick) .accreditation .overlay,
.accreditations_container .clients.wrapper:not(.slick) .client .overlay,
.accreditations_container .clients.wrapper:not(.slick) .accreditation .overlay,
.accreditations_container .featured_accreditations:not(.slick) .client .overlay,
.accreditations_container .featured_accreditations:not(.slick) .accreditation .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease 0ms, visibility 400ms ease 400ms;
}
@media screen and (max-width: 1180px) {
  .clients_container .clients.wrapper:not(.slick) .client .overlay,
  .clients_container .clients.wrapper:not(.slick) .accreditation .overlay,
  .clients_container .featured_accreditations:not(.slick) .client .overlay,
  .clients_container .featured_accreditations:not(.slick) .accreditation .overlay,
  .accreditations_container .clients.wrapper:not(.slick) .client .overlay,
  .accreditations_container .clients.wrapper:not(.slick) .accreditation .overlay,
  .accreditations_container .featured_accreditations:not(.slick) .client .overlay,
  .accreditations_container .featured_accreditations:not(.slick) .accreditation .overlay {
    padding: 20px;
    background: rgba(255, 255, 255, 0.98);
  }
}
@media screen and (max-width: 800px) {
  .clients_container .clients.wrapper:not(.slick) .client .overlay,
  .clients_container .clients.wrapper:not(.slick) .accreditation .overlay,
  .clients_container .featured_accreditations:not(.slick) .client .overlay,
  .clients_container .featured_accreditations:not(.slick) .accreditation .overlay,
  .accreditations_container .clients.wrapper:not(.slick) .client .overlay,
  .accreditations_container .clients.wrapper:not(.slick) .accreditation .overlay,
  .accreditations_container .featured_accreditations:not(.slick) .client .overlay,
  .accreditations_container .featured_accreditations:not(.slick) .accreditation .overlay {
    padding: 30px;
  }
}
.clients_container .clients.wrapper:not(.slick) .client .overlay h2,
.clients_container .clients.wrapper:not(.slick) .accreditation .overlay h2,
.clients_container .featured_accreditations:not(.slick) .client .overlay h2,
.clients_container .featured_accreditations:not(.slick) .accreditation .overlay h2,
.accreditations_container .clients.wrapper:not(.slick) .client .overlay h2,
.accreditations_container .clients.wrapper:not(.slick) .accreditation .overlay h2,
.accreditations_container .featured_accreditations:not(.slick) .client .overlay h2,
.accreditations_container .featured_accreditations:not(.slick) .accreditation .overlay h2 {
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .clients_container .clients.wrapper:not(.slick) .client .overlay h2,
  .clients_container .clients.wrapper:not(.slick) .accreditation .overlay h2,
  .clients_container .featured_accreditations:not(.slick) .client .overlay h2,
  .clients_container .featured_accreditations:not(.slick) .accreditation .overlay h2,
  .accreditations_container .clients.wrapper:not(.slick) .client .overlay h2,
  .accreditations_container .clients.wrapper:not(.slick) .accreditation .overlay h2,
  .accreditations_container .featured_accreditations:not(.slick) .client .overlay h2,
  .accreditations_container .featured_accreditations:not(.slick) .accreditation .overlay h2 {
    font-size: 1.4rem;
  }
}
.clients_container .clients.wrapper:not(.slick) .client .overlay p,
.clients_container .clients.wrapper:not(.slick) .accreditation .overlay p,
.clients_container .featured_accreditations:not(.slick) .client .overlay p,
.clients_container .featured_accreditations:not(.slick) .accreditation .overlay p,
.accreditations_container .clients.wrapper:not(.slick) .client .overlay p,
.accreditations_container .clients.wrapper:not(.slick) .accreditation .overlay p,
.accreditations_container .featured_accreditations:not(.slick) .client .overlay p,
.accreditations_container .featured_accreditations:not(.slick) .accreditation .overlay p {
  font-size: 0.9rem;
}
@media screen and (max-width: 1180px) {
  .clients_container .clients.wrapper:not(.slick) .client .overlay p,
  .clients_container .clients.wrapper:not(.slick) .accreditation .overlay p,
  .clients_container .featured_accreditations:not(.slick) .client .overlay p,
  .clients_container .featured_accreditations:not(.slick) .accreditation .overlay p,
  .accreditations_container .clients.wrapper:not(.slick) .client .overlay p,
  .accreditations_container .clients.wrapper:not(.slick) .accreditation .overlay p,
  .accreditations_container .featured_accreditations:not(.slick) .client .overlay p,
  .accreditations_container .featured_accreditations:not(.slick) .accreditation .overlay p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 800px) {
  .clients_container .clients.wrapper:not(.slick) .client .overlay p,
  .clients_container .clients.wrapper:not(.slick) .accreditation .overlay p,
  .clients_container .featured_accreditations:not(.slick) .client .overlay p,
  .clients_container .featured_accreditations:not(.slick) .accreditation .overlay p,
  .accreditations_container .clients.wrapper:not(.slick) .client .overlay p,
  .accreditations_container .clients.wrapper:not(.slick) .accreditation .overlay p,
  .accreditations_container .featured_accreditations:not(.slick) .client .overlay p,
  .accreditations_container .featured_accreditations:not(.slick) .accreditation .overlay p {
    font-size: 1rem;
  }
}
.clients_container .clients.wrapper:not(.slick) .client .overlay *:last-child,
.clients_container .clients.wrapper:not(.slick) .accreditation .overlay *:last-child,
.clients_container .featured_accreditations:not(.slick) .client .overlay *:last-child,
.clients_container .featured_accreditations:not(.slick) .accreditation .overlay *:last-child,
.accreditations_container .clients.wrapper:not(.slick) .client .overlay *:last-child,
.accreditations_container .clients.wrapper:not(.slick) .accreditation .overlay *:last-child,
.accreditations_container .featured_accreditations:not(.slick) .client .overlay *:last-child,
.accreditations_container .featured_accreditations:not(.slick) .accreditation .overlay *:last-child {
  margin-bottom: 0 !important;
}
.clients_container .clients.wrapper:not(.slick) .client .overlay.padding_bottom,
.clients_container .clients.wrapper:not(.slick) .accreditation .overlay.padding_bottom,
.clients_container .featured_accreditations:not(.slick) .client .overlay.padding_bottom,
.clients_container .featured_accreditations:not(.slick) .accreditation .overlay.padding_bottom,
.accreditations_container .clients.wrapper:not(.slick) .client .overlay.padding_bottom,
.accreditations_container .clients.wrapper:not(.slick) .accreditation .overlay.padding_bottom,
.accreditations_container .featured_accreditations:not(.slick) .client .overlay.padding_bottom,
.accreditations_container .featured_accreditations:not(.slick) .accreditation .overlay.padding_bottom {
  padding-bottom: 80px;
}
.clients_container .clients.wrapper:not(.slick) .client .button,
.clients_container .clients.wrapper:not(.slick) .accreditation .button,
.clients_container .featured_accreditations:not(.slick) .client .button,
.clients_container .featured_accreditations:not(.slick) .accreditation .button,
.accreditations_container .clients.wrapper:not(.slick) .client .button,
.accreditations_container .clients.wrapper:not(.slick) .accreditation .button,
.accreditations_container .featured_accreditations:not(.slick) .client .button,
.accreditations_container .featured_accreditations:not(.slick) .accreditation .button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .clients_container .clients.wrapper:not(.slick) .client .button,
  .clients_container .clients.wrapper:not(.slick) .accreditation .button,
  .clients_container .featured_accreditations:not(.slick) .client .button,
  .clients_container .featured_accreditations:not(.slick) .accreditation .button,
  .accreditations_container .clients.wrapper:not(.slick) .client .button,
  .accreditations_container .clients.wrapper:not(.slick) .accreditation .button,
  .accreditations_container .featured_accreditations:not(.slick) .client .button,
  .accreditations_container .featured_accreditations:not(.slick) .accreditation .button {
    bottom: 30px;
  }
}
.clients_container .clients.wrapper:not(.slick) .client:hover .overlay,
.clients_container .clients.wrapper:not(.slick) .accreditation:hover .overlay,
.clients_container .featured_accreditations:not(.slick) .client:hover .overlay,
.clients_container .featured_accreditations:not(.slick) .accreditation:hover .overlay,
.accreditations_container .clients.wrapper:not(.slick) .client:hover .overlay,
.accreditations_container .clients.wrapper:not(.slick) .accreditation:hover .overlay,
.accreditations_container .featured_accreditations:not(.slick) .client:hover .overlay,
.accreditations_container .featured_accreditations:not(.slick) .accreditation:hover .overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms ease 0ms, visibility 400ms ease 0ms;
}

/*# sourceMappingURL=clients.css.map */