body {
	width : 100%;
	height : 100%;
	font-family : 'Arial', sans-serif;
	color : #000000;
	line-height : 1.6;
	font-size : 16px;
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_338319/site_338320/Graphics/body-background.png);
	background-position : top center;
	background-repeat : no-repeat;
	background-color : #103211;
}

main {
	width : 100%;
	background-color : #FFF;
	margin: 0 auto;
	padding-bottom : 20px;
	position : relative;
	display : block;
	z-index : 0;
}

/*************************
 Htags for Titles
 ************************ */

h1 {
	font-size : 1.6875rem;
	font-family: 'Rubik', sans-serif;
	display : block;
	font-weight : 500;
	line-height : 1;
	color : #fff3e5;
	background-color: #6e1614;
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_338319/site_338320/Graphics/background-redstripe.jpg);
	height: auto;
	margin: 0 0 20px;
	padding: 23px 15px 20px 15px;
	position : relative;
	z-index : 100;
}

h1 span {
	font-size : 2.5rem;
	font-weight : 700;
	text-transform : uppercase;
	display : block;
}

h1::after {
	content: '';
	height: 10px;
	background: #ed9532;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 12px;
	z-index : -1;
}

h2, .newstitle, h4 {
	font-size : 1.5rem;
	line-height : 1.2;
	font-family: 'Rubik', sans-serif;
	font-weight : 500;
	padding: 10px 0 5px;
	margin: 0px 15px;
	color : #004802;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

h2::before, h4::before {
	content: "\f0da";
	font-family: 'fontawesome';
	font-size: 2.5rem;
	color: #ed9532;
	margin-right: 5px;
	line-height: .7;
}

h3 {
	font-size: 1.6875rem;
	font-family: 'Rubik', sans-serif;
	color : #6e1614;
	display: block;
	padding: 17px 15px 25px 15px;
	margin: 0 0 10px;
	line-height : 1;
	font-weight: 700;
	text-transform : uppercase;
	background-color : #ed9532;
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_338319/site_338320/Graphics/background-yellowstripe.jpg);
	position : relative;
}

h3::after {
	content: '';
	height: 4px;
	background: #fff3e5;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 7px;
}

.sidebar-top {
	display : none;
}

.signature {
	font-size : 1.75em;
	font-weight: 400;
	display : block;
	font-family: 'Covered By Your Grace', cursive;
	margin: 0px 15px 0px 15px;
	display : inline-block;
	color : #000;
	line-height : 1.2;
}

.mission-title {
	font-size: 2.1875rem;
	line-height: 1;
	font-family: 'Rubik', sans-serif;
	color : #004802;
	margin : 10px 15px;
	font-weight : 500;
	text-transform : uppercase;
}

.home-mission {
	font-size: .875rem;
	font-family: 'Rubik', sans-serif;
	color : #6e1614;
	margin : 10px 15px;
	padding : 15px 10px 10px 10px;
	border : 1px solid #ed9532;
	font-weight : 500;
	text-align : center;
	position : relative;
	z-index : 10;
}

/*** MAIN STYLING ** */

a, a:visited {
	color : #6e1614;
}

a:hover, a:focus {
	text-decoration : none;
}

a.collapsed-content {
	text-decoration : none;
}

ul, ol {
	margin: 5px 25px 5px 15px;
}

.main-content ul ul, .sidebar-content ul ul {
	margin: 5px 25px 5px -15px;
}

.slideshow {
	display : none;
}

/**************************************
NAVIGATION
************************************** */

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

.main-menu-btn {
	position: relative;
	display: block;
	padding: 0.815em 40px;
	height: 24px;
	overflow: hidden;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 15px;
	height: 2px;
	width: 24px;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main-menu-btn-text {
	position: absolute;
	top: -99999px;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: none;
}

#main-menu-state:checked ~ #site-navigation {
	display: block;
}

/* Make sub indicators align to the left of the item */

.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */

a.highlighted span.sub-arrow:before {
	display: block;
	content:'-';
}

nav#menu {
	font-family: 'Rubik', sans-serif;
	font-weight : 400;
	background-color: #6e1614;
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_338319/site_338320/Graphics/background-redstripe.jpg);
}

nav.nav ul {
	margin: 0;
	padding: 0;
	border-top: 1px #808080 solid;
}

nav.nav li a {
	display : block;
	padding: 0.55em 0.8em;
	color : #fff3e5;
	text-decoration : none;
	font-weight : 500;
}

nav.nav li a:hover, nav.nav li a:focus {
	text-decoration : underline;
}

nav.nav ul ul {
	padding-left: 20px;
}

/**************************************
  HEADER 
 ************************************** */

header {
	position : relative;
	background-color : #fff;
	border-top : 10px solid #ffb561;
	text-align : center;
	padding : 15px;
}

.header-logo img {
	width : 100%;
	max-width : 215px;
}

.header-schoolname {
	font-size : 2.75rem;
	font-family: 'Rubik', sans-serif;
	font-weight : 700;
	color : #6e1614;
	line-height : .9;
}

.header-motto {
	font-size : 1.5rem;
	font-family: 'Rubik', sans-serif;
	font-weight : 400;
	color : #004802;
	line-height : 1.2;
}

/**************************************
 FOOTER AREA
 ************************************** */

footer {
	position: relative;
	font-family: 'Rubik', sans-serif;
	font-weight : 400;
	font-size: 1.25rem;
	line-height: 1.3;
	color: #004802;
	background-color : #fff;
	border-top : 10px solid #6e1614;
	padding : 15px;
}

.footer-schoolname {
	font-size : 2.25rem;
	color : #6e1614;
	font-weight : 700;
	line-height: 1;
}

.footer-address {
	margin-top : 15px;
}

.footer-address span {
	display : none;
}

.footer-logo {
	display : none;
}

#copyright {
	clear : both;
	font-size: .875rem;
	line-height : 1.2;
	font-family: 'Arial', sans-serif;
	font-weight : 400;
	color : #fff3e5;
	display : block;
	padding: 10px 0 20px 0;
	text-align : center;
}

#copyright a {
	color : #fff3e5;
}

.main-content img {
	width : 100%;
}

p, .newsbody {
	margin: 10px 15px;
}

.newsbody p {
	margin-left : 0px;
}

.slideshow img {
	width : 100%;
}

.main-content, .sidebar-content {
	width : 100%;
	margin: 0;
}

.sidebar-content img, .sidebar-right img, .sidebar-left img, .main-content img {
	display : none;
}

.show-mobile {
	display: block;
}

#skip a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color: #6e1614;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

#skip a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#ed9532;
	outline:0;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}

.skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip a:focus {
	position: static;
	width: auto;
	height: auto;
}

/**************************************
FORMS
************************************** */

form .sr-only {
	position: relative;
}

form {
	margin: 20px;
}

form h2 {
	margin-left: 0;
}

tr {
	display:inline;
}

td {
	width:96%;
	display:inline-block;
}

input, textarea {
	display:block;
	width: 100%;
}

input.btn.btn-submit {
	max-width: 66px;
}

textarea {
	min-height:110px;
}

input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
	padding:0;
	display:inline-block;
	width:3%;
	margin-left:15px;
	margin-top: 10px;
	float:left;
}

input[type=text] {
	margin-top:-15px;
}

label[for=rateprocess_2], label[for=rateprocess_3], label[for=rateprocess_4], label[for=rateprocess_5], label[for=rateprocess_6] {
	width: 12%;
}

td h2 {
	margin-left:0;
}

form label {
	float:left;
	margin-top:-5px;
}

.frm-field {
	margin: 5px 0;
}

.frm-field label {
	display: block;
	width: 100%;
	padding: 10px 0;
}

.frm-field fieldset {
	border: 0 none;
	padding: 0;
}

.frm-field fieldset legend {
	left: 0;
}

.frm-field fieldset label {
	padding-right: 8px;
	width: auto;
}

.button {
	position: relative;
	margin: 10px 15px;
}

.button a {
	box-shadow: 0px 2px 4px 0px rgba(127, 157, 115, 0.9);
	background-color : #004802;
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_338319/site_338320/Graphics/background-greenstripe.jpg);
	border: none;
	color: #fff3e5 !important;
	text-align: center;
	font-size: 1.5625rem;
	padding: 15px 10px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	margin: 5px auto;
	border: 0;
	font-family: 'Rubik', sans-serif;
	font-weight : 700;
	text-transform : uppercase;
	text-decoration: none;
	line-height : 1;
	max-width: 16.625rem;
	width: 100%;
	box-sizing: border-box;
}

.button a:hover, .button a:focus {
	-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.button a:after {
	content: '\00bb';
	margin-left : 10px;
	transition: 0.5s;
}

.button a:hover:after, .button a:focus:after {
	opacity: 0;
	right: 0;
}

.collapsible-title {
	font-family: 'Arial', sans-serif;
	margin-left: 25px;
	margin-right: 10px;
	font-size: 1.2rem;
}

.collapsible-title:hover, .collapsible-title:focus {
	text-decoration: underline;
}

a.collapsed-content:focus {
	text-decoration: underline;
}

@media screen and (min-width: 34em) {
	.slideshow img {
	max-width : 600px;
}


}

@media screen and (min-width: 48em) {
	header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items : center;
}

/****** Desktop Nav ******* */

.main-menu-btn {
	position: absolute;
	top: -99999px;
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: block;
}

.sub-arrow {
	display: none;
}

#site-navigation {
	margin-left : auto;
	margin-right : auto;
	max-width: 75rem;
}

nav.nav ul {
	margin: 0;
	border : 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

nav.nav li {
	margin: auto;
	display: inline-block;
}

nav.nav li a {
	padding: 12px 11px;
	text-align: center;
	border-bottom-width : 0;
	color : #fff3e5;
	font-size : 2.25vw;
}

nav.nav li a:hover, nav.nav li a:focus, nav.nav li a:active {
	background-color : #ed9532;
	text-decoration: none;
	color : #6e1614;
}

nav[role="navigation"] li a:hover::after, nav[role="navigation"] li a:focus::after {
	content: "\f0d8";
	font-family: 'fontawesome';
	font-size: 2rem;
	color: #6e1614;
	position: absolute;
	bottom: -10px;
	left: 45%;
}

nav.nav ul ul {
	position : absolute;
	top : 44px;
	width: 11.875rem;
	background-color : #6e1614;
	padding-left : 0;
	text-indent : 0;
	float : none;
	z-index : 1000;
	display: none;
}

nav.nav ul ul li {
	float : none;
	border: 0;
	position : relative;
	display : block;
}

nav.nav ul ul li a {
	padding: 10px;
	border-bottom: 1px dotted #fff;
	font-size : 1em;
	font-weight : 400;
	color : #fff3e5;
	text-align : left;
	text-transform : none;
}

nav.nav ul ul li a:hover, nav.nav ul ul li a:focus {
	background-color : #ed9532;
	color : #6e1614;
	text-decoration : underline;
	background-image : none;
}

nav[role="navigation"] ul ul li a:hover::after, nav[role="navigation"] ul ul li a:focus::after, nav[role="navigation"] ul ul li .current::after {
	content: '';
}

.slideshow {
	display : block;
}

p, .newsbody {
	margin: 10px 20px;
}

main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom : 0px;
}

.main-content-home {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	display: inline-block;
	width : 49%;
	margin: 0;
	z-index: 0;
	position: relative;
	padding-bottom: 20px;
}

.sidebar-left {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display : inline-block;
	position : relative;
	width : 25.5%;
	margin-top : 0px;
	z-index : 1;
}

.sidebar-right {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	display : inline-block;
	position : relative;
	width : 25.5%;
	margin-top : 0px;
	z-index : 0;
}

.sidebar-content {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	position : relative;
	width: 35%;
	margin-right: 0;
	padding-bottom: 40px;
	z-index : 0;
}

.sidebar-content, .sidebar-content a, .sidebar-content a:visited, .sidebar-left, .sidebar-left a, .sidebar-right a {
	color: #6e1614;
}

.sidebar-content a:hover, .sidebar-content a:focus {
	color : #004802;
}

.main-content {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	margin: 0;
	width : 65%;
	position : relative;
	z-index : 0;
	padding-bottom: 20px;
}

.sidebar-content:before, .sidebar-left:before, .sidebar-right:before {
	content : '';
	position : absolute;
	height : 100%;
	width : 100%;
	bottom : 0px;
	z-index : -1;
	background-color: #fff3e5;
}

.sidebar-content p {
	margin-left : 20px;
	color : #000;
}

.sidebar-content img, .sidebar-left img, .sidebar-right img {
	display : block;
	margin : 10px auto;
	width : 90%;
	max-width : 268px;
	border-top : 10px solid #ed9532;
	border-bottom : 1px solid #ed9532;
}

.main-content img {
	display : block;
}

#container {
	max-width : 75em;
	margin-left : auto;
	margin-right : auto;
}

.contact.img img {
	display : block;
	margin-top : 20px;
	margin-left : 20px;
	width: 150px;
	height: 200px;
	border-width: 4px;
	border-style: solid;
	border-color: #774785;
}

h1 {
	padding: 23px 20px 17px 20px;
}

h1 span {
	display : inline-block;
}

h2, .newstitle, h4 {
	margin: 0px 20px;
}

h3 {
	text-align : center;
	padding: 17px 15px 25px 15px;
}

footer {
	padding : 23px 38px;
}

.footer-schoolname {
	font-size : 3rem;
}

.footer-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top : 0px;
}

.footer-address span {
	display : inline-block;
	color : #ed9532;
	padding : 0 10px;
}

.button {
	margin: 10px 20px;
}

.signature {
	margin: 0px 20px 0px 20px;
}


}

@media screen and (min-width: 64em) {
	header {
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_338319/site_338320/Graphics/Header-Background.png);
	background-repeat : no-repeat;
	background-color : transparent;
	border-top : 0px;
	margin-top : 78px;
	height: 15.813rem;
	padding : 0px;
}

.header-logo {
	position : absolute;
	bottom : 0px;
	left : 35px;
}

.header-schoolname {
	position : absolute;
	left : 227px;
	bottom : 60px;
	font-size : 3.6rem;
}

.header-motto {
	position : absolute;
	right : 63px;
	bottom : 20px;
	font-size : 1.775rem;
}

header:before {
	content: '';
	position: absolute;
	height: 45%;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: -1;
	background-color: #fff;
}

nav.nav li a {
	font-size : 1.5rem;
}

.main-content {
	width : 74.5%;
}

.sidebar-content {
	width : 25.5%;
}

#weblinkshive {
	display: block;
	width : auto;
	margin-left : auto;
	margin-right : auto;
}

.weblinks-smallview {
	display : none;
}

footer {
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_338319/site_338320/Graphics/footer-background.png);
	background-repeat : no-repeat;
	height: 15.75rem;
	border-top : 0px;
	background-color : transparent;
	padding : 23px 38px 0px 38px;
}

.footer-logo {
	display : block;
	position : absolute;
	top : 30px;
	right : 40px;
}

footer:before {
	content: '';
	position: absolute;
	height: 44%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: #fff;
}


}

@media screen and (min-width: 75em) {
	h1::after {
	bottom: 13px;
}

.mission-title {
	text-align: center;
	background-color: #fff3e5;
	z-index: 100;
	position: relative;
	width: 78%;
	margin: 10px auto -27px auto;
}


}

/***************** PAYMENTS *********************** */

.payment-container {
	display: flex;
	flex-wrap: wrap;
}

.payment-item {
	margin: 20px;
}

.itemName {
	font-weight: bold;
}

#checkout_button a {
	display: inline-block;
	font-family: sans-serif;
	font-size: 1rem;
	background-color: #004802;
	color: white;
	border-radius: 5px;
	padding: 6px 20px;
	margin: 5px 0;
        text-decoration: none;
}

#checkout_button a:hover, #checkout_button a:focus {
    background-color: #ed9532;
    color: black;
}


