

body {
	background:#FFF;
	color:#6A6A6A;
	font-size:16px;
	font-family:'Poppins', sans-serif;
    line-height:1.7em;
	margin:0;
	padding:0;
}

a {
	color:#;
	font-weight:600;
	text-decoration:none;
}

a:focus,
a:hover,
a:active {
	color:#;
	text-decoration:underline;
}

/** LOGO **/

.school-logo {
	text-align:center;
	padding-left:6rem;
	padding-top:.25rem;
}

.school-logo img {
	max-height:110px;
	padding:16px;
}

@media (max-width: 1200px) {
	.school-logo {
		padding-left:2rem;
	}
}

@media (max-width: 992px) {
	.school-logo {
		display:block;
		text-align:center;
		padding-left:0;
	}
}

/** HEADERS **/

h1 {
	color: #000;
	font-family:'Quicksand', sans-serif;
	font-size:2.1rem;
	font-weight:700;
}

h2 {
	color: #000;
	font-family:'Quicksand', sans-serif;
	font-size:1.8rem;
	font-weight:700;
}

h3 {
	color:#;
	font-family:'Quicksand', sans-serif;
	font-size:1.6rem;
	font-weight:700;
}

h4 {
	font-family:'Quicksand', sans-serif;
	padding:10px 0;
	font-size:1.4rem;
	font-weight:700;
}

h5 {
	font-family:'Quicksand', sans-serif;
	font-size:1.2rem;
	font-weight:700;
}

h6 {
	font-family:'Quicksand', sans-serif;
	font-size:1rem;
	font-weight:700;
}

/** NAVIGATION **/

/** FOOTER **/

.copyright {
	border-top:1px solid #EEE;
	padding-top:2rem;
	font-size:.86rem;
}

/** GUIDE **/

.guide-title {
    padding-top:3rem;
	margin-top:3rem;
	display:block;
}

@media (max-width: 1200px) {
	.guide-title {
		padding-top:2rem;
		margin-top:2rem;
	}
}

@media (max-height: 800px) {
	.guide-title {
		padding-top:1.15rem;
		margin-top:1.15rem;
	}
}

.guide-content {
	padding:1.25rem .25rem 6rem .25rem;
}

@media (max-width: 1366px) {
	.guide-content {
		padding:1rem 0;
	}
}

@media (max-width: 576px) {
	.guide-content {
		padding:1rem 1rem 3rem;
	}
}

.guide-tile {
	border-radius:10px;
	height:225px;
	display:block;
	padding:2.25rem!important;
	margin:1.65rem auto;
	text-decoration:none;
	transition:0.2s ease-in-out;
	width:92%;
}
.guide-tile:hover,
.guide-tile:focus,
.guide-tile:active {
	cursor:pointer;
	text-decoration:none;
	transform:scale(1.1);
}

@media (max-width: 1366px) {
	.guide-tile {
		margin:1.25rem auto;
	    width:98%;
	}
}

@media (max-width: 1366px) and (min-width: 1120px) {
	.guide-tile {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.guide-tile {
		margin:2rem auto;
	}
}

.guide-tile p {
	color:#6A6A6A;
	font-weight:500;
	text-decoration:none;
}

.tile-icon {
	background-color:#20;
	border-radius:60px;
	color:#;
	display:inline-block;
	height:60px;
	padding:12px;
	text-align:center;
	margin-bottom:20px;
	width:60px;
}
.tile-icon i {
	font-size:22px;
	padding-top:8px;
}

/** BUTTONS **/

.btn {
	border-radius:18px;
	padding:6px 30px;
}

.btn-primary {
	background-color:#;
	border-color:#;
	color:#;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:first-child:active,
.btn-primary:focus,
.btn-primary:focus-visible {
	background-color:#20;
	border-color:#;
	color:#;
	text-decoration:none;
}

@media (max-width: 1200px) {
	.apply-now {
		padding:1rem 0 1rem 4rem;
	}
}

@media (max-width: 992px) {
	.apply-now {
		display: block;
		padding:1rem 0;
		text-align:center;
		width: 100%;
	}
}

/** INTRODUCTION **/

/** CREATE ACCOUNT **/

/** SIGN IN **/

/** SOCIAL SIGN ON *****/

/** SCREEN HELP **/

/** NOTES & ALERTS **/

/** TABLEs **/

/** MISC **/

.shadow,
.shadow-lg {
	box-shadow:0 4px 44px rgba(0, 0, 0, 0.11)!important;
}

/** SCHOOL POPUP **/

/** APPLICATION SUBMITTALS **/

/** FRESHDESK **/
@media (max-width: 1024px) {
    body {
        padding-bottom: 50px;
    }
}

<script type="text/javascript">
$(document).ready(function(){
  
    $.ajax({
	       url:"/default.aspx",
		   async:false,
		   success:function(){
		        //alert("ok");
	            //console.log('Status', ':','resetCounter'+new Date().toString());
		
			    
	       }
	    
         
    });
  
});
</script>


