/*** State and Alert Colors ***/
/*** Grid system ***/
/*** Container sizes ***/
/*
	@navbar-inverse-search-bg:                  lighten(@navbar-inverse-bg, 25%);
	@navbar-inverse-search-bg-focus:            @white; //#fff;
	@navbar-inverse-search-border:              @navbar-inverse-bg;
	@navbar-inverse-search-placeholder-color:   rgb(204,204,204);
	*/
/*** Dropdowns ***/
/*** Buttons ***/
/*** Forms ***/
/*** Forms ***/
@import url("https://use.typekit.net/sgh5syt.css");
@font-face {
  font-family: "Tondu", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mentimun";
  src: url("../fonts/mentimun-webfont.woff2") format("woff2"), url("../fonts/mentimun-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.tondu {
  font-family: "Tondu", "Anton", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.mentimun {
  font-family: "Mentimun", "Anton", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.cta-private-school .cta-private-school-container {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 180px;
}
.cta-private-school .cta-grid-container {
  background-repeat: repeat;
  padding: 2rem 1rem 3rem;
  position: relative;
  width: 100%;
  padding-top: 150px;
}
@media (min-width: 991px) {
  .cta-private-school .cta-grid-container {
    padding-top: 0;
  }
}
.cta-private-school .circle-image {
  position: absolute;
  top: -170px;
  right: 30px;
  width: 340px;
  height: 340px;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 991px) {
  .cta-private-school .circle-image {
    right: auto;
    left: 50%;
    margin-top: 0;
    margin-left: -170px;
  }
}
@media (max-width: 991px) {
  .cta-private-school h1 {
    text-align: center;
  }
}
.cta-private-school .text-shadow {
  text-shadow: 0.5rem 0.5rem 0px rgba(0, 0, 0, 0.2);
  line-height: 1.1;
}
.cta-private-school .subtitle {
  color: white;
  text-transform: none;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 1rem;
}
.cta-private-school .cta-description {
  background-color: rgba(255, 255, 255, 0.875);
  border-radius: 0.375rem;
  padding: 0 2rem 1rem;
  margin: 2rem 0;
  font-size: 1.2rem;
}
.cta-private-school ul.checklist {
  list-style-type: none;
  padding-left: 0;
}
.cta-private-school ul.checklist li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.cta-private-school ul.checklist li:before {
  content: "✓";
  /* Unicode checkmark */
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: bold;
}
.cta-private-school .btn {
  font-family: "Tondu", "Anton", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.cta-private-school .btn-white {
  color: #3e377b;
}
.cta-private-school .btn-white:hover {
  background-color: #3e377b;
  border-color: #3e377b;
  color: white !important;
}
.landing-page .card-container h2 {
  text-align: center;
  color: #3e377b;
}
.landing-page .row.learn-grid {
  gap: 2.5rem;
}
.landing-page .learn-grid .learn-item {
  background: #3e377b;
  padding: 2.5rem;
  border-radius: 1rem;
  height: 100%;
  color: white;
}
.landing-page .learn-grid .learn-item h3 {
  color: white;
}
.landing-page .learn-grid .learn-item p {
  color: white;
}
/*# sourceMappingURL=cta-private-school.css.map */