/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
/* ###### NAV VARIABLES ###### */
/* ##### HEADER BANNER VARIBLES ##### */
/* ##### BTN VARIABLES ##### */
/* ##### CARDS VARIABLES ##### */
/* ##### FOOTER VARIABLES ##### */
.accreditations {
  display: block;
  position: relative; }

.accreditation-slide {
  display: block;
  position: relative;
  padding-top: 25%;
  margin-bottom: 25px;
  z-index: 1000;
  width: 25%;
  height: 0; }

.accreditations .flickity-prev-next-button {
  background-color: transparent; }
  .accreditations .flickity-prev-next-button.previous {
    left: -25px; }
  .accreditations .flickity-prev-next-button.next {
    right: -25px; }
.accreditations .flickity-button-icon {
  fill: #ffd200; }
.accreditations .flickity-button:hover {
  background: transparent; }

@media screen and (min-width: 768px) {
  .accreditation {
    padding: 40px;
    text-align: center;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto; }

  .accreditation-slide {
    width: 25%;
    padding-top: 10%;
    margin-bottom: 0; } }

/*# sourceMappingURL=accreditations-list-style.css.map */
