.intro.content > [id*="Banner"] {
  background: rgba(32,45,67,1);
}

.intro.content .carousel-caption {
  top: 25%;
  bottom: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 768px;
  left: 50%;
  right: inherit;
  transform: translateX(-50%);
}
.intro.content ol.carousel-indicators {
  display: none;
}
.intro.content .carousel .item img {
  width: 100%;
}
.intro.content a.carousel-control-prev, .intro.content a.carousel-control-next {
  display: none;
}
.careers.content .carousel-caption>div:before {
  content: "CAREERS";
  font-size: 1.25rem;
  letter-spacing: .02em;
  font-weight: 600;
}
/*** red line ***/
.content .carousel-caption h1:before {
  content: "";
  border-bottom: 2px solid var(--red);
    display: block;
    width: 90px;
    margin: 30px auto;
    }
.intro.content .carousel-caption h1 {
  color: #fff;
  font-weight: 900;
}
.intro.content .carousel-caption h3 p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 0px 10rem;
}
.content .carousel-caption h3 {
  margin: 0;
  padding: 0;
  line-height: 1rem;
}
.content .carousel-caption h3 p {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 2.5rem;
}
.intro.content span.content-carousel-caption-period {
  font-weight: bold;
  color: var(--red);
    }

.leadIn a.btn.btn-custom {
    background: transparent!important;
    border: 2px solid var(--red)!important;
    color: var(--red)!important;
}
.leadIn a.btn.btn-custom:hover {
    background: var(--red)!important;
    border: 2px solid var(--red)!important;
    color: #fff!important;
}


.quote {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
}
.quote .quoteTxt {
    font-weight: 700;
    color: #878c99;
    text-align: center;
    padding: 0 1rem 2rem;
}
.quote .quoteTxt div p {
    font-weight: 700;
}
.quote .center {
    margin: 0 auto;
    display: inline-block;
}
.quotePic {
    text-align: left;
    display: block;
    float: left;
    padding: 0 20px 0 0;
}
.quoteAuthor {
    text-align: left;
    display: block;
    float: left;
    padding: 10px 0;
}