.carousel {
  opacity: 0;
  transition: 0.25s opacity linear;
}

.carousel-cell {
  color: white;
  height: 100%;
  margin-right: 0px !important;
  width: 100%;
  height: 500px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.carousel-cell.text-blue .carousel-content .carousel-text h2 {
  color: #0077c8 !important;
}
.carousel-cell.large-font .carousel-content .carousel-text h2 {
  font-size: 2.5vw;
}
.carousel-cell.large-font .carousel-content .carousel-text p {
  font-size: 1.5vw;
  margin-bottom: 15px;
}

.carousel-content .carousel-text hr {
  margin-bottom: 10px;
}

@media only screen and (max-width: 2399px) and (min-width: 1900px) {
  .carousel-cell.large-font .carousel-content .carousel-text h2 {
    font-size: 2vw;
  }
  .carousel-cell.large-font .carousel-content .carousel-text p {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 2400px) {
  .carousel-cell.large-font .carousel-content .carousel-text h2 {
    font-size: 1.5vw;
  }
  .carousel-cell.large-font .carousel-content .carousel-text p {
    font-size: 0.75vw;
  }
}
.carousel-cell .carousel-content .carousel-text .button-blue,
.carousel-cell.button-blue .carousel-content .carousel-text .button {
  background-color: #0077c8 !important;
}

.carousel-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
}

/* position dots in carousel */
.flickity-page-dots {
  bottom: 20px;
}
/* white circles */
.flickity-page-dots .dot {
  padding: 0;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}

@media only screen and (min-width: 1023px) {
  .carousel-cell {
    height: 750px;
  }
}
@media only screen and (max-width: 800px) {
  .carousel-cell {
    min-height: 348.75px;
  }
}
