/**************************************
GENERAL
************************************** */

body {
	width: 100%;
	height: 100%;
	font-family: 'Arial', sans-serif;
	color: #000000;
	line-height: 1.6em;
	font-size: 16px;
	background-color: #fff;
}

#main {
	clear: both;
	width: 100%;
	background-color: transparent;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
	position: relative;
	display: block;
}

#watermark {
	display: none;
}

#watermark img {
	position: absolute;
	padding-left: 25px;
	z-index: -1;
}

.header-schoolname {
	font-size: 9vw;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	color: #231f20;
	margin-top: 1.563rem;
	position: relative;
	text-align: center;
	line-height: 1;
	z-index: -1;
	text-transform: uppercase;
}

.header-schoolname span {
	font-size: 4.4vw;
	font-family: 'Oxygen', serif;
	font-weight: 200;
	color: #000;
	text-align: center;
}

/**************************************
H-TAG TITLES
************************************** */

h1 {
	color: #ffffff;
	background-color: #221E1F;
	font-size: 1.563rem;
	font-family: 'ABeeZee', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	display: block;
	margin-left: 0;
	padding: 10px 0px 0px 15px;
	margin: 15px 0 25px 0;
	text-transform: uppercase;
}

h1:after {
	content: '';
	background-color: #221E1F;
	height: 3px;
	border-top: 2px solid #ffffff;
	margin-left: -15px;
	display: block;
	margin-top: 5px;
}

h2,
.newstitle {
	color: #221E1F;
	font-size: 1.75rem;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	margin: 30px 0 20px 0;
	padding: 0px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.newstitle {
	margin: 20px 0 15px 15px;
}

h2:before {
	content: '';
	background-color: #AB1C2C;
	height: 25px;
	width: 20px;
	display: inline-block;
	margin: 5px 10px 0 0px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

h2:after {
	content: '';
	background-color: #AB1C2C;
	height: 25px;
	display: inline-block;
	margin: 5px 0px 0 10px;
	-webkit-box-flex: 200;
	-ms-flex-positive: 200;
	flex-grow: 200;
}

h3 {
	color: #ffffff;
	background-color: #ab1d2d;
	font-size: 1.75rem;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	line-height: 1em;
	display: block;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	margin: 15px 0 20px;
	text-transform: uppercase;
	text-align: left;
}

h3:before {
	content: '';
	background-color: #ab1d2d;
	display: block;
	height: 1px;
	width: 100%;
	margin-bottom: 12px;
	margin-left: -15px;
	padding-left: 15px;
	border-bottom: 3px solid white;
}

h3.h3-oneline:before {
	margin-bottom: 15px;
}

h3:after {
	content: '';
	background-color: #ab1d2d;
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 12px;
	margin-left: -15px;
	padding-left: 15px;
	border-top: 3px solid white;
}

h3.h3-oneline:after {
	margin-top: 15px;
}

h4 {
	color: #ab1d2d;
	font-size: 1.5em;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0 10px 0 15px;
	padding: 20px 0 5px 0;
}

h5 {
	color: #ab1d2d;
	font-size: 1.563rem;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	margin: 10px 15px;
	padding: 0px;
}

h5:after {
	content: '\f101';
	font-family: 'FontAwesome';
	font-size: 1.7em;
	line-height: 1;
	position: absolute;
	margin-left: 10px;
	margin-top: -5px;
	color: #ab1d2d;
}

h6,
.signature {
	font-size: 2em;
	display: block;
	font-family: 'Great Vibes', cursive;
	font-weight: 400;
	color: #231f20;
	letter-spacing: 1px;
	margin: 20px 0 20px 15px;
}

h3.cm-subtitle {
	color: #221E1F;
	font-size: 1.563rem;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	margin: 10px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0 5px 0;
	border-bottom: 2px solid #AB1C2C;
	display: block;
	background-color: #fff;
	text-align: left;
	text-transform: inherit;
}

h3.cm-subtitle:after, h3.cm-subtitle:before {
	display: none;
}

h3.cm-subtitle {
	font-size: 1.45rem;
	margin-bottom: 0;
	margin-top: 0;
}


}

/**************************************
MAIN STYLING
************************************** */

section {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

p {
	margin-top: 1.0em;
	margin-right: 0;
	margin-bottom: 1.0em;
	margin-left: 0;
}

.main-content a,
.sidebar-content a {
	color: #ab1d2d;
	text-decoration: none;
	border-bottom: #ab1d2d dashed 1px;
}

a:hover,
a:focus {
	color: #231f20;
	border-bottom: #ab1d2d dashed 0px;
}

a:visited {
	color: #ab1d2d;
}

ul {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0;
}

#quote {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

button.showProfile {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: -moz-initial;
	border-right-width: medium;
	border-right-style: none;
	border-right-color: -moz-initial;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: -moz-initial;
	border-left-width: medium;
	border-left-style: none;
	border-left-color: -moz-initial;
	text-decoration: underline;
	margin-left: -6px;
	color: #29235F;
}

.profileBio a {
	color: #dd2928;
}

.profileBio a:focus {
	outline-width: 0;
	outline-style: none;
	outline-color: -moz-initial;
}

/**************************************
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);
	float: none;
}

.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);
	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 {
	overflow: auto;
	font-family: 'ABeeZee', sans-serif;
}

nav.nav {
	margin-right: auto;
	margin-left: auto;
	max-width: 75rem;
}

nav ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	font-family: 'ABeeZee', sans-serif;
	font-size: 1em;
}

nav ul li ul {
	display: block;
	text-indent: 20px;
}

nav li {
	display: block;
}

nav#menu {
	background-color: #231f20;
}

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

nav.nav li a {
	display: block;
	padding: 0.5em 0.8em;
	color: #fff;
	text-decoration: none;
	background: #231f20;
}

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

#skip a {
	padding: 6px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: white;
	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: #ab1d2d;
	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;
}

/**************************************
FOOTER
************************************** */

footer {
	clear: both;
	font-family: 'ABeeZee', sans-serif;
	font-size: 1.313rem;
	width: 100%;
	position: relative;
	color: #fff;
	background-color: #ab1d2d;
	border-top: #231f20 solid 15px;
	border-bottom: #231f20 solid 15px;
	text-align: right;
	margin-top: 1.25rem;
	line-height: 1.2;
}

.footer-line {
	border: 2px black solid;
	margin-bottom: 10px;
}

.footer-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

footer a {
	color: #fff;
}

#copyright {
	clear: both;
	font-size: .875rem;
	line-height: 19px;
	font-family: 'Open Sans', sans-serif;
	color: #6a6a6a;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-align: Center;
}

#copyright a {
	color: #6a6a6a;
}

#copyright a:focus {
	text-decoration: none;
}

/**************************************
HOME NEWS MARQUEE - TICKER
************************************** */

#nt {
	margin: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0;
}

#nt p {
	margin: 0;
}

#nt-container {
	text-align: left;
	margin: 0 20px 0 15px;
	overflow: hidden;
}

#nt-container i {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#nt-container i:hover,
#nt-container i:focus {
	color: #333;
}

.nt-title {
	font-family: 'ABeeZee', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	color: #ab1d2d;
	text-align: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	display: block;
}

#nt li {
	overflow: hidden;
	font-weight: normal;
	height: auto;
	text-align: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	list-style-type: disc;
	list-style-position: inside;
}

#nt li.newsItem {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ab1d2d;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

li.newsLink a {
	color: #dd2928;
}

li.newslink p {
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
}

/**************************************
FAQ
************************************** */

#faqcontainer {
	width: 96%;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 0;
	margin-left: 2%;
}

#faqcontainer ul {
	margin-left: 40px;
}

/**************************************
QUICK LINKS
************************************** */

.qltitle {
	color: #000000;
	font-family: 'Marcellus SC', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	text-align: center;
	border-bottom: 2px solid #ba828d;
	width: 200px;
	margin-bottom: 15px;
}

.quicklinkscontainer {
	color: #fff;
	width: 12.5rem;
	background-image: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	z-index: 1;
}

.quicklinkscontainer .skip a {
	color: #fff;
}

.quicklinks-links {
	margin-top: 25px;
}

.quicklinks {
	width: 100%;
	height: 1.875rem;
	padding-top: 3px;
}

.quicklinks.parents ul {
	z-index: 900;
}

.quicklinks.students ul {
	z-index: 800;
}

.quicklinks.employees ul {
	z-index: 700;
}

.quicklinks.community ul {
	z-index: 600;
}

li.ql,
.quicklinks-mobile {
	list-style-type: none;
	background-color: #ab1d2d;
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	text-align: left;
	font-size: 1.45em;
	max-width: 20.625rem;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	display: block;
}

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

li.ql a {
	color: #ffffff;
	text-decoration: none;
	background: #ab1d2d;
}

li.ql li a {
	color: #ffffff;
	text-decoration: none;
}

li.ql ul {
	position: absolute;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
}

li.ql ul li a {
	font-family: 'Oxygen', sans-serif;
	font-size: .875rem;
	line-height: 1.7;
	text-align: left;
	font-weight: 400;
	display: block;
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	text-transform: none;
}

ul.ql li.ql ul {
	margin-top: 0;
	margin-left: 30px;
}

ul.ql li ul {
	display: none;
	padding: 0;
}

ul.ql li:hover ul,
ul.ql li:focus ul {
	display: block;
}

ul.ql li ul li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	border-bottom: 1px #ffffff solid;
	width: 100%;
	margin-left: 0;
	text-indent: 0;
}

ul.ql li ul li a:hover,
ul.ql li ul li a:focus {
	background-color: #ab1d2d;
	text-decoration: underline;
}

ul.ql li ul li a:hover,
ul.ql li ul li a:focus {
	color: #ffffff;
}

a.gsst_a {
	padding-top: 5px;
}

/**************************************
SEARCH
************************************** */

.top-social-bar {
	padding-top: 10px;
	padding-left: 10px;
}

i span {
	display: none;
}

.social-container p a,
.social-container p span {
	font-size: 1.1em;
	font-family: 'Oxygen', sans-serif;
	color: #525151;
	font-weight: 400;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0px;
}

.social-container p a:hover,
.social-container p a:focus {
	color: #ab1d2d;
	text-decoration: underline;
}

.social-container p,
.social-icons {
	margin: 2px 10px 5px 0;
}

i.fa.fa-facebook-official,
i.fa.fa-twitter,
i.fa-pinterest {
	font-size: 1.8em;
	z-index: 5500;
}

i.fa.fa-facebook-official {
	color: #3b579d;
	margin: 0 15px 10px 0;
}

i.fa.fa-twitter {
	color: #5ea9dd;
	margin-right: 5px;
}

i.fa.fa-pinterest {
	color: #b90011;
	margin-right: 5px;
}

p.taxcredit {
	margin-right: 5px;
	margin-top: 0;
}

.search-icon {
	width: 26px;
	height: 26px;
	margin-left: -8px;
	margin-right: 15px;
}

.header-social-container i:hover,
.header-social-container a:focus > i,
.social-container i:hover,
.social-container a:focus > i,
a:hover > .search-icon,
a:focus > .search-icon {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

#google_translate_element {
	margin-bottom: 10px;
}

.goog-te-gadget-simple {
	border: 1px solid #d5d5d5 !important;
}

.search {
	margin: 15px;
}

.search_item {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.search_item_title {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.search_item_body,
.search_item_body p {
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 0;
}

label.search-label {
	color: transparent;
	position: absolute;
}

.form-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

input#sitesearch {
	margin: 0;
	padding-left: 10px;
	width: 80%;
}

input#btnSubmit {
	margin: 0 0 0 10px;
	border: 0;
	padding: 10px;
	border: 1px solid;
	width: 6rem;
	background: #ab1d2d;
	color: #fff;
}

input#btnSubmit:hover {
	color: #283891;
	background-color: #fff;
	outline: 1px solid;
	text-decoration: underline;
	background: #231f20;
	color: #fff;
}

.collapsible-title {
	font-size: 18px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	margin: 10px 15px;
	padding: 0px;
}

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

.collapsible-title:after {
	content: '\f13a';
	font-weight: 700;
	font-family: 'FontAwesome';
	font-size: 17px;
	line-height: 1;
	position: absolute;
	margin-left: 5px;
	margin-top: 2px;
	color: #231F20;
}

@media screen and (min-width: 48em) {
	.search_container {
	margin-left: 1rem;
}


}

/**************************************
SIDEBAR BUTTONS
************************************** */

.button-home, .button-home-twoline {
	background-color: #231f20;
	border: 1px solid white;
	outline: 7px solid #231f20;
	max-width: 296px;
	padding: 10px;
	margin: 20px;
}

.button-home:hover,
.button-home:focus,
.button-home-twoline:hover,
.button-home-twoline:focus {
	background-color: #ab1d2d;
	border: 1px solid white;
	outline: 7px solid #ab1d2d;
}

.button-home a:hover,
.button-home a:focus,
.button-home-twoline a:hover,
.button-home-twoline a:focus {
	color: #ffffff;
	background-color: inherit;
	text-decoration: underline;
}

.button-home a:hover,
.button-home:hover a {
	text-shadow: 1px 1px 0 rgb(171, 28, 45);
	text-decoration: underline;
}

.button a,
.button-home a,
.button-home-twoline a {
	color: #ffffff;
	font-size: 1.3em;
	font-family: 'ABeeZee', sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	display: block;
	border-bottom: 0px solid red;
	background-color: inherit;
	word-break: break-word;
}

.button a {
	text-shadow: 1px 1px 0 rgb(171, 28, 45);
}

.button {
	background-color: #ab1d2d;
	border: 1px solid white;
	outline: 7px solid #ab1d2d;
	max-width: 296px;
	padding: 10px;
	margin: 20px;
}

.button:hover,
.button:focus {
	color: #ffffff;
	background-color: #231f20;
	outline: 7px solid #231f20;
	border: 1px solid #ffffff;
}

.button a:hover,
.button:hover a {
	text-shadow: 1px 1px 0 rgb(35, 31, 32);
	text-decoration: underline;
}

.button a:focus {
	text-decoration: underline;
}

.footer-name,
.footer-email,
.footer-divider {
	font-size: 1.4375em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	float: left;
}

.quicklinkscontainer {
	display: none;
}

.quicklinks-social {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: table;
	margin-top: 20px;
}

.footeraddress {
	font-family: 'Oxygen', sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-right: 15px;
	text-align: right;
}

.footeraddress a:visited {
	color: #fff;
}

.footeraddress img {
	padding: 8px 5px 0 0;
}

.footer-phone {
	float: right;
	margin-top: 10px;
}

.footermotto {
	display: none;
}

img.footerlogo {
	display: none;
}

img#weblinksimage {
	display: none;
}

.quicklinkscontainer-mobile {
	display: block;
	margin-left: 10px;
}

a.quicklinks-mobile,
.quicklinks-mobile:visited a {
	color: #ffffff;
	border-bottom-color: #fff;
}

.calendar {
	padding-bottom: 20px;
}

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

form {
	margin: 20px;
}

form h2 {
	margin-left: 0;
}

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

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

textarea {
	min-height: 110px;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	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;
}

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;
}

form h2 {
	padding: 0px 0 5px 0;
	margin: 24px 10px 5px 0;
}

.logo {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	text-align: center;
	padding-top: 60px;
	margin-bottom: -20px;
	max-width: 18.750rem;
}

.logo img {
	width: 100%;
}

p,
.newsbody {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}

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

.slideshow {
	display: none;
}

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

.body-graphic {
	display: none;
}

.sidebar-button {
	margin-left: 20px;
	margin-top: 0px;
	width: 275px;
}

#faqcontainer ul {
	margin-left: 10px;
	margin-right: 20px;
}

.backtotop {
	margin-right: 20px;
	font-size: .8em;
}

.grades,
.tuition {
	margin-left: 20px;
}

.ourteam img {
	display: none;
}

button.showProfile {
	display: none;
}

.footer-name {
	margin-left: 10px;
	padding-bottom: 0;
	font-size: 1.2em;
	margin-right: 10px;
}

.footer-divider {
	margin-right: 10px;
	display: none;
}

.footer-email {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	margin-right: auto;
	font-size: 1em;
	margin-left: 10px;
}

.disclaimer {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	position: relative;
	display: inline-block;
	border-top: 1px solid #ffffff;
	padding-top: 10px;
}

.footer-name-email {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	display: inline-block;
}

#copyright {
	text-align: center;
	font-size: .9em;
}

.mainTrumba {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

.map {
	display: none;
}

.maplink {
	display: block;
}

.sermon-video {
	display: none;
}

.videoWrapper-mini {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
}

.videoWrapper-mini iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videos-container {
	display: inline-block;
	position: relative;
	width: 100%;
}

.admissions-video {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 15px;
}

.contact .photo img {
	max-width: 150px;
	margin-left: 15px;
	margin-top: 20px;
	border: 5px solid #ab1d2d;
	-webkit-box-shadow: 2px 4px 10px #8c8c8c;
	box-shadow: 2px 4px 10px #8c8c8c;
}

.cte-logos img {
	margin-right: 80px;
}

.cte-logos a {
	border-bottom: 0;
}

p.column1 {
	margin: 0 15px -10px;
	padding: 0;
}

.footertagline {
	display: none;
}

/*** 24.5em and Wider ** */

@media screen and (min-width: 24.5em) {
	.search {
	display: inline-block;
	width: 90%;
}

h3.athletics {
	font-size: 1.23rem;
	line-height:.9em;
}


}

/*** 30em and Wider ** */

@media screen and (min-width: 30em) {
	.cm-contacts {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.contact {
	width: 50%;
	margin-bottom: 15px;
}

.athletics .cm-contacts .contact {
	height: 5.575em;
	margin-bottom: 0;
}

h3.cm-subtitle {
	margin-top: 0.375em;
}

.contact.coaching {
	height: 4em;
}

/*** 34em and Wider ** */

@media screen and (min-width: 34em) {
	#watermark {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

#watermark img {
	width: 736px;
	max-width: 95%;
}

.qltitle {
	color: #000000;
	font-family: 'Marcellus SC', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	text-align: center;
	border-bottom: 2px solid #ba828d;
	width: 160px;
	margin-bottom: 10px;
}

.quicklinkscontainer {
	width: 160px;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 5px;
}

.quicklinkscontainer-mobile .quicklinks {
	height: 54px;
	float: left;
	position: relative;
	display: inline-block;
	width: 25%;
}

li.ql ul,
    ul.ql li.ql ul {
	padding-left: 0px;
	margin-left: -6.875rem;
}

li.ql {
	background-color: transparent;
	width: auto;
	padding-top: .375rem;
	padding-left: 0;
	text-align: center;
}

li.ql ul li a {
	padding: 5px 10px;
}

.quicklinks ul {
	margin-left: 0px;
	padding-left: 0;
}

.quicklinks ul ul {
	background-color: #ab1d2d;
	color: #ffffff;
	margin-left: 45px;
	width: 12.5rem;
}

.disclaimer {
	font-size: 0.9em;
}


}

/*** 40em and Wider ** */

@media screen and (min-width: 40em) {
	#google_translate_element {
	margin-bottom: 0;
}

header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.logo {
	margin: 0px 2% -15px;
	padding-top: 10px;
	max-width: 18rem;
}

.logo img {
	width: 100%;
}

.header-schoolname {
	text-align: left;
	font-size: 4.25vw;
	line-height: .8em;
	padding-top: .5rem;
	margin-left: -40px;
}

.header-schoolname span {
	margin-left: 7%;
	font-size: 2.575vw;
}

.main-content img#weblinksimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.weblinks-smallview {
	display: none;
}

.contact .contact {
	float: left;
	width: 50%;
	height: 165px;
}

.traditionalhs {
	float: left;
	width: 50%;
}

.top-social-bar {
	height: 2.5rem;
}

.top-social-bar-container {
	position: absolute;
	right: 48px;
}

.social-container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}


}

/*** 45em and Wider ** */

@media screen and (min-width: 45em) {
	#container,
    #container-subpages {
	max-width: 75em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.top-social-bar-container {
	position: relative;
	float: right;
	margin-top: -5px;
}

.search {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

.facebook,
    .twitter {
	margin-right: 10px;
}

header {
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	position: relative;
}

.logo {
	margin: 0px 2% -25px;
}

.header-schoolname {
	font-size: 4.4vw;
}

.header-schoolname span {
	margin-left: 2.688rem;
}

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

nav ul li {
	font-size: 1.2em;
}

.map {
	display: block;
}

.maplink {
	display: none;
}

.social-container p a,
    .social-container p span {
	font-size: 1.2em;
	margin-right: 10px;
}


}

/********** 48em and Wider **** iPad Portrait View ************* */

@media screen and (min-width: 48em) {
	header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	margin-top: 10px;
}

.logo {
	max-width: 20rem;
	margin: 0px 2%;
	padding-top: 10px;
}

.logo img {
	width: 100%;
}

.header-schoolname {
	margin-left: -60px;
}

.header-schoolname span {
	font-size: 2.675vw;
}

.slideshow-container {
	width: 100%;
	position: relative;
	left: 0;
	z-index: 0;
	margin-bottom: -15px;
	border-bottom: 13px #ab1d2d solid;
	border-top: #231f20 4px solid;
}

.slideshow {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow: hidden;
	margin-top: -30px;
}

.slideshow img {
	width: 100%;
	border-top: 3px #1b284f solid;
	border-bottom: 3px #ab1d2d solid;
	-webkit-box-shadow: 0 8px 0 #231f20;
	box-shadow: 0 8px 0 #231f20;
}

h1 {
	font-size: 2.188rem;
}

h3 {
	padding-left: 0px;
	text-align: center;
}

h3:before,
    h3:after {
	margin-left: 0;
	padding-left: 0;
}

.subpage-photo {
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow: hidden;
}

.sidebar-content img {
	display: block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.main-content img {
	display: block;
}

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

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

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

#main-menu-state {
	display: none;
}

.sub-arrow {
	display: none;
}

nav#menu {
	overflow: visible;
	height: 2.813rem;
}

#site-navigation {
	width: 100%;
	height: 2.5rem;
	margin-top: -3px;
}

nav.nav ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	border-top-width: 0;
	border-top-style: none;
	border-top-color: -moz-initial;
	border-right-width: 0;
	border-right-style: none;
	border-right-color: -moz-initial;
	border-bottom-width: 0;
	border-bottom-style: none;
	border-bottom-color: -moz-initial;
	border-left-width: 0;
	border-left-style: none;
	border-left-color: -moz-initial;
	text-align: left;
	z-index: 1000;
}

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

nav.nav li a {
	padding: 9px 20px;
	text-align: center;
	font-size: .955rem;
	font-weight: 300;
	border-bottom-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #fff;
}

nav.nav li a:hover,
    nav.nav li a:focus {
	background-color: #ab1d2d;
	color: #ffffff;
	text-decoration: underline;
}

nav.nav ul ul {
	position: absolute;
	top: 40px;
	width: 13.125rem;
	background-color: #231f20;
	text-indent: 0;
	float: none;
	z-index: 1000;
	margin-left: 0;
	padding-left: 0;
}

nav.nav ul ul li {
	float: none;
	border-bottom: dotted 1px #ffffff;
	position: relative;
	width: 100%;
	margin: 0;
}

nav.nav ul ul li a {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 0.7em;
	font-weight: 400;
	color: #fff;
	text-align: left;
}

nav.nav ul ul li a:hover,
    nav.nav ul ul li a:focus {
	color: #ffffff;
	background-color: #231f20;
	text-decoration: underline;
}

nav.nav ul ul ul {
	margin-left: 9em;
}

#faqcontainer ul {
	margin-left: 40px;
}

.footer-container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

img.footerlogo {
	display: block;
	padding: 5px 15px;
}

.footer-address-container {
	margin-left: 20px;
	margin-right: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-address {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

main {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin-bottom: 40px;
}

.main-content {
	width: 72%;
	margin-left: 0;
	margin-right: 3%;
	position: relative;
}

.sidebar-content {
	width: 25%;
	margin-right: 0;
	margin-left: 0;
}


}

/*** 55em and Wider ** */

@media screen and (min-width: 55em) {
	.footermotto {
	display: block;
	float: left;
	width: 17%;
	max-width: 203px;
	margin-left: -15px;
	margin-top: 12px;
}

.footeraddress {
	margin-right: 0px;
}

.contact {
	width: 33%;
}


}

/*** 58em and Wider ** */

@media screen and (min-width: 58em) {
	.AIMS-Video {
	width: 47%;
	float: left;
	margin-right: 3%;
}

.AIMS-Video h4 {
	height: 68px;
	margin-top: 40px;
}


}

/*** 64em and Wider ** */

@media screen and (min-width: 64em) {
	#watermark img {
	max-width: 100%;
}

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

#main {
	overflow: auto;
}

.search {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

.sidebar-button {
	margin-left: 0px;
	margin-top: 66px;
	width: 255px;
}

.helpfullinkslist {
	display: none;
}

.footer-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-top: 5px;
}

img.footerlogo {
	height: 136px;
	padding-top: 6px;
}

.footeraddress {
	font-size: 1.5em;
	line-height: 1.4em;
}

.footeraddress img {
	padding: 10px 7px 0 0;
}

.footer-phone {
	margin-top: 5px;
}

.contact .contact {
	width: 33%;
}


}

/*** 70em and Wider ** */

@media screen and (min-width: 70em) {
	.header-schoolname {
	font-size: 2.375rem;
	line-height: 1em;
}

.header-schoolname span {
	font-size: 1.55rem;
}

#nt {
	margin-left: 0;
	margin-right: 0;
}

nav.nav li a {
	font-size: .96em;
}

.quicklinkscontainer-mobile {
	display: none;
}

.quicklinks-donate,
    .quicklinks-facebook,
    .quicklinks-twitter {
	margin-right: 10px;
}

.quicklinkscontainer {
	width: 12.625rem;
	height: 15.063rem;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_180232/site_466111/Graphics/quicklinks_background.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	display: inline-block;
	margin-top: -3.45rem;
	margin-left: 0px;
	margin-right: 43px;
	padding-top: 14px;
}

li.ql {
	font-size: 1.4em;
	text-align: center;
	background-color: transparent;
	width: 12.5rem;
	padding-left: 0;
}

li.ql ul {
	padding-left: 7.5rem;
}

#container,
    #container-subpages {
	max-width: 75em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}


}

/*** 72em and Wider ** */

@media screen and (min-width: 72em) {
	nav.nav ul {
	margin-left: 0px;
	padding-left: 0px;
}

.footertagline {
	display: block;
	font-family: 'Great Vibes', cursive;
	font-size: 2.813rem;
	margin: 3.25rem 0 0 6px;
}

.slideshow-container {
	width: 100%;
	max-height: 350px;
	overflow: hidden;
}

.body-graphic {
	display: inline;
	float: right;
}

img.swlogo {
	width: 60%;
	margin-top: 30px;
	margin-left: 20px;
}

.sidebar-graphic {
	margin-top: 66px;
}

.sidebar-graphic-under {
	margin-top: 30px;
}

.sidebar-button {
	margin-top: 10px;
	width: 300px;
}

.footer-topborder {
	background-color: #09357f;
	width: 100%;
	height: 3px;
	margin-bottom: 10px;
}

#nt-container {
	max-height: 500px;
}

.column1 {
	float: left;
	width: 50%;
}

.logo-tagline-container {
	padding: 0px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

h3.athletics {
	font-size: 1.43rem;
	line-height: 1.35em;
}


}

/*** 74em and Wider ** */

@media screen and (min-width: 74em) {
	#org-name {
	font-size: 6.54em;
	letter-spacing: 12px;
}

#parent-teacher-org {
	font-size: 3.56em;
	letter-spacing: 4.5px;
}


}

/*** 75em and Wider ** */

@media screen and (min-width: 75em) {
	.top-social-bar {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

nav.nav li a {
	font-size: 1.1em;
}

header {
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.slideshow-container {
	background-color: #cdcdcd;
	max-height: 292px;
	overflow: hidden;
}

.button-home, .button-home-twoline {
	background-color: transparent;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_180232/site_466111/Graphics/graphic_sidebarbutton.png);
	border: 0px solid white;
	outline: 0px solid #ab1d2d;
	width: 100%;
	background-repeat: no-repeat;
	max-width: 18.5rem;
	height: 3.125rem;
	padding: 0 .625rem 0 0px;
	margin: .938rem 0px -0.625rem;
	background-size: 100%;
}

.button-home:active, .button-home-twoline {
	-webkit-box-shadow: 0px 1px 0px 0px #ccc;
	box-shadow: 0px 1px 0px 0px #ccc;
}

.button-home:hover,
    .button-home:focus,
     .button-home-twoline:hover,
      .button-home-twoline:focus {
	background-color: transparent;
	border: 0px solid white;
	outline: 0px solid #231f20;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_180232/site_466111/Graphics/graphic_sidebarbutton_hover.png);
}

.button a:hover,
    .button a:focus {
	color: #ffffff;
}

.button-home a, .button-home-twoline a {
	padding-top: .875rem;
	margin-left: 0.062rem;
	font-size: 1.2em;
	line-height: 1.1;
	width: 96%;
}

.button-home-twoline a {
	padding-top: .3rem;
}

.button-twolines a {
	padding-top: 4px;
}

#staff-page h2 {
	margin-top: -25px;
}

#staff-page h2.staff-admin-title {
	margin-top: 0px;
}


}

/*** 78em and Wider ** */

@media screen and (min-width: 78em) {
	.slideshow-container {
	max-height: 414px;
	overflow: hidden;
}


}

.ql-title {
	color: #ffffff;
	font-family: 'Oxygen', sans-serif;
	font-size: 1.8rem;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	background: #ab1d2d;
}

.ql-title:after {
	content: '';
	border-bottom: 1px double #ffffff;
	border-width: 4px;
	width: 82%;
	height: auto;
	position: absolute;
	left: 17px;
	bottom: -13px;
}

/**************************************
TABLES
************************************** */

table {
	width: 100%;
	border-collapse: collapse;
	max-width: 700px;
}

th {
	font-weight: 600;
}

.responsivetable {
	overflow-x: auto;
	margin: 0 1em;
}

