  .bootstrap-carousel-news .carousel-item {
  transition: none;
}

.bootstrap-carousel-news .carousel-control-prev-icon {
  background-image: none !important;
  background-color: var(--color-transparent) !important;
}

.bootstrap-carousel-news .carousel-control-prev-icon::before {
  font-family: var(--ff-font-awesome-6-sharp) !important;
  font: var(--fa-font-sharp-regular);
  content: '\f053' !important;
  font-size: var(--fs-1-2rem) !important;
  color: var(--color-lehigh-brown) !important;
}

.bootstrap-carousel-news .carousel-control-next-icon {
  background-image: none !important;
  background-color: var(--color-transparent) !important;
}

.bootstrap-carousel-news .carousel-control-next-icon::before {
  font-family: var(--ff-font-awesome-6-sharp) !important;
  font: var(--fa-font-sharp-regular);
  content: '\f054' !important;
  font-size: var(--fs-1-2rem) !important;
  color: var(--color-lehigh-brown) !important;
}

.bootstrap-carousel-news .paragraph--type--bootstrap-carousel-captions {
  text-align: left;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 40px;
  padding-right: 40px;
  width: 96%;
}

.bootstrap-carousel-news .bootstrap-carousel-preheader {
  padding-bottom: 0.5vh;
  font-family: var(--ff-dopisregular-sans-serif);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-606060);
  line-height: 170%;
}

.bootstrap-carousel-news .bootstrap-carousel-header {
  font-family: var(--ff-meursault-variable-serif);
  font-size: var(--fs-news-headline);
  font-variation-settings: 'wdth'50, 'wght'400;
  line-height: 128%;
  color: var(--color-2D2A1F);
}

.bootstrap-carousel-news .bootstrap-carousel-header a {
  color: var(--color-2D2A1F);
  text-decoration: none !important;
}

.bootstrap-carousel-news .bootstrap-carousel-header a:hover,
.bootstrap-carousel-news .bootstrap-carousel-header a:focus {
  text-decoration: underline !important;
}

.bootstrap-carousel-subhead {
  color: var(--color-2D2A1F);
}

.bootstrap-carousel-news .bootstrap-carousel-text {
  color: var(--color-606060);

}

.bootstrap-carousel-news .bootstrap-carousel-text p {
  font-size: var(--fs-1-25rem);
  font-weight: 300;
  color: var(--color-606060);
  line-height: 170%;
}

.bootstrap-carousel-news .bootstrap-carousel-links a {
  color: var(--color-2D2A1F);
  text-decoration: none !important;
  padding-bottom: 3px;
  font-weight: 400;
}

.bootstrap-carousel-news .bootstrap-carousel-links a:hover {
  color: var(--color-2D2A1F);
  text-decoration: none !important;
  font-weight: 450;
}

.bootstrap-carousel-news .carousel-inner .active img {
  width: 100% !important;
  height: auto !important;
}

.bootstrap-carousel-news .carousel-controllers .carousel-control-prev {
  text-decoration: none !important;
}

.bootstrap-carousel-news .carousel-controllers .carousel-control-next {
  text-decoration: none !important;
}

.bootstrap-carousel-control-button {
  border: none;
  height: fit-content;
  cursor: pointer;
}

.bootstrap-carousel-control-button:focus {
  outline: auto !important;
}

.bootstrap-carousel-news .carousel-controllers .carousel-control-prev:focus {
  outline: auto !important;
}

.bootstrap-carousel-news .carousel-controllers .carousel-control-next:focus {
  outline: auto !important;
}

@media screen and (min-width: 1551px) {
  .bootstrap-carousel-news .bootstrap-carousel-subhead {
    font-size: var(--fs-1-5vw);
  }

  .bootstrap-carousel-news .bootstrap-carousel-text {
    font-size: var(--fs-16px);
  }

  .bootstrap-carousel-news .bootstrap-carousel-preheader {
    font-size: var(--fs-14px);
  }

  .bootstrap-carousel-news .bootstrap-carousel-links a {
    font-size: var(--fs-16px);
  }
}
}

@media only screen and (max-width: 1550px) and (min-width: 992px) {
  .bootstrap-carousel-news .bootstrap-carousel-header {
    font-size: var(--fs-2vw);
  }

  .bootstrap-carousel-news .bootstrap-carousel-preheader {
    font-size: var(--fs-1vw);
  }

  .bootstrap-carousel-news .bootstrap-carousel-subhead {
    font-size: var(--fs-1-45vw);
  }

  .bootstrap-carousel-news .bootstrap-carousel-text {
    font-size: var(--fs-1-1vw);
  }

  .bootstrap-carousel-news .bootstrap-carousel-links a {
    font-size: var(--fs-1-2vw);
  }
}

@media screen and (max-width: 991px) {
  .bootstrap-carousel-news .bootstrap-carousel-header {
    font-size: var(--fs-24px);
  }

  .bootstrap-carousel-news .bootstrap-carousel-subhead {
    font-size: var(--fs-20px);
  }

  .bootstrap-carousel-news .bootstrap-carousel-text {
    font-size: var(--fs-16px);
  }

  .bootstrap-carousel-news .bootstrap-carousel-preheader {
    font-size: var(--fs-14px);
  }

  .bootstrap-carousel-news .slick-news-redux-link a {
    font-size: var(--fs-16px);
  }

  .bootstrap-carousel-news .carousel-inner .active .carousel-caption {
    display: block !important;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
  }

  .bootstrap-carousel-news .carousel-controllers {
    position: relative;
    width: fit-content;
    bottom: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 25px;
  }

  .bootstrap-carousel-news .carousel-controllers .carousel-control-prev {
    position: relative !important;
    margin-right: 25px;
    display: inline !important;
  }

  .bootstrap-carousel-news .carousel-controllers .carousel-control-next {
    position: relative !important;
    margin-left: 25px;
    display: inline !important;
  }
}

@media screen and (min-width: 992px) {
  .bootstrap-carousel-news {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bootstrap-carousel-news .carousel-inner .bootstrap-carousel-media {
    width: 75% !important;
    float: right;
  }

  .bootstrap-carousel-news .carousel-inner .carousel-caption {
    width: 45% !important;
    float: left;
    left: 0px;
    right: unset;
    bottom: unset;
    top: 75px;
    background-color: var(--color-mountaintop-mist);
    height: 529px;
  }

  .bootstrap-carousel-news .carousel-controllers {
    width: fit-content;
    position: relative;
    float: right;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bootstrap-carousel-news .carousel-controllers .carousel-control-prev {
    position: relative !important;
    margin-right: 25px;
    display: inline !important;
  }

  .bootstrap-carousel-news .carousel-controllers .carousel-control-next {
    position: relative !important;
    margin-left: 25px;
    display: inline !important;
  }

  .last-post-content-paragraph .bootstrap-carousel-news {
    margin-bottom: 100px;
  }
}


@media screen and (min-width: 768px) {

  /* Moved from landing-page-paragraph-padding.css (lines > 208) */
  .new-homepage-news-grid {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: var(--padded-paragraph-desktop-sides) !important;
    padding-right: var(--padded-paragraph-desktop-sides) !important;
    margin-top: 0px !important;
  }
}



@media screen and (min-width: 768px) {

  /* Moved from landing-page-paragraph-padding.css (lines > 208) */
  */ .bootstrap-carousel-news {
    padding-left: var(--padded-paragraph-desktop-sides) !important;
    padding-right: var(--padded-paragraph-desktop-sides) !important;
  }
}



@media screen and (max-width: 767px) {

  /* Moved from landing-page-paragraph-padding.css (lines > 208) */
  .new-homepage-news-grid {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: var(--padded-paragraph-mobile-sides) !important;
    padding-right: var(--padded-paragraph-mobile-sides) !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }

  .bootstrap-carousel-news .paragraph--type--bootstrap-carousel-captions {
    padding-top: 0px;
  }

}



@media screen and (max-width: 767px) {

  /* Moved from landing-page-paragraph-padding.css (lines > 208) */
  .new-homepage-news-grid .view-footer {
    padding-left: 10px;
  }
}



@media screen and (max-width: 767px) {

  /* Moved from landing-page-paragraph-padding.css (lines > 208) */
  .bootstrap-carousel-news .paragraph--type--bootstrap-carousel-captions {
    padding-left: var(--padded-paragraph-mobile-sides) !important;
    padding-right: var(--padded-paragraph-mobile-sides) !important;
  }
}

@media screen and (max-width: 767px) {
  .component-background-dark .bootstrap-carousel-news .bootstrap-carousel-preheader {
    color: var(--color-white) !important;
  }

  .component-background-dark .bootstrap-carousel-news .bootstrap-carousel-header {
    color: var(--color-white) !important;
  }

  .component-background-dark .bootstrap-carousel-news .bootstrap-carousel-header a {
    color: var(--color-white) !important;
  }

  .component-background-dark .bootstrap-carousel-news .bootstrap-carousel-subhead {
    color: var(--color-white) !important;
  }

  .component-background-dark .bootstrap-carousel-news .bootstrap-carousel-text {
    color: var(--color-white) !important;
  }

  .component-background-dark .bootstrap-carousel-news .bootstrap-carousel-text p {
    color: var(--color-white) !important;
  }
}

.component-background-dark .bootstrap-carousel-news .carousel-control-prev-icon::before {
  color: var(--color-white) !important;
}

.component-background-dark .bootstrap-carousel-news .carousel-control-next-icon::before {
  color: var(--color-white) !important;
}

@media screen and (min-width: 768px) {
  .component-set.patina-green-background .bootstrap-carousel-news .carousel-caption {
    background-color: var(--color-white) !important;
  }

  .component-set.mountaintop-mist-background .bootstrap-carousel-news .carousel-caption {
    background-color: var(--color-white) !important;
  }
}
