<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Redeemer Classical Christian School | A private school based in Christian values and Classical Education. Located in the Maryland</title>
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#9eceeb">
<meta name="theme-color" content="#9eceeb">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" media="all" href="https://rccs.org/wp-content/themes/redeemer-classical/style.css" />
<link rel="stylesheet" type="text/css" media="all" href="https://rccs.org/wp-content/themes/redeemer-classical/mobile.css" />
<link rel="stylesheet" type="text/css" media="all" href="https://rccs.org/wp-content/themes/redeemer-classical/ddsmoothmenu.css" />
<link rel="stylesheet" type="text/css" media="all" href="https://rccs.org/wp-content/themes/redeemer-classical/css/aos.css" />
<link rel="stylesheet" type="text/css" media="all" href="https://rccs.org/wp-content/themes/redeemer-classical/css/lightboxjs.min.css" />
<link rel="stylesheet" href="https://use.typekit.net/fdv6lad.css">

	
	
<!-- Font Validation for Adobe Futura PT-->	
<style>
  @import url("https://use.typekit.net/fdv6lad.css");
</style>
	
	
<!-- BING validation-->
<meta name="msvalidate.01" content="CFD10624C5E459FF663736CC2C390C90" />

<!-- DD Smooth Menu -->
<script type="text/javascript" src="https://rccs.org/wp-content/themes/redeemer-classical/js/jquery.ddsmoothmenu.js"></script>
	
<!-- Tiny iframe Lightbox (video)  -->
<script type="text/javascript" src="https://rccs.org/wp-content/themes/redeemer-classical/js/lightboxjs.min.js"></script>
	
<!-- Pie-meister-->
<script src="https://pie-meister.github.io/PieMeister-with-Progress.min.js"></script>

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NQL8P4SZ');</script>
<!-- End Google Tag Manager -->

<!--
Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
This notice MUST stay intact for legal use
Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
-->

<script type="text/javascript">
ddsmoothmenu.init ({
	mainmenuid: "menucontainer", //menu DIV id
	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
	classname: 'ddsmoothmenu', //class added to menu's outer DIV
	contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
</script>
	

<!-- Homepage Slider - BX Slider -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="https://rccs.org/wp-content/themes/redeemer-classical/js/jquery.bxslider.min.js"></script>
<link href="https://rccs.org/wp-content/themes/redeemer-classical/css/jquery.bxslider.css" rel="stylesheet" />   

<!-- Smooth Scroll -->
<script type="text/javascript">
$(function() {
  $('a[href*=#]:not([href=#])').click(function() {
    if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
      var target = $(this.hash);
      target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
      if (target.length) {
        $('html,body').animate({
          scrollTop: target.offset().top
        }, 500);
        return false;
      }
    }
  });
});
</script>

<!-- Sliding Mobile Menu -->
<script type="text/javascript">
$(document).ready(function() {
    $('#hamburger').click(function() {
         $('#mobilemenucontainer').slideToggle();
    });
	$('.mobilemenu ul li a').click(function() {
         $('#mobilemenucontainer').slideUp();
    });
});
</script>
	
<script>
// When the user scrolls down 20px from the top of the document,we will show the button
window.onscroll = function()
{
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20)
{
document.getElementById("scroll-btn").style.display = "block";
}
else
{
document.getElementById("scroll-btn").style.display = "none";
}
};
function scrollToTop()
{
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
	
	
<!-- Google tag 2 (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-380389580"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-380389580');
</script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8PV033B7TT"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-8PV033B7TT');
</script>
	
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

</head>

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NQL8P4SZ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="bodycontainer">
<a href="#topofpage" class="sr-only">Skip to main content</a>
<div id="header">
<div id="hleft">
	<div class="logo">
		<a href="https://rccs.org"><img src="https://rccs.org/wp-content/themes/redeemer-classical/images/logo-redeemer.svg" alt="Redeemer Classical Christian School logo"></a>
	</div>
</div>

<div id="hright">
<div id="hamburger"><a href="#"><img src="https://rccs.org/wp-content/themes/redeemer-classical/images/hamburger.svg" alt="hamburger menu for mobile"></a></div>
<div id="menucontainer" class="ddsmoothmenu active" role="navigation"><ul id="menu-main" class="menu"><li id="menu-item-74" class="menu-about menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-74"><a href="https://rccs.org/about-redeemer/">About Redeemer</a>
<ul class="sub-menu">
	<li id="menu-item-75" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75"><a href="https://rccs.org/about-redeemer/">Who We are</a></li>
	<li id="menu-item-76" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-76"><a href="https://rccs.org/faculty/">Faculty &#038; Staff</a></li>
	<li id="menu-item-491" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-491"><a href="https://rccs.org/building-campaign/">Building Campaign</a></li>
	<li id="menu-item-77" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-77"><a href="https://rccs.org/contact-us/">Contact</a></li>
</ul>
</li>
<li id="menu-item-78" class="menu-admissions menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-78"><a href="https://rccs.org/admissions/">Admissions</a>
<ul class="sub-menu">
	<li id="menu-item-79" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-79"><a href="https://rccs.org/admissions/">Admissions</a></li>
	<li id="menu-item-1045" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1045"><a href="https://rccs.org/apply/">Apply Now</a></li>
</ul>
</li>
<li id="menu-item-81" class="menu-academics menu-item menu-item-type-post_type menu-item-object-page menu-item-81"><a href="https://rccs.org/academics/">Academics</a></li>
<li id="menu-item-82" class="menu-student-life menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-82"><a href="https://rccs.org/student-life/">Student Life</a>
<ul class="sub-menu">
	<li id="menu-item-83" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-83"><a href="https://rccs.org/student-life/">Student Life</a></li>
	<li id="menu-item-84" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84"><a href="https://rccs.org/athletics/">Athletics</a></li>
	<li id="menu-item-85" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-85"><a href="https://rccs.org/arts/">Arts</a></li>
</ul>
</li>
<li id="menu-item-86" class="menu-resources menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-86"><a href="https://rccs.org/support/">Resources</a>
<ul class="sub-menu">
	<li id="menu-item-87" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-87"><a href="https://rccs.org/support/">Support</a></li>
	<li id="menu-item-942" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-942"><a href="https://rccs.org/get-involved/">Get Involved</a></li>
	<li id="menu-item-89" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-89"><a target="_blank" href="https://www.landsend.com/co/account/school-uniforms?launchSearch=true&#038;search=true&#038;cm_re=lec-_-uni-_-tab-_-hr1-1-1-_-shopbyschool-_-20180608-_-area" title="Landsend, opens a new tab">Uniforms</a></li>
	<li id="menu-item-526" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-526"><a target="_blank" href="https://sideline.bsnsports.com/schools/maryland/kingsville/redeemer-classical-christian-school" title="Apparel, opens a new tab">RCCS Apparel</a></li>
	<li id="menu-item-90" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90"><a target="_blank" href="https://rccs.myschoolapp.com/app#login" title="Blackbaud, opens a new tab">School Portal</a></li>
</ul>
</li>
</ul></div>
</div>
</div>

<div id="mobilemenucontainer">
<div class="mobilemenu" role="navigation">
	<ul id="menu-main-mobile" class="menu"><li id="menu-item-94" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94"><a href="https://rccs.org/about-redeemer/">Who We are</a></li>
<li id="menu-item-95" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-95"><a href="https://rccs.org/faculty/">Faculty &#038; Staff</a></li>
<li id="menu-item-97" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-97"><a href="https://rccs.org/admissions/">Admissions</a></li>
<li id="menu-item-99" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-99"><a href="https://rccs.org/academics/">Academics</a></li>
<li id="menu-item-100" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-100"><a href="https://rccs.org/student-life/">Student Life</a></li>
<li id="menu-item-101" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-101"><a href="https://rccs.org/athletics/">Athletics</a></li>
<li id="menu-item-102" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-102"><a href="https://rccs.org/arts/">Arts</a></li>
<li id="menu-item-943" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-943"><a href="https://rccs.org/get-involved/">Get Involved</a></li>
<li id="menu-item-490" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-490"><a href="https://rccs.org/building-campaign/">Building Campaign</a></li>
<li id="menu-item-527" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-527"><a target="_blank" href="https://sideline.bsnsports.com/schools/maryland/kingsville/redeemer-classical-christian-school" title="Apparel website, opens a new tab">RCCS Apparel</a></li>
<li id="menu-item-103" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-103"><a href="https://rccs.org/support/">Support</a></li>
<li id="menu-item-1046" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1046"><a href="https://rccs.org/apply/">Apply Now</a></li>
<li id="menu-item-96" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-96"><a href="https://rccs.org/contact-us/">Contact</a></li>
</ul></div>
</div>

<script type="text/javascript">
$(window).scroll(function () {
    if ($(document).scrollTop() == 0) {
        $('#header').removeClass('scaledown');
    } else {
        $('#header').addClass('scaledown');
    }
});
</script>


<div id="topofpage"></div>

<div id="home-slider">
	<div id="home-banner">
		<div id="home-banner-inner-section">
			<div class="aos-item" data-aos="fade-right">
				<h2>Wisdom, Virtue, &amp; Faith</h2>
				<p>
          A Classical Christian school for Junior Kindergarten through 12th grade, Redeemer is in Baltimore County, Maryland. Our goal is to develop wise, faithful, virtuous young men and women through a rich academic program, loving faculty and staff, and time-tested classical teaching methods.         
      			</p>
			<a href="/why-redeemer/" class="banner-learn-more">Learn More</a>
			</div>
		</div>
	</div>
	        <ul id="slider1" class="bxslider">
                                                	<li><img width="1920" height="1080" src="https://rccs.org/wp-content/uploads/2025/01/header-slider-05.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Student listening at Baltimore Private school" decoding="async" fetchpriority="high" srcset="https://rccs.org/wp-content/uploads/2025/01/header-slider-05.png 1920w, https://rccs.org/wp-content/uploads/2025/01/header-slider-05-300x169.png 300w, https://rccs.org/wp-content/uploads/2025/01/header-slider-05-1024x576.png 1024w, https://rccs.org/wp-content/uploads/2025/01/header-slider-05-768x432.png 768w, https://rccs.org/wp-content/uploads/2025/01/header-slider-05-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></li>
				 
				                 	<li><img width="1920" height="1080" src="https://rccs.org/wp-content/uploads/2022/02/header-slider-10_2.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Close school students laughing and making heart symbols with their hands" decoding="async" srcset="https://rccs.org/wp-content/uploads/2022/02/header-slider-10_2.png 1920w, https://rccs.org/wp-content/uploads/2022/02/header-slider-10_2-300x169.png 300w, https://rccs.org/wp-content/uploads/2022/02/header-slider-10_2-1024x576.png 1024w, https://rccs.org/wp-content/uploads/2022/02/header-slider-10_2-768x432.png 768w, https://rccs.org/wp-content/uploads/2022/02/header-slider-10_2-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></li>
				 
				                 	<li><img width="1920" height="1080" src="https://rccs.org/wp-content/uploads/2022/02/header-slider-09.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Private high school computer science class with girl and boy studying with science teacher in computer lab" decoding="async" srcset="https://rccs.org/wp-content/uploads/2022/02/header-slider-09.png 1920w, https://rccs.org/wp-content/uploads/2022/02/header-slider-09-300x169.png 300w, https://rccs.org/wp-content/uploads/2022/02/header-slider-09-1024x576.png 1024w, https://rccs.org/wp-content/uploads/2022/02/header-slider-09-768x432.png 768w, https://rccs.org/wp-content/uploads/2022/02/header-slider-09-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></li>
				 
				                 	<li><img width="1920" height="1080" src="https://rccs.org/wp-content/uploads/2025/01/header-slider-11.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Elementary school boy on the slide and smiling at recess" decoding="async" srcset="https://rccs.org/wp-content/uploads/2025/01/header-slider-11.png 1920w, https://rccs.org/wp-content/uploads/2025/01/header-slider-11-300x169.png 300w, https://rccs.org/wp-content/uploads/2025/01/header-slider-11-1024x576.png 1024w, https://rccs.org/wp-content/uploads/2025/01/header-slider-11-768x432.png 768w, https://rccs.org/wp-content/uploads/2025/01/header-slider-11-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></li>
				 
				                 	<li><img width="1920" height="1080" src="https://rccs.org/wp-content/uploads/2025/02/header-slider-12.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="High school choir singing as part of the private school music program" decoding="async" srcset="https://rccs.org/wp-content/uploads/2025/02/header-slider-12.png 1920w, https://rccs.org/wp-content/uploads/2025/02/header-slider-12-300x169.png 300w, https://rccs.org/wp-content/uploads/2025/02/header-slider-12-1024x576.png 1024w, https://rccs.org/wp-content/uploads/2025/02/header-slider-12-768x432.png 768w, https://rccs.org/wp-content/uploads/2025/02/header-slider-12-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></li>
				 
				                 	<li><img width="1920" height="1080" src="https://rccs.org/wp-content/uploads/2022/02/header-slider-03-2.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Redeemer boys listening to a lesson in computer class" decoding="async" srcset="https://rccs.org/wp-content/uploads/2022/02/header-slider-03-2.png 1920w, https://rccs.org/wp-content/uploads/2022/02/header-slider-03-2-300x169.png 300w, https://rccs.org/wp-content/uploads/2022/02/header-slider-03-2-1024x576.png 1024w, https://rccs.org/wp-content/uploads/2022/02/header-slider-03-2-768x432.png 768w, https://rccs.org/wp-content/uploads/2022/02/header-slider-03-2-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></li>
				 
				                 	<li><img width="1920" height="1080" src="https://rccs.org/wp-content/uploads/2025/01/header-slider-06.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Private school students running on private school grounds in Kingsville Maryland" decoding="async" srcset="https://rccs.org/wp-content/uploads/2025/01/header-slider-06.png 1920w, https://rccs.org/wp-content/uploads/2025/01/header-slider-06-300x169.png 300w, https://rccs.org/wp-content/uploads/2025/01/header-slider-06-1024x576.png 1024w, https://rccs.org/wp-content/uploads/2025/01/header-slider-06-768x432.png 768w, https://rccs.org/wp-content/uploads/2025/01/header-slider-06-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></li>
				 
				 				               </ul>
</div> <!-- #home-slider -->
<button onclick="scrollToTop()" id="scroll-btn" title="Go to top">&#9650;</button>

<!------- callout buttons ------->
<a href="/apply/"><button class="callout-button callout-style"><span>Apply Today</span></button></a>
<a href="/support/#section2" target="_blank"><button class="callout-button-2 callout-style"><span>Read for Education</span></button></a>
<!-- <a href="https://host.nxt.blackbaud.com/donor-form/?svcid=renxt&formId=42b792ca-b6b2-48a0-8105-2d5b27909b80&envid=p-2uGYFXtGD0-eKtHv7H21KQ&zone=usa" target="_blank"><button class="callout-button-2 callout-style"><span>Donate</span></button></a> -->
<!--- theater tickets <a href="https://cur8.com/26344/project/126888" target="_blank"><button class="callout-button-3 callout-style "><span>Theater Tickets</span></button></a> --> 
	 
<!------- OPEN HOUSE call-out 
<div id="openhouse-home-block">
	<div id="openhouse-home-content">
		<h3>The Redeemer</h3>
		<h2>Open House Event</h2>
		<hr/>
		<p><strong>RESCHEDULED</strong><br>
			March 7th, 10am - 12pm<br/> </p>
		<p>
		6415 Mt. Vista Road, Kingsville, MD 21087</p>
		<p>Questions? Call or email: <a href="mailto:info@rccs.org">info@rccs.org</a></p>
	</div>
</div> ------>
	
<!------- Left block content ------->
<div id="left-block-content">
	<div id="left-blue-block">
		<div class="aos-item" data-aos="fade-right">
			<div id="left-block-text" role="main">
				<h1>Pro Rege</h1>
				<h3>For the King</h3>
				<p><em>"Educating the mind without educating the heart is no education at all." -Aristotle</em></p>
				<p>Redeemer’s focus is to provide an education which addresses every part of a student - mind, heart, and body. Partnering with parents, we are committed to helping students develop into adults who love God with all their heart mind soul, and strength, and their neighbor as themselves.</p>
				<p><a href="/why-redeemer/">Learn more</a></p>
			</div>
		</div>
	</div><!-- end Left block content -->	
	<div id="right-block-image">
		<div class="aos-item" data-aos="fade-left">	
			<img src="/wp-content/uploads/2023/08/homepage-kids-reading.png" alt="Redeemer first graders reading together">
		</div>
	</div>
</div>
<br>

<!------- THEATER PRODUCTION call-out 
<div id="homepage-theater-block">
	<div id="theater-block-image">
		<a href="https://www.eventbrite.com/e/once-upon-a-mattress-youth-edition-tickets-1983266801391?aff=oddtdtcreator" target="_blank">
			<img src="https://rccs.org/wp-content/uploads/2026/03/once-upon-a-mattress.png" alt="Image of illustrated books with the Once upon a mattress student theater production"></a>
	</div>
</div> ------>

<!------- CAREERS Call Out -

<div id="careers-home-block">
	<a href="/about-redeemer#opportunities">
		<button class="careers-home-button" style="vertical-align:middle"><span>
		<h3>Now Hiring:</h3>
		• 3<sup>rd</sup> Grade Teacher<br>
		</ul>
		</span></button></a>
</div> ------->


<!------- AT A GLANCE -------->
		<div id="gray-background" class="reduced-h2-margin">
			<h3>WE ARE REDEEMER</h3>
			<h2>At a Glance</h2>
			<div id="four-slide-wrapper">
				<ul id="slider2" class="bxslider">
															<div id="at-a-glance">	
						<img src="https://rccs.org/wp-content/uploads/2023/08/245-number-students.svg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="245 students in school" decoding="async" />						<h2>260</h2>
						<p>Number of students</p>
					</div>
					 					<div id="at-a-glance">	
						<img src="https://rccs.org/wp-content/uploads/2023/08/100-college-acceptance.svg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="100% College Acceptance" decoding="async" />						<h2>100%</h2>
						<p>College acceptance</p>
					</div>
					 					<div id="at-a-glance">	
						<img src="https://rccs.org/wp-content/uploads/2023/08/38-faculty-staff.svg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="38 Faculty &amp; staff" decoding="async" />						<h2>41</h2>
						<p>Faculty & Staff</p>
					</div>
					 					<div id="at-a-glance">	
						<img src="https://rccs.org/wp-content/uploads/2023/08/27-years-in-opperation.svg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="27 years in operation" decoding="async" />						<h2>30</h2>
						<p>Years in operation</p>
					</div>
					 					<div id="at-a-glance">	
						<img src="https://rccs.org/wp-content/uploads/2023/08/35-acrage-of-campus.svg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="35 acres of campus" decoding="async" />						<h2>35</h2>
						<p>Acreage of campus</p>
					</div>
					 					<div id="at-a-glance">	
						<img src="https://rccs.org/wp-content/uploads/2023/08/8-1-Student-Teacher-ratio.svg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="8 to 1 Student/Teacher ratio" decoding="async" />						<h2>17</h2>
						<p>Average Class Size</p>
					</div>
					 					<div id="at-a-glance">	
						<img src="https://rccs.org/wp-content/uploads/2023/08/92-retention-rate.svg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="92%+ retention rate" decoding="async" />						<h2>92%+</h2>
						<p>Retention rate</p>
					</div>
					 					 				  </ul>
			</div>
		</div><!-- gray-background -->	

<!------- The Redeemer Experience -------->
<div id="lion-background">
	<h3>THE REDEEMER</h3>
	<h2>Experience</h2>
		<div id="column-cards">
			<div data-aos="fade-up" data-aos-duration="500">
			<div id="card">
				<img src="/wp-content/uploads/2025/01/Home-Academic.jpeg" alt="Redeemer Rhetoric School Boys participating in science experiments with beaker">
				<h4><a href="/academics/">Academics</a></h4>
				<p>The focus is on defining facts, organizing information, and preparing persuasive presentation; resulting in graduates who are knowledgeable, thoughtful, and comfortable expressing logical points of view.</p>
			</div><!-- card -->	
			</div><!-- data aos -->	
			<div data-aos="fade-up" data-aos-duration="1000">
			<div id="card">
				<img src="/wp-content/uploads/2025/01/home-student-life.png" alt="School girls having fun on the private school playground">
				<h4><a href="/student-life/">Student Life</a></h4>
				<p>A variety of social events, community engagements, and opportunities to explore, including clubs, teams, and service opportunities</p>
			</div><!-- card -->	
			</div><!-- data aos -->	
			<div data-aos="fade-up" data-aos-duration="1500">
			<div id="card">
				<img src="/wp-content/uploads/2025/01/home-athletics.png" alt="Redeemer girls varsity volleyball team huddling">
				<h4><a href="/athletics/">Athletics</a></h4>
				<p>Qualified coaches who are committed to the development of both skill and character; teamwork, skill level, leadership, and Christian sportsmanship are all crucial to each successful athlete.</p>
			</div><!-- card -->	
			</div><!-- data aos -->	
	</div><!-- column-cards -->	
</div><!-- lion-background -->	

<!-- AOS SCRIPT --> 
<script src="https://rccs.org/wp-content/themes/redeemer-classical/js/aos.js"></script>
    <script>
      AOS.init({
        easing: 'ease-in-out-sine'
      });
    </script>			

<div id="footer" class="mainfooter" role="contentinfo" >
	<div id="footer-logo">
		<a href="https://rccs.org"><img src="https://rccs.org/wp-content/themes/redeemer-classical/images/redeemer-emblem.svg" alt="The Redeemer Emblem"></a>
	</div>
	<div id="footer-text">
		<h2>6415 Mt. Vista Road, Kingsville, MD 21087</h2>
		<h3>410-592-9625 | <a href="mailto:info@rccs.org" style="text-decoration: none;"><span class="footer-link">info@rccs.org</span></a>
    </h3>
	</div>
	<div id="social-icon">
		<a href="https://www.facebook.com/rccs.org" target="_blank" aria-label="Facebook, opens a new tab"><img src="https://rccs.org/wp-content/themes/redeemer-classical/images/redeemer-facebook.svg" class="social-icon-img" alt="Redeemer Facebook icon"></a>
		<a href="https://www.instagram.com/rccs_md/" target="_blank" aria-label="Instagram, opens a new tab"><img src="https://rccs.org/wp-content/themes/redeemer-classical/images/redeemer-instagram.svg" class="social-icon-img" alt="Redeemer Instagram icon"></a>
		<a href="https://www.youtube.com/@redeemerclassicalchristian1417/featured" target="_blank" aria-label="Youtube, opens a new tab"><img src="https://rccs.org/wp-content/themes/redeemer-classical/images/redeemer-youtube.svg" class="social-icon-img" alt="Redeemer Youtube icon"></a>
	</div>
	<div id="footer-nav">
		<div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-111" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111"><a href="https://rccs.org/contact-us/">Contact</a></li>
<li id="menu-item-1047" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1047"><a href="https://rccs.org/apply/">Apply</a></li>
<li id="menu-item-117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-117"><a href="https://rccs.org/terms-of-use/">Terms of Use</a></li>
<li id="menu-item-118" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-118"><a target="_blank" href="https://justin-b.com" title="Justin B Creative, opens a new tab">Website Credits</a></li>
</ul></div>	</div>
</div>	
</div>

<div id="footer" class="mobilefooter" role="contentinfo" >
	<div id="footer-logo">
		<a href="https://rccs.org"><img src="https://rccs.org/wp-content/themes/redeemer-classical/images/redeemer-emblem.svg" alt="The Redeemer Emblem"></a>
	</div>
	<div id="footer-text">
		<h2>6415 Mt. Vista Road, Kingsville, MD 21087</h2>
		<h3>410-592-9625 | <a href="mailto:info@rccs.org" style="text-decoration: none;"><span class="footer-link">info@rccs.org</span></a>
    </h3>
	</div>
	<div id="social-icon">
		<a href="https://www.facebook.com/rccs.org" target="_blank" aria-label="Facebook, opens a new tab"><img src="https://rccs.org/wp-content/themes/redeemer-classical/images/redeemer-facebook.svg" class="social-icon-img" alt="Redeemer Facebook icon"></a>
		<a href="https://www.instagram.com/rccs_md/" target="_blank" aria-label="Instagram, opens a new tab"><img src="https://rccs.org/wp-content/themes/redeemer-classical/images/redeemer-instagram.svg" class="social-icon-img" alt="Redeemer Instagram icon"></a>
		<a href="https://www.youtube.com/@redeemerclassicalchristian1417/featured" target="_blank" aria-label="Youtube, opens a new tab"><img src="https://rccs.org/wp-content/themes/redeemer-classical/images/redeemer-youtube.svg" class="social-icon-img" alt="Redeemer Youtube icon"></a>
	</div>
	<div id="footer-nav">
		<div class="menu-footer-container"><ul id="menu-footer-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111"><a href="https://rccs.org/contact-us/">Contact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1047"><a href="https://rccs.org/apply/">Apply</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-117"><a href="https://rccs.org/terms-of-use/">Terms of Use</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-118"><a target="_blank" href="https://justin-b.com" title="Justin B Creative, opens a new tab">Website Credits</a></li>
</ul></div>	</div>
</div>

</div>
</body>
</html>

<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/redeemer-classical/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>

<script type="text/javascript">
$(document).ready(function() {
	var imageHeight, wrapperHeight, overlap, container = $('#maintop');
	
	function centerImage(){
		imageHeight = container.find('img').height();
		wrapperHeight = container.height();
		overlap = (wrapperHeight - imageHeight)/2;
		container.find('img').css('margin-top', overlap);
	}
	$(window).bind("load resize", centerImage);
});
</script>



		
		
<!-- BX SLIDER --> 
<script>
$(document).ready(function(){
  $('#slider1').bxSlider({
  auto: true,
  mode:'fade',
  stopAutoOnClick: false,
  autoHover: false,
  pause: 6000,
  autoDelay: 900,
  speed: 1500
});
	
  $('#slider2').bxSlider({
  auto: true,
  mode:'horizontal',
  stopAutoOnClick: false,
  autoHover: false,
  minSlides: 1,
  maxSlides: 3,
  moveSlides: 1,
  slideMargin: 0,
  pause: 4000,
  autoDelay: 900,
  speed: 1500
});
	
});
</script>