.carousel-control-prev {
  left: 0;
  background-image: none !important;
}
.carousel-control-next {
  right: 0;
  background-image: none !important;
}
.btn-choose {
  background-color: #04317d;
  color: #ffffff !important;
  border-radius: 0.75rem;
  padding: 1rem 1rem !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-choose:hover {
  background-color: #e54f4b;
}

.custom-table-content .circular {
  -o-object-fit: cover;
  object-fit: cover;
  width: 86px;
  height: 86px;
  border-radius: 50%;
}

/*==============
	 FAQ
===============*/
.custom-faq .btn-link {
  font-size: 14px;
  color: #3b3b3b;
  padding-left: 0px;
}

.custom-faq .card {
  background-color: #ffffff;
  border: none;
}

.custom-faq .card-header {
  background-color: #ffffff;
  margin-bottom: 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.custom-faq-2 .btn-link {
  font-size: 18px;
  font-weight: 600;
  color: #3b3b3b;
  padding-left: 0px;
}

.custom-faq-2 .card {
  border: none;
}

.custom-faq-2 .card-header {
  background-color: #f5f5f5;
  border-top: 20px solid #ffffff;
}

.custom-faq-2 .card-body {
  background-color: #fbfbfb;
}
/*==============
	 FOOTER 
===============*/
.footer-section {
  background-color: #04317d !important;
}
.footer-section .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer-section .footer-logo img {
  width: 164px;
}
@media (max-width: 428px) {
  .footer-section .footer-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-section .footer-logo a:first-child {
    margin-bottom: 1rem;
  }
}

.footer-2 {
  background-color: #1b1b1b;
}

/*==============
	 CTA 
===============*/
.cta-active {
  -webkit-box-shadow: inset 0 0 0 10px #04317d;
  box-shadow: inset 0 0 0 10px #04317d;
}

.cta {
  background-image: url(../images/cta-bg.png);
  position: center center;
  background-size: cover;
}
.offers {
  background-color: #04317d;
}
.offers .cta-border {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0.25rem;
}
.offers .cta-border .cta-single {
  border-radius: 0.25rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .offers .cta-border {
    margin-bottom: 1.5rem;
  }
}
[dwm-image="img-fluid"] {
  max-width: 100%;
  height: auto;
}
.jumbotron.cheerleading-sub-banner .leftAlone.ss-htmleditorfield-file {
  max-width: 100% !important;
  height: auto !important;
}
.hero-container {
  margin-top: 105px;
  background-color: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hero-container {
    margin-top: 60px;
  }
  .hero-container .headline {
    padding: 1rem 0rem !important;
  }
}
@media (max-width: 768px) {
  .hero-container .container {
    max-width: none;
  }
  .hero-container .star {
    text-align: center;
  }
  .hero-container .headline {
    padding-bottom: 2.5rem !important;
  }
  .hero-container .headline h1 {
    text-align: center;
  }
  .hero-container .headline p {
    text-align: center;
  }
  .hero-container .headline .btn {
    display: block;
  }
}
.hero-container .hero-video {
  position: absolute;
  min-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.hero-container .hero-video video {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  -o-object-position: center;
  object-position: center;
}
.hero-container .headline {
  padding: 2rem;
}
.hero-container .headline img {
  margin-top: 1.5rem;
}
.hero-container .headline h1 {
  font-size: 3.25rem !important;
  color: #ffffff;
  text-shadow: 3px 3px 5.6px rgba(0, 0, 0, 0.8);
}
.hero-container .headline p {
  color: #ffffff !important;
  font-size: 1rem !important;
  margin-bottom: 3rem;
  text-shadow: 3px 3px 5.6px rgba(0, 0, 0, 0.8);
}
.hero-container .headline .btn {
  margin-bottom: 3rem;
}
.hero-container .headline h2 {
  text-shadow: 3px 3px 5.6px rgba(0, 0, 0, 0.8);
}
.center.ss-htmleditorfield-file.embed {
  text-align: center;
  width: 100% !important;
}
.leftAlone.ss-htmleditorfield-file.embed {
  text-align: left;
  width: 100% !important;
}
.rightAlone.ss-htmleditorfield-file.embed {
  text-align: right;
  width: 100% !important;
}
