/* Screen widths */
/* Gov site colors */
/*

/* Drupalbase Colors */
.view-slideshow {
  background: #031320;
}
.view-slideshow img.image-style-front-slideshow {
  width: 100%;
  height: auto;
}
.view-slideshow .carousel .carousel-inner .last-child .carousel-caption {
  display: none;
}
.view-slideshow .carousel .carousel-indicators {
  background: rgba(3, 19, 32, 0.85);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
.view-slideshow .carousel .carousel-indicators li.active {
  background-color: #42c3d6;
}
@media screen and (max-width: 1024px) {
  .view-slideshow .carousel .carousel-indicators {
    bottom: -33px;
    background: #041d35;
    justify-content: left;
    padding-left: 2.5%;
  }
}
@media screen and (max-width: 991px) {
  .view-slideshow .carousel .carousel-indicators {
    background: #031320;
    padding-left: 5%;
  }
}
.view-slideshow .carousel .carousel-caption {
  background: none;
  position: absolute;
  top: 9%;
  left: auto !important;
  right: 15% !important;
  bottom: auto;
  max-width: 430px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .view-slideshow .carousel .carousel-caption {
    right: 3% !important;
  }
}
@media screen and (max-width: 1024px) {
  .view-slideshow .carousel .carousel-caption {
    top: auto;
    right: 0 !important;
    left: 0 !important;
    bottom: 0;
    max-width: initial;
    padding: 8px 15px 6px;
  }
}
@media screen and (max-width: 991px) {
  .view-slideshow .carousel .carousel-caption {
    position: relative;
    height: 93px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-slideshow .carousel .carousel-caption {
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  .view-slideshow .carousel .carousel-caption {
    height: 115px;
  }
}
@media screen and (max-width: 425px) {
  .view-slideshow .carousel .carousel-caption {
    height: 138px;
  }
}
@media screen and (max-width: 375px) {
  .view-slideshow .carousel .carousel-caption {
    height: 160px;
  }
}
.view-slideshow .carousel .carousel-caption .last-child {
  display: none;
}
.view-slideshow .carousel .carousel-caption .carousel-caption-inner {
  padding: 0 !important;
}
.view-slideshow .carousel .carousel-caption .carousel-caption-inner .the-real-slide-caption {
  background: rgba(3, 19, 32, 0.85);
  padding: 20px 15px 30px;
}
.view-slideshow .carousel .carousel-caption .carousel-caption-inner .the-real-slide-caption h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .view-slideshow .carousel .carousel-caption .carousel-caption-inner .the-real-slide-caption h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 425px) {
  .view-slideshow .carousel .carousel-caption .carousel-caption-inner .the-real-slide-caption h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.view-slideshow .carousel .carousel-caption .carousel-caption-inner .the-real-slide-caption p a {
  float: right;
  color: #fff;
  text-decoration: none;
  transition: 0.5s ease;
  font-size: 1.65rem;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .view-slideshow .carousel .carousel-caption .carousel-caption-inner .the-real-slide-caption p a {
    padding-right: 2%;
    margin-top: -9px;
  }
}
@media screen and (max-width: 767px) {
  .view-slideshow .carousel .carousel-caption .carousel-caption-inner .the-real-slide-caption p a {
    margin-top: -4px;
  }
}
@media screen and (max-width: 500px) {
  .view-slideshow .carousel .carousel-caption .carousel-caption-inner .the-real-slide-caption p a {
    margin-top: -24px;
  }
}
@media screen and (max-width: 425px) {
  .view-slideshow .carousel .carousel-caption .carousel-caption-inner .the-real-slide-caption p a {
    margin-top: -3px;
  }
}
@media screen and (max-width: 375px) {
  .view-slideshow .carousel .carousel-caption .carousel-caption-inner .the-real-slide-caption p a {
    margin-top: -9px;
  }
}
.view-slideshow .carousel .carousel-caption .carousel-caption-inner .the-real-slide-caption p a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  padding-left: 7px;
  font-size: 1.5rem;
}
.view-slideshow .carousel .carousel-caption .carousel-caption-inner .the-real-slide-caption p a:hover {
  color: #42c3d6;
}
.view-slideshow .carousel .carousel-controls-wrapper {
  width: 300px;
  bottom: 2px;
  right: 15%;
  left: auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .view-slideshow .carousel .carousel-controls-wrapper {
    bottom: -31px;
    right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .view-slideshow .carousel .carousel-controls-wrapper {
    right: 2%;
  }
}
@media screen and (max-width: 500px) {
  .view-slideshow .carousel .carousel-controls-wrapper {
    bottom: -28px;
  }
}
.view-slideshow .carousel .carousel-controls-wrapper .carousel-controls a {
  color: #fff;
  transition: 0.5s ease;
}
.view-slideshow .carousel .carousel-controls-wrapper .carousel-controls a:hover {
  color: #42c3d6;
}
