.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: "OUR SOLUTIONS";
  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";
}

/*** 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);
    }

.solutionsQuickLinksSection {

}

.solutionsQuickLinksSection .container {

}

.solutionsQuickLinksSection .row {

}

.solutionsQuickLinksSection .row > div {

}

.solutionsQuickLinksSection .quickLinkInnerWrap {

}

.solutionsQuickLinksSection .quickLinkInnerWrap > div {

}

.solutionsQuickLinksSection ul {
	list-style: none;
    padding: 0 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.solutionsQuickLinksSection ul li {

	    display: flex;
       flex: 0 1 calc(50% - 2rem);
    margin: 1rem;
	min-height: 152px;
}

.solutionsQuickLinksSection ul li a {
	
    font-size: 48px;
    font-weight: 900;
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	z-index: 0;
	text-align: center;
	white-space: nowrap;
}


.solutionsQuickLinksSection ul li[class*="-icon"] a {
    justify-content: left;
	text-align: left;
}

.solutionsQuickLinksSection ul li[class*="-icon"] a:before {
	content: '';
    display: flex;
    width: 116px;
    height: 116px;
    background-color: var(--red);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
    border-radius: 50%;
    align-self: center;
    align-content: center;
    margin-right: 2rem;
}

.solutionsQuickLinksSection ul li a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	left: 0;
	top: 0;
	border-radius: 20px;
	background-color: rgba(220,225,232,0.9);
	z-index: -1;
	transition: all .3s ease-in-out;
}


.solutionsQuickLinksSection ul li[class*="websites"] a:before{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/website_icon_white.svg);
}

.solutionsQuickLinksSection ul li[class*="websites"] a{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/quickLink_website_BG.png);
}

.solutionsQuickLinksSection ul li[class*="mobileapp"] a:before{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/mobileapp_icon_white.svg);
}

.solutionsQuickLinksSection ul li[class*="mobileapp"] a{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/quickLink_mobileapp_BG.png);
}

.solutionsQuickLinksSection ul li[class*="streaming"] a:before{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/streaming_icon_white.svg);
}

.solutionsQuickLinksSection ul li[class*="streaming"] a{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/quickLink_streaming_BG.png);
}

.solutionsQuickLinksSection ul li[class*="infographics"] a:before{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/infographics_icon_white.svg);
}

.solutionsQuickLinksSection ul li[class*="infographics"] a{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/quickLink_infographics_BG.png);
}
.solutionsQuickLinksSection ul li[class*="ticketing"] a:before{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/ticketing_icon_white.svg);
}

.solutionsQuickLinksSection ul li[class*="ticketing"] a{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/quickLink_ticketing_BG.png);
}

.solutionsQuickLinksSection ul li[class*="camps"] a:before{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/camps_icon_white.svg);
}

.solutionsQuickLinksSection ul li[class*="camps"] a{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/quickLink_camps_BG.png);
}

.solutionsQuickLinksSection ul li[class*="stats"] a:before{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/stats_icon_white.svg);
}

.solutionsQuickLinksSection ul li[class*="stats"] a{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/quickLink_stats_BG.png);
}

.solutionsQuickLinksSection ul li a:hover {
	text-decoration: none;
}

.solutionsQuickLinksSection ul li a:hover:before {

}

.solutionsQuickLinksSection ul li a:hover:after {
	background-color: rgba(220,225,232,0.7);
}

.solutionsQuickLinksSection ul li[class*="collegeAD"] a{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/quickLink_collegeAD_BG.png);
}

.solutionsQuickLinksSection ul li[class*="collegeSID"] a{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/quickLink_collegeSID_BG.png);
}

.solutionsQuickLinksSection ul li[class*="conference"] a{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/quickLink_conference_BG.png);
}
.solutionsQuickLinksSection ul li[class*="highSchool"] a{
	background-image: url(https://clubessential.s3.us-east-1.amazonaws.com/sites/presto/quickLink_highSchool_BG.png);
}

@media (max-width: 767px) {
	
	.solutionsQuickLinksSection ul {
		padding-bottom: 1rem;
	}
	
	.solutionsQuickLinksSection ul li{
		min-height: 100px;
		min-width: 100%;
	}
	
	.solutionsQuickLinksSection ul li a {
		font-size: 30px;
	}
	.solutionsQuickLinksSection ul li[class*="-icon"] a:before {
		width: 70px;
    	height: 70px;
	}
}
section.solutionsQuickLinksSection li.nav-item a {
    color: var(--blue)!important;
}