.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 .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 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;
}
.company.content .carousel-caption>div:before {
  content: "COMPANY";
  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;
}
.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;
}

.goalsImg {
    justify-content: flex-end;
}
.goalsImg>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-list ul{
  list-style-type:none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}
.panel-list ul li {margin-left:30px;display: block;margin-bottom: 10px;line-height: 30px;/* text-indent: 10px; */clear: left;}
.panel-list ul li:before {
  content: "";
  background: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/li-checkmark.svg) no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin-right:10px;
  margin-bottom: 20px;
}
.panel-list ul li span{
  line-height:inherit
}

.valuesIcon.icon {
    text-align:center;
    min-height: 150px;
    align-items: center;
    display: flex;
}
.valuesIcon.icon img {
    max-height: 120px;
    margin: 10px auto 20px;
}
.valuesText {
    text-align: center;
    color: var(--blue);
    font-weight: bold;
    font-size: 16px;
    line-height: 2rem;
}


.valuesIcon.icon.passionate{background:url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/presto/PrestoSports_Pattern_white_bg.png) no-repeat; background-size:contain}
.valuesIcon.icon.innovative{background:url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/presto/PrestoSports_Pattern_white_bg.png) no-repeat; background-size:contain}
.valuesIcon.icon.teamwork{background:url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/presto/PrestoSports_Pattern_white_bg.png) no-repeat; background-size:contain}
.valuesIcon.icon.client{background:url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/presto/PrestoSports_Pattern_white_bg.png) no-repeat; background-size:contain}
.valuesIcon.icon.helpful{background:url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/presto/PrestoSports_Pattern_white_bg.png) no-repeat; background-size:contain}


figure.leadershipCard {
    position: relative;
}
figcaption.LeaderName {
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 2;
    font-weight: bold;
}
figcaption.LeaderTitle {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 2;
}
figure.leadershipCard:after {
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    background: rgba(32, 45, 67, .6);
    z-index: 1;
    position: absolute;
    bottom: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    left: 0px;
    clip-path: polygon(0% 10%,100% 40%,100% 100%,0% 100%);
}
figure.leadershipCard img {
    width: 100%;
}