/*
 * Stylesheet for Content Type: Pull Quotes
 */
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.view-customer .view {
  /* -- commented out code --
  &-content {
    position: relative;
    right: 50%;
    left: 50%;
    flex: 0 0 100vw;
    width: 100vw;
    max-width: none;
    margin-right: -50vw;
    margin-left: -50vw;
    background-color: $viavi-gray-darker;

    .slick {
      &--view--customer--customer-logo {
        position: relative;
        max-width: 1380px;
        margin: 0 auto;
        padding: 2.5rem;
      }

      &-track {
        display: flex;
        align-items: center;

        .blazy img {
          width: unset;
        }

        .media__image {
          margin: auto;
        }
      }

      //Arrows
      &-arrow {
        &.slick-prev,
        &.slick-next {
          top: 50%;
          opacity: 0.75;
          color: white;
        }
      }
    }
  }
  /* -- end of commented out code -- */
}
.view-customer .view-header {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
}
.view-customer .view-header h2 {
  font-size: 1.5rem;
}
.view-customer .view-header h3 {
  font-size: 1.5rem;
}
.view-customer .view-header p {
  font-size: 2rem;
}
.view-customer .view-title {
  font-size: 1.5rem;
  font-weight: 400;
}
.view-customer .image {
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-customer .image img {
  margin: 0 auto;
  max-width: 150px;
  width: auto;
  max-height: 50px;
  height: auto;
}
/*# sourceMappingURL=views-view--customer.css.map */
