.intro.content > [id*="Banner"] {
  background: rgba(32,45,67,1);
}

.intro.content > [id*="Banner"] .carousel .item img {
  opacity: 0.2;
}

.intro.content > [id*="Banner"] .carousel .item:after {
    content: "";
    background: rgba(32,45,67,.5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0% 0%,100% 0%,100% 75%,0% 10%);
}

.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;
}

.content .carousel-caption>div:before {
  content: "";
  font-size: 1.25rem;
  letter-spacing: .02em;
  font-weight: 600;
}

.our-solutions.content .carousel-caption>div:before {
  content: "OUR SOLUTIONS";
}

.who-we-help.content .carousel-caption>div:before {
  content: "WHO WE HELP";
}

.our-fans.content .carousel-caption>div:before {
  content: "OUR FANS";
}

.college-ad.content .carousel-caption>div:before {
  content: "COLLEGE AD";
}
.college-sid.content .carousel-caption>div:before {
  content: "COLLEGE SID";
}
.high-school.content .carousel-caption>div:before {
  content: "HIGH SCHOOL";
}
.conferences.content .carousel-caption>div:before {
  content: "CONFERENCES/LEAGUES";
}

/*** 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);
    }

/**************************************
OUR FANS SUBPAGES WHITE OVERLAY BANNER
**************************************/

.intro.content.light-overlay > [id*="Banner"] {
  background: rgba(242,244,247,1);
}

.intro.content.light-overlay > [id*="Banner"] .carousel .item:after {
    content: "";
    background: rgba(242,244,247,.5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0% 0%,100% 0%,100% 75%,0% 10%);
}

.intro.content.light-overlay .carousel-caption,
.intro.content.light-overlay .carousel-caption h1,
.intro.content.light-overlay .carousel-caption h3 p {
	color: #202D43;
}



@media (min-width:768px) and (max-width:1199px) {
	
}


@media (max-width:767px) {
	
	    
}
