/**************************************
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: #274162;
	margin-top: 25px;
	position: relative;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
}

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

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

h1 {
	color: #ffffff;
	background-color: #16284F;
	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: #16284F;
	height: 3px;
	border-top: 2px solid #ffffff;
	margin-left: -15px;
	display: block;
	margin-top: 5px;
}

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

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

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

h2:after {
	content: '';
	background-color: #A61B36;
	height: 1.563rem;
	display: inline-block;
	margin: 5px 0px 0 10px;
	flex-grow: 200;
}

h3 {
	color: #ffffff;
	background-color: #a52139;
	font-size: 1.563rem;
	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: #a52139;
	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: #a52139;
	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: #16284F;
	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: #16284f;
	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: #a52139;
}

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

h3.cm-subtitle {
	color: #16284F;
	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 #A61B36;
	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: #a52139;
	text-decoration : none;
	border-bottom: #a52139 dashed 1px;
}

a:hover, a:focus {
	color: #16284f;
	border-bottom: #16284f dashed 0px;
}

a:visited {
	color: #a52139;
}

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

.video-container {
	max-width: 640px;
	margin-left:auto;
	margin-right:auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	margin-left: 2%;
	margin-right: 1%;
	padding-top: 25px;
	height: 0;
	margin-top: 20px;
}

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

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

.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 {
	background-color :  #16284f;
	overflow : auto;
	font-family: 'ABeeZee', sans-serif;
	width: 100%;
}

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.nav ul {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #808080;
}

nav.nav li a {
	display : block;
	padding-top : 0.8em;
	padding-right : 0.8em;
	padding-bottom : 0.8em;
	padding-left : 0.8em;
	color : #fff;
	text-decoration : none;
}

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: #16284f;
	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;
	background-color: #A52139;
	color: white;
}

.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: #a52139;
	border-top: #16284f solid 15px;
	border-bottom: #16284f solid 15px;
	text-align: right;
	margin-top: 20px;
}

.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 : 14px;
	line-height: 1.2;
	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;
}

/**************************************
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;
	-moz-transition : all 0.1s ease-in-out;
	-ms-transition : all 0.1s ease-in-out;
	-o-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: #a52139;
	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 :  #16284f;
	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: 200px;
	background-image: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	z-index: 1;
}

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

.quicklinks {
	width : 100%;
	height: 2.313rem;
}

.quicklinks.parents {
	padding-top: 5px;
}

.quicklinks.parents ul, .quicklinks.staff ul, .quicklinks.community ul {
	z-index : 900;
	padding-bottom: 2px;
}

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

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

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

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

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.2;
	text-align : left;
	text-indent: 0;
	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;
}

li.ql ul li a:hover, li.ql ul li a:focus {
	background-color: #a52139;
}

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

ul.ql li ul li:hover, ul.ql li ul li:focus {
	background-color: #16284f;
}

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

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

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

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

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

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

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

/**************************************
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: #a52139;
}

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

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

i.fa.fa-facebook-official {
	font-size: 1.8em;
	text-align: center;
	color: #16284F;
	margin: 0px 15px 10px 0px;}

i.fa.fa-twitter {
	color: #5ea9dd;
	margin-right : 15px;
	font-size: 1.8em;
}

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

#google_translate_element {
	margin-bottom: 10px;
}

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

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

.button, .button-home, .button-home-twoline {
	background-color: #16284f;
	border: 1px solid white;
	outline: 7px solid #16284f;
	max-width: 18.5rem;
	padding: .625rem;
	margin: 1.25rem;
	text-shadow: 1px 1px #16284f;
}

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

.button-home a:hover, .button-home a:focus, .button-home-twoline:focus a, .button-home-twoline:hover a, .button-home-twoline a:focus, .button-home-twoline a:hover, .button-home-twoline-red a:focus, .button-home-twoline-red a:hover {
	color: #ffffff;
	background-color: inherit;
	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;
}

.button-home-twoline-red 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;
}

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

.button a:hover, .button-home a:hover, .button:hover a, .button-home:hover a, .button-home-twoline:hover a, .button-home-twoline a:hover {
	text-shadow: 1px 1px 0 rgb(165, 33, 57);
	text-decoration: underline;
}

.button-home-twoline-red:hover a, .button-home-twoline a-red:hover {
	text-shadow: 1px 1px 0 rgb(22,40,79);
	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;
}

.calendar {
	padding-bottom : 20px;
}

i.fa.fa-instagram {
	font-size: 1.8em;
	text-align: center;
	color: #16284F;
	margin: 0px 15px 10px 0px;
}

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

form {
	margin-top : 20px;
	margin-bottom : 20px;
	width : 100%;
}

table {
	width : 95%;
}

td {
	padding-top: .4em;
	padding-bottom: .4em;
}

td.label {
	width : 30%;
}

td.label h2 {
	width: 200%;
}

input[type="text"], textarea {
	width: 100%;
}

input {
	margin-bottom : 5px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #870e01;
	color : #ffffff;
	margin-top: 20px;
	float: right;
}

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

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 {
	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 #a52139;
	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;
}

.club-container {
	margin-bottom: 30px;
	margin-left: 20px;
}

.clubs-col1 {
	font-weight: bold;
}

.clearfix {
	clear: both;
}

.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: #16284F;
}

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

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

h3.athletic {
	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.75em;
	margin-bottom: 0;
	width: 33%;
}

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

.contact.coaching {
	height: 4.75em !important;
}


}

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

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

.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: 0px;
}

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

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

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

.quicklinks ul ul {
	background-color: #16284f;
	color: #ffffff;
	margin-left: 45px;
	width: 11.563rem;
}

.disclaimer {
	font-size : 0.9em;
}


}

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

@media screen and (min-width: 40em) {
	header {
	position: relative;
	display: inline-block;
	width: 100%;
}

.logo {
	display: block;
	float: left;
	max-width : 166px;
	margin: 0px 2% -5px;
	text-align : left;
	padding-top : 10px;
}

.logo img {
	width: 100%;
}

.header-schoolname {
	text-align: left;
	font-size: 3.9vw;
	line-height: 1em;
	padding-top: 20px;
}

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

.contact .contact {
	float: left;
	width: 50%;
	height: 9.375rem;
}

.club-container {
	float: left;
	width: 45%;
}

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

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

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

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

#google_translate_element {
	margin-bottom: 0;
}


}

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

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

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

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

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

header {
	margin-right: auto;
	margin-left: auto;
	max-width: 75rem;
	position: relative;
}

.header-schoolname span {
	margin-left: 43px;
}

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

td.label {
	width: 40%;
	padding-right: 3%;
}

.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 {
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	margin-top : 0px;
}

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

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

.slideshow img {
	width: 100%;
	border-bottom: 3px #a52139 solid;
}

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

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

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

/****** 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.nav li a {
	padding-top : .3em;
	padding-right : .5em;
	padding-bottom : .3em;
	padding-left : .5em;
}

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

#site-navigation {
	width: 100%;
	height: 40px;
}

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 2vw;
	text-align : center;
	font-size: 17px;
	font-weight: 300;
	border-bottom-width : 0;
	border-bottom-style : solid;
	border-bottom-color : #000;
	color : #fff;
	background-color: #16284f;
}

nav.nav li:hover, nav.nav li:focus {
	background-color : #a52139;
	color: #ffffff;
}

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

nav.nav li li a:hover, nav.nav li li a:focus {
	color: #ffffff;
	background-color : transparent;
}

nav.nav li li:hover, nav.nav li li:focus {
	background-color : #CEDFF1;
	color: #09357f;
}

li.nav-Home {
	border-left-width : 0;
	border-left-style : none;
	border-left-color : -moz-initial;
}

li.nav-Contact_Us {
	border-right-width : 0;
	border-right-style : none;
	border-right-color : -moz-initial;
}

nav.nav ul ul {
	position : absolute;
	top : 40px;
	width: 13.125rem;
	color: #ffffff;
	background-color : #a52139;
	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 : #ffffff;
	text-align : left;
	background: #a52139;
}

nav.nav ul ul li:hover, nav.nav ul ul li:focus {
	color : #ffffff;
	background-color: #16284f;
	text-decoration : underline;
}

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

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

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

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

.footer-address-container {
	margin-left: 20px;
	margin-right: 10px;
	flex-grow: 1;
}

main {
	display:-webkit-flex;
	display:-ms-flexbox;
	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;
}

.footer-address-container {
	padding-top: 50px;
}


}

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

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

.weblinks-smallview {
	display : none;
}

.contact.coaching, {
	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;
}

.col1 {
	float: left;
}

.col2 {
	float: left;
	margin-left: 25px;
}


}

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

@media screen and (min-width: 64em) {
	#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.75rem;
}

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

nav.nav li a {
	font-size: .96em;
	padding: 8px 20px;
}

.quicklinks {
	display: block;
	margin-left: 16px;
}

.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_190243/Graphics/quicklinks_background.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	display: inline-block;
	margin-top: -41px;
	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 : 120px;
}

ul.ql li.ql ul {
	padding-left: 0px;
	margin-left: 60px;
}


}

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

@media screen and (min-width: 72em) {
	#window {
}

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

.footertagline {
	display: block;
	color: #ffffff;
	font-family: 'Great Vibes', cursive;
	font-size: 2.5rem;
	margin: 57px 0 0 6px;
	text-align: left;
	line-height: 1;
}

.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:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}

h3.athletic {
	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.188rem;
	padding: 9px 23px;
}

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

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

h1 {
	font-size: 2.188rem;
}

h3 {
	font-size: 1.875rem;
}

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

.button-home-twoline-red {
	background-color: transparent;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_180232/site_190243/Layout/graphic_sidebarbutton_hover.png);
	border: 0px solid white;
	outline: 0px solid #16284f;
	width: 92%;
	background-repeat: no-repeat;
	max-width: 18.5rem;
	height: 3.125rem;
	padding: 0 .625rem;
	margin: .938rem  0px -.625rem;
}

.button-home:active, .button-home-twoline:active, .button-home-twoline-red:active {
	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 #16284f;
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_180232/site_190243/Layout/graphic_sidebarbutton_hover.png);
}

.button-home-twoline-red:hover, .button-home-twoline-red:focus {
	background-color: transparent;
	border: 0px solid white;
	outline: 0px solid #16284f;
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_180232/site_190243/Layout/graphic_sidebarbutton.png);
}

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

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

.button-home-twoline-red a {
	padding-top: .875rem;
	margin-left: -1.938rem;
	font-size: 1em;
	line-height: 1.1;
}

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

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

.contact {
	width: 33%;
}


}

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

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


}

/*** 87em and Wider ** */

@media screen and (min-width: 87em) {
	.quicklinks ul ul {
	margin-left: 90px;
}


}

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

.search {
	margin: 15px;
	width: 90%;
}

.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: flex;
}

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

input#btnSubmit {
	margin: 0 0 0 10px;
	border: 0;
	padding: 10px;
	border: 1px solid;
	background: #16284f;
}

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

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


}

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

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

.googe-te-gadget-simple span {
	color: #000!important;
}

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

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

th {
	font-weight: 600;
}

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

