.justify-content-center.align-items-start * {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
section.home.hero .carousel .carousel-inner .item img {
  display: block;
  width: 100%;
}
section.home.hero .carousel .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

section.home.hero .carousel .carousel-caption h1 {
  font-family: 'Chakra Petch';
  font-weight: 600;
  font-size: 5rem;
  color:#fff;
  text-transform:uppercase;
}
ol.carousel-indicators {
  display: none;
}


.intro p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: 'Bitter';
  font-weight: 600;
}
.icon p {
  padding: 0;
  margin: 0;
}
section#highlight-grid .inner .col {
  align-items: flex-start;
  justify-content:flex-start
}
section#highlight-grid .col .icon {
  max-height: 48px;
  margin-bottom: 2rem;
  height: 48px;
  display: block;
  width: 100%;
}
section#highlight-grid .col .icon img {
  height: 100%;
  max-height: 48px;
}

section#highlight-grid .col .title {

}

section#highlight-grid .col .text {

}

.parallax#platformSection {
  background-image:url(/assets/exerp/Media/Home_Section_bg.png);
}  

.top-right {
  margin-top: -50px;
}
.top-right .diagram {
  max-width:550px;
  width: 100%;
  height: auto;
}

section#platform-grid .col .icon {
  max-width: 48px;
  max-height: 48px;
  height: 100%;
  margin-bottom:1rem
}
section#platform-grid .col .icon img{
  max-width: 48px;
  max-height: 48px;
  height: 100%;
}
section#platform-grid {
  display: flex;
  flex-wrap: wrap;
}
section#platform-grid .inner {
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center!important;
  align-items: flex-start!important;
}
section#platform-grid .inner .col {
  flex: 1 1 33.33333%;
  align-items: flex-start;
  justify-content: center;
  margin-bottom:3rem
}
section#platform-grid .inner .col * {
  align-items: flex-start;
  justify-content: flex-start;
}

.stat-card {
  margin: 0 2rem;
}
.stat-number {
  color: #fff;
  font-size: 72px;
  font-family: 'Chakra Petch';
  font-weight: 700;
  text-align: center;
  line-height: initial;
}
.stat-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'Bitter';
  line-height: initial;
}
.stat-number p {
  padding: 0;
  margin: 0;
}
@media(max-width:1200px){
  .stat-number {
    font-size: 36px;
  }
}

section#decades h3 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
section#decades .section-cols [class*="col"] .icon {
  max-width: 48px;
  max-height: 48px;
  margin-bottom:1rem
}
section#decades .section-cols [class*="col"] .icon img {
  height:100%;
  max-height:48px;
}
section#decades .section-cols [class*="col"] * {
  text-align:left;
}
section#decades .whtTxt h4 {
  color: #fff;
  font-weight: 600;
}

#quote-panel {
  background:url(/assets/exerp/Media/Home_Bottom_Section_bg.png);
  /* Set a specific height */
  min-height: 675px; 
  /* Create the parallax scrolling effect */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
  overflow-x:hidden;
  z-index:1
}
.quote-card:before {
  content:"";
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 60px solid transparent;
  position:absolute;
  left:0;
  top:-50px;
}
.quote-card:after {
  content:"";
  width: 290px;
  height: 50px;
  position:absolute;
  right:0;
  top:-50px;
  background:#fff
}
.quote-card-top {
  height: 0px;
  display:block;
  position:relative;
}
.quote-card {
  min-height: 500px;
  min-width:320px;
  max-width: 350px;
  margin: 0 auto;
  background:#fff;
  position:relative;
}
.quote-card-body {
  padding: 2rem;
  padding-top:60px
}
span.quote-mark:after {
  content: url(https://clubessential.s3.amazonaws.com/sites/exerp/img/quote_mark.svg);
  color: var(--gray);
    display: block;
    width: 0px;
    height: 0px;
    z-index: 1;
    position: absolute;
    left: 30px;
    top: -10px;
    }
.quote-card-author {
  margin-top: 2rem;
}
.quote-card-author div {
  font-family: 'Chakra Petch';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color:var(--darkGray);
    }
span.goldTxt > div {
  color: var(--gold);
    font-weight:600;
    font-size:18px;
    font-family:'Chakra Petch';
    }


section#partnerPanel .logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
}
section#partnerPanel .logo-grid .col{
  display: flex;
  flex: 1 1 33%;
  align-items: center;
  justify-content: space-evenly;
}
section#joinPanel h3, section#joinPanel div:nth-child(2) {
  margin-bottom: 2rem;
}

@media(max-width:1200px){
  .stat-number {
    font-size: 36px;
  }
  .footer-cta h3 {
    font-size: 2rem!important;
    margin-right: 0!important;
    margin-bottom: 2rem;
  }
  .footer-cta .cta-body.py-5 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .footer-cta a {
    font-size: 1rem!important;
    margin-left: 0!important;
  }
}
@media (max-width:600px){
  #highlight-grid .inner {
    flex-direction: column;
  }
  section#logo-grid .inner {
    flex-direction: column;
  }
  section#platform-grid .inner {
    flex-direction: column;
  }
  section#statBar .inner {
    flex-direction: column;
  }
  section#decades .section-cols {
    flex-direction: column;
  }
  section#quote-panel .inner {
    flex-direction: column;
  }
  section#platform .inner {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  section#platform .inner .top-left.w-50{
    width:100%!important;
  }
  section#platform .inner .top-left h2 {
    font-size: 2rem;
  }
  section#platform .inner .w-50.top-right {
    width: 100%!important;
    margin: 0 auto!important;
  }
  div#platform-polygon-top {
    display: none!important;
  }
  section#decades {
    padding: 1rem!important;
  }
  section#decades .inner > div {
    padding: 1rem;
  }
}

@media(max-width:992px) {

  section.home.hero .item .carousel-caption h1 {
    font-size: 3rem!important;
  }
  .carousel .item.active {
    max-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carousel .item.active img{height: 100%;width: auto!important;max-height: 60vh;}
  .carousel .item.active .carousel-caption {
    top: initial!important;
    left: 0;
    right: 0;
  }
  section.intro, section.intro .inner, section.intro .inner .text {
    padding-top: 1rem!important;
  }
  section.intro .inner .text {
    width:100%!important;
    padding: 1rem!important
  }
  section.intro .inner .buttons .button-grid {
    flex-direction: column;
  }
  section.intro .inner .buttons .button-grid a{
    margin:1rem
  }
}

@media(max-width:768px){
  section#platform-grid .inner .col {
    min-width: 100%;
    justify-content: flex-start;
    padding: 1rem;
    margin: 0rem;
  }
  section#joinPanel img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  section#joinPanel > * {
    flex-direction: column;
  }
  section#joinPanel {}
  section#partnerPanel .inner {
    flex-direction: column;
  }
  .col.logo-grid .col img {
    margin: 10px auto;
  }
  section#platform .inner .top-left {}
  section#platform .inner .top-right img {
    width: 100%;
    display: block;
  }
  section#logo-grid .inner {
    justify-content: center!important;
    text-align: center;
  }
  section#logo-grid .inner .col img{
    margin:0 0 2rem
  }

  .quote-card {
    min-height: 450px;
    min-width: 350px;
    max-width: 360px;
    margin: 0 auto;
    background: #fff;
    position: relative;
  }
}


