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

#window {
	width : 100%;
	height : 100%;
}

main {
	clear : both;
	max-width : 1200px;
	color: #000000;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
	padding-top : 20px;
	padding-bottom : 20px;
	position : relative;
	display : inline-block;
}

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

h1 {
	font-size : 2em;
	font-family : 'Roboto', sans-serif;
	color : #272727;
	background-repeat : no-repeat;
	display : block;
	font-weight : 300;
	padding-right : 10px;
	padding-left : 10px;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0px;
	line-height : 1em;
	max-width : 662px;
}

h2, .newstitle, h3, h4 {
	font-size : 1.3em;
	line-height : 1.2em;
	font-family : 'Roboto', sans-serif;
	color : #272727;
	font-weight : 400;
	padding: 15px 0 5px 0;
	margin: 0px 10px;
}

h2, h4, .newstitle {
	border-bottom: 1px solid #272727;
	width: 90%;
}

h5 {
	line-height : 1.2em;
	height : 57px;
	font-family : 'Roboto', sans-serif;
	font-weight : 400;
	padding-right : 10px;
	padding-bottom : 0px;
	padding-left : 10px;
	margin-bottom : 0px;
	font-style: italic;
	margin-top: 1em;
	font-size: 1.2em;
	color: #272727;
	height: auto;
}

h6 {
	font-size : 1.2em;
	display : block;
	font-family : 'Rock Salt', cursive;
	margin-top : 10px;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 10px;
}

h7 {
	font-size: 1.2em;
	line-height: 1.25em;
	font-family: 'Roboto', sans-serif;
	color: #104c10;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	display: block;
	margin-top: 20px;
	width: 80%;
	text-align: center;
}

h7 span {
	display: block;
	text-align: right;
}

.subhead {
	font-size : 1.1em;
	line-height : 1em;
	font-family : 'Roboto', sans-serif;
	color : #6c0127;
	font-weight : 300;
	padding: 15px 0 5px 0;
	margin: 0px 10px;
}

.subhead {
	width: 90%;
}

/*** MAIN STYLING ** */

header {
	padding-bottom: 20px;
}

.header-container {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header-name-container {
	margin-right: 10px;
}

.header-schoolname {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: clamp(2rem,4vw,3rem);
	line-height: 1;
	color: #272727;
	margin-left: 10px;
	letter-spacing: -1.5px;
}

.header-tagline {
	font-family: 'Roboto', sans-serif;
	font-size: clamp(1.5rem,4vw,1.875rem);
	font-weight: 300;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}

.header-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 25px;
	width: 70%;
}

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

.apply a {
	background: #000;
	color: #fff;
	padding: 20px;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.apply a:hover, .apply a:focus {
	text-decoration: underline;
	background: #6c0127;
	color: #fff;
}

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

section {
	background-color : #FFF;
	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;
}

.slideshow-tagline {
	display : none;
}

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

a {
	color : #6c0127;
}

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

a:visited {
	color : #6c0127;
}

a.collapseTitle {
	text-decoration: none;
}

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

.sidebar-content ul {
	margin-bottom : 20px;
}

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

form {
	margin-left : 15px;
	margin-bottom : 20px;
}

td.label {
	width : 45%;
}

.frm-field input, .frm-field textarea {
	margin-bottom: 5px;
	width: 90%;
}

::-webkit-input-placeholder {
	color: white;
}

:-moz-placeholder {
	/* Firefox 18- */

color: white;
}

::-moz-placeholder {
	/* Firefox 19+ */

color: white;
}

:-ms-input-placeholder {
	color: white;
}

#weblinksimage {
	margin-left : 25px;
}

.weblinks-smallview {
	display : block;
}

.video-container {
	max-width: 560px;
}

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

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

/**************************************
 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) ~ #navigation {
	display: none;
}

#main-menu-state:checked ~ #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 {
	overflow : auto;
	background-color: #6c0127;
	position: relative;
	z-index: 5;
}

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

nav ul li a, nav ul li a:visited {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

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

nav li {
	display : block;
}

nav[role=navigation] ul {
	margin : 0;
	padding: 0;
	border-top: 1px solid #808080;
}

nav[role=navigation] li a {
	display : block;
	padding: 0.3em 0.8em;
	font-size: 1.2rem;
	color : #ffffff;
	text-decoration : none;
	font-family : 'Roboto', sans-serif;
}

nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
	color : #fff;
	text-decoration : underline;
}

/*** LIST ITEMS ** */li.visit {
	width : 100%;
	height : 86px;
	float : left;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

li.visit a {
	background-position : 0px 0;
	background-repeat : no-repeat;
	display : block;
	width : 190px;
	font-family : 'Crimson Text', Times, serif;
	font-size : 1.4em;
	color : #FFF;
	text-decoration : none;
	padding-top : 25px;
	padding-right : 0;
	padding-bottom : 25px;
	padding-left : 0px;
	text-indent : 65px;
}

li.visit a:hover, li.visit a:focus {
	background-position : -190px 0;
}

li.gallery {
	width : 100%;
	height : 86px;
	float : left;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

li.gallery a {
	background-image : url();
	background-position : -15px -86px;
	background-repeat : no-repeat;
	display : block;
	width : 187px;
	font-family : 'Crimson Text', Times, serif;
	font-size : 1.4em;
	color : #FFF;
	text-decoration : none;
	padding-top : 25px;
	padding-right : 0;
	padding-bottom : 25px;
	padding-left : 0px;
	text-indent : 18px;
}

li.gallery a:hover, li.gallery a:focus {
	background-position : -205px -86px;
}

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

footer {
	background-color: #6c0127;
}

footer a {
	color : #004fa2;
	text-decoration : none;
}

.footer-container {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	position: relative;
}

.footer-schoolname {
	color: #fff;
	font-family : 'Roboto', sans-serif;
	font-size: 7vw;
	line-height : 1.4em;
}

.footer-address {
	color : #fff;
	font-family : 'Roboto', sans-serif;
	font-size : 1.125em;
	line-height : 1.4em;
	text-transform: uppercase;
}

.footer-address span {
	color: #fff;
}

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

.footer-facebook, .footer-twitter, .footer-instagram, .footer-youtube, .footer-email {
	margin-right: 5px;
}

.social-container i {
	color: #6c0127;
}

i.fa.fa-facebook-square {
	/*color: #3b5998;
	*/

font-size: 35px;
}

i.fa.fa-twitter-square {
	/*color: #3b5998;
	*/

font-size: 35px;
}

i.fa.fa-instagram {
	/*color: #fff;
	*/

font-size: 35px;
}

i.fa.fa-youtube-square {
	/*color: #cd201f;
	*/

font-size: 35px;
}

i.fa.fa-envelope-square {
	/*color: #fff;
	*/

font-size: 35px;
}

.footer-logo img {
	width: 51%;
}

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

#copyright a {
	color : #000000;
}

/**************************************
 HOME NEWS TICKER
 ************************************** */

#nt {
	width : 90%;
	margin: 0 auto 0 10px;
	padding: 4px 0 0 0;
	max-height: 420px;
	overflow: hidden;
}

#nt-container {
	text-align : left;
	margin-top : 0px;
}

#nt-container i {
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	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 : 'Roboto', sans-serif;
	font-size : 1em;
	font-weight : bold;
	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;
	padding-top : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
	padding-left : 0px;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
	text-align : left;
	padding-top : 3px;
	padding-right : 0;
	padding-bottom : 10px;
	padding-left : 0;
}

li.newsLink a {
	color : #dd2928;
}

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

/**************************************
 COLLAPSIBLE MODULES
 ************************************** */

.collapsible-title {
	color: #272727;
	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: #6c0127;
}

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

#faqcontainer {
	margin-top : 0;
	margin-right : 20px;
	margin-bottom : 0;
	margin-left : 15px;
}

#faqcontainer p {
	margin-left : 0px;
	margin-top : 30px;
}

.backtotop {
	font-size : .8em;
}

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

.quicklinkscontainer {
	margin-top : 10px;
	margin-left : 0px;
	margin-bottom : 0px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.quicklinks-title {
	font-size : 2.8em;
	color : #ffffff;
	font-family : 'Roboto', sans-serif;
	background-color: #6c0127;
	font-weight : 300;
	line-height : 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
}

li.ql a {
	position: relative;
	width: 175px;
	height: 115px;
	display: inline-block;
	top: -56px;
}

.quicklinks-title p {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.quicklinks-border {
	background-color: #6c0127;
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
}

#quicklinks {
	width: 50%;
	margin: 10px 0;
}

#quicklinks.chooseus ul {
	height: 80px;
	z-index : 700;
	padding-left : 0px;
	text-align: center;
}

#quicklinks.chooseus ul:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #d9d9d9;
}

#quicklinks.chooseus ul:after {
	content: "CHOOSE US";
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #272727;
}

#quicklinks.community ul {
	height: 80px;
	z-index : 750;
	padding-left : 0px;
	text-align: center;
}

#quicklinks.community ul:before {
	content: "\f015 ";
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #d9d9d9;
}

#quicklinks.community ul:after {
	content: "COMMUNITY";
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #272727;
}

#quicklinks.employees ul {
	height: 80px;
	z-index : 800;
	padding-left : 0px;
	text-align: center;
}

#quicklinks.employees ul:before {
	content: "\f040";
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #d9d9d9;
}

#quicklinks.employees ul:after {
	content: "EMPLOYEES";
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #272727;
}

#quicklinks.students ul {
	height: 80px;
	z-index : 850;
	padding-left : 0px;
	text-align: center;
}

#quicklinks.students ul:before {
	content: "\f1ae";
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #d9d9d9;
}

#quicklinks.students ul:after {
	content: "STUDENTS";
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #272727;
}

#quicklinks.parents ul {
	height: 80px;
	z-index : 900;
	padding-left : 0px;
	text-align: center;
}

#quicklinks.parents ul:before {
	content: "\f004";
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #d9d9d9;
}

#quicklinks.parents ul:after {
	content: "PARENTS";
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #272727;
}

#quicklinks.parents ul ul:before, #quicklinks.parents ul ul:after, #quicklinks.students ul ul:before, #quicklinks.students ul ul:after, #quicklinks.employees ul ul:before, #quicklinks.employees ul ul:after, #quicklinks.community ul ul:before, #quicklinks.community ul ul:after, #quicklinks.chooseus ul ul:before, #quicklinks.chooseus ul ul:after {
	content: "";
	background-image: none;
}

#quicklinks ul ul {
	background-color: #272727;
	margin-left: 45px;
}

li.ql {
	list-style-type : none;
	font-family : 'Roboto', sans-serif;
	text-align : left;
	font-size : 1.25em;
	height: 10px;
}

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

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

li.ql ul li a {
	font-family : Arial, sans-serif;
	font-size : 14px;
	text-align : left;
	display : block;
	height : auto;
	width : 180px;
	padding-top : 5px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-left : 10px;
	color : #ffffff;
	background-image: none;
	text-decoration : none;
	text-transform : none;
	top: 0;
}

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

ul.ql li.ql ul {
	margin-top : -80px;
}

ul.ql li.ql ul li a {
	background-color: #272727;
}

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

ul.ql li ul {
	display : none;
}

#quicklinks ul:hover ul, #quicklinks ul:focus ul {
	display : block;
}

ul.ql li ul li {
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

.search-container {
	position : relative;
	margin-bottom: 10px;
	margin-right: 10px;
}

.twitter, .facebook, .instagram, .email, .youtube, .email {
	display : none;
	float : right;
	margin-right : 8px;
}

.logo img {
	margin-left : 10px;
	margin-bottom : 0px;
	margin-top : 0px;
}

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

.schoolname img {
	width : 100%;
}

.banner-subpages, .sidebar-content img, .subpage-header-photos {
	display : none;
}

.sidebar-content .button a, .main-content .button a {
	display: block;
	background-color: #d9d9d9;
	padding: 20px;
	text-align: center;
}

.button a:hover, .button a:focus {
	background-color:#6c0127;
	color: #fff;
	text-decoration: underline;
}

.button a, .button span {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 22px;
	text-decoration: none;
}

.button a:hover, .button span:hover {
	color: #fff;
}

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

.slideshow {
	display : none;
}

.main-content, .sidebar-content {
	float : none;
	width : 100%;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
}

.main-content:before, .sidebar-content:before, .sidebar-content-middle:before, .sidebar-content-right:before {
	content : '';
	position : absolute;
	height : 100%;
	width : 100%;
	bottom : 0;
	z-index : -1;
}

footer p {
	font-size : 1em;
}

.two-columns {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	-webkit-perspective: 1;
	column-count: 2;
	column-gap: 1em;
	margin-left: 0px !important;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-right: 3em;
}

.two-columns ul {
	margin-top: 0;
}

.search {
	margin-top: 4px;
	margin-right: 37px;
	margin-bottom: 10px;
	margin-left: 0;
	height: 27px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	width: 200px;
	z-index: 1001;
	position: relative;
}

.search:after {
	color: #fff;
}

.search:after {
	content: "\f002";
	font-family: FontAwesome;
	float: right;
	margin-right: -27px;
	font-size: 20px;
	color: #ffffff;
	margin-top: -3px;
}

.gsc-control-cse {
	background-color : transparent !important;
	border-top-width : 0px;
	border-top-style : solid;
	border-top-color : #FFF;
	border-right-width : 0px;
	border-right-style : solid;
	border-right-color : #FFF;
	border-bottom-width : 0px;
	border-bottom-style : solid;
	border-bottom-color : #FFF;
	border-left-width : 0px;
	border-left-style : solid;
	border-left-color : #FFF;
}

.gsc-control-wrapper-cse {
	margin-top : 40px;
}

#gsc-i-id1 {
	width : 140px !important;
	border-top-width : 0px;
	border-top-style : solid;
	border-top-color : #D9D9D9;
	border-right-width : 0px;
	border-right-style : solid;
	border-right-color : #D9D9D9;
	border-bottom-width : 0px;
	border-bottom-style : solid;
	border-bottom-color : #D9D9D9;
	border-left-width : 0px;
	border-left-style : solid;
	border-left-color : #D9D9D9;
	background-color : transparent !important;
	border-color: transparent !important;
	background-image : none !important;
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
	height : 25px;
	margin-top : -10px;
}

#___gcse_0 input[type="text"] {
	background-color : transparent !important;
	background-image : none;
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
}

.gsc-clear-button {
	display : none;
}

.gsc-input {
	vertical-align : middle;
	margin-top : -10px;
	margin-left : 90px;
	position : absolute;
	color : white;
}

.gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border: 0px solid #D9D9D9 !important;
	background-color : transparent !important;
	box-shadow : 0 0 0 #FFF ;
	margin-top : -25px;
	margin-left : 0px;
	width : 195px;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	opacity : 0;
	filter : alpha(opacity=0);
	margin-left : -10px;
}

table.gsc-search-box, table.gsc-search-box tbody, table.gsc-search-box tbody tr {
	width : 190px ;
	position : relative;
	display : inherit;
}

gsc-search-button {
	float : left;
}

.gsc-search-button {
	float: right;
	margin-right: -43px;
	width: 30px !important;
}

.gsc-input {
	float : right;
}

.gsc-search-button.gsc-search-button-v2 {
	margin: 0;
	padding: 0;
}

.gsc-input-box {
	margin-top : -5px;
	padding-top : 5px;
	padding-right : 0px;
	padding-bottom : 5px;
	padding-left : 0px;
}

input#gsc-i-id1 {
	color: #000000;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-left: 5px;
}

.gsc-input {
	margin: 0;
}

table.gsc-search-box td {
	vertical-align: top !important;
}

.gsib_a {
	width: 85% !important;
}

#quote, #sidebargraphic, .main-content img {
	display : none;
}

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

.map {
	display : none;
}

.facebookfeed {
	margin-bottom: 20px;
	max-width: 252px;
}

.twitter-container {
	max-width: 252px;
}

.valuation {
	display: none;
}

.classes {
	margin-top: 24px;
}

i span {
	display: none;
}

.NewsSlideshow {
	display : none;
}

#slider1_container img {
	max-width : 100%;
}

.blog-date, .blog-readmore {
	margin-left: 10px;
}

.blog-title {
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 300;
	text-decoration: none;
	display: block;
	margin: 25px 0 0px 10px;
}

label.sr-only {
	position: relative;
	display: block;
	height: auto;
	width: auto;
}

input.button.comment {
	padding: 10px;
	margin-top: 10px;
	color: #fff;
}

#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:#6c0127;
	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;
}

.two-columns {
	-moz-column-count : 1;
	-webkit-column-count : 1;
	-webkit-perspective : 1;
	column-count : 1;
	margin-left : 0px;
	margin-bottom : 1em;
}

/*********** 29em and wider ******** */

@media screen and (min-width: 29em) {
	footer p {
	font-size : 1.2em;
}

.footer-address, .footer-phone {
	font-size : 1.2em;
	line-height : 1.5em;
}

.contact, .govboard {
	margin-top: 10px;
}

.contact .contact, .admin .admin, .govboard .govboard {
	float : left;
	width : 50%;
	height : 130px;
}

.govboard .govboard {
	height: 80px;
}

.contact .hr {
	height: 150px;
}

.admin .admin {
	height : 175px;
}

.contact_img img {
	display: none;
}


}

/**** 34em and wider ***** */

@media screen and (min-width: 34em) {
	#quicklinks {
	width: 33%;
	padding-top: 6px;
}

.schools .schools {
	float : left;
	width : 50%;
	height : 225px;
}


}

/**** 48em and wider ***** */

@media screen and (min-width: 48em) {
	header {
	background-color: #d9d9d9;
}

.header-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: flex-end;
}

.header-logo {
	width: 25%;
	margin: 0 20px;
}

.header-name-container {
	margin-right: 20px;
}

.header-social-container {
	margin-left: auto;
	min-width: 205px;
}

.search-container {
	padding-top : 10px;
}

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

.contact_img img {
	margin-left: .5em;
}

h1 {
	font-size : 2.5em;
	padding-top : 0px;
	line-height : 1.4em;
}

.footer-logo img {
	display : block;
	max-width: 285px;
	margin: 10px 0;
}

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

nav#menu {
	overflow: visible;
}

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

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

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

.sub-arrow {
	display: none;
}

#navigation {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

nav[role=navigation] ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	border: 0;
	text-align : center;
	height: 60px;
}

nav[role=navigation] li {
	margin: auto;
}

nav[role=navigation] li a {
	font-size: 2.4vw;
	border-bottom: 0;
	color : #ffffff;
	padding: 0;
}

nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
	text-decoration : none;
	border-bottom: 5px solid #ffffff;
	margin-bottom: -5px;
	color: white;
}

nav[role=navigation] ul ul {
	position : absolute;
	width : 200px;
	background-color : #272727;
	color: #ffffff;
	padding-left : 0;
	margin-left : 0;
	text-indent : 0;
	float : none;
	z-index : 1000;
	display: none;
	height: auto;
}

nav[role=navigation] ul ul li {
	float : none;
	border: 0;
	position : relative;
	display : block;
	padding-bottom: 0px;
}

nav[role=navigation] ul ul li a {
	padding-top : 10px;
	padding-right : 0px;
	padding-bottom : 10px;
	padding-left : 10px;
	margin-left : 0px;
	font-size : 1em;
	color : #ffffff;
	text-align : left;
}

nav[role=navigation] ul ul ul {
	margin-left: 250px;
	margin-top: -50px;
}

nav[role=navigation] ul ul li:hover, nav[role=navigation] ul ul li:focus {
	color : #000000;
	background-color : #6c0127;
	text-decoration : underline;
	border: 0;
	border-bottom: 0px solid #ffffff;
}

nav[role=navigation] ul ul li a:hover, nav[role=navigation] ul ul li a:focus {
	border-bottom: 0px solid #ffffff;
	margin-top: 0;
	margin-bottom: 0px;
}

.banner-subpages {
	background-color : #FFF;
	text-align : center;
	padding-top : 20px;
	margin-bottom : 0px;
}

.logo img {
	margin-top : 0px;
}

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

.slideshow {
	display : block;
	z-index: -1;
}

.slideshow img {
	width : 100%;
}

main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.banner-subpages, .sidebar-content img {
	display : block;
}

.subpage-header-photos {
	display: block;
	width: 100%;
}

h2, .newstitle, h3, h4 {
	font-size: 2em;
	line-height: 1em;
	font-weight: 300;
}

h2, h4 {
	font-size: 1.8em;
	width: 100%;
}

.subhead {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: 300;
	margin-top: 10px;
}

.subhead {
	font-size: 1.4em;
	width: 100%;
}

.quicklinks {
	width : 45%;
	float : left;
	height : 277px;
	padding-left : 5%;
}

.slideshow {
	margin-bottom : 5px;
}

.home-slideshow-container {
	display : inline-block;
}

.main-content {
	float : left;
	width : 71%;
	margin-left : 0%;
	margin-right : 3%;
	display : inline-block;
	position : relative;
	z-index : 0;
}

.main-content img {
	width: 50%;
	max-width: 300px;
}

img.programsPhotos {
	width: 70%;
	max-width: 465px;
	float: right;
	margin-left: 10px;
}

img.bottom-photo {
	width: 80%;
	max-width: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.sidebar-content {
	display : inline-block;
	position : relative;
	width : 25%;
	float : right;
	margin-right : 1%;
	margin-left : 0px;
	margin-top : 0px;
	z-index : 0;
}

.sidebar-content img {
	width: auto;
	margin-bottom : 20px;
	margin-right : auto;
	margin-left : auto;
	text-align: center;
	width: 100%;
	max-width: 280px;
}

img.sidebar-staff {
	max-width: 100px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 15px;
}

img.button {
	max-width: 247px;
}

.namecontainer {
	height : auto;
	margin-right : auto;
	margin-left : auto;
	width : 420px;
	display : inline;
}

#quote, #sidebargraphic, .main-content img {
	display : block;
}

#weblinksimage {
	display: none;
}

.map {
	display : block;
	margin: 15px;
}

.map-link {
	display : none;
}

.footer-address, .footer-phone {
	font-size : 1.2em;
	line-height : 1.5em;
}

.footer-phone a {
	color : #023688;
}

i.fa.fa-map-marker, i.fa.fa-phone {
	color : #023688;
	font-size : 1.2em;
	line-height : 1.2em;
	float : left;
	margin-right : 5px;
	padding-top : 5px;
}

.footer-schoolname {
	font-size : 2.5em;
	line-height : 1em;
	font-weight: 300;
}

.footer-logo {
	display : block;
	margin-right : 10px;
}

.contact .contact, .admin .admin {
	height: 265px;
}

.contact_img img {
	width: 100px;
}

.NewsSlideshow {
	display : block;
}

.two-columns {
	-moz-column-count : 2;
	-moz-column-gap : 1em;
	-webkit-column-count : 2;
	-webkit-column-gap : 1em;
	-webkit-perspective : 1;
	column-count : 2;
	column-gap: 2em;
	margin-left : 0px;
	margin-bottom : 1em;
}

.two-columns ul, .two-columns p {
	margin-top : 0;
}


}

/**** 50em and wider ***** */

@media screen and (min-width: 50em) {
	.contact .contact, .admin .admin, .govboard .govboard {
	float : left;
	width : 33%;
}

.admin .admin {
	height : 185px;
}

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

.contact_img img {
	margin-left: .5em;
}

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

.search-container {
	position: absolute;
	right: 0;
}


}

/**** 58em and wider ***** */

@media screen and (min-width: 58em) {
	.contact .hr {
	height : 300px;
}

.contact .contact, .admin .admin, .govboard .govboard {
	width : 25%;
}

.classes {
	margin-top: -20px;
}

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

.valuation-heading div, .classes div {
	float: left;
	margin-right: 20px;
	font-size: 13px;
	width: 13%;
	height: 30px;
	text-align: right;
	line-height: 16px;
}

.classes {
	display: table;
	width: 100%;
	border: 1px double white;
	margin-top: -1px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-style: groove;
}

.valuationinfo {
	padding-left: 5px;
}


}

/**** 61.25em and wider ***** */

@media screen and (min-width: 61.25em) {
	nav.nav {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

nav[role=navigation] li a {
	font-size: 23px;
}

#quicklinks {
	width: 25%;
}


}

/**** 64em and wider ***** */

@media screen and (min-width: 64em) {
	.weblinks-smallview {
	display : none;
}

#weblinksimage {
	display: block;
}


}

/**** 75em and wider ***** */

@media screen and (min-width: 75em) {
	nav[role=navigation] ul ul {
	margin-left: 30px;
}

main {
	padding-top: 30px;
}

.quicklinkscontainer {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.footer-logo, .footer-address-container {
	width: auto;
}

.slideshow {
	overflow: hidden;
}


}

/************************PHOTO HOME NEWS ************************* */

#home-news-container {
	display: flex;
	flex-direction: column;
	max-width: 75rem;
	margin: auto;
	padding: 20px 20px 5px;
	color: #000;
}

.home-news-item p {
	margin : 15px 0;
}

.home-news-item a {
	color: #6C0127;
}

.home-news-item img {
	width:75%;
	display:block;
	border: solid 5px #6C0127;
}

.home-news-item {
	margin-bottom: 1em;
}

@media screen and (min-width: 48em) {
	.home-news-item img {
	width:100%;
}

#home-news-container {
	flex-direction: row;
	padding: 30px 20px 20px;
}

#home-news-title img {
	padding: 0 25px 0 40px;
}

.home-news-title-text {
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 0;
}

.home-news-item {
	width: 50%;
	margin-right: 2%;
	margin-bottom: 0;
}

.home-news-item:first-of-type {
	margin-top: 0px;
}

.home-news-item:last-of-type {
	margin-bottom: 0px;
}

.home-news-item:last-child {
	margin-right: 0;
}

.news-image img {
	margin-top: 0;
}


}

