/* breakpoints */

.container {
  max-width: 1251px;
}

.home-page-carousel {
  border-style: none;
  padding: 0;
}

.home-page-carousel .content {
  padding-left: 0;
  padding-right: 0;
}

.home-page-carousel .image-fit {
  max-height: 60rem;
}

.home-page-carousel .nav .prev-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .home-page-carousel .nav .prev-text {
    display: block;
    position: absolute;
    color: #fff;
    left: 2rem;
    bottom: 60%;
  }
}

@media only screen and (min-width: 1025px) {
  .home-page-carousel .nav .prev-text {
    bottom: 50%;
  }
}

.home-page-carousel .nav .next-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .home-page-carousel .nav .next-text {
    display: block;
    position: absolute;
    color: #fff;
    right: 2rem;
    bottom: 60%;
  }
}

@media only screen and (min-width: 1025px) {
  .home-page-carousel .nav .next-text {
    bottom: 50%;
  }
}

.home-page-carousel .nav .nav-items {
  position: relative;
  bottom: 8.5rem;
  background: none;
}

@media only screen and (min-width: 768px) {
  .home-page-carousel .nav .nav-items {
    z-index: 18;
    bottom: 13.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .home-page-carousel .nav .nav-items {
    bottom: 13.5rem;
  }
}

.home-page-carousel .nav .nav-items::before {
  background: none;
}

.home-page-carousel .nav .nav-items::after {
  background: none;
}

.home-page-carousel .nav .nav-items .sxa-bullets:before {
  color: #fff;
  font-size: 2.5rem;
  content: '\2022';
  background: none;
}

.home-page-carousel .nav .nav-items .sxa-bullets.active:before {
  color: #91bd6b;
}

.home-page-carousel .field-slideimage {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-top: 81%;
  min-height: 36rem;
}

@media only screen and (min-width: 992px) {
  .home-page-carousel .field-slideimage {
    padding-top: 50.6944%;
  }
}

.home-page-carousel .field-slideimage > img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 60rem;
}

.home-page-carousel__caption {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.home-page-carousel__box {
  position: relative;
  background-color: rgba(1, 37, 67, 0.55);
  margin: 0;
  height: auto;
  text-align: left;
  padding: 1.5rem;
  top: 0;
  left: 0;
  max-width: 50rem;
  min-height: 36rem;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .home-page-carousel__box {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 5rem;
    padding-bottom: 1.5rem;
    top: 10%;
    left: 7%;
  }
}

.home-page-carousel__box .wrapper {
  width: 100%;
  height: auto;
  font-weight: 400;
  font-family: Open Sans;
}

.home-page-carousel__box .wrapper .field-slidetext {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  overflow: hidden;
  max-width: 92%;
  max-height: 18rem;
}

.home-page-carousel__title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 4rem;
  color: #fff;
  font-size: 2.7rem;
  max-width: 92%;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (min-width: 992px) {
  .home-page-carousel__title {
    font-size: 3.3rem !important;
  }
}

.home-page-carousel .field-slidelink > a {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-color: #dfb233;
  font-family: Open Sans;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  border-radius: 0;
  line-height: 1.5;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  color: #1e2429;
  left: 1.5rem;
  bottom: 5.5rem;
  -webkit-transition: background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .home-page-carousel .field-slidelink > a {
    left: 5rem;
    bottom: 2.5rem;
  }
}
