/* @override 
	http://www.hvcs.org/css/responsive.css
	https://www.hvcs.org/css/responsive.css
	https://www.hvcs.org/css/responsive.css?* */

/* @override http://www.hvcs.org/css/responsive.css
	https://www.hvcs.org/css/responsive.css */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

#hidden 	{
	display: none;
}

body {
	line-height: 1;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
}

a	{
	color: #33312c;
	text-decoration: none;
}

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

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search] {	-webkit-appearance: none;}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.float-left	{
	float: left;
}

.iPad-version	{
	display: none;
}

.small-browser 	{
	display: none;
}

.newsarticle-slider-wrapper	{
	display: none;
}

.news-slider-single-wrapper	{
	display: none;
}

span.priority-list-style	{
	font-size: 20px;
	font-weight: bold;
}

	.clothespin-block	{
		position: relative;
		width: 100%;
		padding-bottom: 2px;
	}
	
	.clothespin-photos	{
		margin-top2: -50px;
		position: relative;
}

	img.clothespins	{
		position: absolute;
		width: 100%;
		top: -40px;
	}

	.image-clothespin-one	{
		position: relative;
		width: 38.3%; 
		left: 5%;
		display: inline-block;
		margin-top: 172px;
		float: left;
	}
	
	.image-clothespin-one img	{
		width: 100%;
		border: 8px solid white;
		box-shadow: 10px 10px 15px #888888;
		-ms-transform: rotate(5deg); /* IE 9 */
    	-webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    	transform: rotate(5deg);
	}

	.image-clothespin-two	{
		position: relative;
		width: 38.3%; 
		left: 19%;
		display: inline-block;
		margin-top: 155px;
	}
	
	.image-clothespin-two img	{
		width: 100%;
		border: 8px solid white;
		box-shadow: 10px 10px 15px #888888;
		-ms-transform: rotate(-9deg); /* IE 9 */
    	-webkit-transform: rotate(-9deg); /* Chrome, Safari, Opera */
    	transform: rotate(-9deg);
	}


/* ----------------------------------------------------------- */
/* START GLOBAL */
/* ----------------------------------------------------------- */

.amazon-wrapper	{
	width: 468px;
	margin: 30px auto 20px auto;
}

.amazon-disclaimer p	{
	text-align:center; 
	width:80%; 
	margin: 30px auto 0 auto; 
	line-height: 1.35em;
}

strong	{
	font-weight: bold;
}

blockquote	{
	font-size: 24px;
	font-style: italic;
	line-height: 2;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #5d5d57;
}

blockquote span	{
	font-size: 30px;
	font-style: normal;
}

.clear-fix	{
	clear: both;
}

.page-wrapper	{
	width: 100%;
}

.content-wrapper	{
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
}

.section	{
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
}

	.section ol	{
		margin: 20px 0 0 20px;
	}
	
	.section ol li	{
		margin: 0 0 20px 0;
		font-size: 18px;
		list-style: decimal;
		line-height: 1.35;
	}
	
	.section ol li p	{
		line-height: 1.5;
		font-weight: normal;
		font-size: 14px;
	}
	
	.section ol li h3	{
		font-weight: bold;
		font-size: 20px;
		margin: 0 0 0 0;
	}

	.section ul	{
		margin-left: 20px;
		margin-top: 15px;
		margin-bottom: 0;
	}
	
	.section ul li	{
		list-style-type: square;
		margin-bottom: 20px;
		line-height: 1.35;
		font-size: 17px;
	}

	.section ul li h3	{
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 5px;
	}

	.section ul li h4	{
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 5px;
	}

	.section ul li p	{
		font-size: 19px;
		color: #292929;
	}
	
	.section table	{
		width: 60%; 
	}
	
	.section.section-one.text-alignment-left p	{
		text-align: left;
	}
	
	.section.section-one.text-alignment-center p	{
		text-align: center;
	}
	
	.section.section-one.text-alignment-right p	{
		text-align: right;
	}
	
	.responsive-button {
  		padding-left:3%;
  		padding-right:3%;
  		padding-bottom: 10px;
  		padding-top: 10px;
  		margin:	40px 0 0 0;
  		width: 160px;
  		height:auto;
  		border-left2:1px solid #ab650d;
  		border-right2:1px solid #ab650d;
  		border-top2:1px solid #ab650d;
  		border-bottom2:1px solid #ab650d;
  		border-bottom-left-radius:10px;
  		border-bottom-right-radius:10px;
  		border-top-left-radius:10px;
  		border-top-right-radius:10px;
  		background-color:#ef8500;
  		text-align: center;
  		overflow:auto;
  		color: #ffffff;
  		font-size: 20px;
  		cursor: pointer;
	}

	.responsive-button:hover	{
		background-color: #ff8e00;
	}
	
	.responsive-button-news {
  		padding-left:3%;
  		padding-right:3%;
  		padding-bottom: 10px;
  		padding-top: 10px;
  		margin:	30px auto 0 auto;
  		width: 160px;
  		height:auto;
  		border-bottom-left-radius:10px;
  		border-bottom-right-radius:10px;
  		border-top-left-radius:10px;
  		border-top-right-radius:10px;
  		background-color:#ef8500;
  		text-align: center;
  		overflow:auto;
  		color: #ffffff;
  		font-size: 20px;
  		cursor: pointer;
	}

	.responsive-button-news:hover	{
		background-color: #ff8e00;
	}
	
	.responsive-button-menu {
  		padding-left:3%;
  		padding-right:3%;
  		padding-bottom: 10px;
  		padding-top: 10px;
  		margin:	30px 0 0 0;
  		width: 260px;
  		height:auto;
  		border-bottom-left-radius:10px;
  		border-bottom-right-radius:10px;
  		border-top-left-radius:10px;
  		border-top-right-radius:10px;
  		background-color:#ef8500;
  		text-align: center;
  		overflow:auto;
  		color: #ffffff;
  		font-size: 20px;
  		cursor: pointer;
	}

	.responsive-button-menu:hover	{
		background-color: #ff8e00;
	}	
	
	
		
		.camp-button-news {
	  		padding-left:3%;
	  		padding-right:3%;
	  		padding-bottom: 10px;
	  		padding-top: 10px;
	  		width: 160px;
	  		height:auto;
	  		border-bottom-left-radius:10px;
	  		border-bottom-right-radius:10px;
	  		border-top-left-radius:10px;
	  		border-top-right-radius:10px;
	  		background-color:#ef8500;
	  		text-align: center;
	  		overflow:auto;
	  		color: #ffffff;
	  		font-size: 20px;
	  		cursor: pointer;
	  		box-shadow: none;
	  		border: none;
	  		margin-top: -20px;
	  		margin-bottom: 40px;
	  		
		}
	
		.camp-button-news:hover	{
			background-color: #ff8e00;
		}



	/* -------------------------- */
	/* MAIN NAVIGATION */

	.navOuter	{
	 
		position: absolute;
		top: 40px;
	}

	.content-wrapper.main-navigation	{
		width: 100%;
		 
	}

	.main-navigation-block	{
		width: 100%;
	}

	.main-navigation-bar	{
		height: 60px;
		width: 100%;
		margin-top: 20px;
	}
	
	.main-navigation-bar-left	{
		background: url('/img/nav_menu_left.png');
		width: 30px;
		height: 60px;
		margin-left: 10%;
		float: left;
	}
	
	.main-navigation-bar-middle	{
		background: url('/img/nav_menu_middle.png');
		width: 82%;
		height: 60px;
		float: left;
	}
	
	.main-navigation-bar-right	{
		background: url('/img/nav_menu_right.png');
		width: 32px;
		height: 60px;
		float: left;
	}

	.main-navigation-title	{
		font-size: 40px;
		font-weigth: bold;
		padding: 11px 33px 0px 3px;
		margin-left: -1%;
		float: left;
		font-family: 'Dancing Script', cursive;
		font-family: 'Lustria', serif;
	}

	.navigation-logo	{
		width: 190px;
		margin-left: 170px;
	 
		margin-top: -123px;
	}
	
	
	
.navWrapper {
  width: 100%;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  flex-wrap: wrap; /* Allow wrapping if needed */
}

#navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0; /* Remove padding from #navigation */
  font-family: "Pt Sans Narrow", sans-serif;
  position: relative;
  width: 100%;
  max-width: 1200px; /* Optional: limit the width of the navigation */
}

.logo {
  flex: 0 0 auto;
  position: relative;
  z-index: 1; /* Ensures logo is above the gray bar */
}

.logo img {
  height: 170px; /* As specified */
  width: auto;
  position: relative;
  right: -85px; /* Shifts the logo left so the right side stays fixed */
}

.hamburger {
  display: none; /* Hidden on desktop */
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #33312c;
  margin: 5px 0;
  transition: all 0.3s ease;
}

.main-navigation {
  list-style: none;
  margin: 0;
  padding: 0 20px; /* Padding inside the gray bar */
  display: flex;
  gap: 10px; /* Space between menu items */
  background-color: rgba(255,255,255,.7); /* Gray background moved here */
  border-radius: 25px; /* Rounded edges on the gray bar */
  transition: all 0.3s ease;
  height: 70px; /* Fixed height for the gray bar */
  align-items: center; /* Vertically center menu items */
}

.main-navigation li {
  margin: 0;
}

.main-navigation li a {
  text-decoration: none;
  color: #33312c; /* Dark gray text */
  font-size: 23px;
  padding: 10px 15px;
  display: block;
  border-radius: 5px; /* Slight rounding on menu items */
  transition: background-color 0.3s ease, color 0.3s ease;
}

/**/

.main-navigation li a:hover {
  background-color: rgba(255, 255, 255, 0.8); /* White with opacity on hover */
  color: #000000;
}

.main-navigation li a.active {
	background-color: #de6d20;
	color: #FFF;
} 

 
	
	
	/* -------------------------- */
	/* SUB-MENU */
	
	.sub-menu.admissions	{
		width: 100%;
		margin: 0 auto;
	}
	
	.sub-menu.admissions ul	{
		margin: -10px 0 0px 0;
	}

	.sub-menu.admissions ul li a	{
		text-decoration: none;
			padding: 8px 12px;
	}

	.sub-menu.admissions ul li a:hover,
	.sub-menu.admissions ul li a.active	{
		color: #fff;
		background-color: #de6d20;
	}
		
	.sub-menu.admissions	{
		width: 100%;
		margin: 0 auto;
	}
	
	.sub-menu.admissions ul	{
		margin: -10px 0 0 0;
	}
	
	.sub-menu.admissions ul li	{
		float: left;
		margin: 0px 0px -20px 0;
		font-size: 19px;
		font-weight: bold;
		padding: 8px 12px;
		font-family: Pt Sans Narrow !important;
		color: #33312c;
		list-style-type: none;
	}

	.sub-menu.admissions ul li.active	{
		color: #ffffff;
		background-color: #de6d20;
	}
	
	/* SUB-MENU */	
	/* -------------------------- */
	


		
	
	/* END MAIN NAVIGATION */	
	/* -------------------------- */



	/* -------------------------- */
	/* END MAIN NAVIGATION */	

	.sub-menu.admissions	{
		width: 100%;
		margin: 0 auto;
	}
	
	.sub-menu.admissions ul	{
		margin: -10px 0 0px 0%;
	}
	
	.sub-menu.admissions ul li	{
		float: left;
		margin: 2px 5px -20px 0;
		font-size: 20px;
		font-weight: bold;
		padding: 8px 12px;
		font-family: Pt Sans Narrow !important;
		color: #33312c;
	}

	.sub-menu.admissions ul li.active	{
		color: #ffffff;
		background-color: #de6d20;
	}

	/* END MAIN NAVIGATION */	
	/* -------------------------- */
	
	.building-section	{
		position: relative;
	}
	
	.building-block	{
		position: relative;
		display: none;
	}

/* ----------------------------------------------------------- */
/* END GLOBAL */
/* ----------------------------------------------------------- */



/* ----------------------------------------------------------- */
/* START HOME PAGE */
/* ----------------------------------------------------------- */

	/* -------------------------- */
	/* BANNER */

	.page-wrapper.home-banner-image	{
		background-color: #a3a9b1;
	}

	.content-wrapper.home-banner-image	{
		width: 100%;
	}
	
	.home-banner-image	{
		width: 100%;
		max-width: 2000px;
		margin-bottom: -2px;
		 
	}

	/* BANNER */	
	/* -------------------------- */


	/* -------------------------- */
	/* INTRO */

	.page-wrapper.home-intro-section	{
		background-color: #ffffff;
	}

	.content-wrapper.home-intro-section	{
		width: 100%;
		max-width: 100%;
	}

	.home-intro-title	{
		width: 100%;
		height: 110px;
		background-color: #253c56;
	}

	.home-intro-title h1	{
		font-size: 50px;
		text-align: center;
		color: #ffffff;
		padding-top: 25px;
		text-shadow: 1px 1px #383b3d;
		font-family: 'Oxygen', sans-serif !important;
		
	}

	.home-intro-text	{
		width: 100%;
		max-width: 1100px;
		background-color: #ffffff;
		margin: 30px auto 70px auto;
	}

	.home-intro-text p	{
		font-size: 24px;
		text-align: center;
		padding: 0px 10%;
		line-height: 1.5;
		color: #5c5c5c;
	}

	img.home-intro-inspire	{
		width: 260px;
		margin: -125px 0 0 67%;
		float: left;
		display: none;
	}
	
	.hvcs-home-image	{
	width: 310px;
	float: right;
	margin-right: 50px;
	margin-top: 80px;
}

	img.hvcs-image	{
		border: 5px solid #ffffff;
		-moz-box-shadow: 10px 10px 5px #888;
		-webkit-box-shadow: 10px 10px 5px #888;
		box-shadow: 5px 5px 10px #888;
	}
	
	.hvcs-image-text	{
		text-align: center;
		margin-top: 20px;
	}
	
	.hvcs-more-about	{
		text-align: center;
		margin-top: 15px;
		display: none;
	}
	
	.blue-button	{
		width: 250px;
		height: 35px;
		margin-top: 20px;
		background: url('/img/hvcs_blue_button.png') 30px -15px;
	}
	
	.blue-button:hover	{
		width: 250px;
		height: 35px;
		margin-top: 20px;
		background: url('/img/hvcs_blue_button.png') 30px -50px;
	}
	
	/* INTRO */	
	/* -------------------------- */



	/* -------------------------- */
	/* NEWS */

	.page-wrapper.home-news-section	{
		background-color: #e7e8d9;
		margin: -30px 0 20px 0;
		padding-bottom: 60px;
	}

	.news-shadow-top	{
		width: 100%;
		position: absolute;
	}

	.content-wrapper.home-news-section	{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
	}

	.home-news-section h2	{
		font-size: 38px;
		color: #de6d20;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 80px;
		font-family: 'Oxygen', sans-serif;
		padding-top: 40px;
	}

	.news-box-block	{
		width: 28%;
		height: 100%;
		float: left;
		margin-right: 1%;
		padding-right: 0;
		margin-bottom: ;
	}
	
	.news-box-block:last-child	{
		margin-right: 0;
	}
	
	ul.news-slider	{
		width: 92%;
		margin: 0;
	}

	.news-box	{
		width: 100%;
		height: 370px;
		padding-bottom: 10px;
		background-color: #ffffff;
		border: 1px solid #a4aab2;
	}

	.news-box h3	{
		font-size: 18px;
		font-weight: bold;
		color: #de6d20;
		padding: 12px 5% 0 5%
	}

	.news-box p	{
		font-size: 14px;
		color: #5c5c5c;
		padding: 7px 5%;
		line-height: 1.32;
	}

	img.news-box-image {
		width: 100%;
	}

	.read-more-button	{
		background: url('/img/read_more_button2.png') -38px -15px;
		width: 170px;
		height: 35px;
		margin: 30px auto 20px auto;
	}

	.read-more-button:hover	{
		background: url('/img/read_more_button2.png') -38px -50px;
		width: 170px;
		height: 35px;
		margin: 30px auto 20px auto;
	}

	/* NEWS */
	/* -------------------------- */


	/* -------------------------- */
	/* CONTENT */
	.page-wrapper.home-content-section {
		background-color: #ffffff;
	}

	.content-wrapper.home-content-section	{
		width: 95%;
		max-width: 1280px;
		margin: 0 auto;
		padding-bottom: 30px;
	}


		/* ---------------------- */
		/* EVENTS */
		.upcoming-events-sidebar	{
			float: left;
			width: 40%;
			margin-left: 5%;
		}

		.upcoming-events-sidebar h2	{
			font-size: 28px;
			color: #de6d20;
			margin: 20px 0 20px 0;
		}

		.upcoming-events-entry	{
			width: 100%;
			min-width: 440px;
			float: left;
		}

		.event-date-block	{
			width: 110px;
			float: left;
		}

		.event-entry-day	{
			width: 38px;
			float: left;
			padding-right: 3px;
		}

		.event-day	{
			width: 38px;
			font-size: 16px;
			color: #5c5c5c;
			text-transform: uppercase;
			margin-top: 2px;
		}

		.event-month	{
			width: 38px;
			color: #5c5c5c;
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;
		}

		.event-entry-date	{
			width: 50px;
			float: left;
			color: #de6d20;
		}

		.event-date	{
			font-size: 45px;
			margin-top: -7px;
			margin-left: 3px;
		}

		.event-entry-block-last	{
			width: 70%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 5%;
			padding-bottom: 30px;
			text-align: left;
		}

		.event-entry-block	{
			width: 60%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 5%;
			padding-bottom: 10px;
			text-align: left;
		}

		.event-entry-block h3, .event-entry-block-last h3	{
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 1px;
		}

		.event-entry-block p, .event-entry-block-last p	{
			font-size: 14px;
		}

		.event-entry	{
			margin: 0 0 20px 0;
		}
		
		/* EVENTS */
		/* ---------------------- */
		

		/* ---------------------- */
		/* EVENTS */
		
		.home-announcements-section	{
			width: 55%;
			float: left;
			padding-bottom: 20px;		}

		.home-announcements-section h2	{
			font-size: 28px;
			color: #de6d20;
			margin: 20px 0 20px 0;
		}

		ul.announcement-block	{
			margin-left: 20px;
		}

		ul.announcement-block li	{
			list-style-type: square;
			font-size: 20px;
			padding-bottom: 10px;
		}
		
		ul.upcoming-events-block	{
			margin-left: 20px;
		}

		ul.upcoming-events-block li	{
			list-style-type: none;
			font-size: 20px;
			padding-bottom: 10px;
		}

		.home-announcements-section h3	{
			font-size: 20px;
			font-weight: bold;
		}

		.home-announcements-section p	{
			font-size: 18px;
			margin: 10px 20px 0 0;
			line-height: 1.2;
		}
		
		/* ANNOUNCEMENTS */
		/* ---------------------- */

	/* NEWS */
	/* -------------------------- */
	
	/* ---------------------- */
	/* BLOG */
	
	.page-wrapper.blog-content-section {
		background-color: #efe9dd;
		padding: 20px 0 40px 0;
	}
	
	.blog-section-home	{
		width: 90%;
		margin: 0 auto;
	}
		
	.blog-block-home h2	{
		font-size: 36px;
		color: #de6d20;
		margin: 40px 0 20px 0;
	}
	
	.blog-block-home h3	{
		font-size: 20px;
		padding-bottom: 10px;
		font-weight: bold;
	}
	
	.blog-image-home	{
		width: 70%;
		height: auto;
		margin-bottom: 20px;
		border: 5px solid #fffcf6;
}
		
	/* BLOG */
	/* ---------------------- */
	
	
	/* -------------------------- */
	/* FORM & DOWNLOADS */
	/* -------------------------- */
	
	.page-wrapper.home-questions-section	{
		background-color: #bbc3cf;
	}

	.content-wrapper.home-questions-section	{
		width: 100%;
		padding-bottom: 40px;
	}
	
	.home-quick-links-block	{
		background-color: #2e4a6d;
		width: 25%;
		height: 340px;
		float: right;
		margin-right: 8%;
		margin-top: 50px;
		box-shadow: 5px 5px 10px #888888;
		float: right
	}

	.home-quick-links-block h2	{
		color: #ffffff;
		font-size: 32px;
		width: 100%;
		margin-top: 20px;
		margin-left2: 20px;
		text-align: center;
	}

	.home-quick-links-block ul	{
		color: #d3d3d3;
		margin-left: 40px;
		margin-top: 20px;
	}

	.home-quick-links-block ul li	{
		list-style-type: square;
		margin-bottom: 20px;
		font-size: 20px;
	}
	
	.home-quick-links-block ul li a	{
		color: #d3d3d3;
	}
	
	.home-quick-links-block ul li a:hover	{
		color: #b9b9b9
	}

	.home-form-block	{
		float: left;
		width: 40%;
		margin-left: 10%;
		margin-top: 20px;
	}

	.home-form-block h2	{
		color: #000000;
		font-size: 36px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.home-form-block p	{
		color: #000000;
		font-size: 18px;
		margin-bottom: 5px;
		line-height: 1.2;
	}
	
	.form-box-label	{
		padding-top: 10px;
}

	.form-box-name	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 100%;
		padding: 6px;
		margin-bottom: 15px;
		margin-top: 20px;
	}

	.form-box-address	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 300px;
		padding: 6px;
		margin-bottom: 15px;
	}

	.form-box-city	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 70%;
		padding: 8px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
	}

	.form-box-state	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 10%;
		padding: 6px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
	}

	.form-box-zip	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 35%;
		padding: 5px;
		margin-bottom: 15px;
	}

	.form-box-telephone	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 40%;
		padding: 5px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
	}

	.form-box-email	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 300px;
		padding: 5px;
		margin-bottom: 15px;
		float: left;
	}
	
	
	/* FORM & DOWNLOADS */
	/* -------------------------- */

	
	#footer	{
		height: 100px;
	}
	
	#menu_btm_section	{
		width: 100%;
		margin-bottom: -3px;
	}

	#footer_section	{
		background: url('/img/noise-bg02.gif') repeat left top;
		width: 100%;
		padding-bottom: 0px;
	}

	#footer_zigzag	{
		background:  url('/img/zigzag.png') repeat-x left top;
		background-size: 10px 4px;
		padding-top: 45px;
		width: 100%;
		top: -4px;
		position: relative;
	 
	}
	
	#footer_content {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		text-align: center;
}
	
	.footer-left	{
		width: 33%;
		float: left;
	}
	
	.footer-left p	{
		font-size: 40px;
		font-style: italic;
		color: #ffffff;
		top: -85px;
		left: 20%;
		position: absolute;
		line-height: .8;
	}
	
	img.inspiring	{
		max-width: 360px;
		width: 80%;
		margin-left: 10%;
		position: relative;
	}
	
	.building-header1	{
		color: #ffffff;
		font-size: 1.5em;
		position: relative;
		margin-left: 160px;
		margin-bottom: 5px;
		padding-top: 5px;
		display: none;
	}
	
	.building-header2	{
		color: #ffffff;
		font-size: 1.25em;
		position: relative;
		margin-left: 160px;
		margin-bottom: 5px;
		display: none;
	}
	
	
	.building-header3	{
		color: #ffffff;
		font-size: 2em;
		position: relative;
		margin-left: 160px;
		display: none;
	}
	
	
	.footer-left p span	{
		font-size: 24px;
		color: #b9baae;
		line-height: 1;
	}
	
	.footer-center	{
		text-align: left;
		float: left;
		width: 33%;
	}
	
	.footer-right	{
		width: 33%;
		float: right;
		text-align: right;
	}
	
	.footer-right-content	{
		position: relative;
		top: -56px;
		right: 10%;
	}
	
	.footer-center h3	{
		font-size: 28px;
		color: #ffffff;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	
	.footer-center p	{
		font-size: 17px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
		margin-left: 0;
	}
	
	.footer-phone p	{
		margin-top: 12px;
		color: #ffffff;
	 
	}
	
	.footer-phone p span	{
		color: #b9baae;
		margin-right: 20px;
	}
	
	.footer-right p	{
		font-size: 18px;
		color: #ffffff;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right: 20px;
	}
	
	.footer-right p span	{
		color: #b9baae;
	}
	
	.sacs	{
		background: url('/img/SAIS-24_25-Accreditation-Logo-Colors.png') no-repeat;
		width: 300px;
		height: 160px;
		float: right;
		margin-top: 50px;
		padding-left: 30px;
	}
	
 
 


/* ----------------------------------------------------------- */
/* END HOME PAGE */
/* ----------------------------------------------------------- */


/* ----------------------------------------------------------- */
/* START PAGES TEMPLATE */
/* ----------------------------------------------------------- */


	.section-matrix-body	{
		font-size: 40px;
		width: 99%;
		max-width: 1280px;
		margin: 0 auto -10px auto;
	}
	
	.section-matrix-body.padding-bottom	{
		padding-bottom: 40px;
}
	
	.section-matrix-body h2	{
		margin-bottom: 5px;
		font-size: 40px;
		color: #ffffff;
	}
	
	.section-matrix-body h3	{
		font-size: 22px;
		margin-bottom: 5px;
		margin-top: 30px;
		font-weight: bold;
	}
	
	.section-matrix-body p	{
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.section-matrix-body img	{
		padding-left: 30px;
		padding-bottom: 20px;
	}
	
	.banner-section-image img	{
	 
		width: 100%;
		margin-bottom: -2px;
		margin-top: 0;
	}
	
	.left	{
		float: left;
		width: 30%;
	}
	
	.right	{
		float: right;
		width: 30%;
	}
	
	.fullWidth	{
		width: 100%;
	}
	
	.relative	{
		position: relative;
		padding-top: 0px;
		padding-bottom: 60px;
	}

	.image-block-one	{
		postion: absolute;
		padding-left: 1.3%;
		padding-right: 1%;
		width: 32%; 
		margin2: 100px 0 0 0px;
		top: 0px;
		left: 0;
	}
	
	.image-block-one img	{
		width: 100%;
		border: 8px solid white;
		box-shadow: 10px 10px 15px #888888;
		-ms-transform: rotate(-7deg); /* IE 9 */
    	-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    	transform: rotate(-7deg);
	}

	.image-block-two	{
		position: absolute;
		padding-left: 1%;
		padding-right: 1%;
		width: 32%;
		top: 40px;
		left: 30%;
	}
	
	.image-block-two img	{
		width: 100%;
		border: 8px solid white;
		box-shadow: 10px 10px 15px #888888; 
		-ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    	transform: rotate(0deg);
	}

	.image-block-three	{
		position: absolute;
		padding-left: 1%;
		padding-right: 1%;
		width: 32%;
		top: 20px;
		left: 35%;
		z-index: 200
	}
	
	.image-block-three img	{
		width: 100%;
		border: 8px solid white;
	    -ms-transform: rotate(7deg); /* IE 9 */
    	-webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    	transform: rotate(7deg);
	}

	.image-block-four	{
		position: absolute;
		padding-left: 1%;
		padding-right: 1%;
		width: 32%;
		margin2: 60px 0 0 -10px;
		top: 20px;
		left: 65%;
	}
	
	.image-block-four img	{
		width: 100%;
		border: 8px solid white;
		box-shadow: 10px 10px 15px #888888;
	    -ms-transform: rotate(15deg); /* IE 9 */
    	-webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
    	transform: rotate(15deg);
	}
	





	/* ------------------------------------------------------- */
	/* BANNER SECTION */
	/* ------------------------------------------------------- */

	.page-wrapper.banner-section	{
		background-color: #a3a9b1;
		max-height: 600px;
	}

	.content-wrapper.banner-section	{
		width: 100%;
		max-width: 2000px;
		max-height: 600px;
		overflow: hidden;
	}
	
	.banner-section-image	{
		width: 100%;
		background: #000;
	}

	/* BANNER SECTION */	
	/* -------------------------- */
	
	
	
	/* ------------------------------------------------------- */
	/* HEADER SECTION */
	/* ------------------------------------------------------- */

	.page-wrapper.header	{
		width: 100%;
		background-color: #ffffff;
	}

	.section.header	{
		width: 100%;
		max-width: 100%;
	}

	.section-header-title	{
		padding: 0px 10%;
		height: 90px;
		margin-top: -1px;
		background-color: #253c56;
	}

	.section-header-title h1	{
		font-size: 55px;
		text-align: center;
		color: #ffffff;
		padding: 18px 0 0 0;
		text-shadow: 1px 1px #383b3d;
		font-family: 'Oxygen', sans-serif;
	}

	.section-header-body	{
		width: 90%;
		max-width: 1000px;
		background-color2: #ffffff;
		margin: 25px auto 65px auto;
	}

	.section-header-bodyzzz	{
		width: 90%;
		max-width: 1000px;
		background-color2: #ffffff;
		margin: 5px auto 75px auto;
	}

	.section-header-body p	{
		font-size: 22px;
		text-align: center;
		padding: 0px 0px 30px 0px;
		line-height: 1.75;
		color: #5c5c5c;
	}
	
	/* HEADER SECTION */	
	/* -------------------------- */
	


	/* ------------------------------------------------------- */
	/* SECTION ONE */
	/* ------------------------------------------------------- */

	.page-wrapper.section-one	{
		background-color: #e7e8d9;
		margin: -30px 0 0 0;
		padding-bottom: 30px;
		width: 100%;
	}

	.section-one-shadow-top	{
		width: 100%;
		margin-bottom: 30px;
	}

	.section.section-one	{
		width: 85%;
		max-width: 1100px;
		margin: 0 auto;
	}

	.section.section-one h2	{
		font-size: 40px;
		color: #de6d20;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	.section.section-one p	{
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 20px;
		text-align: left;
	}
	
	.section.section-one.header-block p	{
		font-size: 21px;
		text-align: center;
		margin-bottom: 5px;
	}	
	
	.section.section-one.header-block h2	{
		text-align: center;
		padding-top: 20px;
	}
	
	.section.section-one2 h3	{
		font-size: 20px;
		font-weight: bold;
		margin-top: 40px;
	}
	

	.photo-slider-wrapper	{
		width: 100%;
	}
	
	.photo-slider-wrapper h2		{
		font-size: 40px;
		color: #de6d20;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	.main-slider-wrapper		{
		width: 55%;
		float: left;
	}
	
	.newsarticle-box-image.main-photo-slider-image	{
		padding: 0;
		max-height: 500px;
		width: auto;
		margin: 0 auto;
	}
	
	.photo-gallery-description	{
		margin-top: 40px;
	}
	
	.photo-gallery-description p	{
		margin-bottom: 10px;
		line-height: 1.65em;
	}
	
	.slider-list-wrapper		{
		width: 45%;
		float: left;
		padding-left: 10%;
		box-sizing: border-box;
	}
	
	.slider-list-wrapper h2		{
		font-size: 1.5em;
		padding-top: 15px;
		padding-bottom: 10px;
		text-align: l;
	}
	
	.slider-list-wrapper ul	{
		margin-left:  0;
		text-align: left;
	}
	
	.slider-list-wrapper ul li	{
		list-style: none;
		padding: 10px 20px;
		margin-bottom: 0px;
	}
	
	.slider-list-wrapper ul li:hover		{
		list-style: none;
		background-color: #eee;
	}
	
	.slider-list-wrapper ul li h3	{
		font-size: 1em;
	}	
	
	.slider-list-wrapper ul a:hover	{
		font-size: 1em;
		color: #de6d20;
		color2: #000;
	}	
	
	.slider-list-wrapper ul li p		{
		font-size: .85em;
	}
	
	.slider-list-wrapper ul a:hover	{
		
	}

	.read-more-button	{
		background: url('/img/read_more_button2.png') -38px -15px;
		width: 170px;
		height: 35px;
		margin: 30px auto 20px auto;
	}

	.read-more-button:hover	{
		background: url('/img/read_more_button2.png') -38px -50px;
		width: 170px;
		height: 35px;
		margin: 30px auto 20px auto;
	}
	
	
	.teacher-photo	{
	float: left;
	}

	.teacher-photo img	{
		padding: 0 20px 0 0;
		width: 250px !important;
		height: 312px !important;
		float: left;
	}
	
	/* END SECTION ONE */
	/* -------------------------- */
	
	
	
	/* ------------------------------------------------------- */
	/* SECTION TWO */
	/* ------------------------------------------------------- */
		
	.page-wrapper.section-two {
		background-color: #ffffff;
		padding-bottom: 60px;
		padding-top: 50px;
	}

	.section.section-two2	{
		width: 95%;
		max-width: 1280px;
		margin: 0 auto;
		padding-left: 10%;
		padding-bottom: 30px;
	}

	.section.section-two	{
		width: 85%;
		max-width: 1100px;
		margin: 0 auto;
	}
	
	.news-slider-wrapper	{
		width: 85%;
		padding-left: 7.5%;
		padding-right: 7.5%;
		height2: 400px;
	}
	
	.news-slider-wrapper h3	{
		text-align: center;
		font-size: 22px;
		margin-bottom: 3px;
}
	
	ul.newsarticle-slider li	{
		margin-right: 0px;
	}
	
	img.newsarticle-box-image	{
		width: 95%;
		margin-left: -8px;
	}
	
	.section.section-two .section-matrix-body h2	{
		font-size: 32px;
		color: #de6d20;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	.section.section-two .section-matrix-body h3	{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	.section.section-two .section-matrix-body p	{
		font-size: 18px;
		margin-top: 10px;
		width2: 80%;
		line-height: 1.35;
	}
	
	.section-two-collage-block	{
		position: relative;
		padding-bottom2: 60px;
		height: 300px;
	}

	.image-block2-1	{
		float: left;
	}
	
	.image-block2-1 img	{
		height: 100%;
	}

	.image-block2-2	{
		float: left;
	}
	
	.image-block2-2 img	{
		height: 100%;
	}

	.image-block2-3	{
		float: right;
		margin-left: -190px;
	}
	
	.image-block2-3 img	{
		height: 100%;	
	}

	.image-block2-4	{
		position: absolute;
		padding-left: 1%;
		padding-right: 1%;
		width: 36%;
		top: -10px;
		left: 50%;
	}
	
	.image-block2-4 img	{
		width: 100%;
		border: 8px solid white;
		box-shadow: 10px 10px 35px #585953;
	    -ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    	transform: rotate(7deg);
	}

	.image-block2-5	{
		position: absolute;
		padding-left: 1%;
		padding-right: 1%;
		width: 30%;
		top: 10px;
		left: 5%;
	}
	
	.image-block2-5 img	{
		width: 100%;
		border: 8px solid white;
		box-shadow: 10px 10px 35px #585953;
	    -ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    	transform: rotate(7deg);
	}

	.preschool-resources	{
		border: 2px solid #000000;
		background-color: #253c56;
		width: 30%;
		height: 400px;
		float: right;
		margin: -120px 5% 0 0;
	}
	
	.preschool-resources h3	{
		margin: 20px 0 20px 30px;;
		font-size: 28px;
		color: #ffffff;
	}
	
	.preschool-resources ul	{
		margin: 0 0 0 50px;
	}
	
	.preschool-resources ul li	{
		color: #ffffff;
	}
	
	.staff-block	{
		margin-bottom: 60px;
	}
	
	.staff-photo-block	{
		float: left;
		width: 22%;
		margin-left: 5%;
	}

	.staff-photo-block img	{
		width: 100%;
		margin: 5px 50px 0 20px;
		padding: 0;
	}
	
	.staff-photo-block h4	{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		padding2: 0 50px 0 20px;
		margin: 5px 50px 0 20px;
		width: 100%;
		display: none;
	}
	
	.staff-photo-block span	{
		font-size: 15px;
		font-weight: normal;
		font-style: italic;
	}
	
	.staff-photo-block p	{
		text-align: center;
		margin-left: 45px;
	}	
	
	.staff-text-block	{
		width: 65%;
		float: left;
		margin-left: 7%;
	}
	
	.staff-text-block h4	{
		font-size: 28px;
		font-weight: bold;
	}
	
	.staff-text-block span	{
		font-size: 20px;
		font-style: italic;
		font-weight: normal;
	}
	
	.staff-text-block hr	{
		margin: 10px 0 10px 0;
	}
	
	.multiple-teachers	{
		float: left;
		width: 30%;
	}
	
	.teacher-welcome-section-left	{
		float: left;
		padding-right: 5%;
		margin-bottom: 30px;
		position: relative;
	}
	
	.teacher-name-block	{
		background-color: #000000;
		opacity: 0.45;
		position: absolute;
		width: 250px;
		padding: 20px 0;
		bottom: 0px;
	}

	.teacher-name	{
		color: #ffffff;
		text-align: center;
		position: absolute;
		padding: 15px 0;
		width: 250px;
		bottom: -5px;
	}
	
	.teacher-welcome-section-right	{
		float: right;
		width: 65%;
	}
	
	.teacher-welcome-section-right h3	{
		font-size: 22px;
		font-weight: bold;
		line-height: 1.25;
	}
	
	.teacher-welcome-section-right ul li	{
		margin-bottom: 20px;
		font-size: 18px;
	}
	
.main-video-section-block	{
	width: 70%;
	float: left;
}

.video-wrapper	{
	width: 100%;
	margin: 50px 0 40px 0;
}

.video-responsive	{
    overflow:hidden;
    padding-bottom:66.25%;
    position:relative;
    height:0;
		border: 5px solid #ffffff;
}

.video-responsive2 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
	
	.youtube-video-block2	{
		margin: 40px 0;
		border: 5px solid #ffffff;
		width: 100%;
		height: 100%;	
	}
	
	.youtube-video-block	{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
	
	.section-matrix-left-column	{
		float: left;
		width: 40%;
	}
	
	.left-column-block	{
		margin-top: 5px;
	}
	
	.section-matrix-left-column h2	{
		font-size: 26px;
		color: #de6d20;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	.section-matrix-left-column h3	{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	.section-matrix-left-column p	{
		font-size: 18px;
		margin-top: 10px;
		width2: 80%;
		line-height: 1.35;
	}
	
	.section-matrix-left-column a	{
	color: #de6d20;
	text-decoration: none;

	}
	
	.section-matrix-left-column p a:hover	{
	color: #ff8938;
	text-decoration: none;

	}
	
	.section-matrix-left-column ul	{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	
	.section-matrix-left-column ul li	{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: -20px !important;
}
	
	.section-matrix-right-column	{
		width: 55%;
		padding-left: 5%;
		float: left;
	}	
	
	.section-matrix-right-column ul	{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	
	.section-matrix-right-column ul li {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	.section-matrix-right-column h2	{
		font-size: 32px;
		color: #de6d20;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
	.section-matrix-right-column h3	{
		font-size: 20px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	.section-matrix-right-column h4	{
		font-size: 20px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	.section-matrix-right-column h5	{
		font-size: 20px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	.section-matrix-right-column p	{
		font-size: 18px;
		margin-top: 0px;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	
	.section-matrix-events-left	{
		margin-bottom: 60px;
	}
	
	.section-matrix-events-left ul li 	{
		font-size: 16px;
	}
	
	.class-events h2	{
		font-size: 32px;
		color: #de6d20;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	.class-events ul	{
		margin-left: 20px;
		margin-top: 20px;
	}
	
	.class-events ul li	{
		list-style-type: square;
		margin-bottom: 0px;
		line-height: 1.35;
		font-size: 17px;
	}

	.class-events ul li h3	{
		font-weight: bold;
		font-size: 19px;
		margin-bottom: 5px;
	}

	.class-events ul li h4	{
		font-weight: bold;
		font-size: 19px;
		margin-bottom: 5px;
	}

	.class-events ul li p	{
		font-size: 19px;
		color: #292929;
	}
	
	.section-matrix-resources-left	{
		margin-bottom: 60px;
		text-align: left;
		width: 100%;
	}
	
	.section-matrix-resources-left ul li	{
		font-weight: bold;
		list-style-type: square;
		margin-bottom: 0px;
		line-height: 1.0;
		font-size: 16px;
	}
	
	.section-matrix-resources-left ul li a	{
		text-decoration: none;
	}
	
	.section-matrix-resources-left ul li a:hover	{
		color: #314f74;

	}
	
	.section-matrix-resources-left h2	{
		font-size: 26px;
	}
	
	.section-matrix-resources-right	{
		margin-top: 60px;
		margin-right: 60px;
		text-align: right;
	}
	
	.section-matrix-resources-right h2	{
		font-size: 26px;
	}
	
	.available-resources	{
		font-size: 18px;
		margin-top: 15px;
	}
	
	




	/* END SECTION TWO */
	/* -------------------------- */
	
	
	/* -------------------------- */
	/* SECTION THREE */
	/* -------------------------- */
	
	.page-wrapper.section-three	{
		background-color: #bbc3cf;
	}

	.section.section-three	{
		width: 85%;
		padding: 0 0 40px 0;
		margin: 0 auto;
		max-width: 1100px;
	}

	.section.section-three-85	{
		width: 75%;
		padding: 0 0 40px 0;
		margin: 0 auto;
	}
	
	.more-news	{
		padding-top: 40px;
		width: 75%;
		max-width: 1100px;
		margin: 0 auto;
	}
	
	.more-news h3	{
		font-size: 24px;
		font-weight: bold;
	}
	
	.more-news ul	{
		width: 100%;
	}
	
	.more-news ul li	{
		float2: left;
		width: 80%;
		margin-right: 5%;
		font-weight: bold;
	}
	
	.more-news ul li span	{
		font-size: 17px;
		padding-left2: 20px;
		font-weight: normal;
		font-style: italic;
	}
	
	.quick-links-block	{
		background-color: #2e4a6d;
		width: 25%;
		float: right;
		padding-bottom: 20px;
		margin-right: 8%;
		margin-top: -100px;
		box-shadow: 5px 5px 10px #888888;
	}

	.quick-links-block h2	{
		color: #ffffff;
		font-size: 32px;
		width: 100%;
		margin-top: 20px;
		margin-left2: 20px;
		text-align: center;
	}

	.quick-links-block ul	{
		color: #d3d3d3;
		margin-left: 40px;
		margin-top: 0px;
	}

	.quick-links-block ul li	{
		list-style-type: square;
		margin-bottom: 20px;
		font-size: 20px;
	}
	
	.quick-links-block ul li a	{
		color: #d3d3d3;
	}
	
	.quick-links-block ul li a:hover	{
		color: #ffffff;
	}

	.home-form-block	{
		float: left;
		width: 50%;
		margin-left: 5%;
	}

	.home-form-block h2	{
		color: #000000;
		font-size: 36px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.home-form-block p	{
		color: #000000;
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 1.2;
	}

	.form-box-name	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 70%;
		min-width: 100%;
		padding: 6px;
		margin-bottom: 15px;
		margin-top: 8px;
		font-size: 16px;
	}

	.form-box-address	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 100%;
		min-width: 300px;
		padding: 6px;
		margin-bottom: 15px;
		font-size: 16px;
	}

	.form-box-city	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 70%;
		min-width: 200px;
		padding: 6px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
		font-size: 16px;
	}

	.form-box-state	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 10%;
		min-width: 50px;
		padding: 6px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
		font-size: 16px;
	}

	.form-box-zip	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 35%;
		min-width: 150px;
		padding: 6px;
		margin-bottom: 15px;
		font-size: 16px;
	}

	.form-box-telephone	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 40%;
		min-width: 150px;
		padding: 5px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
		font-size: 16px;
	}

	.form-box-email	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 70%;
		min-width: 300px;
		padding: 6px;
		margin-bottom: 15px;
		float: left;
		font-size: 16px;
	}
	
	.recaptcha-block		{
		margin-bottom: 40px;
	}
	
	.contact-form-box-message	{
		font-size: 14px;
		padding: 5px;
		margin-bottom: 20px;
		min-width: 0px;
		width: 100%;
}

	.form-box-submit	{
		background-color: #c9c9c9;
		border: 1px solid #8a8a8a;
		padding: 8px 20px;
		margin-bottom: 15px;
		float: left;
		font-size: 14px;
	}
	
	.class-recent-blogs	{
		width: 25%;
		float: right;
		padding-top: 40px;
		text-align: left;
	}
	
	.class-recent-blogs	{
		font-size: 24px;
	}
	
	.class-blog	{
		padding-top: 40px;
		width: 60%;
		float: left;
	}
	
	.blog-text	{
		text-align: left;
		line-height: 1.5;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.blog-text p	{
		margin-bottom: 10px;
}
	
	.class-blog h2	{
		font-size: 42px;
		color: #de6d20;
		color:#000000;
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.class-blog h3	{
		font-weight: normal;
		font-size: 36px;
		padding-left: 20px;
		margin-bottom: 0px;
		color: #ffffff;
		font-style: italic;
	}
	
	.class-blog ul	{
		margin-left: 20px;
		margin-top: 20px;
	}
	
	.class-blog ul li	{
		list-style-type: square;
		margin-bottom: 0px;
		line-height: 1.35;
		font-size: 17px;
	}

	.class-blog ul li h3	{
		font-weight: normal;
		font-size: 32px;
		margin-bottom: 5px;
		color: #fff;
		color2: #50627e
	}

	.class-blog ul li h4	{
		font-weight: bold;
		font-size: 19px;
		margin-bottom: 5px;
	}

	.class-blog ul li p	{
		font-size: 17px;
		color: #292929;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	
	.class-blog img	{
		border2: 6px solid #ffffff;
		box-shadow2: 5px 10px 15px #888888;
		margin2: 30px !important;
		width: 50%;
	}
	
	.blog-left	{
		float2: left;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-right: 30px;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.blog-right	{
		float2: right;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-left2: 30px;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.blog-center	{
		float2: right;
		margin: 40px auto;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.blog-top	{
		float: left;
		margin-bottom: 20px;
		margin-right: 30px;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.blog-first	{
		margin-top: 0;
	}
	
	.blog-small	{
		width: 60%;
		margin: 40px 0;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.blog-medium	{
		width: 80%;
		margin: 40px 0;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.blog-large	{
		width: 100%;
		margin: 40px 0;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.class-recent-blogs h3	{
		font-size: 28px;
		margin-bottom: 20px;
`	}

	.class-recent-blogs ul li h4	{
		font-size: 22px;
		margin-bottom: -2px;
		font-weight: normal;
	}
	
	.class-recent-blogs ul li p	{
		font-size: 16px;
		color: #484848;
		color2: #ffffff;
	}
	
	.class-recent-blogs ul li p span	{
		font-size: 16px;
		color: #484848;
		color: #ffffff;
		margin-left: 10px;
	}
	
	.class-blog-photo-caption	{
		background-color: #ffffff;
		padding: 10px;
		text-align: center;
	}
	
	.hvcs-news-events	{
		width: 100%;
		float: left;
	}
	
	
	.side-photo-gallery-cover-image		{
		width: 50%;
		margin: 10px 0 50px 0;
	}
	
	.side-photo-gallery h3	{
		padding-top: 10px;
	}	

	
	/* SECTION THREE */
	/* -------------------------- */
	
	.section-matrix-blockquote	{
		margin-top: -15px;
		margin-bottom: -15px;
}
	
	.section.section-three .section-matrix-blockquote p	{
		font-size: 24px;
		font-style: italic;
		padding-top: 40px;
	}
	
	.section-blockquote blockquote	{
		font-size: 36px;
		font-style: italic;
		padding-top: 10px;
		margin: -30px auto;
	}
	
	
	
	.section.section-two .section-matrix-body .staff-text-block p	{
		font-size: 16px;
	}
	
	
#tabs p	{
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 18px;
	color: #424242;
	font-style: italic;
}

#tabs h2	{
	font-size: 30px;
	color: #de6d20;
	margin-top: -5px;
	margin-bottom: 10px;
	font-family: 'Oxygen', sans-serif;
	padding-top: 20px;
}

#tabs h3	{
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 0;
	color: #000000;
}

#tabs h4	{
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #000000;
}

#tabs h5	{
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000000;
}

ul.tabs li	{
	display: inline-block;
	padding: 0;
	font-weight: bold;
	margin-right: 1px;
	margin-bottom: -10px;
}

ul.tabs li h2 a	{
	background-color: #f2f2f2;
	display: inline-block;
	padding: 10px 20px 8px 20px;
	font-weight: bold;
	font-size: 15px;
}

ul.tabs li h2 a.active	{
	display: inline-block;
	padding: 10px 20px 8px 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #de6d20;
}

.product-tab-header	{
	background-color: #d4d4d4;
	width: 100%;
	height: 4px;
}

#k3, #k4, #kindergarten, #first-grade, #second-grade, #third-grade, #fourth-grade, #fifth-grade, #art	{
	border-left: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	padding: 20px 20px 20px 50px;
	margin-bottom: 60px;
	color: #424242;
	font-size: 18px;
}

#k3 ul, #k4 ul, #kindergarten ul, #first-grade ul, #second-grade ul, #third-grade ul, #fourth-grade ul, #fifth-grade ul, #art ul 	{
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 7px;
}

#k3 ul li, #k4 ul li, #kindergarten ul li, #first-grade ul li, #second-grade ul li, #third-grade ul li, #fourth-grade ul li, #fifth-grade ul li, #art ul li	{
	margin-bottom: 15px;
	padding-right: 60px;
	font-size: 18px;
	line-height: 1.45;
}

.home-links-section	{
	width: 40%;
	margin-top: 20px;
	margin-left: 5%;
	margin-right: 2%;
	float: left;
	display: none;
}

.home-links-section ul	{
	width: 100%;
}

.home-links-section ul li	{
	margin-bottom: 10px;
}

.home-links-section h2	{
	font-size: 32px;
	color: #de6d20;
	margin: 20px 0 20px 0;
}

.home-links-section h3	{
	font-size: 20px;
	font-weight: bold;
}

.home-links-section p	{
	font-size: 18px;
	margin: 10px 20px 0 0;
	line-height: 1.2;
}

.calendar-section	{
	width: 100%;
}

table.rog-calendar	{
	width: 100%;
	color: red;
	background-color: blue;
}

table.rog-calendar th	{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	background-color: black;
}

table.rog-calendar td	{
	text-align: left;
	padding: 20px;
	font-size: 16px;
}

.calendar-section table tr	{
	width: 200px;
}

h2.thursday-mail-header	{
	padding-top: 0px;
	font-size: 36px;
}

.home-announcements-section h2	{
	font-size: 40px;
	color: #de6d20;
	margin: 28px 0 20px 0;
}

.content-wrapper.home-content-section.adjust-01	{
	padding-top: 20px;
}

.individual-form h2	{
	font-size: 40px;
	margin-bottom: 10px;
	color: #de6d20;
}	

.individual-form p	{
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.5;
}

.individual-form-box-name	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 16px;
	display: block;
}

.individual-form-box-email	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
}

.individual-form-box-title	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: blok;
}

.individual-form-box-body	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 80px;
	font-size: 16px;
	display: blok;
}

.individual-form-box-body	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 30px;
	font-size: 13px;
	display: block;
}

input[type=submit].individual-form-box-submit	{
	padding: 8px;
	width: 100px;
	font-size: 1em;
	cursor: pointer;
	-webkit-appearance: none;
}

input[type=file]	{
	padding: 8px;
	width: 500px;
	font-size: 1em;
	cursor: pointer;
	-webkit-appearance: none;
	margin-bottom: 20px;
}



.application-form h2	{
	font-size: 40px;
	margin-bottom: 10px;
	color: #de6d20;
}	

.application-form p	{
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.5;
}

.application-form-box-name	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-name-called	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 30%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 2%;
	margin-right: 10%;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-current-grade	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 20%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-current-school	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 45%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 2%;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-grade-applying	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 20%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 2%;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-home-address	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 36%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-home-city	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 25%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 2%;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-home-state	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 5%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 2%;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-home-zip	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 15%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 2%;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-dob	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 20%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
}

.mother-section	{
	width: 45%;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}

.father-section	{
	width: 45%;
	float: left;
	margin-left: 5%;
	margin-top: 0;
	margin-bottom: 0;
}

.application-form-box-parent-name	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
}

.application-form-box-parent-name-called	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
}

.application-form-box-parent-address	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
}

.application-form-box-parent-home-phone	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
}

.application-form-box-parent-cell-phone	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
}

.application-form-box-parent-occupation	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
}

.application-form-box-parent-business	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
}

.application-form-box-parent-business-address	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
}

.application-form-box-parent-business-phone	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
}

.application-form-box-parent-email	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
}

.application-form-box-divorced	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 20px;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

.field h3	{
	font-size: 22px;
	font-weight: 600;
	margin-top: 80px;
	margin-bottom: 30px;
	background-color2: #b9baae;
	border-bottom: 2px solid #828282;
	padding: 8px;
	margin-left: -10px;
}

.field h4	{
	display: inline-block;
}

.field p	{
	line-height: 1.3;
	margin-bottom: 20px;
	margin-right: 20px;
	font-weight: normal;
	color: #616161;
}

.parents-divorced-heading	{
	margin-bottom: 5px;
}

.parents-divorced-yes	{
	line-height: 25px;
}

.parents-divorced-no	{
	line-height: 25px;
}

.parents-divorced-block	{
	margin-bottom: 20px;
	color: #616161;
}

.repeated-grade-block	{
	margin-bottom: 20px;
	color: #616161;
}

.diagnostic-testing-block	{
	margin-bottom: 20px;
	color: #616161;
}

.application-form-box-custody	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: 0;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-step-parent	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 75%;
	padding: 6px;
	margin-bottom: 40px;
	font-size: 16px;
	display: block;
}

.application-form-box-siblings	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 75%;
	padding: 6px;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 16px;
	display: block;
}

.application-form-box-church	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 40%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
}

.application-form-box-grandparent-name	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-grandparent-address	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-grandparent-city	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-grandparent-phone	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 40%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-yes-no	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 20%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: inline-block;
}

.application-form-box-repeated	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 20px;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

.application-form-box-repeated-which-grade	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 40%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
}

.application-form-box-repeated-grade-why	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 100%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
}

.application-form-box-diagnostic-testing	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 20%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
}

.application-form-box-referred	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 60%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
}

.application-form-box-pediatrician	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 40%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
}

.application-form-box-allergies	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
}

.application-form-box-premature	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 30%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
}

.application-form-box-vision-hearing	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 60%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
}

.application-form-box-last-exam	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 30%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
}

.application-form-box-care-caution{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
}

.application-form-box-regular-medication{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 100%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	display: block;
}

.accreditations-logo1	{
	float: left;
	padding-left: 20px;
	margin-top: -30px;
}

.accreditations-logo2	{
	float: left;
	padding-left: 20px;
	margin-top: -10px;
}

h2.confirmation-header	{
	font-size: 2em;
	text-align: center;
	padding-top: 40px;
	width: 90%;
	margin: 0 auto;
}

p.confirmation-paragraph	{
	width: 80%;
	margin: 0 auto;
	line-height: 1.5em;
	font-size: 1.25em;
	margin-top: 20px;
	margin-bottom: 40px;
}

.confirmation-paragraph span	{
	font-weight:  bold;
	padding-right: 10px;
}



/* SUMMER CAMP FORM */

.summer-camp-form	{
	width: 80%;
	margin: 20px auto 0 auto;
}

.summer-camp-section	{
	padding-bottom: 40px;
}

.summer-camp-section h2	{
	text-align: left;
	font-size: 2em;
	padding-bottom: 30px;
	font-weight: bold;
}

.summer-camp-form .field	{
	margin-bottom: 20px;
}

.summer-camp-form .heading	{
	padding-bottom: 5px;
	padding-left: 3px;
	font-weight: bold;
}

.summer-camp-left-col	{
	width: 50%;
	float: left;
	margin-bottom: 40px;
}

.summer-camp-right-col	{
	width: 50%;
	float: left;
}

.camper-block	{
	margin-bottom: 30px;
}

.camper-block h3	{
	font-weight: bold;
	font-size: 1.25em;
	padding-left: 3px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.camper-left-col	{
	width: 50%;
	float: left;
}

.camper-right-col	{
	width: 50%;
	float: left;
}

.parentName, .address, .city, .camper1Name, .camper1School,  .camper2Name, .camper2School,  .camper3Name, .camper3School	{
	width: 80%;
	line-height: 2em;
}

.state, .camper1Age, .camper1Grade, .camper2Age, .camper2Grade, .camper3Age, .camper3Grade	{
	width: 10%;
	min-width: 40px;
	line-height: 2em;
}

.zipCode	{
	width: 40%;
	min-width: 250px;
	line-height: 2em;
}

.homePhone, .cellPhone	{
	width: 50%;
	min-width: 250px;
	line-height: 2em;
}

.campJrSelection-field, .campSelection-field, .paymentOptions-field	{
	padding-bottom: 15px;
}

.campJrSelection	, .campSelection	, .paymentOptions, .paymentType	{
	margin-right: 10px;
	margin-top: 10px;
}

.camp-selection-sub	{
	margin-top: -20px;
	margin-bottom: 30px;
}

.camp-selection-sub p	{
	line-height: 1.5em;
}

.camp-selection-sub p span	{
	font-weight: bold;
}

/* end SUMMER CAMP FORM */




.copyright-block	{
	color: #d6c9b3;
	font-size: .75em;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.copyright-block.small	{
	display: none;
}

.copyright-block span	{
	padding-left: 5px;
	padding-right: 5px;
}

.copyright-block a	{
	color: #d6c9b3;
}

.copyright-block a:hover	{
	color: #ffffff;
}

img.ministry-well-logo	{
	width: 2em;
}

.copyright-block p	{
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
}

.ministry-well-block	{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('/img/ministryWellLogoSprite2.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
}

.ministry-well-block:hover	{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('/img/ministryWellLogoSprite2.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px -30px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
}

.highlight	{
	background-color: #eadbae;
	width: 100%;
	text-align: center;
	font-family: "lush",sans-serif;
	padding: 28px 0;
	font-size: 3em;
}



@media screen and (max-width: 1240px) {
	 
	
	/*ul.main-navigation li a	{
		text-decoration: none;
		padding: 9px 15px 23px 15px;
	}*/
	
	/*ul.main-navigation li a:hover	{
		color: #000000;
		background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba *!/
    	background: rgba(255, 255, 255, .8);
		padding: 9px 15px 23px 15px;
	}*/
	
	 
	
	.footer-center p	{
		font-size: 16px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}
	
	.footer-phone p	{
		margin-top: 12px;
		color: #ffffff;
		margin-left: 20px;
	}
	
	.footer-phone p span	{
		color: #b9baae;
		margin-right: 20px;
	}
}









@media screen and (max-width: 1200px) {

	/* ---------------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------------- */
	/* HEADER SECTION */
	
	.navigation-logo	{
		width: 180px;
		margin-left: 165px;
		margin-top: -118px;
	}
	
	.navigation-shadow	{
		width: 40%;
		margin: -8px 0 0 -7px;
	}
	
	.main-navigation-title2	{
		font-size: 38px;
	}

	.page-wrapper.header	{
		width: 100%;
		background-color: #ffffff;
	}

	.section.header	{
		width: 100%;
		max-width: 100%;
	}

	.section-header-title	{
		padding: 0 10%;
		height: 100px;
		background-color: #253c56;
	}

	.section-header-title h1	{
		font-size: 57px;
		text-align: center;
		color: #ffffff;
		padding-top: 8px;
		text-shadow: 1px 1px #383b3d;
		font-family: 'Oxygen', sans-serif;
	}

	.section-header-body	{
		width: 90%;
		max-width: 1000px;
		margin: 0px auto 65px auto;
	}

	.section-header-body p	{
		font-size: 20px;
		text-align: center;
		padding: 10px 0px 30px 0px;
		line-height: 1.75;
		color: #5c5c5c;
	}
	
	.banner-section-image img	{
		width: 100%;
		margin-bottom: -2px;
		margin-top: 0;
	}

	/* HOME HEADER SECTION */	
	/* -------------------------- */
	
	
	
	/* ---------------------------------------------------------------------------- */
	/* HOME NEWS SECTION */
	/* ---------------------------------------------------------------------------- */

	.page-wrapper.home-news-section	{
		background-color: #e7e8d9;
		margin: -30px 0 20px 0;
		padding-bottom: 60px;
	}
	
	.content-wrapper.home-news-section	{
		width: 85%;
	}

	.home-news-section h2	{
		font-size: 36px;
		color: #de6d20;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 100px;
		padding-top: 35px;
	}

	.news-box-block	{
		width: 28%;
		float: left;
		margin-right: 4%;
		margin-left: -16px;
	}
	
	.news-box-block:last-child	{
		margin-right: 0;
	}
	
	ul.news-slider	{
		width: 92%;
		margin: 0 4%
	}

	.news-box	{
		width: 100%;
		height: 340px;
		padding-bottom: 10px;
		background-color: #ffffff;
		border: 1px solid #a4aab2;
	}

	.news-box h3	{
		font-size: 18px;
		font-weight: bold;
		color: #de6d20;
		padding: 12px 5% 0 5%
	}

	.news-box p	{
		font-size: 14px;
		color: #5c5c5c;
		padding: 7px 5%;
		line-height: 1.32;
	}
	

	img.news-box-image {
		width: 100%;
	}

	.read-more-button	{
		background: url('/img/read_more_button2.png') -38px -15px;
		width: 170px;
		height: 35px;
		margin: 30px auto 20px auto;
	}

	.read-more-button:hover	{
		background: url('/img/read_more_button2.png') -38px -50px;
		width: 170px;
		height: 35px;
		margin: 30px auto 20px auto;
	}

	/* NEWS */
	/* -------------------------- */


	

	/* ---------------------------------------------------------------------------- */
	/* HOME CONTENT SECTION */
	/* ---------------------------------------------------------------------------- */
	
	.page-wrapper.home-content-section {
		background-color: #ffffff;
	}

	.content-wrapper.home-content-section	{
		width: 95%;
		max-width: 1280px;
		margin: 0 auto;
	}


		/* ------------------------------------------ */
		/* EVENTS */
		/* ------------------------------------------ */
		
		.upcoming-events-sidebar	{
			float: left;
			width: 40%;
		}

		.upcoming-events-sidebar h2	{
			font-size: 28px;
			color: #de6d20;
			margin: 20px 0 20px 0;
		}

		.upcoming-events-entry	{
			width: 100%;
			min-width: 100%;
			float: left;
		}

		.event-date-block	{
			float: left;
			font-size: 15px;
		}

		.event-entry-day	{
			width: 35px;
			float: left;
		}

		.event-day	{
			width: 35px;
			color: #5c5c5c;
		}

		.event-month	{
			width: 35px;
			color: #5c5c5c;
		}

		.event-entry-date	{
			width: 50px;
			float: left;
			color: #de6d20;
		}

		.event-date	{
			font-size: 40px;
			margin-top: -6px;
		}

		.event-entry-block-last	{
			width: 40%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 5%;
			padding-bottom: 30px;
			text-align: left;
		}

		.event-entry-block	{
			width: 50%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 5%;
			padding-bottom: 10px;
			text-align: left;
		}

		.event-entry-block h3, .event-entry-block-last h3	{
			font-size: 14px;
			font-weight: bold;
		}

		.event-entry-block p, .event-entry-block-last p	{
			font-size: 13px;
			width: 90%;
		}

		.event-entry	{
			margin: 0 0 20px 0;
		}
		
		/* EVENTS */
		/* ---------------------- */
		

		/* ------------------------------------------ */
		/* ANNOUNCEMENTS */
		/* ------------------------------------------ */
		
		.home-announcements-section	{
			width: 50%;
			float: left;
		}

		.home-announcements-section h2	{
			font-size: 28px;
			color: #de6d20;
			margin: 20px 0 20px 0;
		}

		ul.announcement-block	{
			margin-left: 20px;
		}

		ul.announcement-block li	{
			list-style-type: square;
			font-size: 20px;
		}

		.home-announcements-section h3	{
			font-size: 18px;
			font-weight: bold;
		}

		.home-announcements-section p	{
			font-size: 15px;
			margin: 10px 20px 0 0;
			line-height: 1.2;
		}

		.read-more-announcements	{
			font-size: 18px;
			font-weight: bold;
			color: #de6d20;
			margin-top: 10px;
			display: none;
		}
		
		/* ANNOUNCEMENTS */
		/* ---------------------- */
		
		


	/* CONTENT */
	/* -------------------------- */
	

	/* ------------------------------------------ */
	/* FORM & DOWNLOADS */
	/* ------------------------------------------ */

	.home-quick-links-block h2	{
		color: #ffffff;
		font-size: 28px;
		width: 100%;
		margin-top: 20px;
		margin-left2: 20px;
		text-align: center;
	}

	.home-quick-links-block ul li	{
		list-style-type: square;
		margin-bottom: 20px;
		font-size: 19px;
	}
	
	
	/* FORM & DOWNLOADS */
	/* -------------------------- */
	
	
	
	/* -------------------------- */
	/* HEADER SECTION */

	.page-wrapper.header	{
		width: 100%;
		background-color: #ffffff;
	}

	.section.header	{
		width: 100%;
		max-width: 100%;
	}

	.section-header-title	{
		padding: 0 10%;
		height: 85px;
		background-color: #253c56;
	}

	.section-header-title h1	{
		font-size: 45px;
		text-align: center;
		color: #ffffff;
		padding-top: 18px;
		text-shadow: 1px 1px #383b3d;
		font-family: 'Oxygen', sans-serif;
	}

	.section-header-body	{
		width: 90%;
		max-width: 1000px;\
		margin: -15px auto 65px auto;
	}

	.section-header-body p	{
		font-size: 19px;
		text-align: center;
		padding: 0px 0px 30px 0px;
		line-height: 1.75;
		color: #5c5c5c;
	}

	/* HEADER SECTION */	
	/* -------------------------- */
	
	
	/* -------------------------- */
	/* SUB-MENU */
		
	.sub-menu.admissions	{
		width: 100%;
		margin: 0 auto;
	}
	
	.sub-menu.admissions ul	{
		margin: -10px 0 0 0;
	}
	
	.sub-menu.admissions ul li	{
		float: left;
		margin: 25px 0 -20px 0;
		font-size: 18px;
		font-weight: bold;
		padding: 8px 12px;
		font-family: Pt Sans Narrow;
		color: #33312c;
	}

	.sub-menu.admissions ul li.active	{
		color: #ffffff;
		background-color: #de6d20;
	}

	/* SUB-MENU */	
	/* -------------------------- */


	img.inspiring	{
		width: 190px;
		width: 90%;
		margin-left: 10%;
	}
	
	.footer-center h3	{
		font-size: 26px;
		color: #ffffff;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	
	.footer-center p	{
		font-size: 15px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}	
	
	.footer-phone p	{
		margin-top: 12px;
		color: #ffffff;
		margin-left: 20px;
	}
	
	.footer-phone p span	{
		color: #b9baae;
		margin-right: 20px;
	}
	
	.sacs	{
		background: url('/img/SACS_100gray2.png') no-repeat;
		width: 100px;
		height: 100px;
		float: right;
		margin-top: 50px;
		padding-left: 30px;
	}
	
	.sacs:hover	{
		background: url('/img/SACS_100.png') no-repeat;;
	}
	
	.sais	{
		background: url('/img/SAIS_link.png') no-repeat;
		width: 100px;
		height: 100px;
		margin-top: 50px;
		float: right
	}
	
	.sais:hover	{
		background: url('/img/SAIS_hover.png') no-repeat;;
	}	
	
	.multiple-teachers	{
		float: left;
		width: 32%;
	}
	
}







@media screen and (max-width: 1150px) {

	
	
	.main-navigation-bar-left	{
		background: url('/img/nav_menu_left_55.png');
		width: 32px;
		height: 55px;
		margin-left: 10%;
		float: left;
	}
	
	.main-navigation-bar-middle	{
		background: url('/img/nav_menu_middle_55.png');
		width: 82%;
		height: 55px;
		float: left;
	}
	
	.main-navigation-bar-right	{
		background: url('/img/nav_menu_right_55.png');
		width: 32px;
		height: 55px;
		float: left;
	}
	
	 
	
	/*ul.main-navigation li a	{
		text-decoration: none;
		padding: 9px 13px 19px 13px;
	}*/
	
	/*ul.main-navigation li a:hover	{
		color: #000000;
		background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba *!/
    	background: rgba(255, 255, 255, .8);
		padding: 9px 13px 19px 13px;
	}*/
	
	 
	
	.navigation-logo	{
		width: 160px;
		margin-left: 145px;
		margin-top: -128px;
	}

	.main-navigation-title	{
		font-size: 36px;
		padding: 12px 33px 12px 3px;
	}
	
	img.home-intro-inspire	{
		width: 300px;
		margin: -75px 0 0 70%;
	}
	
	#footer_zigzag	{
		padding-top: 25px;
	}
	
	.multiple-teachers	{
		float: left;
		width: 35%;
	}
	
	.summer-camp-left-col	{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	
	.summer-camp-right-col	{
		width: 100%;
		float: none;
		margin-bottom: 80px;
	}
	
	.camper-left-col	{
		width: 100%;
		float: none;
		padding-bottom: 30px;
	}
	
	.camper-right-col	{
		width: 100%;
		float: none;
		padding-bottom: 30px;
	}
	
	.summer-camp-section	{
		padding-bottom: 0px;
	}
	
	.camp-button-news {
			margin-top: 20px;
			
	}
	
}



@media screen and (max-width: 1176px) {
	blockquote	{
		font-size: 20px;
		font-style: italic;
		line-height: 2;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		color: #5d5d57;
	}

	blockquote span	{
		font-size: 28px;
		font-style: normal;
	}
}

@media screen and (max-width: 1150px) {
	
	/* -------------------------- */
	/* INTRO */

	.home-intro-title	{
		height: 90px;
	}

	.home-intro-title h1	{
		font-size: 46px;
		padding-top: 22px;
	}

	.home-intro-text p	{
		font-size: 22px;
		padding: 0 15% 0 15%;
	}

	img.home-intro-inspire	{
		width: 260px;
		margin: -120px 0 1px 70%;
	}
	
	.footer-center h3	{
		font-size: 24px;
		color: #ffffff;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	
	.footer-center p	{
		font-size: 14px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}
	
	.footer-phone p	{
		margin-top: 12px;
		color: #ffffff;
		margin-left: 20px;
	}
	
	.footer-phone p span	{
		color: #b9baae;
		margin-right: 20px;
	}
	
	/* INTRO */	
	/* -------------------------- */

}

@media screen and (max-width: 1080px) {
	
	.multiple-teachers	{
		float: left;
		width: 100%;
	}
	
	.teacher-welcome-section-right	{
		float: left;
		width: 100%;
	}
}


@media screen and (max-width: 1060px) {
	
	

	.navigation-logo	{
		width: 160px;
		margin-left: 170px;
 
		margin-top: -111px;
	}
	
	 
	
	 
	
	/*ul.main-navigation li a	{
		text-decoration: none;
		padding: 10px 11px 19px 11px;
	}*/
	
	/*ul.main-navigation li a:hover	{
		color: #000000;
		background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba *!/
    	background: rgba(255, 255, 255, .8);
		padding: 10px 11px 19px 11px;
	}*/
	
	 
	
	ul.tabs li h2 a	{
	background-color: #f2f2f2;
	display: inline-block;
	padding: 10px 15px 8px 15px;
	font-weight: bold;
	font-size: 14px;
}

ul.tabs li h2 a.active	{
	display: inline-block;
	padding: 10px 15px 8px 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #de6d20;
}

ul.tabs li	{
	display: inline-block;
	padding: 0;
	font-weight: bold;
	margin-right: 1px;
	margin-bottom: -10px;
}

	.footer-center h3	{
		font-size: 24px;
		color: #ffffff;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	
	.footer-center p	{
		font-size: 13px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}
	
	.footer-phone p	{
		margin-top: 12px;
		color: #ffffff;
		margin-left: 20px;
	}
	
	.footer-phone p span	{
		color: #b9baae;
		margin-right: 20px;
	}
	
	
	.hvcs-home-image	{
		width: 270px;
		float: right;
		margin-right: 60px;
		margin-top: 80px;
	}

	img.hvcs-image	{
		border: 5px solid #ffffff;
		-moz-box-shadow: 10px 10px 5px #888;
		-webkit-box-shadow: 10px 10px 5px #888;
		box-shadow: 5px 5px 10px #888;
		width: 100%;
	}
	
	.hvcs-image-text	{
		text-align: center;
		margin-top: 20px;
		margin-left: 10px;
	}
	
	.hvcs-more-about	{
		text-align: center;
		margin-top: 15px;
		display: none;
	}
	
	.teacher-welcome-section-right	{
		float: left;
		width: 100%;
	}

}


@media screen and (max-width: 1040px) {
	.page-wrapper.home-news-section	{
		background-color: #e7e8d9;
		margin: -30px 0 20px 0;
		padding-bottom: 70px;
	}
	
	.news-slider-wrapper	{
		width: 85%;
		padding-left: 7.5%;
		padding-right: 7.5%;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	
	.section-matrix-left-column h2	{
		font-size: 28px;
		color: #de6d20;
		margin-bottom: 5px;
	}
	
	span.priority-list-style	{
	font-size: 17px;
	font-weight: bold;
	}	
}


@media screen and (max-width: 1024px) {

 .hamburger {
    display: block; /* Show hamburger on tablet and mobile */
  }

  .main-navigation {
    display: none; /* Hidden by default on tablet and mobile */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Full height */
    background: #d3d3d3; /* Match nav background */
    margin: 0;
    padding: 80px 20px 20px; /* Space for logo and hamburger */
    z-index: 1000;
    flex-direction: column; /* Stack items vertically */
    gap: 0; /* Remove gap for tablet/mobile */
    border-radius: 0; /* Remove rounding for full-screen menu */
    height: auto; /* Override fixed height for tablet/mobile */
  }

  .main-navigation.active {
    display: flex; /* Show when active */
  }

  .main-navigation li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Subtle divider */
  }

  .main-navigation li a {
    padding: 15px 20px;
    font-size: 20px; /* Slightly smaller for tablet/mobile */
    border-radius: 0; /* Remove rounding for full-width links */
  }

  .logo img {
    right: 0; /* Reset for tablet/mobile */
    height: 120px; /* Slightly smaller logo on tablet */
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
 

.main-navigation-title	{
		font-size: 32px;
		padding: 13px 0 12px 0px;
	}
	
	.navigation-logo	{
		width: 140px;
 
		margin-top: -102px;
	}
	
	/* -------------------------- */
	/* INTRO */
	
		.sub-menu.admissions	{
		width: 100%;
		margin: 0 auto;
	}
	
	.sub-menu.admissions ul	{
		margin: 5px 0 0 0;
	}
	
	.sub-menu.admissions ul li	{
		float: left;
		margin: 2px 5px -28px 0;
		font-size: 20px;
		font-weight: bold;
		padding: 8px 12px;
		font-family: Pt Sans Narrow !important;
		color: #33312c;
	}

	.sub-menu.admissions ul li.active	{
		color: #ffffff;
		background-color: #de6d20;
	}

	.home-intro-title h1	{
		font-size: 40px;
		padding-top: 22px;
	}

	.home-intro-text p	{
		font-size: 20px;
	}

	img.home-intro-inspire	{
		width: 240px;
		margin: -115px 0 1px 72%;
	}
	
	/* INTRO */	
	/* -------------------------- */

	.home-news-section h2	{
		font-size: 32px;
		color: #de6d20;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 10px;
		padding-top: 35px;
	}	
	
	.news-box p	{
		font-size: 13px;
		color: #5c5c5c;
		padding: 7px 5%;
		line-height: 1.2;
	}
	
	.home-links-section	{
		display: none;
	}
	
	.home-form-block	{
		float: left;
		width: 60%;
		margin-left: 5%;
	}

	.home-form-block h2	{
		color: #000000;
		font-size: 32px;
		margin-top: 20px;
		margin-bottom: 8px;
	}

	.home-form-block p	{
		color: #000000;
		font-size: 16px;
		margin-bottom: 15px;
		line-height: 1.2;
		width: 95%;
	}

	.form-box-name	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 70%;
		min-width: 50%;
		padding: 6px;
		margin-bottom: 15px;
		margin-top: 8px;
		font-size: 14px;
	}

	.form-box-address	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 70%;
		min-width: 300px;
		padding: 6px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.form-box-city	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 50%;
		min-width: 200px;
		padding: 6px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
		font-size: 14px;
	}

	.form-box-state	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 10%;
		min-width: 50px;
		padding: 6px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
		font-size: 14px;
	}

	.form-box-zip	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 30%;
		min-width: 150px;
		padding: 6px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.form-box-telephone	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 30%;
		min-width: 150px;
		padding: 5px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
		font-size: 14px;
	}

	.form-box-email	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 70%;
		min-width: 300px;
		padding: 6px;
		margin-bottom: 15px;
		float: left;
		font-size: 14px;
	}
	
	.page-wrapper.section-one	{
		background-color: #e7e8d9;
		margin: -30px 0 0 0;
		padding-bottom: 30px;
	}	
	
	.section-blockquote blockquote	{
		font-size: 28px;
		font-style: italic;
		padding-top: 0px;
		margin: -25px auto;
	}
	
	.page-wrapper.section-two {
		background-color: #ffffff;
		padding-bottom: 40px;
		padding-top: 40px;
	}	
		
	.section.section-one h2	{
		font-size: 32px;
		color: #de6d20;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	.section.section-one p	{
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 10px;
		text-align: left;
	}
	
	.news-slider-wrapper	{
		width: 85%;
		padding-left: 7.5%;
		padding-right: 7.5%;
		margin-top: 30px;
		display: none;
	}
	
	.news-slider-wrapper h3	{
		text-align: center;
		font-size: 18px;
	}	
	
	.section-matrix-right-column p	{
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 0px;
		line-height: 1.5;
	}
		
	.section.section-one.header-block p	{
		font-size: 19px;
		text-align: center;
	}	
	
	.desk-version	{
		display: none;
	}	
	
	.section-matrix-right-column ul	{
		margin-top: 10px;
		margin-bottom: 20px;
}
	
	.teacher-welcome-section-right h3	{
		font-size: 19px;
		font-weight: bold;
		line-height: 1.25;
	}	
	
	.teacher-welcome-section-right ul li	{
		margin-bottom: 12px;
	}
	
	.section ul li	{
		list-style-type: square;
		margin-bottom: 10px;
		line-height: 1.5;
		font-size: 16px;
	}
	
	.section-matrix-resources-left	{
		margin-bottom: 40px;
		text-align: left;
		width: 100%;
	}
	
	.section-matrix-resources-left ul li	{
		font-weight: bold;
		list-style-type: square;
		margin-bottom: 0px;
		line-height: 1.0;
		font-size: 16px;
	}
	
	.section-matrix-resources-left ul li a	{
		text-decoration: none;
	}
	
	.section-matrix-resources-left ul li a:hover	{
		color: #de6d20;
		color: #314f74;
	}	
	
	.section.section-two .section-matrix-body p	{
		font-size: 16px;
		margin-top: 10px;
		width: 100%;
		line-height: 1.5;
	}	
	
	.section.section-two .section-matrix-body h2	{
		font-size: 30px;
		color: #de6d20;
		margin-top: 10px;
		margin-bottom: 5px;
		line-height: 1.1;
	}
	
	.section.section-two .section-matrix-body h3	{
		font-size: 19px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 2px;
	}
	
	.staff-photo-block p	{
		text-align: center;
		margin-left: 20px;
	}	
	
	.staff-photo-block h4	{
		display: none;
	}
	
	.staff-text-block span	{
		font-size: 17px;
		font-style: italic;
		font-weight: normal;
	}
	
	.section.section-two .section-matrix-body h2	{
		font-size: 25px;
		color: #de6d20;
		margin-top: 10px;
		margin-bottom: 5px;
		line-height: 1.1;
	}
	
	.page-wrapper.section-two {
		background-color: #ffffff;
		padding-bottom: 30px;
		padding-top: 40px;
	}
	
	.staff-text-block h4	{
		font-size: 24px;
		font-weight: bold;
	}

	img.inspiring	{
		width: 190px;
		width: 90%;
		margin-left: 10%;
	}
	
	.footer-center h3	{
		font-size: 24px;
		color: #ffffff;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	
	.footer-center p	{
		font-size: 13px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}	
	
	.footer-phone p	{
		margin-top: 12px;
		color: #ffffff;
		margin-left: 20px;
	}
	
	.footer-phone p span	{
		color: #b9baae;
		margin-right: 20px;
	}
	
	.sacs	{
		background: url('/img/SACS_100gray2.png') no-repeat;
		width: 100px;
		height: 100px;
		float: right;
		margin-top: 50px;
		padding-left: 30px;
	}
	
	.sacs:hover	{
		background: url('/img/SACS_100.png') no-repeat;;
	}
	
	.sais	{
		background: url('/img/SAIS_link.png') no-repeat;
		width: 100px;
		height: 100px;
		margin-top: 50px;
		float: right
	}
	
	.sais:hover	{
		background: url('/img/SAIS_hover.png') no-repeat;;
	}
	
	.iPad-version	{
		display: block;
	}
	
	.news-slider-wrapper	{
		display2: none;
	}
	
	.news-slider-single-wrapper	{
		display: block;
	}
	
	ul.news-slider	{
		width: 92%;
		margin: 0;
	}

	.news-box	{
		width: 97%;
		height: auto;
		padding: 0;
		margin-left: 20px;
		background-color: #ffffff;
		border: 1px solid #a4aab2;
	}
	
	.news-box-body	{
		width: 55%;
		float: left;
}

	.news-box h3	{
		font-size: 22px;
		font-weight: bold;
		color: #de6d20;
		padding: 12px 0 0 0
	}

	.news-box p	{
		font-size: 14px;
		color: #5c5c5c;
		padding: 7px 0;
		line-height: 1.2;
	}

	img.news-box-image {
		width: 40%;
		padding-right: 25px;
		float: left;
	}

	.read-more-button	{
		background: url('/img/read_more_button2.png') -38px -15px;
		width: 170px;
		height: 35px;
		margin: 20px 0 20px 0;
	}

	.read-more-button:hover	{
		background: url('/img/read_more_button2.png') -38px -50px;
		width: 170px;
		height: 35px;
		margin: 20px 0 20px 0;
	}
	
	.read-more-button.adjust-center	{
		margin: 30px auto;
	}
	
	.news-box-block	{
		width: 100%;
		height: auto;
		padding-bottom: 0;
		margin-bottom: 0;
		float: left;
		margin-right: 1%;
		padding-right: 0;
	}
	




.slider-list-wrapper ul li	{
	list-style: none;
	padding: 10px 20px;
	margin-bottom: 0px;
}	
	
}


@media screen and (max-width: 1020px) {
	.footer-center h3	{
		font-size: 23px;
		color: #ffffff;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	

	
	.footer-center p	{
		font-size: 13px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}
	
	.footer-phone p	{
		margin-top: 12px;
		color: #ffffff;
		margin-left: 20px;
	}
	
	.footer-phone p span	{
		color: #b9baae;
		margin-right: 20px;
	}	
}


@media screen and (max-width: 1010px) {
	.footer-center h3	{
		font-size: 20px;
		color: #ffffff;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	
	.footer-center p	{
		font-size: 12px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}
	
	.footer-phone p	{
		margin-top: 12px;
		color: #ffffff;
		margin-left: 20px;
	}
	
	.footer-phone p span	{
		color: #b9baae;
		margin-right: 20px;
	}	
}	
}


@media screen and (max-width: 1000px) {
	.main-navigation-title	{
		font-size: 32px;
		padding: 13px 0 12px 0;
	}

	.navigation-logo	{
		width: 140px;
 
		margin-top: -102px;
	}

	.home-intro-title h1	{
		font-size: 42px;
		padding-top: 21px;
	}

	.home-intro-text p	{
		font-size: 21px;
	}

	img.home-intro-inspire	{
		width: 240px;
		margin: -115px 0 1px 72%;
	}
	
	.footer-center h3	{
		font-size: 22px;
		color: #ffffff;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	
	.footer-center p	{
		font-size: 13px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}	

}

@media screen and (max-width: 986px) {
	.news-slider-wrapper	{
		width: 85%;
		padding-left: 7.5%;
		padding-right: 7.5%;
		margin-top: 30px;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 980px) {
	.page-wrapper.home-news-section	{
		background-color: #e7e8d9;
		margin: -30px 0 20px 0;
		padding-bottom: 70px;
	}
	
	.news-slider-wrapper	{
		width: 85%;
		padding-left: 7.5%;
		padding-right: 7.5%;
		margin-top: 30px;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 960px) {

	
	
	 
	
	/*ul.main-navigation li a	{
		text-decoration: none;
		padding: 11px 10px 21px 10px;
	}*/
	
	/*ul.main-navigation li a:hover	{
		color: #000000;
		background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba *!/
    	background: rgba(255, 255, 255, .8);
		padding: 11px 10px 21px 10px;
	}*/
	
	 

	.main-navigation-title	{
		font-size: 32px;
		padding: 12px 33px 12px 0;
	}

	.sub-menu.admissions ul	{
		margin: 0px 0 0 0;
	}
	
	.navigation-logo	{
		width: 140px;
		margin-left: 13%;
		margin-top: -102px;
	}
	
	.home-intro-title h1	{
		font-size: 40px;
	}

	.home-intro-text	{
		margin: 20px auto 60px auto;
	}

	img.home-intro-inspire	{
		width: 220px;
		margin: -85px 0 10px 72%;
	}
	
	ul.tabs li h2 a	{
		background-color: #f2f2f2;
		display: inline-block;
		padding: 10px 15px 8px 15px;
		font-weight: bold;
		font-size: 12px;
	}

	ul.tabs li h2 a.active	{
		display: inline-block;
		padding: 10px 15px 8px 15px;
		font-weight: bold;
		color: #ffffff;
		background-color: #de6d20;
	}

	ul.tabs li	{
		display: inline-block;
		padding: 0;
		font-weight: bold;
		margin-right: 1px;
		margin-bottom: -10px;
	}

	.footer-center h3	{
		font-size: 20px;
		color: #ffffff;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	
	.hvcs-home-image	{
		width: 270px;
		float: right;
		margin-right: 60px;
		margin-top: 80px;
	}

	img.hvcs-image	{
		border: 5px solid #ffffff;
		-moz-box-shadow: 10px 10px 5px #888;
		-webkit-box-shadow: 10px 10px 5px #888;
		box-shadow: 5px 5px 10px #888;
		width: 100%;
	}
	
	.hvcs-image-text	{
		text-align: center;
		margin-top: 20px;
		margin-left: 10px;
	}
	
	.hvcs-more-about	{
		text-align: center;
		margin-top: 15px;
		display: none;
	}
	
	.home-form-block	{
		float: left;
		width: 50%;
		margin-left: 50px;
		margin-top: 20px;
	}
	
	.individual-form h2	{
		font-size: 30px;
		margin-bottom: 10px;
		color: #de6d20;
	}	

	.individual-form p	{
		font-size: 16px;
		margin-bottom: 30px;
		line-height: 1.5;
	}	
	
	.form-box-name	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 90%;
		min-width: 50%;
		padding: 6px;
		margin-bottom: 15px;
		margin-top: 8px;
		font-size: 14px;
	}

	.form-box-address	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 90%;
		min-width: 0px;
		padding: 6px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.form-box-city	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 70%;
		min-width: 200px;
		padding: 6px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
		font-size: 14px;
	}

	.form-box-state	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 20%;
		min-width: 50px;
		padding: 6px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
		font-size: 14px;
	}

	.form-box-zip	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 50%;
		min-width: 150px;
		padding: 6px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.form-box-telephone	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 50%;
		min-width: 150px;
		padding: 5px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
		font-size: 14px;
	}

	.form-box-email	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 90%;
		min-width: 300px;
		padding: 6px;
		margin-bottom: 15px;
		float: left;
		font-size: 14px;
	}

	.news-slider-wrapper	{
		width: 85%;
		padding-left: 7.5%;
		padding-right: 7.5%;
		margin-top: 30px;
		margin-bottom: 40px;
	}


}



@media screen and (max-width: 940px) {
	
	.sub-menu.admissions ul li	{
		float: left;
		margin: 20px 0 -25px 0;
		font-size: 18px;
		font-weight: bold;
		padding: 8px 12px;
		font-family: Pt Sans Narrow;
		color: #33312c;
	}	
	
	/* -------------------------- */
	/* FORM & DOWNLOADS */
	/* -------------------------- */

	.home-quick-links-block	{
		background-color: #395d82;
		background-color2: #0d5487;
		background-color: #2e4a6d;
		width: 28%;
		height: 320px;
		float: right;
		margin-right: 8%;
		margin-top: -100px;
		box-shadow: 5px 5px 10px #888888;
		float: right
	}
	
	.home-quick-links-block h2	{
		color: #ffffff;
		font-size: 26px;
		width: 100%;
		margin-top: 20px;
		margin-left2: 20px;
		text-align: center;
	}

	.home-quick-links-block ul li	{
		list-style-type: square;
		margin-bottom: 20px;
		font-size: 17px;
	}
	
	/* FORM & DOWNLOADS */
	/* -------------------------- */
	
	blockquote	{
		font-size: 18px;
		font-style: italic;
		line-height: 2;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		color: #5d5d57;
	}

	blockquote span	{
		font-size: 24px;
		font-style: normal;
	}
	
	.staff-photo-block	{
		width: 22%;
		margin-left: 5%;
		margin-bottom: 20px;
		float: left;
	}

	.staff-photo-block img	{
		width: 100%;
		margin: 5px 50px 0 20px;
		padding: 0;
	}
	
	.staff-photo-block h4	{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin: 5px 50px 0 20px;
		width: 100%;
		display: none;
	}
	
	.staff-photo-block span	{
		font-size: 15px;
		font-weight: normal;
		font-style: italic;
		display: none;
	}
	
	.staff-text-block	{
		width: 90%;
		margin-left: 7%;
	}
	
	.staff-text-block h4	{
		font-size: 28px;
		font-weight: bold;
	}
	
	.staff-text-block span	{
		font-size: 20px;
		font-style: italic;
		font-weight: normal;
	}
	
	.staff-text-block hr	{
		margin: 10px 0 10px 0;
	}	
	
	.section.section-one.header-block p	{
		font-size: 19px;
		text-align: center;
	}	
	
	.section-header-body	{
		width: 90%;
		max-width: 1000px;
		margin: -15px auto 60px auto;
	}	
	
	.footer-center p	{
		font-size: 12px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}

}




@media screen and (max-width: 905px) {
	img.inspiring	{
		width: 190px;
		width: 90%;
		margin-left: 10%;
	}
	
	.footer-left p span	{
		font-size: 24px;
		color: #b9baae;
		line-height: 1;
	}
	
	 
	
	.footer-right	{
		width: 25%;
		position: relative;
		display: inline-block;
		text-align: right;
	}
	
	.footer-right-content	{
		position: absolute;
		top: -56px;
		right: 10%;
	}
	
	.footer-center h3	{
		font-size: 18px;
		color: #ffffff;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	
	.footer-center p	{
		font-size: 12px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}
	
	.footer-phone p	{
		margin-top: 12px;
		color: #ffffff;
		margin-left: 20px;
	}
	
	.footer-phone p span	{
		color: #b9baae;
		margin-right: 20px;
	}
	
	.footer-right p	{
		font-size: 18px;
		color: #ffffff;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right: 20px;
	}
	
	.footer-right p span	{
		color: #b9baae;
	}
	
	.sacs	{
		background: url('/img/SACS_gray_60.png') no-repeat;
		width: 50px;
		height: 65px;
		float: right;
		margin-top: 50px;
		padding-left: 30px;
	}
	
	.sacs:hover	{
		background: url('/img/SACS_100.png') no-repeat;;
	}
	
	.sais	{
		background: url('/img/SAIS_gray60.png') no-repeat;
		width: 70px;
		height: 60px;
		margin-top: 50px;
		float: right
	}
	
	.sais:hover	{
		background: url('/img/SAIS_gray60.png') no-repeat;;
	}
	
	.section ul	{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
	.page-wrapper.section-two {
		background-color: #ffffff;
		padding-bottom: 30px;
		padding-top: 20px;
	}
	
	.section ul li	{
		list-style-type: square;
		margin-bottom: 10px;
		line-height: 2.35;
		font-size: 14px;
	}
	
	.section-matrix-left-column h2	{
		font-size: 24px;
		color: #de6d20;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	span.priority-list-style	{
	font-size: 17px;
	font-weight: bold;
	}
	
	.section-matrix-left-column h3	{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	.section-matrix-left-column p	{
		font-size: 18px;
		margin-top: 10px;
		width2: 80%;
		line-height: 1.35;
	}
	
	.section-matrix-right-column	{
		width: 55%;
		padding-left: 5%;
		float: left;
	}
	
	.section-matrix-right-column h2	{
		font-size: 28px;
		color: #de6d20;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	
	.section-matrix-right-column h3	{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	.section-matrix-right-column h4	{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	.section-matrix-right-column h5	{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	.section-matrix-right-column p	{
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	
	.section-matrix-events-left	{
		margin-bottom: 40px;
	}
	
	.section-matrix-events-left ul 	{
		margin-top: 10px;
		margin-bottom: 35px;
	}
	
	.section-matrix-events-left ul li 	{
		font-size:	14px;
		line-height: 1.25;
		margin-bottom: 5px;
	}
	


.photo-slider-wrapper	{
	width: 100%;
}

.photo-slider-wrapper h2		{
	font-size: 40px;
	color: #de6d20;
	margin-top: 0px;
	margin-bottom: 20px;
}

.main-slider-wrapper		{
	width: 100%;
	float: none;
}

.newsarticle-box-image.main-photo-slider-image	{
	padding: 0;
	max-height: 500px;
	width: auto;
	margin: 0 auto;
}

.photo-gallery-description	{
	margin-top: 40px;
}

.photo-gallery-description p	{
	margin-bottom: 10px;
	line-height: 1.65em;
}

.slider-list-wrapper		{
	width: 100%;
	float: none;
	padding-left: 0%;
	box-sizing: border-box;
}

.slider-list-wrapper h2		{
	font-size: 1.5em;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 0;
	text-align: l;
}

.slider-list-wrapper ul	{
	margin-left:  0;
	text-align: left;
}

.slider-list-wrapper ul li	{
	list-style: none;
	padding: 10px 20px;
	margin-bottom: 0px;
}

.slider-list-wrapper ul li:hover		{
	list-style: none;
	background-color: #eee;
}

.slider-list-wrapper ul li h3	{
	font-size: 1.15em;
	line-height: 1.15em;
}	

.slider-list-wrapper ul a:hover	{
	font-size: 1em;
	color: #de6d20;
	color2: #000;
}	

.slider-list-wrapper ul li p		{
	font-size: .85em;
	line-height: 1.5em;
}
	
	

.copyright-block	{
	display: none;
}

.copyright-block.small	{
	display: block;
}

.copyright-block p	{
	font-size:.8em
}


}



@media screen and (max-width: 890px) {
	
		
	
	.main-navigation-bar-left	{
		background: url('/img/nav_menu_left_45.png');
		width: 32px;
		height: 45px;
		margin-left: 8%;
		float: left;
	}
	
	.main-navigation-bar-middle	{
		background: url('/img/nav_menu_middle_45.png');
		width: 82%;
		height: 45px;
		float: left;
	}
	
	.main-navigation-bar-right	{
		background: url('/img/nav_menu_right_45.png');
		width: 32px;
		height: 45px;
		float: left;
	}
	
	 
	
	/*ul.main-navigation li	{
	 
		margin: 0 0 0 0;
		font-size: 17px;
		color: #33312c;
	}*/
	
	/*ul.main-navigation li a	{
		text-decoration: none;
		padding: 8px 8px 15px 8px;
	}*/
	
	/*ul.main-navigation li a:hover	{
		color: #000000;
		background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba *!/
    	background: rgba(255, 255, 255, .8);
		padding: 8px 8px 15px 8px;
	}*/
	
	 
	
	.navigation-logo	{
		width: 130px;
 
		margin-top: -96px;
	}
	
	.main-navigation-title	{
		font-size: 34px;
		height: 38px;
		font-weigth: bold;
		padding: 6px 0 12px 0;
		margin-left: -15px;
		float: left;
	}	
	
	
	/* -------------------------- */
	/* SUB-MENU */
		
	.sub-menu.admissions	{
		width: 100%;
		margin: 0 auto;
	}
	
	.sub-menu.admissions ul	{
		margin: -10px 0 0 0;
	}
	
	.sub-menu.admissions ul li	{
		float: left;
		margin: 20px 0 -25px 0;
		font-size: 18px;
		font-weight: bold;
		padding: 8px 12px;
		font-family: Pt Sans Narrow;
		color: #33312c;
	}

	.sub-menu.admissions ul li.active	{
		color: #ffffff;
		background-color: #de6d20;
	}

	/* SUB-MENU */	
	/* -------------------------- */
	
	.staff-photo-block	{
		width: 36%;
		margin-left: 5%;
		margin-bottom: 20px;
	}
	
	.section.section-one.header-block p	{
		font-size: 18px;
		text-align: center;
	}	
	
	.footer-center h3	{
		font-size: 20px;
		color: #ffffff;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	
	.footer-center p	{
		font-size: 12px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}
	
	.footer-phone p	{
		margin-top: 12px;
		color: #ffffff;
		margin-left: 20px;
	}
	
	.footer-phone p span	{
		color: #b9baae;
		margin-right: 20px;
	}	
}




@media screen and (max-width: 870px) {
	
ul.tabs li h2 a	{
	background-color: #f2f2f2;
	display: inline-block;
	padding: 10px 10px 8px 10px;
	font-weight: bold;
	font-size: 12px;
}

ul.tabs li h2 a.active	{
	display: inline-block;
	padding: 10px 10px 8px 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #de6d20;
}

ul.tabs li	{
	display: inline-block;
	padding: 0;
	font-weight: bold;
	margin-right: 1px;
	margin-bottom: -10px;
}
	
	.section-header-body	{
		width: 90%;
		max-width: 1000px;
		margin: -15px auto 60px auto;
	}	

}


@media screen and (max-width: 860px) {
	

	/* -------------------------- */
	/* HEADER SECTION */

	.page-wrapper.header	{
		width: 100%;
		background-color: #ffffff;
	}

	.section.header	{
		width: 100%;
		max-width: 100%;
	}

	.section-header-title	{
		padding: 0 10%;
		height: 75px;
		background-color: #253c56;
	}

	.section-header-title h1	{
		font-size: 40px;
		text-align: center;
		color: #ffffff;
		padding-top: 16px;
		text-shadow: 1px 1px #383b3d;
		font-family: 'Oxygen', sans-serif;
	}

	.section-header-body	{
		width: 90%;
		max-width: 1000px;
		margin: 15px auto 60px auto;
	}

	.section-header-body p	{
		font-size: 17px;
		text-align: center;
		padding: 0px 0px 20px 0px;
		line-height: 1.75;
		color: #5c5c5c;
	}

	/* HEADER SECTION */	
	/* -------------------------- */
	
	
	/* -------------------------- */
	/* SUB-MENU */
		
	.sub-menu.admissions	{
		width: 100%;
		margin: 0 auto;
	}
	
	.sub-menu.admissions ul	{
		margin: -10px 0 0 0;
	}
	
	.sub-menu.admissions ul li	{
		float: left;
		margin: 4px 0 -20px 0;
		font-size: 17px;
		font-weight: bold;
		padding: 8px 12px;
		font-family: Pt Sans Narrow;
		color: #33312c;
	}

	.sub-menu.admissions ul li.active	{
		color: #ffffff;
		background-color: #de6d20;
	}

	/* SUB-MENU */	
	/* -------------------------- */
	
	




	.home-intro-title	{
		height: 80px;
	}

	.home-intro-title h1	{
		font-size: 36px;
		padding-top: 21px;
	}

	.home-intro-text p	{
		font-size: 20px;
	}

	img.home-intro-inspire	{
		width: 200px;
		margin: -85px 0 10px 74%;
	}
	
	
	/* -------------------------- */
	/* FORM & DOWNLOADS */
	/* -------------------------- */

	.home-quick-links-block	{
		background-color: #2e4a6d;
		width: 32%;
		height: 320px;
		float: right;
		margin-right: 6%;
		margin-top: -100px;
		box-shadow: 5px 5px 10px #888888;
		float: right
	}
	
	.home-quick-links-block h2	{
		color: #ffffff;
		font-size: 26px;
		width: 100%;
		margin-top: 20px;
		margin-left2: 20px;
		text-align: center;
	}

	.home-quick-links-block ul li	{
		list-style-type: square;
		margin-bottom: 20px;
		font-size: 17px;
	}
	
	/* FORM & DOWNLOADS */
	/* -------------------------- */
	
	.staff-photo-block	{
		width: 40%;
		margin-left: 5%;
		margin-bottom: 20px;
	}
	
	.hvcs-home-image	{
		width: 210px;
		float: right;
		margin-right: 60px;
		margin-top: 80px;
	}

	img.hvcs-image	{
		border: 5px solid #ffffff;
		-moz-box-shadow: 10px 10px 5px #888;
		-webkit-box-shadow: 10px 10px 5px #888;
		box-shadow: 5px 5px 10px #888;
		width: 100%;
	}
	
	.hvcs-image-text	{
		text-align: center;
		margin-top: 20px;
		margin-left: 10px;
	}
	
	.hvcs-more-about	{
		text-align: center;
		margin-top: 15px;
		display: none;
	}
	
	.home-form-block	{
		float: left;
		width: 45%;
		margin-left: 50px;
		margin-top: 20px;
	}	
	
}	



@media screen and (max-width: 835px) {

	.section-matrix-left-column	{
		float: right;
		width: 100%;
	}

	.section-matrix-right-column	{
		width: 95%;
		padding-left: 0%;
		float: left;
	}	
	
	.display-none	{
		display2: none;
	}

	.large-browser	{
		display: none;
	}
	
	.small-browser	{
		display: block;
	}	
	
	
}


@media screen and (max-width: 810px) {

		

	 
	
	/*ul.main-navigation li	{
	 
		margin: 0 0 0 0;
		font-size: 15px;
		color: #33312c;
	}*/
	
	/*ul.main-navigation li a	{
		text-decoration: none;
		padding: 8px 5px 18px 5px;
	}*/
	
	/*ul.main-navigation li a:hover	{
		color: #000000;
		background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba *!/
    	background: rgba(255, 255, 255, .8);
		padding: 8px 5px 18px 5px;
	}*/
	
	 
	
	.navigation-logo	{
		width: 120px;
 
		margin-top: -92px;
	}
	
	
	
	.main-navigation-title	{
		font-size: 34px;
		width: 130px;
		height: 30px;
		font-weigth: bold;
		padding: 6px 0 7px 0;
		margin: 0 0 0 -15px;
		float: left;
	}
	

	/* -------------------------- */
	/* HEADER SECTION */

	.page-wrapper.header	{
		width: 100%;
		background-color: #ffffff;
	}

	.section.header	{
		width: 100%;
		max-width: 100%;
	}

	.section-header-title	{
		padding: 0 10%;
		height: 55px;
		background-color: #253c56;
	}

	.section-header-title h1	{
		font-size: 36px;
		text-align: center;
		color: #ffffff;
		padding-top: 8px;
		text-shadow: 1px 1px #383b3d;
		font-family: 'Oxygen', sans-serif;
	}

	.section-header-body	{
		width: 90%;
		max-width: 1000px;
		background-color: #ffffff;
		margin: 13px auto 57px auto;
	}

	.section-header-body p	{
		font-size: 16px;
		text-align: center;
		padding: 0px 0px 20px 0px;
		line-height: 1.75;
		color: #5c5c5c;
		width: 95%;
		margin: 0 auto;
	}

	/* HEADER SECTION */	
	/* -------------------------- */
	
	
	/* -------------------------- */
	/* SUB-MENU */
		
	.sub-menu.admissions	{
		width: 100%;
		margin: 0 auto;
	}
	
	.sub-menu.admissions ul	{
		margin: -10px 0 0 0;
	}
	
	.sub-menu.admissions ul li	{
		float: left;
		margin: 5px 0 -20px 0;
		font-size: 16px;
		font-weight: bold;
		padding: 8px 12px;
		font-family: Pt Sans Narrow;
		color: #33312c;
	}

	.sub-menu.admissions ul li.active	{
		color: #ffffff;
		background-color: #de6d20;
	}

	/* SUB-MENU */	
	/* -------------------------- */
	
	.home-intro-title	{
		height: 70px;
	}

	.home-intro-title h1	{
		font-size: 30px;
		padding-top: 17px;
	}

	.home-intro-text p	{
		font-size: 18px;
		padding: 0 15%;
	}

	img.home-intro-inspire	{
		width: 180px;
		margin: -60px 0 20px 75%;
	}

}




@media screen and (max-width: 785px) {
   
ul.tabs	{
	margin-left: 10px;
}

ul.tabs li h2 a	{
	background-color: #f2f2f2;
	display: inline-block;
	padding: 7px 5px 7px 5px;
	font-weight: bold;
	font-size: 12px;
}

ul.tabs li h2 a.active	{
	display: inline-block;
	padding: 7px 5px 7px 5px;
	font-weight: bold;
	color: #ffffff;
	background-color: #de6d20;
}

ul.tabs li	{
	display: inline-block;
	padding: 0;
	font-weight: bold;
	margin-right: 1px;
	margin-bottom: -10px;
}

	.section-blockquote blockquote	{
		font-size: 28px;
		font-style: italic;
		padding-top: 10px;
		margin: -25px auto;
	}
	
		/* -------------------------- */
	/* SUB-MENU */
	
	.sub-menu.admissions	{
		width: 100%;
		margin: 0 auto;
	}

	.sub-menu.admissions ul li a	{
		text-decoration: none;
	}

	.sub-menu.admissions ul li a.active	{
		color: #ffffff;
		background-color: #de6d20;
		padding: 8px 12px;
	}
		
	.sub-menu.admissions	{
		width: 100%;
		margin: 0 auto;
	}
	
	.sub-menu.admissions ul	{
		margin: -10px 0 0 0;
	}
	
	.sub-menu.admissions ul li	{
		float2: left;
		margin: 0px auto 0px auto;
		font-size: 19px;
		font-weight: bold;
		padding: 8px 12px;
		font-family: Pt Sans Narrow !important;
		color: #33312c;
		list-style-type: none;
		width: 95%;
	}

	.sub-menu.admissions ul li.active	{
		color: #ffffff;
		background-color: #de6d20;
	}
	
	/* SUB-MENU */	
	/* -------------------------- */


}




@media screen and (max-width: 768px) {
	
.hamburger {
    display: block; /* Show hamburger on mobile */
	background: #FFF;
  }

  .main-navigation {
    display: none; /* Hidden by default on mobile */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Full height */
    background: #d3d3d3; /* Match nav background */
    margin: 0;
    padding: 80px 20px 20px; /* Space for logo and hamburger */
    z-index: 1000;
    flex-direction: column; /* Stack items vertically */
    gap: 0; /* Remove gap for mobile */
    border-radius: 0; /* Remove rounding for full-screen mobile menu */
    height: auto; /* Override fixed height for mobile */
  }

  .main-navigation.active {
    display: flex; /* Show when active */
  }

  .main-navigation li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Subtle divider */
  }

 .logo img {
    height: 100px; /* Even smaller logo on mobile */
  }

  .main-navigation li a {
    font-size: 18px; /* Further reduce font size for mobile */
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }  
  



	.section-header-title h1	{
		font-size: 30px;
		text-align: center;
		color: #ffffff;
		padding-top: 12px;
		text-shadow: 1px 1px #383b3d;
		font-family: 'Oxygen', sans-serif;
	}
	

	.section-header-title	{
		padding: 0 10%;
		height: 55px;
		background-color: #253c56;
	}
	

	
	.page-wrapper.section-one	{
		background-color: #e7e8d9;
		margin: -30px 0 0 0;
		padding-bottom: 30px;
	}

	.section-one-shadow-top	{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.section.section-one h2	{
		font-size: 28px;
		color: #de6d20;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	.section.section-one.header-block p	{
		font-size: 16px;
		text-align: center;
		margin-bottom: 0;
	}
	
	.section.section-one p	{
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 10px;
		text-align: left;
	}
	
	.page-wrapper.section-two {
		background-color: #ffffff;
		padding-bottom: 30px;
		padding-top: 20px;
	}
	
	.section.section-two .section-matrix-body p	{
		font-size: 14px;
		margin-top: 10px;
		width: 100%;
		line-height: 1.5;
	}
	
	.section.section-two .section-matrix-body h2	{
		font-size: 24px;
		color: #de6d20;
		margin-top: 10px;
		margin-bottom: 5px;
		line-height: 1.1;
	}
	
	.section.section-two .section-matrix-body h3	{
		font-size: 18px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 2px;
	}
	
	.section-matrix-body.padding-bottom	{
		padding-bottom: 20px;
}

	.desk-version	{
		display: none;
	}

	.home-form-block	{
		float: left;
		width: 50%;
		margin-left: 5%;
	}
	
	.hvcs-home-image	{
		width: 50%;
		float: left;
		margin-left: 10%;
		margin-top: 80px;
	}

	.home-form-block h2	{
		color: #000000;
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.home-form-block p	{
		color: #000000;
		font-size: 17px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
	
	.form-box-name	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width:  100%;
		padding: 5px;
		margin-bottom: 15px;
		margin-top: 10px;
		font-size: 13px;
	}

	.form-box-email	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 100%;
		min-width: 0px;
		padding: 5px;
		margin-bottom: 15px;
		float: left;
		font-size: 13px;
	}
	
		blockquote	{
		font-size: 16px;
		font-style: italic;
		line-height: 1.5;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		color: #5d5d57;
	}

	blockquote span	{
		font-size: 20px;
		font-style: normal;
	}
	
	.staff-photo-block	{
		width: 20%;
		margin-left: 0;
		margin-bottom: 0px;
	}

	.staff-photo-block img	{
		width: 90%;
		margin: 5px 0 -10px 0;
		padding: 0;
	}
	
	.staff-photo-block h4	{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin: 5px 50px 0 20px;
		width: 100%;
		display: none;
	}
	
	.staff-photo-block span	{
		font-size: 15px;
		font-weight: normal;
		font-style: italic;
		display: none;
	}
	
	.staff-text-block	{
		width: 90%;
		margin-left: 0;
	}
	
	.staff-photo-block p	{
		text-align: center;
		margin-left: 20px;
	}
	
	.staff-text-block h4	{
		font-size: 22px;
		font-weight: bold;
	}
	
	.staff-text-block span	{
		font-size: 18px;
		font-style: italic;
		font-weight: normal;
	}
	
	.staff-text-block hr	{
		margin: 10px 0 10px 0;
	}	
	
	.section.section-one.header-block p	{
		font-size: 17px;
		line-height: 1.65;
		text-align: center;
	}
	
	.section.section-two .section-matrix-body .staff-text-block p	{
		font-size: 14px;
	}

	.section ol	{
		margin: 20px 0 20px 20px;
	}
	
	.section ol li	{
		margin: 0 0 10px 0;
		font-size: 15px;
		list-style: decimal;
		line-height: 1.35;
	}
	
	.section ol li p	{
		line-height: 1.5;
		font-weight: normal;
		font-size: 14px;
	}
	
	.section ol li h3	{
		font-weight: bold;
		font-size: 20px;
		margin: 0 0 0 0;
	}
	
	.section ul	{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
	.section ul li	{
		list-style-type: square;
		margin-bottom: 10px;
		line-height: 1.35;
		font-size: 14px;
	}
	
	.section-matrix-left-column h2	{
		font-size: 24px;
		color: #de6d20;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	span.priority-list-style	{
		font-size: 17px;
		font-weight: bold;
		line-height: 2;
	}
	
	.section-matrix-left-column h3	{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	.section-matrix-left-column p	{
		font-size: 18px;
		margin-top: 10px;
		line-height: 1.35;
	}
	
	.section-matrix-right-column	{
		width: 95%;
		padding-left: 0%;
		float: left;
	}
	
	.section-matrix-right-column h2	{
		font-size: 26px;
		color: #de6d20;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	
	.section-matrix-right-column h3	{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	.section-matrix-right-column h4	{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	.section-matrix-right-column h5	{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	.section-matrix-right-column p	{
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	
	.section-matrix-events-left	{
		margin-bottom: 40px;
	}
	
	.section-matrix-events-left ul 	{
		margin-top: 10px;
	}
	
	.section-matrix-events-left ul li 	{
		font-size:	14px;
		line-height: .75;
		margin-bottom: 0px;
		margin-top: 30px;
	}
	
	.class-events h2	{
		font-size: 32px;
		color: #de6d20;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	.class-events ul	{
		margin-left: 20px;
		margin-top: 20px;
	}
	
	.class-events ul li	{
		list-style-type: square;
		margin-bottom: 0px;
		line-height: 1.35;
		font-size: 17px;
	}

	.class-events ul li h3	{
		font-weight: bold;
		font-size: 19px;
		margin-bottom: 5px;
	}

	.class-events ul li h4	{
		font-weight: bold;
		font-size: 19px;
		margin-bottom: 5px;
	}

	.class-events ul li p	{
		font-size: 19px;
		color: #292929;
	}
	
	.section-matrix-resources-left	{
		margin-bottom: 40px;
		text-align: left;
		width: 100%;
	}
	
	.section-matrix-resources-left ul li	{
		font-weight: bold;
		list-style-type: square;
		margin-bottom: 0px;
		line-height: 2.25;
		font-size: 14px;
	}
	
	.section-matrix-resources-left ul li a	{
		text-decoration: none;
	}
	
	.section-matrix-resources-left ul li a:hover	{
		color: #de6d20;
		color: #314f74;

	}
	
	.section-matrix-resources-left h2	{
		font-size: 26px;
	}
	
	.section-matrix-resources-right	{
		margin-top: 60px;
		margin-right: 60px;
		text-align: right;
	}
	
	.section-matrix-resources-right h2	{
		font-size: 26px;
	}
	
	.available-resources	{
		font-size: 18px;
		margin-top: 15px;
	}
	
	
	/* -------------------------- */
	/* NEWS */
	
	.news-slider-wrapper	{
		display2: none;
	}
	
	.newsarticle-slider-wrapper	{
		display: block;
	}

	.page-wrapper.home-news-section	{
		background-color: #e7e8d9;
		margin: -30px 0 0px 0;
		padding-bottom: 0px;
	}

	.news-shadow-top	{
		width: 100%;
		position: absolute;
	}

	.content-wrapper.home-news-section	{
		width: 80%;
		max-width: 1100px;
		margin: 0 auto;
	}

	.home-news-section h2	{
		font-size: 28px;
		color: #de6d20;
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: 1%;
		font-family: 'Oxygen', sans-serif;
		padding-top: 12px;
		padding-bottom: 12px;
		text-align: center;
	}

	.news-box-block	{
		width: 100%;
		height: auto;
		padding-bottom: 0;
		margin-bottom: 0;
		float: left;
		margin-right: 10%;
		padding-right: 0;
	}
	
	.news-box-block:last-child	{
		margin-right: 0;
	}
	
	ul.news-slider	{
		width: 92%;
		margin: 0;
	}

	.news-box	{
		width: 100%;
		height: 320px;
		padding-bottom: 10px;
		background-color: #ffffff;
		border: 1px solid #a4aab2;
		margin-left: 20px;
	}
	
	.news-box-body	{
		width: 100%;
		float: left;
}

	.news-box h3	{
		font-size: 18px;
		font-weight: bold;
		color: #de6d20;
		padding: 21px 0 0 0;
	}

	.news-box p	{
		font-size: 14px;
		color: #5c5c5c;
		padding: 7px 0;
		line-height: 1.2;
	}

	img.news-box-image {
		width: 100%;
	}

	.read-more-button	{
		background: url('/img/read_more_button2.png') 50% -15px;
		width: 170px;
		height: 35px;
		margin: 30px 0 20px 0px;
	}

	.read-more-button:hover	{
		background: url('/img/read_more_button2.png') 50% -50px;
		width: 250px;
		height: 35px;
		margin: 30px 0 20px 0px;
	}



	.section ul li h3	{
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 5px;
	}

	/* NEWS */
	/* -------------------------- */
	
		/* ---------------------- */
		/* EVENTS */
		.upcoming-events-sidebar	{
			float: none;
			width: 70%;
			margin: 40px auto 0 auto;
		}

		.upcoming-events-sidebar h2	{
			font-size: 26px;
			color: #de6d20;
			margin: 20px 0;
			text-align: center;
		}

		.upcoming-events-entry	{
			width: 100%;
			min-width: 100%;
			float: none;
			margin-left: 15%;
		}

		.event-date-block	{
			width: 86px;
			float: left;
		}

		.event-entry-day	{
			width: 33px;
			float: left;
		}

		.event-day	{
			width: 33px;
			font-size: 18px;
			color: #5c5c5c;
		}

		.event-month	{
			width: 33px;
			font-size: 12px;
			color: #5c5c5c;
		}

		.event-entry-date	{
			width: 50px;
			float: left;
			color: #de6d20;
		}

		.event-date	{
			font-size: 34px;
			margin-top: -2px;
			margin-left: 10px;
		}

		.event-entry-block-last	{
			width: 0%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 5%;
			padding-bottom: 30px;
			text-align: left;
		}

		.event-entry-block	{
			width: 70%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 0%;
			padding-bottom: 10px;
			margin-left: 10px;
			text-align: left;
		}

		.event-entry-block h3, .event-entry-block-last h3	{
			font-size: 16px;
			font-weight: bold;
			padding-left: 20px;
		}

		.event-entry-block p, .event-entry-block-last p	{
			font-size: 13px;
			width: 90%;
			margin-top: 3px;
			padding-left: 20px;
		}

		.event-entry	{
			margin: 0 0 20px 0;
		}
		
		/* EVENTS */
		/* ---------------------- */
		
		.home-announcements-section	{
			width: 100%;
			float: left;
			text-align: center;
		}

		.home-announcements-section h2	{
			font-size: 26px;
			color: #de6d20;
			margin: 20px 0 10px 0;
		}

		ul.announcement-block	{
			margin-left: 20px;
		}

		ul.announcement-block li	{
			list-style-type: none;
			font-size: 20px;
		}

		.home-announcements-section h3	{
			font-size: 18px;
			font-weight: bold;
		}

		.home-announcements-section p	{
			font-size: 15px;
			margin: 5px 20px 0 0;
			line-height: 1.2;
		}
		
.home-links-section	{
	display: none;
}

.home-links-section ul	{
	width: 100%;
}

.home-links-section ul li	{
	margin-bottom: 10px;
}

.home-links-section h2	{
	font-size: 26px;
	color: #de6d20;
	margin: 20px 0 20px 0;
}

.home-links-section h3	{
	font-size: 16px;
	font-weight: bold;
}

.home-links-section p	{
	font-size: 12px;
	margin: 5px 20px 0 0;
	line-height: 1.2;
}

	.home-form-block	{
		float: left;
		width: 80%;
		margin-left: 10%;
		margin-top: 20px;
	}

	.home-form-block h2	{
		color: #000000;
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.home-form-block p	{
		color: #000000;
		font-size: 14px;
		margin-bottom: 5px;
		line-height: 1.2;
	}
	
	.form-box-label	{
		padding-top: 10px;
}

	.form-box-name	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 95%;
		padding: 6px;
		margin-bottom: 15px;
		margin-top: 20px;
	}

	.form-box-address	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 95%;
		padding: 6px;
		margin-bottom: 15px;
		font-size: 13px;
	}

	.form-box-city	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 70%;
		padding: 6px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
		font-size: 13px;
	}

	.form-box-state	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 10%;
		padding: 6px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
		font-size: 13px;
	}

	.form-box-zip	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 35%;
		padding: 5px;
		margin-bottom: 15px;
		font-size: 13px;
	}

	.form-box-telephone	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 40%;
		padding: 5px;
		margin-bottom: 15px;
		margin-right: 20px;
		float: left;
		font-size: 13px;
	}

	.form-box-email	{
		background-color: #ffffff;
		border: 1px solid #8a8a8a;
		width: 95%;
		padding: 5px;
		margin-bottom: 15px;
		float: left;
		font-size: 13px;
	}

	.section.section-two .section-matrix-blockquote	{
		margin-top: -5px;
		margin-bottom: -5px;
	}
	
	
	/* FORM & DOWNLOADS */
	/* -------------------------- */
	

.application-form h2	{
	font-size: 30px;
	margin-bottom: 15px;
	color: #de6d20;
}	

.application-form p	{
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 1.5;
}

.application-form-box-name	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-name-called	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 30%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 2%;
	margin-right: 10%;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-current-grade	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 17%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-current-school	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 45%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 2%;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-grade-applying	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 25%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 2%;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-home-address	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 36%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-home-city	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 25%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 2%;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-home-state	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 5%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 2%;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-home-zip	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 15%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 2%;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-dob	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 20%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.mother-section	{
	width: 45%;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}

.father-section	{
	width: 45%;
	float: left;
	margin-left: 5%;
	margin-top: 0;
	margin-bottom: 0;
}

.application-form-box-parent-name	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.application-form-box-parent-name-called	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.application-form-box-parent-address	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.application-form-box-parent-home-phone	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.application-form-box-parent-cell-phone	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.application-form-box-parent-occupation	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.application-form-box-parent-business	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.application-form-box-parent-business-address	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.application-form-box-parent-business-phone	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.application-form-box-parent-email	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.application-form-box-divorced	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 20px;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
}

.field h3	{
	font-size: 18px;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 20px;
	background-color2: #b9baae;
	border-bottom: 2px solid #828282;
	padding: 8px;
	margin-left: -10px;
}

.field h4	{
	display: inline-block;
}

.field p	{
	line-height: 1.3;
	margin-bottom: 20px;
	margin-right: 20px;
	font-weight: normal;
	color: #616161;
}

.application-form-box-custody	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 50%;
	padding: 6px;
	margin-bottom: 15px;
	margin-left: 5%;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-step-parent	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 75%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.application-form-box-siblings	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 75%;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	display: block;
}

.application-form-box-church	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 40%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: block;
}

.application-form-box-grandparent-name	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-grandparent-address	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-grandparent-city	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-grandparent-phone	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 40%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: inline-block;
}

.application-form-box-repeated	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 20px;
	padding: 6px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
}

.application-form-box-repeated-which-grade	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 40%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: block;
}

.application-form-box-repeated-grade-why	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 100%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: block;
}

.application-form-box-diagnostic-testing	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 20%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: block;
}

.application-form-box-referred	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 60%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: block;
}

.application-form-box-pediatrician	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 40%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: block;
}

.application-form-box-allergies	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: block;
}

.application-form-box-premature	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 30%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: block;
}

.application-form-box-vision-hearing	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 60%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: block;
}

.application-form-box-last-exam	{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 30%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: block;
}

.application-form-box-care-caution{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 80%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: block;
}

.application-form-box-regular-medication{
	background-color: #ffffff;
	border: 1px solid #8a8a8a;
	width: 100%;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
	display: block;
}

	.class-recent-blogs	{
		width: 30%;
		float: right;
		padding-top: 40px;
		text-align: left;
	}
	
	.class-recent-blogs	{
		font-size: 24px;
	}
	
	.class-blog	{
		padding-top: 40px;
		width: 60%;
		float: left;
	}
	
	.blog-text	{
		text-align: left;
		line-height: 1.5;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.blog-text p	{
		margin-bottom: 10px;
}

	.class-blog h2	{
		font-size: 32px;
		color: #de6d20;
		color:#000000;
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.class-blog h3	{
		font-weight: normal;
		font-size: 28px;
		padding-left: 20px;
		margin-bottom: 0px;
		color: #ffffff;
		font-style: italic;
	}
	
	.class-blog ul	{
		margin-left: 20px;
		margin-top: 20px;
	}
	
	.class-blog ul li	{
		list-style-type: square;
		margin-bottom: 0px;
		line-height: 1.35;
		font-size: 17px;
	}

	.class-blog ul li h3	{
		font-weight: normal;
		font-size: 32px;
		margin-bottom: 5px;
		color: #fff;
		color2: #50627e
	}

	.class-blog ul li h4	{
		font-weight: bold;
		font-size: 19px;
		margin-bottom: 5px;
	}

	.class-blog ul li p	{
		font-size: 17px;
		color: #292929;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	
	.class-blog img	{
		border2: 6px solid #ffffff;
		box-shadow2: 5px 10px 15px #888888;
		margin2: 30px !important;
		width: 100%;
	}
	
	.blog-left	{
		float2: left;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-right: 30px;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.blog-right	{
		float2: right;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-left2: 30px;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.blog-center	{
		float2: right;
		margin: 40px auto;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.blog-top	{
		float: left;
		margin-bottom: 20px;
		margin-right: 30px;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.blog-first	{
		margin-top: 0;
	}
	
	.blog-small	{
		width: 60%;
		margin: 40px 0;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.blog-medium	{
		width: 80%;
		margin: 40px 0;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.blog-large	{
		width: 100%;
		margin: 30px 0;
		border: 6px solid #ffffff;
		box-shadow: 5px 10px 15px #888888;
	}
	
	.class-recent-blogs h3	{
		font-size: 22px;
		margin-bottom: 10px;
`	}

	.class-recent-blogs ul li h4	{
		font-size: 20px;
		margin-bottom: -2px;
		font-weight: normal;
	}
	
	.class-recent-blogs ul li p	{
		font-size: 14px;
		color: #484848;
		color2: #ffffff;
	}
	
	.class-recent-blogs ul li p span	{
		font-size: 14px;
		color: #484848;
		color: #ffffff;
		margin-left: 5px;
	}
	
	.class-blog-photo-caption	{
		background-color: #ffffff;
		padding: 10px;
		text-align: center;
		font-size: 13px;
	}
	


#k3, #k4, #kindergarten, #first-grade, #second-grade, #third-grade, #fourth-grade, #fifth-grade, #art	{
	border-left: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	padding: 20px 20px 20px 30px;
	margin-bottom: 60px;
	color: #424242;
	font-size: 18px;
}
	
#k3 ul, #k4 ul, #kindergarten ul, #first-grade ul, #second-grade ul, #third-grade ul, #fourth-grade ul, #fifth-grade ul, #art ul 	{
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 7px;
}	
	
#k3 ul li, #k4 ul li, #kindergarten ul li, #first-grade ul li, #second-grade ul li, #third-grade ul li, #fourth-grade ul li, #fifth-grade ul li, #art ul li	{
	margin-bottom: 15px;
	padding-right: 60px;
	font-size: 14px;
	line-height: 1.45;
}
	
	#tabs p	{
	margin-bottom: -10px;
	margin-top: 30px;
	line-height: 1.5;
	font-size: 14px;
	color: #424242;
	font-style: italic;
	font-weight: bold;
}

#tabs h2	{
	font-size: 26px;
	color: #de6d20;
	margin-top: -5px;
	margin-bottom: 10px;
	font-family: 'Oxygen', sans-serif;
	padding-top: 20px;
}

#tabs h3	{
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: -5px;
	color: #000000;
}

#tabs h4	{
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #000000;
}

#tabs h5	{
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000000;
}


ul.tabs	{
	margin-left: 10px;
	margin-bottom: 4px;
}

ul.tabs li h2 a	{
	background-color: #f2f2f2;
	display: inline-block;
	padding: 8px 8px 8px 8px;
	font-weight: bold;
	font-size: 12px;
}

ul.tabs li h2 a.active	{
	display: inline-block;
	padding: 8px 8px 8px 8px;
	font-weight: bold;
	color: #ffffff;
	background-color: #de6d20;
}

ul.tabs li	{
	display: inline-block;
	padding: 0;
	font-weight: bold;
	margin-right: 1px;
	margin-bottom: -20px;
}




	#footer_section	{
		background: url('/img/noise-bg02.gif') repeat left top;
		width: 100%;
		padding-bottom: 0px;
	}

	#footer_zigzag	{
		background:  url('/img/zigzag.png') repeat-x left top;
		background-size: 10px 4px;
		padding-top: 45px;
		width: 100%;
		top: -4px;
		position: relative;
		margin-top:-0px;
	}
	
	 
	
	.footer-left	{
		width: 25%;
		display: inline-block;
		position: relative;
	}
	
	.footer-left p	{
		font-size: 40px;
		font-style: italic;
		color: #ffffff;
		top: -85px;
		left: 20%;
		position: absolute;
		line-height: .8;
	}
	
	img.inspiring	{
		width: 190px;
		width: 90%;
		margin-left: 10%;
	}
	
	.footer-left p span	{
		font-size: 24px;
		color: #b9baae;
		line-height: 1;
	}
	
	.footer-center	{
		text-align: center;
		display: inline-block;
		width: 45%;
	}
	
	.footer-right	{
		width: 25%;
		position: relative;
		display: inline-block;
		text-align: right;
	}
	
	.footer-right-content	{
		position: absolute;
		top: -56px;
		right: 10%;
	}
	
	.footer-center h3	{
		font-size: 18px;
		color: #ffffff;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	
	.footer-center p	{
		font-size: 12px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}
	
	.footer-phone p	{
		margin-top: 12px;
		color: #ffffff;
		margin-left: 20px;
	}
	
	.footer-phone p span	{
		color: #b9baae;
		margin-right: 20px;
	}
	
	.footer-right p	{
		font-size: 18px;
		color: #ffffff;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right: 20px;
	}
	
	.footer-right p span	{
		color: #b9baae;
	}
	
	.sacs	{
		background: url('/img/SACS_gray_60.png') no-repeat;
		width: 50px;
		height: 65px;
		float: right;
		margin-top: 50px;
		padding-left: 30px;
	}
	
	.sacs:hover	{
		background: url('/img/SACS_100.png') no-repeat;;
	}
	
	.sais	{
		background: url('/img/SAIS_gray60.png') no-repeat;
		width: 70px;
		height: 60px;
		margin-top: 50px;
		float: right
	}
	
	.sais:hover	{
		background: url('/img/SAIS_gray60.png') no-repeat;;
	}
	
	.staff-block	{
		margin-bottom: 50px;
	}
	
	.staff-photo-block	{
		float: left;
		width: 50%;
		padding-right2: 20px;
		margin-left: 0;
	}

	.staff-photo-block img	{
		width: 100%;
		margin: 5px 50px -10px 20px;
		padding: 0;
	}
	
	.staff-photo-block h4	{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		padding2: 0 50px 0 20px;
		margin: 5px 50px 0 20px;
		width: 100%;
	}
	
	.staff-photo-block span	{
		font-size: 15px;
		font-weight: normal;
		font-style: italic;
	}
	
	.staff-text-block	{
		width: 90%;
		float: left;
		margin-left: 20px;
	}
	
	.staff-text-block h4	{
		font-size: 22px;
		font-weight: bold;
		line-height: 1;
	}
	
	.staff-text-block span	{
		font-size: 16px;
		font-style: italic;
		font-weight: normal;
	}
	
	.staff-text-block hr	{
		margin: 10px 0 10px 0;
	}
	
	.teacher-welcome-section-left	{
		float: left;
		padding-right: 5%;
	}
	
	.teacher-welcome-section-right	{
		float: left;
		width: 100%;
	}
	
	.teacher-welcome-section-right h3	{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.25;
	}
	
	.teacher-welcome-section-right ul li	{
		margin-bottom: 15px;
}
	.section.section-one p	{
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
		text-align: left;
	}
	
	.section-matrix-blockquote blockquote	{
		font-size: 19px;
		margin-top: 0px;
}



	.section-header-body	{
		width: 90%;
		max-width: 1000px;
		background-color: #ffffff;
		margin: 20px auto 65px auto;
	}

.news-slider-single-wrapper	{
	display2: none;
}



.slider-list-wrapper ul li	{
	list-style: none;
	padding: 10px 20px;
	margin-bottom: 0px;
}


}




@media screen and (max-width2: 730px) {
	
	/* -------------------------- */
	/* NEWS */

	.page-wrapper.home-news-section	{
		background-color: #e7e8d9;
		margin: -30px 0 20px 0;
		padding-bottom: 20px;
	}
	
	.content-wrapper.home-news-section	{
		width: 85%;
	}
	
	.home-intro-title	{
		height: 60px;
	}

	.home-intro-title h1	{
		font-size: 30px;
		padding-top: 14px;
	}

	.home-intro-text p	{
		font-size: 18px;
	}

	img.home-intro-inspire	{
		width: 140px;
		margin: -60px 0 20px 76%;
	}	

	.home-news-section h2	{
		font-size: 30px;
		color: #de6d20;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 1%;
		padding-top: 0px
	}

	.news-box-block-left	{
		width: 100%;
		float: left;
		margin-right: 4%;
		margin-left: 1%;
	}

	.news-box-left	{
		width: 100%;
		padding-bottom: 0;
		height: 100%;
		background-color: #ffffff;
		border: 1px solid #a4aab2;
	}

	.news-box-left h3	{
		font-size: 20px;
		font-weight: bold;
		color: #de6d20;
		padding: 15px 10px 0 10px
	}

	.news-box-left p	{
		font-size: 14px;
		color: #5c5c5c;
		padding: 10px
	}


	.news-box-block	{
		width: 100%;
		float: left;
		margin-right: 4%;
		margin-left: 1%;
		margin-top: 20px;
	}

	.news-box	{
		width: 100%;
		padding-bottom: 0;
		height: 100%;
		background-color: #ffffff;
		border: 1px solid #a4aab2;
	}

	.news-box h3	{
		font-size: 16px;
		font-weight: bold;
		color: #de6d20;
		padding: 10px 10px 0 10px;
	}

	.news-box p	{
		font-size: 14px;
		color: #5c5c5c;
		padding: 10px
	}

	.news-box-block-right	{
		width: 100%;
		float: left;
		margin-right: 4%;
		margin-left: 1%;
	}

	.news-box-right	{
		width: 100%;
		padding-bottom: 0;
		height: 100%;
		background-color: #ffffff;
		border: 1px solid #a4aab2;
		margin-top: 20px;
	}

	.news-box-right h3	{
		font-size: 16px;
		font-weight: bold;
		color: #de6d20;
		padding: 10px 10px 0 10px
	}

	.news-box-right p	{
		font-size: 14px;
		color: #5c5c5c;
		padding: 10px
	}

	img.news-box-image {
		width: 30%;
		float: left;
		margin-right: 3%;
	}

	.read-more-button	{
		background: url('/img/read_more_button2.png') -38px -15px;
		width: 170px;
		height: 35px;
		margin: 10px auto 0 auto;
		display: none;
	}

	.read-more-button:hover	{
		background: url('/img/read_more_button2.png') -38px -50px;
		width: 170px;
		height: 35px;
		margin: 10px auto 0 auto;
	}


	.page-wrapper.home-content-section {
		background-color: #ffffff;
	}

	.content-wrapper.home-content-section	{
		width: 95%;
		max-width: 1280px;
		margin: 0 auto;
		padding-left: 7%;
	}



		.upcoming-events-sidebar2	{
			float: left;
			width: 50%;
		}

		.upcoming-events-sidebar2 h2	{
			font-size: 28px;
			color: #de6d20;
			margin: 20px 0 20px 0;
		}

		.upcoming-events-entry2	{
			width: 100%;
			min-width: 100%;
			float: left;
		}

		.event-date-block2	{
			width: 86px;
			float: left;
			font-size: 14px;
		}

		.event-entry-day2	{
			width: 33px;
			float: left;
		}

		.event-day2	{
			width: 33px;
			color: #5c5c5c;
		}

		.event-month2	{
			width: 33px;
			color: #5c5c5c;
		}

		.event-entry-date2	{
			width: 50px;
			float: left;
			color: #de6d20;
		}

		.event-date2	{
			font-size: 40px;
			margin-top: -5px;
		}

		.event-entry-block-last2	{
			width: 40%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 5%;
			padding-bottom: 30px;
			text-align: left;
		}

		.event-entry-block2	{
			width: 40%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 5%;
			padding-bottom: 10px;
			text-align: left;
		}

		.event-entry-block2 h3, .event-entry-block-last2 h3	{
			font-size: 14px;
			font-weight: bold;
		}

		.event-entry-block2 p, .event-entry-block-last2 p	{
			font-size: 13px;
			width: 90%;
		}

		.event-entry2	{
			margin: 0 0 20px 0;
		}
		


		
		.home-announcements-section	{
			width: 10%;
			float: left;
		}

		.home-announcements-section h2	{
			font-size: 28px;
			color: #de6d20;
			margin: 20px 0 20px 0;
		}

		ul.announcement-block	{
			margin-left: 20px;
		}

		ul.announcement-block li	{
			list-style-type: square;
			font-size: 20px;
		}

		.home-announcements-section h3	{
			font-size: 18px;
			font-weight: bold;
		}

		.home-announcements-section p	{
			font-size: 15px;
			margin: 10px 20px 0 0;
			line-height: 1.2;
		}

		.read-more-announcements	{
			font-size: 18px;
			font-weight: bold;
			color: #de6d20;
			margin-top: 10px;
			display: none;
		}
		

	
	.section.section-one.header-block p	{
		font-size: 16px;
		text-align: center;
		margin-bottom: 0;
	}	
	
	.section.section-one h2	{
		font-size: 28px;
		color: #de6d20;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	.section.section-one p	{
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 20px;
		text-align: left;
	}

	.home-form-block	{
		float: left;
		width: 50%;
		margin-left: 10%;
	}

	.home-form-block h2	{
		color: #000000;
		font-size: 32px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.home-form-block p	{
		color: #000000;
		font-size: 16px;
		margin-bottom: 15px;
		line-height: 1.2;
	}

	/* CONTENT */
	/* -------------------------- */
}




@media screen and (max-width: 730px) {
	
	
	
	.main-navigation-bar-left	{
		background: url('/img/nav_menu_left_35.png');
		width: 22px;
		height: 35px;
		margin-left: 10%;
		float: left;
	}
	
	.main-navigation-bar-middle	{
		background: url('/img/nav_menu_middle_35.png');
		width: 82%;
		height: 35px;
		float: left;
	}
	
	.main-navigation-bar-right	{
		background: url('/img/nav_menu_right_35.png');
		width: 22px;
		height: 35px;
		float: left;
	}		
	
	.main-navigation-title	{
		display: none;
	}

	.navigation-logo	{
		width: 110px;
		margin-left: 100px;
		margin-top: -104px;
	}

	/*ul.main-navigation	{
		margin-right: 5px;
		margin-top: 8px;
		float: right;
		position: relative;
	}*/
	
	/*ul.main-navigation li	{
 
		margin: 0 0 0 0;
		font-size: 15px;
		color: #33312c;
	}*/
	
	/*ul.main-navigation li a	{
		text-decoration: none;
		padding: 6px 10px 10px 10px;
	}*/
	
	/*ul.main-navigation li a:hover	{
		color: #000000;
		background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba *!/
    	background: rgba(255, 255, 255, .8);
		padding: 6px 10px 10px 10px;
	}*/
	
	 
	
	
	.hvcs-home-image	{
		width: 70%;
		float: left;
		margin-left: 10%;
		margin-top: 80px;
	}

}	


/*@media screen and (min-width: 700px) {
	
	#navigation, .page-title	{
		display: none;
	}
}*/


@media screen and (max-width: 700px) {
	
	
	
	 
	
	.navigation-logo	{
		width: 120px;
		margin-left: 90px;
		margin-top: -100px;
	}
	
	/*ul.main-navigation	{
		margin-top: 12px;
		float: right;
		width: 100%;
		position: relative;
		font-family: Pt Sans Narrow;
	}*/

	/*ul.main-navigation li	{
	 
		margin: 0 0 0 0;
		font-size: 18px;
		color: #33312c;
		width: 100%;
		text-align: right;
	}*/

	/*ul.main-navigation li a	{
		float: right;
		margin: 0 0 0 0;
		font-size: 18px;
		color: #33312c;
		width: 100%;
		text-align: right;
	}*/

	/*ul.main-navigation li a:hover	{
		float: right;
		margin: 0 0 0 0;
		font-size: 18px;
		color: #33312c;
		width: 100%;
		text-align: right;
	}*/
	
	.page-title h1	{
		font-size: 22px;
		margin-left: 30%;
		margin-top: 4px;
		font-family: 'Oxygen', sans-serif;
	}
	
	#footer_section	{
		background: url('/img/noise-bg02.gif') repeat left top;
		width: 100%;
		padding-bottom: 0px;
	}

	#footer_zigzag	{
		background:  url('/img/zigzag.png') repeat-x left top;
		background-size: 10px 4px;
		padding-top: 45px;
		width: 100%;
		top: -4px;
		position: relative;
		margin-top:-0px;
	}
	
	#footer_content {
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
}
	
	.footer-left	{
		width: 25%;
		display: none;
		position: relative;
	}
	
	.footer-left p	{
		font-size: 40px;
		font-style: italic;
		color: #ffffff;
		top: -85px;
		left: 20%;
		position: absolute;
		line-height: .8;
	}
	
	img.inspiring	{
		width: 190px;
		width: 90%;
		margin-left: 10%;
	}
	
	.footer-left p span	{
		font-size: 24px;
		color: #b9baae;
		line-height: 1;
	}
	
	.footer-center	{
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	
	.footer-right	{
		width: 25%;
		position: relative;
		display: none;
		text-align: right;
	}
	
	.footer-right-content	{
		position: absolute;
		top: -56px;
		right: 10%;
	}
	
	.footer-center h3	{
		font-size: 18px;
		color: #ffffff;
		margin-top: -10px;
		margin-bottom: 5px;
	}
	
	.footer-center p	{
		font-size: 12px;
		color: #b9baae;
		margin-top: 0px;
		margin-bottom: 2px;
	}
	
	.footer-phone p	{
		margin-top: 12px;
		color: #ffffff;
		margin-left: 20px;
	}
	
	.footer-phone p span	{
		color: #b9baae;
		margin-right: 20px;
	}
	
	.footer-right p	{
		font-size: 18px;
		color: #ffffff;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right: 20px;
	}
	
	.footer-right p span	{
		color: #b9baae;
	}
	
	.sacs	{
		background: url('/img/SACS_gray_60.png') no-repeat;
		width: 50px;
		height: 65px;
		float: right;
		margin-top: 50px;
		padding-left: 30px;
	}
	
	.sacs:hover	{
		background: url('/img/SACS_100.png') no-repeat;;
	}
	
	.sais	{
		background: url('/img/SAIS_gray60.png') no-repeat;
		width: 70px;
		height: 60px;
		margin-top: 50px;
		float: right
	}
	
	.sais:hover	{
		background: url('/img/SAIS_gray60.png') no-repeat;;
	}	
	
}

@media screen and (max-width: 678px) {

	
	
	 
	
	/*ul.main-navigation	{
		margin-right: 0px;
		margin-top: 9px;
		float: right;
		position: relative;
	}*/

	/*ul.main-navigation li	{
		margin: 0 0 0 0;
		font-size: 15px;
	}*/

	.navigation-logo	{
		width: 100px;
		margin-left: 95px;
		margin-top: -150px;
	}
	
	
	/* -------------------------- */
	/* FORM & DOWNLOADS */
	/* -------------------------- */

	.home-quick-links-block	{
		background-color: #395d82;
		background-color2: #0d5487;
		background-color: #2e4a6d;
		width: 33%;
		height: 310px;
		float: right;
		margin-right: 3%;
		margin-top: -100px;
		box-shadow: 5px 5px 10px #888888;
		float: right
	}
	
	.home-quick-links-block h2	{
		color: #ffffff;
		font-size: 26px;
		width: 100%;
		margin-top: 20px;
		margin-left2: 20px;
		text-align: center;
	}

	.home-quick-links-block ul li	{
		list-style-type: square;
		margin-bottom: 20px;
		font-size: 17px;
	}
	
	/* FORM & DOWNLOADS */
	/* -------------------------- */	
	
	.section.section-one.header-block p	{
		font-size: 17px;
		text-align: center;
	}	
	
	.section.section-one p	{
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 20px;
		text-align: left;
	}
	
}


 


@media screen and (max-width: 620px) {
	
	
	
	 
	
	/*ul.main-navigation li	{
	 		margin: 0 0 0 0;
		font-size: 13px;
		color: #33312c;
	}*/

	.navigation-shadow	{
		width: 40%;
		margin: 15px 0 0 -7px;
	}
	
	.home-intro-title	{
		height: 58px;
	}
	
	.home-intro-title h1	{
		font-size: 26px;
		padding-top: 14px;
	}

	.home-intro-text	{
		margin: 18px auto 50px auto;
	}

	.home-intro-text p	{
		font-size: 16px;
	}

	img.home-intro-inspire	{
		width: 140px;
		margin: -60px 0 20px 76%;
	}
}




@media screen and (max-width: 600px) {
	
		/* EVENTS */
		.upcoming-events-sidebar	{
			float: none;
			width: 100%;
			margin: 40px auto 0 auto;
		}

		.upcoming-events-sidebar h2	{
			font-size: 26px;
			color: #de6d20;
			margin: 20px 0;
			text-align: center;
		}

		.upcoming-events-entry	{
			width: 100%;
			min-width: 100%;
			float: none;
			margin-left: 15%;
		}

		.event-date-block	{
			width: 86px;
			float: left;
		}

		.event-entry-day	{
			width: 33px;
			float: left;
		}

		.event-day	{
			width: 33px;
			font-size: 18px;
			color: #5c5c5c;
		}

		.event-month	{
			width: 33px;
			font-size: 12px;
			color: #5c5c5c;
		}

		.event-entry-date	{
			width: 50px;
			float: left;
			color: #de6d20;
		}

		.event-date	{
			font-size: 34px;
			margin-top: -2px;
			margin-left: 10px;
		}

		.event-entry-block-last	{
			width: 0%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 5%;
			padding-bottom: 30px;
			text-align: left;
		}

		.event-entry-block	{
			width: 68%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 0%;
			padding-bottom: 10px;
			margin-left: 10px;
			text-align: left;
		}

		.event-entry-block h3, .event-entry-block-last h3	{
			font-size: 16px;
			font-weight: bold;
			padding-left: 20px;
			width: 80%;
		}

		.event-entry-block p, .event-entry-block-last p	{
			font-size: 13px;
			width: 80%;
			margin-top: 3px;
			padding-left: 20px;
		}

		.event-entry	{
			margin: 0 0 20px 0;
		}
		
		/* EVENTS */
		/* ---------------------- */
		
		.home-announcements-section	{
			width: 100%;
			float: left;
			text-align: center;
		}

		.home-announcements-section h2	{
			font-size: 26px;
			color: #de6d20;
			margin: 20px 0 10px 0;
		}

		ul.announcement-block	{
			margin-left: 20px;
		}

		ul.announcement-block li	{
			list-style-type: none;
			font-size: 20px;
		}

		.home-announcements-section h3	{
			font-size: 18px;
			font-weight: bold;
		}

		.home-announcements-section p	{
			font-size: 15px;
			margin: 5px 20px 0 0;
			line-height: 1.2;
		}
		
		.contact-form-box-message	{
			font-size: 14px;
			padding: 5px;
			margin-bottom: 20px;
			width: 100%;
			min-width: 100%;
}
}



/*@media screen and (max-width: 550px) {

	.navigation-logo	{
		margin-left: 70px;
	}
	

		
		.section-matrix-body img	{
			padding-right: 0px;
			padding-left: 0px;
			margin-left: 0px;
			margin-right: 0px;
			padding-bottom: 20px;
			width: 100%;
	}
	
}*/

/*@media screen and (max-width: 520px) {

	.navigation-logo	{
		margin-left: 80px;
	}

	.navigation-shadow	{
		width: 40%;
		margin: 15px 0 0 -7px;
	}
}*/


@media screen and (max-width: 510px) {
	
	.home-intro-title	{
		height: 55px;
	}
	
	.home-intro-title h1	{
		font-size: 24px;
		padding-top: 15px;
	}

	.home-intro-text	{
		margin: 15px auto 50px auto;
	}

	.home-intro-text p	{
		font-size: 16px;
	}

	img.home-intro-inspire	{
		width: 140px;
		margin: -60px 0 20px 76%;
	}
	
		.section-matrix-body img	{
		padding-right: 0;
		padding-left: 0;
		margin-left: 0px;
		padding-bottom: 20px;
		width: 100%;
	}
		
	.section-matrix-body img	{
		padding-right: 0px;
	}
}

@media screen and (max-width: 480px) {
	
	.home-intro-title h1	{
		font-size: 22px;
		padding-top: 16px;
	}

	.home-intro-text	{
		margin: 15px auto 50px auto;
	}

	.home-intro-text p	{
		font-size: 15px;
	}

	img.home-intro-inspire	{
		width: 140px;
		margin: -60px 0 20px 76%;
	}
	
		.upcoming-events-sidebar	{
			float: none;
			width: 100%;
			margin: 40px auto 0 auto;
		}

		.upcoming-events-sidebar h2	{
			font-size: 26px;
			color: #de6d20;
			margin: 20px 0;
			text-align: center;
		}

		.upcoming-events-entry	{
			width: 100%;
			min-width: 100%;
			float: none;
			margin-left: 8%;
		}

		.event-date-block	{
			width: 86px;
			float: left;
		}

		.event-entry-day	{
			width: 33px;
			float: left;
		}

		.event-day	{
			width: 33px;
			font-size: 18px;
			color: #5c5c5c;
		}

		.event-month	{
			width: 33px;
			font-size: 12px;
			color: #5c5c5c;
		}

		.event-entry-date	{
			width: 50px;
			float: left;
			color: #de6d20;
		}

		.event-date	{
			font-size: 34px;
			margin-top: -2px;
			margin-left: 10px;
		}

		.event-entry-block-last	{
			width: 0%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 5%;
			padding-bottom: 30px;
			text-align: left;
		}

		.event-entry-block	{
			width: 70%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 0%;
			padding-bottom: 10px;
			margin-left: 10px;
			text-align: left;
		}

		.event-entry-block h3, .event-entry-block-last h3	{
			font-size: 16px;
			font-weight: bold;
			padding-left: 20px;
		}

		.event-entry-block p, .event-entry-block-last p	{
			font-size: 13px;
			width: 90%;
			margin-top: 3px;
			padding-left: 20px;
		}

		.event-entry	{
			margin: 0 0 20px 0;
		}
		
		/* EVENTS */
		/* ---------------------- */
		
		.home-announcements-section	{
			width: 100%;
			float: left;
			text-align: center;
		}

		.home-announcements-section h2	{
			font-size: 26px;
			color: #de6d20;
			margin: 20px 0 10px 0;
		}

		ul.announcement-block	{
			margin-left: 20px;
		}

		ul.announcement-block li	{
			list-style-type: none;
			font-size: 20px;
		}

		.home-announcements-section h3	{
			font-size: 18px;
			font-weight: bold;
		}

		.home-announcements-section p	{
			font-size: 15px;
			margin: 5px 20px 0 0;
			line-height: 1.2;
		}

	.section-header-title	{
		padding: 0 10% 12px 10%;
		height: auto;
		background-color: #253c56;
	}
		
	.section-matrix-body img	{
		padding-right: 0;
	}
		
.vktechzone	{
	display: none;
}
		
}
	

@media screen and (max-width: 400px) {

	.navigation-logo	{
		width: 100px;
		margin-left: 60px;
		margin-top: -75px;
	}

	.navigation-shadow	{
		width: 40%;
		margin: 15px 0 0 -7px;
	}
	
	
	
	.contact-form-box-message	{
		font-size: 14px;
		padding: 5px;
		margin-bottom: 20px;
		width: 100%;
		min-width: 0px;
}

		.event-entry-block	{
			width: 50%;
			float: left;
			border-left: 1px solid #000000;
			padding-left: 0%;
			padding-bottom: 10px;
			margin-left: 10px;
			text-align: left;
		}	

.section-header-title h1	{
	font-size: 26px;
	text-align: center;
	color: #ffffff;
	padding-top: 14px;
	text-shadow: 1px 1px #383b3d;
	font-family: 'Oxygen', sans-serif;
}

	

	.section-header-title	{
		padding: 0 10% 14px 10%;
		height: auto;
		background-color: #253c56;
	}

}	

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	


}

.eventsbox	{
	padding: 20px ;
}

.eventsbox h2	{
	color: #de6d20;
	font-size: 32px;
	padding-bottom: 5px;
}

.eventsbox h3	{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.eventsbox .fancybox-image	{
	margin-top: 20px;
	margin-bottom: 20px;
}

.eventsbox p	{
	font-size: 16px;
	margin-top: 20px;
}

.eventsbox p.eventsbox-body	{
	margin-top: 20px;
	font-style: normal;
	font-weight: normal;
}

.section.section-one.header-block img	{
	width: 50%;
	min-width: 300px;
	padding-top: 20px;
}
