.hero-slider {
  width: 100%;
  height: 100vh;
  max-height: 200px;
  overflow: hidden;
}

.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  /*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);*/
}

.is-selected h2 {
  animation: fadeIn 1.5s;
}

.is-selected h3 {
  animation: fadeIn 1.8s;
}

.is-selected h4 {
  animation: fadeIn 2.1s;
}

.is-selected h5 {
  animation: fadeIn 2.4s;
}

.is-selected .btn {
  animation: fadeIn 2.7s;
}

.hero-slider .carousel-cell .inner {
  position: relative;
  color: white;
  text-align: left;
  padding: 0;
  animation: fadeIn 3s;
}

.hero-slider .flickity-prev-next-button {
  width: 28px;
  height: 28px;
  background: transparent;
  top: inherit;
  bottom: 0;
  border-radius: 0;
    background: #e7e7e7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-slider .flickity-prev-next-button:hover {
  background-color: #dddddd;
}

.hero-slider .flickity-prev-next-button svg {
  width: 28px;
  height: 28px;
  top: 0%;
  left: 0%;
  right: 0%;
  top: 0%;
  padding: 5px 8px;
}

.hero-slider .flickity-prev-next-button.next {
  left: 32px;
}

.hero-slider .flickity-prev-next-button.previous {
  left: 0;
}

.carousel-cell-image {
  transition: opacity 0.4s;
  opacity: 0;
}

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.hero-slider .flickity-prev-next-button .arrow {
  fill: black;
}

.hero-slider .flickity-prev-next-button:hover .arrow {
  fill: black;
}

.hero-slider .flickity-page-dots {
  bottom: 30px;
  display: none;
}

.hero-slider .flickity-page-dots .dot {
  width: 20px;
  height: 4px;
  margin: 0 2px;
  opacity: 1;
  background: #03396b;
  border: 0 solid white;
  border-radius: 0;
}

.hero-slider .flickity-page-dots .dot.is-selected {
  background: #03396b;
  border: 0 solid #fff;
}

@media (min-width: 1280px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}