@charset "UTF-8";
/* CSS Document */

.gallery-cell {
  width: 100%;
  color: #fff;
  height: auto;
  text-align: center;
  /*line-height: 300px;*/
  font-size: 2rem;
  font-family: sans-serif;
  margin-bottom: 0;
}


/* Fade CSS */

.flickity-slider {
  transform: none !important;
}

.gallery-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.gallery-cell.is-selected {
  opacity: 1;
  z-index: 0;
}

.flickity-page-dots {
  display: none;
}

.carousel-cell {
  width: 100%;
  height: auto;
  margin-right: 10px;
  background-image: url('images/home/2019/fall/4/FA4-H_bg-DT.jpg?$staticlink$');
	background-repeat: repeat;
  border-radius: 0;
/*  counter-increment: carousel-cell;*/
}

	/* big buttons, no circle */
.flickity-prev-next-button {
  width: 50px;
  height: 50px;
  background: transparent;
	border-bottom: none;
	border-radius: 20px;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: black;
}
.flickity-prev-next-button.no-svg {
  color: black;
}
.flickity-prev-next-button:hover {
  background: transparent;
	border: none;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}

/*.flickity-prev-next-button {
  top: 5%;
  -webkit-transform: none;
          transform: none;
}*/

.flickity-prev-next-button.previous {
  left: 5%;
  right: auto;
}

.flickity-prev-next-button.next {
  right: 4%;
  left: auto;
}
/* ===================== Section Specific =======================*/
.wefit-slide-img, .wefit-slide2-img  {
	height: auto;
	width: 100%;
    max-width: 100%;
	margin: 0;
}
#wefit .centered-left {top: 28%; left: 35%;}
@media only screen and (min-width: 650px) {
	.flickity-prev-next-button {
	top: 50%;
	-webkit-transform: none;
	transform: none;}

}