.block-views-blockcontent-listing-block-1 h3 {
  margin-top: 2rem;
}

.view-frontpage-feature .row > * {
  padding: 0;
  margin: 0;
}
.view-frontpage-feature .carousel-indicators {
  justify-content: flex-end;
  margin-right: 5%;
  bottom: 20px;
}
.view-frontpage-feature .carousel-indicators a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px 5px 1px 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.view-frontpage-feature .carousel-indicators a:last-child {
  margin-right: 0px;
}
.view-frontpage-feature .carousel-indicators a.active {
  width: 12px;
  height: 12px;
  margin: 0 5px 0 0;
  background-color: #fff;
}
.view-frontpage-feature .carousel-indicators a.active:last-child {
  margin-right: 0px;
}
.view-frontpage-feature .carousel-inner {
  height: 550px;
}
@media (max-width: 767.98px) {
  .view-frontpage-feature .carousel-inner {
    height: 425px;
  }
}
@media (max-width: 575.98px) {
  .view-frontpage-feature .carousel-inner {
    height: 300px;
  }
}
.view-frontpage-feature .carousel-item {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.view-frontpage-feature .carousel-item:before {
  display: block;
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 55%);
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.view-frontpage-feature .carousel-item .container-xl {
  height: 100%;
}
.view-frontpage-feature .carousel-item img {
  margin-bottom: 0px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  object-fit: cover;
  object-position: unset;
}
@media (max-width: 991.98px) {
  .view-frontpage-feature .carousel-item img {
    object-position: 80% 100%;
  }
}
.view-frontpage-feature span.title {
  font-size: 2.1875em;
  text-shadow: 0 0.5px 5px rgba(0, 0, 0, 0.25);
  line-height: 1.1em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  .view-frontpage-feature span.title {
    font-size: 3em;
  }
}
@media (min-width: 768px) {
  .view-frontpage-feature span.title {
    font-size: 4em;
  }
}
@media (min-width: 992px) {
  .view-frontpage-feature span.title {
    font-size: 4.75em;
  }
}
.view-frontpage-feature p {
  text-shadow: 0 0.5px 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .view-frontpage-feature p {
    font-size: 1.15em;
  }
}
@media (min-width: 992px) {
  .view-frontpage-feature p {
    font-size: 1.4em;
  }
}
.view-frontpage-feature .carousel-caption {
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 576px) {
  .view-frontpage-feature .carousel-caption {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .view-frontpage-feature .carousel-caption {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .view-frontpage-feature .carousel-caption {
    width: 60%;
  }
}
.view-frontpage-feature .carousel-caption a {
  min-width: 190px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #0171bc;
  border: 1px solid transparent;
  --bs-btn-padding-y: 0.9rem;
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 0.3rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .view-frontpage-feature .carousel-caption a {
    transition: none;
  }
}
.view-frontpage-feature .carousel-caption a:hover, .view-frontpage-feature .carousel-caption a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 43, 92, 0.25);
  background-color: #0160a0;
  border-color: #015a96;
}

/*# sourceMappingURL=front-page.css.map */
