.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: 1170px;
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
    width:100%;
}
.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;
}
.events.content .carousel-caption>div:before {
  content: "EVENTS";
  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;
  padding:0px 1rem
}
.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);
    }

.featuredImg {
    justify-content: flex-end;
}
.featuredImg>div{
    height: 392px!important;
    width: auto!important;
    object-fit: contain!important;
    max-width: 561px;
}
.picFrame p:after {
    background-image: url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/presto/PrestoSports_Pattern_white_bg.png);
	background-size:contain
}

.panel-section a.btn.btn-custom {
    padding: .25rem 2rem;
    font-size: 1rem;
    line-height: 35px;
    border: 2px solid var(--red);
    background: #fff;
    color: var(--red);
}
.panel-section a.btn.btn-custom:hover {
    padding: .25rem 2rem;
    font-size: 1rem;
    line-height: 35px;
    border: 2px solid var(--red);
    background: var(--red);
    color: #fff;
}
/*
.featuredText a.btn.btn-custom {
    background: #fff;
    color: var(--red);
}
.featuredText a.btn.btn-custom:hover {
    background: var(--red);
    color: #fff;
}
*/

.show-entry, .webinar {
    margin: 2rem 0 2.75rem;
}

.show-entry:last-of-type,
.webinar:last-of-type{
  margin-bottom: 0;
}

.show-entry h4,
.webinar h4,
.show-entry h5,
.webinar h5{
  margin-bottom: 1rem;
  
}

.show-entry p,
.webinar p {
  margin-bottom: 1.25rem;
}
