/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	min-width:300px;
	background:white;
	color:#313131;
	font-family:"museo-sans",sans-serif;
	font-size:14px;
	font-weight:300;
	letter-spacing:1.1px;
}

a {
	color:#09274b;
    text-decoration:none; 
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
	-ms-transition:all 500ms;
	transition:all 500ms;
}
main.home a, body.innerS a {
	color:#09274b;
}
main.home a:hover, body.innerS a:hover {
	color:#5d1629;
}
body.innerP a {
	color:#5d1629;
}
body.innerP a:hover {
	color:#09274b;
}

h1 {
	font-weight:700;
	text-transform:uppercase;
}
h2 {
	font-weight:700;
	text-transform:uppercase;
}
h3 {
	font-weight:300;
}
h4 {
	font-weight:100;
}
h1,h2,h3,h4 {
	letter-spacing:1.25px;
}

table p{
	margin-top: 0;
}
table th{
	color: #fff;
	background-color: #09274b;
	font-weight: bold;
	text-align: center;
}
table.styled{
	border-collapse: collapse;
}
table.styled td, th{
	padding: 5px;
	border: solid 1px #cfcfcf;
}


main {
	overflow:hidden;
	position:relative;
}

section {
	padding:50px 0;
	overflow:hidden;
	position:relative;
}
main.home section {
	color:white;
}

.maxWidth {
	max-width:1200px;
	margin:0 auto;
	padding:0 30px;
	overflow:hidden;
	position:relative;
}

.prep {
	background:#5d1629;
	color:white;
}
.senior {
	background:#09274b;
	color:white;
}
.default{
	background: #a07c31;
	color: #fff;
}

/*home*/

section.homeHeader {
	height:470px;
	padding:0;
	color:white;
}
section.homeHeader .maxWidth {
	padding:0 70px;
	overflow:visible;
	z-index:10;
}
section.homeHeader a {
	color:white;
}
	
	.headerSplit {
		width:50%;
		height:570px;
		background-size:cover !important;
		position:absolute;
	}
	#prepSchool {
		background:url(../img/home/prep-school.png) no-repeat 100% 50%;
		top:0;
		left:0;
	}
	#seniorSchool {
		background:url(../img/home/senior-school.png) no-repeat 0 50%;
		top:0;
		right:0;
	}
	.shikshapatri {
		width:21px;
		height:570px;
		background:url(../img/shikshapatri.png) repeat-y;
		position:absolute;
	}
	#shikLeft {
		left:30px;
	}
	#shikRight {
		right:30px;
	}
	
	#homeLogo {
		width:419px;
		height:109px;
		background:url(../img/swaminarayan-white.png) no-repeat;
		background-size:cover;
		display:block;
		text-indent:-999999px;
		position:absolute;
		left:50%;
		margin-left:-209.5px;
		top:0;
		z-index:1000;
	}
	#headerOverlay {
		width:536px;
		height:405px;
		position:absolute;
		left:50%;
		margin-left:-268px;
		z-index:5;
		top:50%;
		margin-top:-202.5px;
	}
	
	.headerContent {
		width:48%;
		margin-top:8%;
		position:relative;
	}
	#prepSchoolContent {
		float:left;
	}
	#seniorSchoolContent {
		float:right;
		text-align:right !important;
	}
	.headerContent h1 {
		width:90%;
		font-size:2.8em;
	}
	.headerContent h3 {
		width:65%;
		top:150px;
	}
	.headerContent a {
		top:300px;
	}
	#prepSchoolContent h1, #prepSchoolContent h3, #prepSchoolContent a {
		position:absolute;
		left:0;
	}
	#seniorSchoolContent h1, #seniorSchoolContent h3, #seniorSchoolContent a {
		position:absolute;
		right:0;
	}
	
#mainOverlay {
	width:1342px;
	height:1016px;
	background:url(../img/block-overlay.png) no-repeat;
	position:absolute;
	top:50%;
	margin-top:-208px;
	left:50%;
	margin-left:-671px;
	z-index:-5;
}
.homeBack {
	width:50%;
	min-height:50px;
	position:absolute;
	top:0;
	z-index:-10;
}	
#redBack {
	background:#5d1629;
	left:0;
}
#blueBack {
	background:#09274b;
	right:0;
}

section.homeLinks {}

	.quickLink {
		width:23.5%;
		min-height:100px;
		margin:1%;
		float:left;
		position:relative;
		box-sizing: border-box;
		border: solid 5px transparent;
	}
	.quickLink:first-child {
		margin-left:0;
	}
	.quickLink:nth-child(4) {
		margin-right:0;
	}
	.quickLink:nth-child(5) {
		margin-left:0;
	}
		.quickLink img {
			width:100%;
		}
		.quickLink h4 {
			width:90%;
			margin:0;
			padding:5%;
			background:white;
			background:rgba(255,255,255,0.6);
			color:#09274b;
			font-size:1.2em;
			text-transform:uppercase;
			position:absolute;
			bottom:0;
			-webkit-transition:all 500ms;
			-moz-transition:all 500ms;
			-o-transition:all 500ms;
			-ms-transition:all 500ms;
			transition:all 500ms;
		}
	.quickSearch {
		width:49%;
		margin:1% 0 1% 1%;
		float:left;
		position:relative;
	}
		.quickSearch a.prospectus {
			width:93%;
			padding:4.7% 3.5%;
			display:block;
			background:white;
			color:#09274b;
			font-size:1.2em;
			text-transform:uppercase;
			position:absolute;
			top:0;
		}
		.quickSearch a.prospectus:hover {
			background:black;
			color:white;
		}
		.quickSearch input {
			width:93%;
			padding:4.7% 3.5%;
			background-image:url(../img/search.png);
			background-repeat:no-repeat;
			background-position:95% 50%;
			border:none;
			color:#09274b;
			font-size:1.2em;
			text-transform:uppercase;
			border-radius:0;
			-webkit-border-radius:0;
			-moz-border-radius:0;
			position:absolute;
			bottom:0;
		}

.urgentMessage{

}
	.urgentMessage p{
		text-align: center;
		font-weight: bold;
		font-size: 1.1em;
	}

section.homeCalendar {}

main.home section.newsTriplet {
	padding-bottom:20px;
}
.innerHome section.newsTriplet {
	background:#eaeaea;
}

	article.newsStory {
		width:30%;
		min-height:100px;
		margin-left:35%;
		float:left;
		background:white;
	}
	article.newsStory:nth-child(2) {
		margin:0 5%;
	}
		article.newsStory img {
			width:100%;
		}
		article.newsStory a {
			display:block;
		}
		article.newsStory h3 {
			min-height:84px;
			margin:0;
			padding:10px 20px;
			background:white;
			border-right:21px solid #d8d8d8;
			display:block;
			position:relative;
			-webkit-transition:all 500ms;
			-moz-transition:all 500ms;
			-o-transition:all 500ms;
			-ms-transition:all 500ms;
			transition:all 500ms;
		}
		article.newsStory h3 aside {
			color:#09274b;
			text-transform:uppercase;
			font-size:1.2em;
			font-weight:700;
		}
		article.newsStory h3 aside span {
			color:#313131;
			text-transform:none;
			font-size:0.6em;
		}
		img.newsArrow {
			width:10px !important;
			height:10px !important;
			position:absolute;
			right:-16px;
			top:50%;
			margin-top:-5px;
		}

section.swamiQuote {
	padding:30px 0;
	
}

	section.swamiQuote .maxWidth {
		max-width:700px;
	}
	
	section.swamiQuote h2 {
		padding-left:110px;
		text-transform:none;
		font-weight:300;
		color:white !important;
	}
	section.swamiQuote h2 span {
		font-size:0.6em;
		font-weight:700;
		text-transform:uppercase;
	}
	
	#quotePortrait {
		width:80px;
		height:80px;
		float:left;
	}

/*inner*/

header {
	height:100px;
}
header a {
	display:block;
	padding:11px 0;
}
img.innerLogo {
}

nav.topNav {
	overflow: visible;
}
nav.topNav .maxWidth {
	overflow: visible;
}
nav.topNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
nav.topNav li {
	display:inline-block;
	padding:22px 12px;
	text-transform:uppercase;
	font-weight:700;
}
nav.topNav a {
	display:block;
	padding-bottom:3px;
	border-bottom:2px solid;
	border-width:0;
	position:relative;
	overflow:hidden;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
nav.topNav.prep a { color:rgba(255,255,255,0.7); }
nav.topNav.senior a { color:rgba(255,255,255,0.7); }
nav.topNav.default a { color:rgba(255,255,255,0.7); }
nav.topNav a.currentPage::before {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	padding:0;
	width:100%;
	max-width:100%;
	border-bottom:2px solid #fff;
	content:attr(data-hover);
	display:block !important;
	visibility:visible;
}
nav.topNav a:hover {
	color:rgba(255,255,255,0.9);	
}

a.inline{
	display: inline!important;
}

nav.topNav li > ul {
	display: none;
	margin: 0;
	margin-left: -24px;
	padding: 12px;
	font-size: 0.9em;
	position: absolute;
	z-index: 100000;
}
nav.topNav.prep li > ul {
	background: #5D1629;
}
nav.topNav.senior li > ul {
	background: #09274B;
}
nav.topNav.default li > ul {
	background: #A07C31;
}
nav.topNav li > ul > li {
	display: block;
	padding: 12px;
}

nav.topNav li.menu {
	display:none;
}

div#navSearch {
	position:absolute;
	right:-7%;
	top:22px;
}
div#navSearch input {
	margin:0;
	margin-top:20px;
	padding:2px;
	background:none;
	border:none;
	color:white;
	font-weight:700;
	border-bottom:2px solid rgba(255,255,255,0.7);
	cursor:pointer;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
div#navSearch input:focus {
	border-bottom:2px solid white;
}

section.slider {
	padding:0;
}

#sliderOverlay {
	max-width:1200px;
	height:300px;
	margin:0 auto;
	padding:50px 30px;
	pointer-events:none;
	position:relative;
	z-index:10;
}
#sliderOverlay h1 {
	width:50%;
	color:white;
	font-size:3em;
	text-shadow:rgba(0,0,0,0.5) 0 0 5px;
}
#sliderLinks {
	width:190px;
	position:absolute;
	right:30px;
	top:50px;
}
.sliderLink {
	width:100%;
	margin:0;
	float:left;
	position:relative;
	pointer-events:auto;
	box-shadow:rgba(0,0,0,0.5) 0 0 5px;
}
.sliderLink:nth-child(1) {
	margin-bottom:50px;
}
	.sliderLink img {
		width:100%;
	}
	.sliderLink h4 {
		width:90%;
		margin:0;
		padding:5%;
		background:white;
		background:rgba(255,255,255,0.6);
		color:#09274b;
		font-size:1.2em;
		text-transform:uppercase;
		position:absolute;
		bottom:0;
		-webkit-transition:all 500ms;
		-moz-transition:all 500ms;
		-o-transition:all 500ms;
		-ms-transition:all 500ms;
		transition:all 500ms;
	}
#slideButtons {
	width:122px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
}
	.slideButton {
		width:50px;
		height:50px;
		background-size:50px 50px !important;
		background-position:center center !important;
		float:left;
		pointer-events:auto;
		cursor:pointer;
		-webkit-transition:all 500ms;
		-moz-transition:all 500ms;
		-o-transition:all 500ms;
		-ms-transition:all 500ms;
		transition:all 500ms;
	}
	.slideButton.left {
		background:url(../img/slideLeft.png) no-repeat, #5d1629;
		margin-right:2px;
	}
	.slideButton.left:hover {
		background:url(../img/slideLeft.png) no-repeat, #4a0b1c;
		background-size:60px 60px !important;
	}
	.slideButton.left.senior {
		background:url(../img/slideLeft.png) no-repeat, #09274b;
		margin-right:2px;
	}
	.slideButton.left.senior:hover {
		background:url(../img/slideLeft.png) no-repeat, #092c66;
		background-size:60px 60px !important;
	}
	.slideButton.right {
		background:#a07c31;
		background:url(../img/slideRight.png) no-repeat, #a07c31;
	}
	.slideButton.right:hover {
		background:url(../img/slideRight.png) no-repeat, #836016;
		background-size:60px 60px !important;
	}
	
#innerSlider {
	position:absolute;
	top:0;
	z-index:0;
}

.slide {
	width:100%;
	height:400px;
	background-size:cover !important;
	background-position:50% 50% !important;
}

section.innerIntro {
	padding:0;
}

.introImg {
	background-size:cover !important;
	background-position:0 50% !important;
	position:absolute;
	top:0;
	left:0;
}
.introText {
	width:58%;
	padding:50px;
	float:right;
}

section.innerCalendar {}

/*innerPage*/

main.innerPrep h1,main.innerPrep h2,main.innerPrep h3 {
	color:#5d1629;
}
main.innerSenior h1,main.innerSenior h2,main.innerSenior h3 {
	color:#09274b;
}

section.innerHeader {
	padding:0;
}
section.innerHeader .slide {
	height:300px;
}

section.innerContent {
	padding:0;
}

section.innerContent .introText  {
	float:left;
}
.innerRight {
	background:#eaeaea;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
}
.innerRightContent {
	max-width:300px;
	padding:50px;
	overflow:hidden;
	float:left;
}

h3.rightEvent {
	display:table;
	margin:20px 0;
	padding-bottom:5px;
	font-weight:700;
	text-transform:uppercase;
	border-bottom:2px solid #a07c31;
}
h3.rightEvent span {
	color:black;
	font-size:0.8em;
	text-transform:none;
}

  article.innerNewsStory {
	  width:100%;
	  min-height:100px;
	  margin:0;
	  float:left;
	  background:white;
  }
	  article.innerNewsStory img {
		  width:100%;
	  }
	  article.innerNewsStory a {
		  display:block;
	  }
	  article.innerNewsStory h3 {
		  margin:0;
		  padding:10px 20px;
		  background:white;
		  border-right:21px solid #d8d8d8;
		  display:block;
		  position:relative;
		  -webkit-transition:all 500ms;
		  -moz-transition:all 500ms;
		  -o-transition:all 500ms;
		  -ms-transition:all 500ms;
		  transition:all 500ms;
	  }
	  article.innerNewsStory h3 aside {
		  text-transform:uppercase;
		  font-size:1.2em;
		  font-weight:700;
	  }
	  article.innerNewsStory h3 aside span {
		  color:#313131;
		  text-transform:none;
		  font-size:0.6em;
	  }
	  img.newsArrow {
		  width:10px !important;
		  height:10px !important;
		  position:absolute;
		  right:-16px;
		  top:50%;
		  margin-top:-5px;
	  }

article.news{
    float: left;
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}
article.news .img-container{
    float: left;
    width: 200px;
    margin-right: 20px;
}
article.news .img-container img{
    width: 100%;
    height: auto;
}
article.news .text-holder{
    float: left;
    width: calc(100% - 220px);
}
article.news .text-holder h2{
    text-align: left;    
    margin: 0 0 20px;
}
article.news p{
    color: #655b65;    
    margin: 0 0 10px;
}
article.news p.date{
    font-style: italic;
}

.news-image{
	float: right;
	max-width: 300px;
	margin: 0 0 15px 15px;
}

a.more-btn{
	color: #fff!important;
	text-transform: uppercase;
}

div.quote{
	padding-left: 75px;
	margin: 0 0 30px;
	background: url(../img/quote.jpg) no-repeat top left;
}

ul.alumni{
	width: 100%;
}
ul.alumni li{	
	display: inline-block;
	width: 30%;
	vertical-align: top;
	list-style-type: none;
	margin: 0 0 15px;
}

div.search-result h4{
	font-weight: bold;
	margin-bottom: 0;
}
div.search-result p{
	margin-top: 0;
}

form div{
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}

form div label{
	float: left;
	display: block;
	width: 150px;
}

form div input[type="text"], form div input[type="email"], form div textarea{
	float: left;
	width: 200px;
	padding: 8px;
	border: solid 1px #9f9f9f;
}
form div textarea{
	height: 150px;
}
form h3{
	width: 97%;
	float: left;
	background-color: #09274b;
	color: #fff;
	padding: 5px 0 5px 3%;
}

p.form-sent{
	background-color: #d1e5cc;
	border: solid 1px #5c964e;
	color: #5c964e;
	font-weight: bold;
	padding: 10px;
}


/*footer*/

footer {
	margin-top:-1px;
	padding:20px 0;
	overflow:hidden;
	position:relative;
	border-top:5px solid #a07c31;
}

	nav#footerLists {
		width:100%;
		overflow:hidden;
	}
	nav#footerLists ul {
		width:200px;
		margin:10px 0 30px 0;
		padding:0;
		float:left;
	}
		ul#footerImg {
			float:right !important;
		}
		ul#footerImg li {
			display:inline;
		}
	nav#footerLists li {
	}
	nav#footerLists li.footerTitle {
		text-transform:uppercase;
		font-weight:700;
		font-size:1.1em;
	}
	nav#footerLists a {
	}
	
	footer p {
	}

	.ks1-clubs {
    border-style: collapse;
	}
	
	.ks1-curr td {
	    border: solid 1px #fff;
	}
	
	.ks1-clubs tr:nth-child(odd){
	    background-color: #f1f1f1;
	}

	.ks2-clubs {
    border-style: collapse;
	}
	
	.ks2-clubs tr:nth-child(odd){
	    background-color: #f1f1f1;
	}

	.ks1-curr {
    border-style: collapse;
	}
	
	.ks1-curr td {
	    border: solid 1px #fff;
	}
	
	.ks1-curr tr:nth-child(odd){
	    background-color: #f1f1f1;
	}

	.ks2-curr, .results {
    border-style: collapse;
	}

	.ks2-curr, .results td {
	    border: solid 1px #fff;
	}
	
	.ks2-curr, .results tr:nth-child(odd){
	    background-color: #f1f1f1;
	}
	
/*buttons*/

a.button {
	padding:12px 16px;
	border:1px solid;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-transform:uppercase;
	font-weight:300;
}

	a.homeButton:hover {
		background:white;
		border-color:white;
	}
	#prepSchoolContent a.homeButton:hover {
		color:#5d1629;
	}
	#seniorSchoolContent a.homeButton:hover {
		color:#09274b;
	}





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

body {
	font-size:12px;
}

}

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

#homeLogo {
	width:231px;
	height:60px;
	margin-left:-115.5px;
}

section.homeHeader {
	height:auto;
}	

section.homeHeader .maxWidth {
	height:800px;
	position:absolute;
}

.headerSplit {
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
}
#seniorSchool, #prepSchool {
	top:auto;
	right:auto;
	left:auto;
}
.shikshapatri {
	display:none;
}
.headerContent {
	width:100%;
	height:auto;
	padding:43px 0;
	overflow:visible;
}
.headerContent h3 {
	width:78%;
    top:20px;
}
#prepSchoolContent {
	margin-bottom:104px;
}
#prepSchoolContent h1, #prepSchoolContent h3 {
	position:relative;
	left:auto;
	float:left;
}
#prepSchoolContent h1 {
	width:100%;
	margin:0;
}
#prepSchoolContent a {
    position:absolute;
    left:0px;
    bottom:-43px;
    top:auto;
}
#seniorSchoolContent h1, #seniorSchoolContent h3 {
	position:relative;
	right:auto;
	float:right;
}
#seniorSchoolContent h1 {
	width:100%;
	margin:0;
	
}
#seniorSchoolContent a {
    position:absolute;
    right:0px;
    bottom:-43px;
    top:auto;
}

nav.topNav li {
	display:inline-block;
	padding:16px 4px;
	font-size:0.9em;
}

div#navSearch input {
	margin:0;
	margin-top:14px;
	font-size:0.9em;
}

	ul.alumni li{	
	width: 25%;
	margin-right: 10px;	
	}
	ul.alumni li img{
		width: 100%;
	}
	
}

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

.introImg {
	width:100% !important;
	background-size:cover !important;
	background-position:0 50% !important;
	position:relative;
	top:auto;
	left:auto;
}
.innerRight {
	width:100% !important;
	height:auto !important;
	float:left;
	position:relative;
	top:auto;
	right:auto;
}
.introText {
	width:auto;
	float:none;
}

.innerRightContent {
	max-width:800px;
	float:none;
	margin:0 20%;
}

}

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

body {
	font-size:10px;
}

section.homeLinks {}

	.quickLink {
		width:48%;
		margin:2%;
	}
	.quickLink:first-child {
		margin-left:0;
	}
	.quickLink:nth-child(2) {
		margin-right:0;
	}
	.quickLink:nth-child(3) {
		margin-left:0;
	}
	.quickLink:nth-child(4) {
		margin-right:0;
	}
	.quickLink:nth-child(5) {
		margin-left:0;
	}
	.quickLink:nth-child(6) {
		margin-right:0;
	}

	.quickSearch {
		width:100%;
		margin:0;
	}
		.quickSearch a.prospectus {
			margin-bottom:2%;
			position:relative;
			top:auto;
		}
		.quickSearch input {
			position:relative;
			bottom:auto;
		}
		

	#sliderOverlay h1 {
		width:100%;
		font-size:3.4em;
	}
	#slideButtons {
		position:absolute;
		top:0;
		right:0;
		bottom:auto;
		left:auto;
	}
	#sliderLinks {
		width:auto;
		position:absolute;
		top:auto;
		left:30px;
		bottom:50px;
		right:auto;
	}
	.sliderLink {
		width:200px;
		margin:0;
		float:left;
	}
	.sliderLink:nth-child(1) {
		margin-bottom:0;
		margin-right:30px;
	}

}

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

body {
	font-size:10px;
}

	article.newsStory {
		width:100%;
		margin:0 0 8% 0;
	}
	article.newsStory:nth-child(2) {
		margin:0 0 8% 0;
	}

nav.topNav .maxWidth {
	overflow: hidden;
}
nav.topNav ul {
	height:auto;
}
nav.topNav li {
	display:none;
	padding:12px 4px;
	font-size:0.9em;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
nav.topNav li.menu {
	display:block;
}
nav.topNav li > ul {
	display: block !important;
	width: 100%;
	min-width: auto !important;
	padding-bottom: 0;
	padding-top: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
nav.topNav li > ul > li {
	display: inline-block !important;
	padding: 12px;
	padding-left: 20px;
	padding-bottom: 0;
	border-bottom: none;
	background: url(../img/innerLi.png) no-repeat 10px 76%;
}

div#navSearch {
	position:static;
	right:auto;
	top:0;
}
div#navSearch input {
	margin:14px 4px;
}

section.innerHeader .slide {
	height:200px;
}

.innerRightContent {
	margin:0 5%;
}

.introText img {
	width: 100%;
	height: auto;
}

ul.alumni li{		
	width: 80%;	
}

}

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

	#sliderOverlay h1 {
		font-size:3.1em;
	}
	.sliderLink {
		width:105px;
	}
	.sliderLink h4 {
		font-size:1em;
	}

}

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

section.homeHeader .maxWidth {
	padding:0 30px;
}

#prepSchoolContent {
	margin-top:22.5%;
	margin-bottom:44px;
}

	.quickLink {
		width:100%;
		margin:0 0 8% 0;
	}
		.quickSearch a.prospectus {
			margin-bottom:8%;
		}
		
header {
	height:auto;
}
header a {
	padding:11px 0;
}
img.innerLogo {
	width:70%;
}
		
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}