.pronto-resource-slider {
  margin-bottom: 2rem;

}
.pronto-resource-slider__slider {
  display: flex;
  width: 100%;
  max-width: calc(var(--max-width-content) + 8rem);
  padding: 0 3rem;
  margin: 0 auto;
}

#main h2.pronto-resource-slider__title {
  margin: 0 0 2rem;
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
}

@media (max-width:1111px) {
	#main h2.pronto-resource-slider__title {
	  font-size: 2rem !important;
	  line-height: 1.15em !important;
	}
}

.flickity-enabled.pronto-resource-slider__slider {
  display: block;
}

.pronto-resource-slider__slide {
  padding: 1rem;
  flex-basis: 100%;
  width: 100%;
  display: none;
  color: inherit;
}

.flickity-enabled .pronto-resource-slider__slide {
  display: block;
}

.pronto-resource-slider__slide:nth-child(1) {
  display: block;
}

.pronto-resource-slider__slide-image {
  display: block;
  width: 100%;
  height: auto;
}

.pronto-resource-slider__slide-type {
  display: block;
  margin: 0.75rem 0;
  color: #ccc;
}

.pronto-resource-slider__slide-title {
  display: block;
  margin: 0.75rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--purple);
  transition: color 150ms;
  line-height: var(--h3_typography-line-height); /* J */
}

.pronto-resource-slider__slide:hover .pronto-resource-slider__slide-title {
  color: var(--purple-dark);
}

.pronto-resource-slider__slide-content {
  display: block;
  /* margin-bottom: 10px; */
  margin-bottom: 15px;
}

.pronto-resource-slider__slide-button {
  display: inline-block;
  background-color: var(--purple);
  transition: background-color 150ms;
  padding: 0 1.5rem;
  margin: 0;
  border: none;
  border-radius: 1rem;
  color: white;
  font-size: 1rem;
  line-height: 2rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.pronto-resource-slider__slide:hover .pronto-resource-slider__slide-button {
  background-color: var(--purple-dark);
  color: white;
}

@media all and (min-width: 600px) {
  .pronto-resource-slider__slide {
    flex-basis: 50%;
    width: 50%;
  }

  .pronto-resource-slider__slide:nth-child(2) {
    display: block;
  }
}
@media all and (min-width: 900px) {
  .pronto-resource-slider__slide {
    flex-basis: 33%;
    width: 33%;
  }

  .pronto-resource-slider__slide:nth-child(3) {
    display: block;
  }
}

/* J */

.flickity-slider {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: stretch;
  align-content: space-between;
}

.flickity-slider > .pronto-height100 {
  height: 100%;
}

.pronto-float-button {
  position: absolute;
  bottom: 15px;
}

.pronto-resource-slider {
  /* opacity: 0; */
}

.pronto-rollover-active {
    position: relative;
}

.pronto-rollover .pronto-resource-slider__slide-content {
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}

@keyframes carouselOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
}

@keyframes carouselIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

.pronto-rollover-active:hover .pronto-rollover {
    opacity: 1;
    animation: .3s carouselIn linear;
}

.pronto-rollover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    background-color: rgb(255 255 255 / 90%);
    animation: .3s carouselOut linear;
}

.flickity-page-dots {
    left: 0;
    right: 0;
}

.pronto-resource-slider__slide-bgimage {
    background-size: cover !important;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    background-position: center top !important;
}

@media (min-width:900px) {

    .pronto-resource-slider-2 .flickity-slider {
        transform: translateX(-50%) !important;
    }

    .pronto-resource-slider-1 .flickity-slider {
        transform: translateX(33%) !important;
    }

    .prs__hide-desktop{ display: none; }

}

@media screen and (max-width:700px){
	.pronto-resource-slider__slider{ padding: 0 !important; }
	.pronto-resource-slider__slider .flickity-prev-next-button{ display: none !important; }
}

@media screen and (max-width:599px) {
	html body .pronto-resource-slider__slide {
  		padding: 1rem 0;
	}
	html body .flickity-prev-next-button.previous {
		left: -5px;
	}
	html body .flickity-prev-next-button.next {
		right: -5px;
	}
}

@media (max-width:700px) and (min-width:600px) {
	.pronto-resource-slider__slide {
		flex-basis: 100% !important;
		width: 100% !important;
	}
}
