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

#window {
	width : 100%;
	height : 100%;
	background-color: #f0f0f0;
}

#container {
	background-color: #f0f0f0;
}

main {
	clear : both;
	max-width : 1200px;
	color: #0d2444;
	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 : 2.1875em;
	font-family: 'PT Sans', sans-serif;
	color : #ffffff;
	background-color : #116774;
	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 : 10px;
	padding-bottom : 15px;
	line-height : 1em;
}

h2, .newstitle, h3, h4 {
	font-size : 1.875em;
	line-height : 1.2em;
	font-family: 'PT Sans', sans-serif;
	color: #0d2444;
	font-weight : 400;
	padding-top : 10px;
	padding-right : 0px;
	padding-bottom : 5px;
	padding-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 20px;
}

h3 {
	color: #fff;
	background-color : #0d4b56;
	text-align : center;
	margin-left : 0px;
	padding-top : 12px;
	padding-bottom : 15px;
}

h2, .newstitle {
	border-bottom: 2px solid #116774;
	margin-left : 10px;
}

h4 {
	border-bottom: 2px solid #116774;
	width: 100%;
	text-align : center;
	margin-left : 0px;
}

h5 {
	font-size : 1.2em;
	line-height : 1.2em;
	height : 57px;
	font-family: 'PT Sans', sans-serif;
	font-weight : 400;
	padding-right : 10px;
	padding-bottom : 0px;
	padding-left : 10px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	color: #116774;
}

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

/*** MAIN STYLING ** */

header {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom : 10px;
}

.header-container, .logo-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width: 100%;
}

.header-schoolname {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 10vw;
	line-height: 14vw;
	color: #116774;
	margin-left: 20px;
	letter-spacing: -1.5px;
	padding-top : 20px;
}

.header-logo {
	margin-left: 5%;
	display: block;
	margin-bottom: 10px;
	width : 100%;
	float : left;
	padding-top : 20px;
}

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

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

a {
	color : #116774;
}

a:hover {
	color : #116774;
	text-decoration : none;
}

a:visited {
	color : #116774;
}

ul {
	margin-top : 5px;
	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%;
}

input {
	margin-bottom : 5px;
}

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

.welcome {
}

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

.videoWrapper {
	position: relative;
	padding-bottom: 45.25%;
	padding-top: 6px;
	height: 0;
	width: 83%;
}

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

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

nav#menu {
	overflow : auto;
	background-color: #116774;
}

nav.nav {
	display : inline-block;
}

nav ul {
	position : relative;
}

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: #116774;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

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

nav li {
	display : block;
}

.wrap {
	position : relative;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-ms-transition : all 0.3s ease-out;
	-o-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.wrap.active {
	left : 16em;
}

a.menu-link {
	float : left;
	width : 96%;
	background-color :#116774;
	color : #116774;
	text-decoration : none;
	padding: 5px;
	font-size: 1.5em;
	z-index: 10001;
	position: absolute;
}

a.menu-link p {
	margin-top : 10px;
	float : left;
}

nav[role=navigation] {
	background-color : #000000;
	background-image : none;
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
	clear : both;
	overflow : hidden;
}

.js nav[role=navigation] {
	width : 16em;
	height : 100%;
	position : absolute;
	top : 0;
	left : -16em;
}

nav[role=navigation] 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 : #fff;
}

nav[role=navigation] li a {
	display : block;
	padding-top : 0.8em;
	padding-right : 0.8em;
	padding-bottom : 0.8em;
	padding-left : 0.8em;
	text-decoration : none;
	font-family: 'Oswald', sans-serif;
}

nav[role=navigation] li a:hover {
	text-decoration : none;
}

/*** 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 {
	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 {
	background-position : -205px -86px;
}

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

footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	background-color : #116774;
	color : #fff;
	position : relative;
}

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

.footer-container {
	padding: 15px;
}

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

.footer-address {
	color : #fff;
	font-family: 'PT Sans', sans-serif;
	font-size : 1.125em;
	line-height : 1.4em;
}

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

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

#copyright a {
	color : #0d2444;
}

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

#nt {
	width : 90%;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : 10px;
	padding-top : 4px;
	padding-right : 4px;
	padding-bottom : 4px;
	padding-left : 0px;
	margin-top : 0px;
}

#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 {
	color : #333;
}

.nt-title {
	font-family: 'PT Sans', sans-serif;
	font-size : 1em;
	font-weight : bold;
	text-align : left;
	padding-top : 5px;
	padding-right : 0;
	padding-bottom : 0px;
	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;
	border-bottom-width : 2px;
	border-bottom-style : dashed;
	border-bottom-color : #28225e;
}

li.newsLink a {
	color : #dd2928;
}

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

/**************************************
 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 {
	height: auto;
	width: 100%;
	margin-bottom: 19px;
	display: inline-block;
	padding: 0px 0 20px 0;
}

.quicklinks-title {
	font-size : 1.875em;
	line-height : 1.2em;
	font-family: 'PT Sans', sans-serif;
	color: #0d2444;
	font-weight : 400;
	padding-top : 12px;
	padding-right : 0px;
	padding-bottom : 15px;
	padding-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	background-color : #f9be06;
	text-align : center;
}

#quicklinks {
	width: 90%;
	margin: 0 5%;
	height: 37px;
	background-color: #116774;
}

#quicklinks.chooseus ul {
	z-index : 700;
	padding-left : 15px;
}

#quicklinks.community ul {
	z-index : 800;
	padding-left : 15px;
}

#quicklinks.employees ul {
	z-index : 850;
	padding-left : 15px;
}

#quicklinks.students ul {
	z-index : 850;
	padding-left : 15px;
}

#quicklinks.parents ul {
	z-index : 900;
	padding-left : 15px;
}

#quicklinks.parents ul ul, #quicklinks.students ul ul, #quicklinks.employees ul ul, #quicklinks.community ul ul, #quicklinks.chooseus ul ul {
	padding-left: 0px;
}

li.ql {
	list-style-type: none;
	font-family: 'PT Sans', sans-serif;
	text-align: left;
	font-size: 1.45em;
}

li.ql:hover {
	color : #cccccc;
}

li.ql a {
	color: #fff;
	text-decoration : none;
	display: block;
	padding: 4px;
}

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

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

li.ql ul li a {
	font-family: 'PT Sans', sans-serif;
	font-size : 16px;
	text-align : left;
	display : block;
	height : auto;
	width : 180px;
	padding: 0px 10px;
	color : #ffffff;
	background-color : #9bc13b;
	text-decoration : none;
	text-transform : none;
}

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

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

ul.ql li ul {
	display : none;
}

ul li:hover ul {
	display : block;
}

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

.footer-schoolname {
	margin-left: 10px;
}

.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 {
	display : none;
}

.sidebar-content .button, .main-content .button {
	display: block;
	color: #fff;
	background-color: #116774;
	padding: 20px;
	text-align: center;
	max-width: 300px;
	outline: 10px solid #0d4b56;
	border: 1px solid #fff;
}

.button:hover {
	background-color: #0d4b56;
}

.button a {
	font-family: 'PT Sans', sans-serif;
	color: #ffffff;
	font-size: 35px;
	line-height: 1.2;
	text-decoration: none;
}

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

.slideshow-container, .subpage-header-photo {
	position : relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

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

.slideshow img, .subpage-header-photo img {
	width : 100%;
}

.slideshow-overlay {
	position : absolute;
	bottom : 0;
	z-index : 1000;
	max-height : 162px;
}

.banner-overlay {
	position : absolute;
	bottom : 0;
	z-index : 1000;
	max-height : 162px;
}

.slideshow-overlay img, .banner-overlay img {
	width : 100%;
}

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

/**************************************
Search
 ************************************** */

.top-grey-bar {
	background-color: #f0f0f0;
	height: 42px;
}

.social-container {
	max-width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: right;
	padding-top: 50px;
}

i.fa.fa-facebook-official {
	color: #48649f;
	font-size: 6vw;
}

i.fa.fa-twitter {
	color : #2ba9e4;
	font-size: 6vw;
}

.search {
	float: right;
	margin-top: -2px;
	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;
	border-width: 2px;
	border-style: solid;
	border-color: #116774;
}

.search:after {
	content: "\f002";
	font-family: FontAwesome;
	float: right;
	margin-right: -27px;
	font-size: 20px;
	color: #116774;
	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 : 25;
	margin-top : -10px;
	color : #0d2444 !important;
}

#___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 : 0px;
	position : absolute;
	text-align: left !important;
}

.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 : -27px;
	margin-left : -9px;
	width : 205px;
	height : 20px !important;
}

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 : left;
	margin-left : -20px;
}

.gsc-input {
	float : right;
}

.gsc-search-button.gsc-search-button-v2 {
	margin-left : -40px;
}

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

.valuation {
	display: none;
}

.classes {
	margin-top: 24px;
}

i span {
	display: none;
}

.product_title {
	font-size: 1.5em;
	font-family: Tahoma,serif;
	display: block;
	font-weight: 400;
	padding-top: 10px;
	color: #116774;
}

.productlist {
	margin-left: 10px;
}

.product_price {
	margin-top: -16px;
}

input.buy_button {
	background-color: #116774;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	border: 0;
	margin: 0px -13px 10px;
}

.product_price {
	margin-top: -16px;
	margin-bottom: -30px;
}

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

.program {
	font-weight: bold;
}

/* clearfix */

.group:after {
	content: "";
	display: table;
	clear: both;
}

#container > main > section.tabigation.group {
	background-color: transparent;
	margin-left: 20px;
	max-width: 225px;
}

#container > main > section.tabigation.group > article > div.tab {
	outline: 2px solid #252526;
	border: 1px solid #fff;
	color: white;
	background-color: #116774;
	margin: 15px 2px;
	font-size: 1.16em;
	padding: 10px;
	cursor: pointer;
}

@keyframes buttonSwell {
	0% {
	outline: 2px solid #252526;
}

50% {
	outline: 5px solid #252526;
}

100% {
	outline: 2px solid #252526;
}


}

#container > main > section.tabigation > article > div.tab:hover, 
#container > main > section.tabigation > article > div.tab:focus {
	outline: 5px solid #116774;
}

#container > main > section.tabigation > article > div.tab a:hover, 
#container > main > section.tabigation > article > div.tab a:focus {
	text-decoration: underline;
}

#container > main > section.authentication > article > div label {
	display: inline-block;
	width: 250px;
	font-weight: bold;
}

#container > main > section.authentication > article > div > p.link {
	color: #0000FF;
	cursor: pointer;
	text-align: center;
}

#container > main > section.authentication {
	border: 1px solid black;
	background-color: #fff !important;
	padding: 5px;
}

#container > main > section.authentication,
#container > main > section.administration,
#container > main > section.tracking,
#container > main > section.welcome,
#container > main > section.registration {
	margin-top: 7px;
	background-color: transparent;
}

#contactForm > div > label,
#container > main > section.registration > article > form > div label {
	display: inline-block;
	width: 25%;
}

#container > main > section.administration > article > div.records > table > tbody > tr {
	font-size: .86em;
}

#container > main > section.administration > article > div.records > table > tbody > tr:nth-child(even) {
	background-color: #e0e0e0;
}

#container > main > section.administration > article > div.records > table > tbody > tr.headings {
	font-size: 1em;
	font-weight: bold;
}

#contactForm > div.courseList > pre > div > label {
	display: inline-block;
	width: 425px;
	margin-lwft: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
}

input.trainingCourse {
	margin: 10px;
}

#container > main > section > article > h1 {
	margin-bottom: 15px;
}

#contactForm > div.ajaxResponseCatcher > div.success {
	font-size: 1.25em;
	font-weight: bold;
	color: white;
	border: 2px solid darkgreen;
	background-color: darkolivegreen;
	margin: 15px 0;
}

error:before {
	content: '<<';
}

label.error {
	Margin-left: 5px;
	color: red;
	white-space: nowrap;
}

input['text'] {
	width: 225px;
}

.pom-container {
	margin-bottom: 25px;
}

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

@media screen and (min-width: 29em) {
	i.fa.fa-facebook-official, i.fa.fa-twitter {
	font-size: 32px;
	margin-top: -3px;
	margin-right: 5px;
}

footer p {
	font-size : 1.2em;
}

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

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

.contact .govboard {
	height : 175px;
}

.contact .hr {
	height: 150px;
}

.admin .admin {
	height : 175px;
}

.contact_img img {
	display: none;
}


}

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

@media screen and (min-width: 34em) {
	.header-schoolname {
	font-size : 65px;
	line-height : 1em;
	letter-spacing: 0px;
}

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

/*.programs-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-left: 30px;
}

*/

.program {
	width: 34%;
}


}

/**** 45em and wider ***** */

@media screen and (min-width: 45em) {
	.header-name-container {
	width: 79%;
	margin-right: 1%;
}

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

.search-container {
	max-width : 1200px;
	margin-left : auto;
	margin-right : auto;
	padding-top : 10px;
	margin-top: -7px;
	margin-bottom: 0px;
}

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

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

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

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

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

nav#menu {
	overflow : visible;
	height: 60px;
	border-top-width : 5px;
	border-top-style : solid;
	border-top-color : #0d4b56;
	margin-top: -10px;
}

a.menu-link {
	display : none;
}

.js nav[role=navigation] {
	width : 100%;
	position : static;
	height : 30px;
	overflow : visible;
	background-color : transparent;
	padding-top : 5px;
}

.wrap.active {
	left : 0;
}

nav.nav {
	margin-top: 8px;
	margin-left: 15px;
}

nav[role=navigation] ul {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	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 : center;
}

nav[role=navigation] li {
	display : inline-block;
	margin-top : 0;
	margin-right : 0px;
	margin-bottom : 0;
	margin-left : 0px;
	padding-top : 0;
	padding-right : 0px;
	padding-bottom: 25px;
	padding-left : 0px;
}

nav[role=navigation] li a {
	padding-top : .3em;
	padding-bottom : 1px;
	padding-left : 0px;
	padding-right: 0;
	margin-right: 2.4vw;
	text-align : center;
	font-size: 2.4vw;
	border-bottom-width : 0;
	border-bottom-style : solid;
	border-bottom-color : #000;
}

nav[role=navigation] li a:hover {
	text-decoration : none;
}

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[role=navigation] ul li ul {
	display: none;
}

nav[role=navigation] ul li:hover > ul {
	display : block;
}

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

nav[role=navigation] ul ul li {
	float : none;
	border-top-width : 0;
	border-top-style : solid;
	border-top-color : #000;
	border-right-width : 0;
	border-right-style : solid;
	border-right-color : #000;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #fff;
	border-left-width : 0;
	border-left-style : solid;
	border-left-color : #000;
	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 {
	color : #000000;
	background-color : #a3a1a1;
	text-decoration : none;
	border: 0;
	border-bottom: 0px solid #ffffff;
}

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

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

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

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

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

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

h2, .newstitle, h3, h4, .quicklinks-title {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
}

h3, .quicklinks-title {
	font-size: 2.1875em;
}

.header-logo {
	padding-top: 0px;
	margin-left : 20px;
}

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

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

.slideshow {
	margin-bottom : 5px;
}

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

.sidebar-content {
	display : inline-block;
	position : relative;
	width : 26%;
	float : right;
	margin-right : 0;
	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.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;
}

.maplink {
	display : none;
}

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

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

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.3em;
	line-height : 1em;
	font-weight: 300;
}


}

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

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

.contact .govboard {
	height : 185px;
}

.admin .admin {
	height : 185px;
}

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

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


}

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

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

.contact .govboard {
	height : 185px;
}

.contact .hr {
	height : 300px;
}

.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[role=navigation] li a {
	font-size: 23px;
}


}

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

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

#weblinksimage {
	display: block;
}


}

/**** 70em and wider ***** */

@media screen and (min-width: 70em) {
	.header-container {
	position: absolute;
	top : 4px;
	z-index : 1000;
	width : 100%;
	max-width : 322px;
}

.logo-container {
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_5587/site_136706/Layout/Logo_Background.png);
	background-repeat : no-repeat;
	width : 322px;
	height : 109px;
	margin-left : -6px;
}

.header-schoolname {
	font-size: 32px;
	font-weight : normal;
	text-transform : uppercase;
	line-height : .5em;
	margin-left : 20px;
}

.header-schoolname span {
	font-size: 28px;
	font-weight : normal;
	line-height: 1.5;
	letter-spacing: 1px;
}

.header-logo {
	max-width: 65px;
	margin-top : 10px;
	margin-left : 20px;
}

#navigation {
	text-align: right;
}

nav[role=navigation] li a {
	margin-right: 26px;
}


}

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

@media screen and (min-width: 75em) {
	main {
	padding-top: 0px;
}

.logo-container {
	margin-left : 8px;
}

nav[role=navigation] li a {
	margin-right: 32px;
}

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

.footer-schoolname {
	margin-left: 10px;
}

.footer-address, .footer-phone {
	top: 0px;
	position: absolute;
	right: 7%;
	top: 19px;
	letter-spacing: .25px;
}

.slideshow {
	height: 362px;
	overflow: hidden;
}


}
