<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*RELEVANT FOR SAGE CHRISTIAN SCHOOL LANDING PAGE*/

[class^='col-6'],
[class^='col-12']:last-child {
  margin-top: 30px;
}
@media screen and (max-width: 575.98px) {
  [class^='col-12']:first-child {
      margin-bottom: 30px;
  }
}

.b-featured_cat-2 .b-featured_cat_in .b-cat_overlay.b-cat_overlay_bg {
  height: auto;
  text-align: center;
  max-width: calc(100% - 30px);
  left: 0;
  right: 0;
  bottom: 30px;
  top: auto;
  margin: auto;
}

.b-featured_cat-2 .b-featured_cat_in .b-cat_overlay.b-cat_overlay_bg &gt; div {
  padding: 30px 5px;
  display: inline-block;
}

.b-featured_cat-2 .b-featured_cat_in .b-cat_overlay.b-cat_overlay_bg h3 {
  display: inline-block;
  margin-top: 0;
}

.b-featured_cat-2 .b-featured_cat_in .b-cat_overlay.b-cat_overlay_bg h4 {
  display: block;
  color: #fff;
}

.b-featured_cat-2 .b-featured_btnbox h2,
.b-featured_cat-2 .b-featured_btnbox p {
  color: #ffffff;
  margin: 0;
}

.b-featured_cat-2 .b-featured_btnbox h2 {
  margin: 5px 0;
}

.b-featured_cat-2 .b-featured_ctabox {
  background: url(../images/b-featured_ctabox-bkg.png) no-repeat top right;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}
@media screen and (max-width: 575px) {
  .b-featured_cat-2 .b-featured_ctabox {
    background-size: 100%;
  }
}

.b-featured_cat-2 .b-featured_ctabox h2,
.b-featured_cat-2 .b-featured_ctabox p {
  padding-left: 30px;
  text-transform: uppercase;
  margin: 0;
}

.b-featured_cat-2 .b-featured_ctabox h2 {
  font-size: 3rem; /*48px*/
  font-weight: 900;
  padding-bottom: 30px;
}

.b-featured_cat-2 .b-featured_ctabox p {
  padding-top: 30px
}

.b-featured_btnbox .b-section_title {
    padding-top: 10px;
  }

@media screen and (max-width: 767.98px) {
    #height-scaled {
      height: 100%;
    }
    .b-featured_cat_in#height-scaled .b-img_zoom .img-scaled {
      max-width: 211%;
      float: left;
    }
  }
@media screen and (min-width: 768px) {
  .b-featured_cat_in .b-img_zoom .img-scaled {
    max-width: 211%;
  }
}
  </pre></body></html>