@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900|Cabin:400,700);

@import url(fontello.css);


*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body { 
	margin: 0; 	
	font: 400 14px Lato, Arial, Helvetica, sans-serif;
	color: #5e4233;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font: 700 30px Lato, Arial, Helvetica, serif;
	color: #5e4233;
}

h2 {
	font: italic 24px Lato, Arial, Helvetica, serif;
	color: #000;
}

h3 {
	font: 700 16px Lato, Arial, Helvetica, serif;
	color: #5e4233; 
}

h4 {
	font: 700 15px Lato, Arial, Helvetica, serif;
	color: #5e4233; 
}

p {
	font: 400 14px Lato, Arial, Helvetica, sans-serif;
	color: #5e4233;
}

a, a:visited {	    
	text-decoration: none;
	color: #ef6e28;
}

#wrapper a:hover {    
	text-decoration: underline;
	color: #ef6e28;	
}


hr {
    border: 0;
    height: 1px;
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); */
    background: #dfdbd6;
}


table {
	border-collapse: collapse; 
	width: 99.7%; 
	margin-top: 25px;
	margin-left: 2px;
}

table, th, td {
    border: 1px solid #cdc6b6;
}

tr {
	background-color: #fff;	
}

tr:nth-child(even) {
	background-color: #faf9f8;
} 

td {
	font: 400 16px Lato, Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	padding: 15px 15px 15px 20px;
}

td.lead {
	background-color: #f0ede7;
	width: 180px;
	white-space: nowrap;
}

th {
	font: 700 16px Lato, Arial, Helvetica, sans-serif;
	color: #5e4233;
	padding: 15px 15px 15px 20px;
	background-color: #f0ede7;
	width: 180px;
	white-space: nowrap;
	text-align: left; 
	
	cursor: pointer;
}

thead {
	/*border-top: 15px solid #fff;*/
}


input {
	font: 400 14px Lato, Arial, Helvetica, sans-serif;
	color: #5e4233;
	padding: 5px;
	border: 1px solid #cdc6b6;
	width: 250px;
}
 
input[type=button] {
	background: #ef6e28;
	background: linear-gradient(to bottom, #f4814b 0%,#ef5f17 50%,#ea5507 51%,#ed7434 100%);
	background: linear-gradient(to bottom, #ff9b38 0%,#ff8d14 50%,#ff7c00 51%,#ff7f04 100%);
	
	color: #fff;
	font: 700 15px Lato, Arial, Helvetica, serif;
	text-shadow: 0 0 2px #ef6e28;
	
	/*margin-left: 2px;
	margin-right: 2px;*/
	
	border-radius: 2px;
	border: 1px solid #ff9b38;
	width: 120px;
	cursor: pointer;
}

input[type=button].sml {
	font: 700 12px Lato, Arial, Helvetica, serif;
}

input[type=button].deactivated {
	background: linear-gradient(to bottom, #eeeae7 0%, #eeeae7 50%, #e3dfd9 51%, #ebe8e4 100%) #ef6e28;
	color: #b3aba8;
	text-shadow: 0 0 2px #eeeae7;

	border: 1px solid #dfdad3;
	cursor: default;
}


/* GOOGLE HACKS */
.pac-logo::after {
	height: 0px !important;
	background: none !important;
}

.pac-icon {
	display: none !important;
}

.gmnoprint:hover {
	z-index: 1000 !important;
}









header {
	width: 100%;
	background: #fff;
}	

#banner_wrap {
	width: 100%;
	min-height: 150px;
	border-bottom: 1px solid #dfdbd6;
	
	background: #eeeae7;
	background: -moz-linear-gradient(top, #fefffe 0%, #eeeae7 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefffe), color-stop(100%, #eeeae7));
	background: -webkit-linear-gradient(top, #fefffe 0%, #eeeae7 100%);
	background: -o-linear-gradient(top, #fefffe 0%, #eeeae7 100%);
	background: -ms-linear-gradient(top, #fefffe 0%, #eeeae7 100%);
	background: linear-gradient(to bottom, #fefffe 0%, #eeeae7 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffe', endColorstr='#eeeae7', GradientType=0 );*/
	
	margin: 0px;
	padding: 0px;
	padding-top: 16px;
}	

#banner {
	width: 1000px;
	margin: 0 auto;
	
	transition: width 1s ease;
}


#login, #logout, #login_butts {
	float: right;
}





#logo {
	width: 195px;
	min-height: 90px;
	background: url('../images/owl.png') center top no-repeat;
	background-size: 40%;
	text-align: center;
	padding-top: 80px;
}

#logo::before {
	content: "compare";
	text-decoration: none;
	font: 400 30px Cabin, Arial, Helvetica, sans-serif;
	color: #ef6e28;
	margin-bottom: 5px;
}

#logo::after {
	content: "schools";
	text-decoration: none;
	font: 700 30px Cabin, Arial, Helvetica, sans-serif;
	color: #3a3735;
	margin-bottom: 5px;
}








nav {
	width: 1000px;
	margin: 0 auto;
	white-space: nowrap;
	
	transition: width 1s ease;
}	

nav ul {
	list-style: none;
	text-align: left;
	padding: 6px 2px;
	transition: padding 1s ease 0.2s;
}

nav ul li {
	display: inline;
	margin-right: 50px; 
	transition: margin 1s ease 0.2s;
}

nav ul li:last-of-type {
	margin-right: 0px;
}

nav ul li a, nav ul li a:visited {	    
	font: 900 15px Lato, Arial, Helvetica, sans-serif;
	color: #3a3735; 
	text-decoration: none;
	text-transform: uppercase;
	
	padding-bottom: 3px;
	border-bottom: 3px solid #fff;
}

nav ul li a:hover {
	color: #ef6e28;	
	border-bottom: 3px solid #eeeae7;
}

nav ul li a.selected {
	color: #ef6e28;	
	pointer-events: none;
	cursor: default;
}

nav ul li a:active {
	/*color: #4d87cc;*/
	padding-bottom: 2px;
	border-bottom: 3px solid #dfdbd6;
}


nav select {
	display: none;
	margin: 6px 25% 6px;
	width: 50%;	
	height: 26px;
	
	border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	
	background: #fff;
	font: 600 12px Lato, Arial, Helvetica, sans-serif;
	color: #ef6e28;
	text-transform: uppercase;

	border-radius: 3px;
	padding: 0 10% 0 10px;
	box-shadow: inset 0 0 3px rgb(222, 218, 213);
	-moz-box-shadow: inset 0 0 3px rgb(222, 218, 213);
}

#crumb_wrap {
	width: 100%;
	min-height: 50px;
	border-bottom: 1px solid #c9bfb2;
	border-top: 1px solid #c8c4bb;	
	/*background-color: #ddd8d0;*/
	background-color: #dfdad3; 
	
	transition: all 0.5s ease;
}

#crumbs {
	width: 1000px;
	margin: 0 auto;
	
	transition: width 1s ease;
}

#crumbs p {
	width: 70%;
	font: normal 13px Lato, Arial, Helvetica, sans-serif;
	color: #725f56;
	margin-top: 13px;
}

#crumbs p a, crumbs p a:visited {
	font: normal 15px Lato, Arial, Helvetica, sans-serif;
	color: #725f56;
	text-decoration: none;
	margin-left: 15px; 
	
	text-transform: lowercase;
	font-variant: small-caps;
}

#crumbs p a:hover {
	text-decoration: underline;
} 



#wrapper {
	width: 1000px; 
	min-height: 500px;
	margin: 0 auto;
	padding-bottom: 30px;
	
	overflow: hidden;
	
	/*transition: width 1s ease;*/
}










.fixpos {
	margin-top: -5px;
	margin-bottom: 5px;
	position: fixed;
	z-index: 1000;	
}

.fixpos #banner_wrap, .fixpos #crumb_wrap {
	min-height: 10px;
}

.fixpos #banner_wrap {
	background: #eeeae7;
}

.fixpos div div p {
	display: none;
}

.fixpos nav ul {
	padding-left: 190px;
	transition: padding 1s ease;
}

.fixpos nav ul li {
	margin-right: 18px;
	transition: margin 1s ease;
}

.nudged {
	padding-top: 245px;	
}

@keyframes bob-on {
    from {top: -90px;}
    to {top: 5px;}
}

.fixpos div div #logo {
	position: absolute;
	top: -90px;
	animation: bob-on 0.5s 0.3s 1 forwards;
}

.fixpos div div #logo::before, .fixpos div div #logo::after {
	content: "";
}













#foot_links_wrap {
	width: 100%;
	min-height: 180px;
	
	background: #3a3634;
	border-top: 1px solid #dfdbd6;
	
	margin: 0px;
	padding: 0px;
}

#foot_links {
	width: 1000px;
	margin: 0 auto; 
	
	transition: width 1s ease;
}

#foot_links div {
	display: inline-block; 
	min-height: 200px; 
	width: 150px;
	margin-left: 0%; 
	margin-right: 70px;
	vertical-align: top;
	
	/*border: 1px solid #dcd2c2;*/
}

#foot_links div:first-of-type {
}

#foot_links div:last-of-type {
}

#foot_links div h3 {
	font: 900 13px Lato, Arial, Helvetica, sans-serif;
	color: #fff;
	
	text-transform: uppercase;
}

#foot_links div a, #foot_links div a:visited {
	font: 400 16px Lato, Arial, Helvetica, sans-serif;
	color: #dcd2c2;
	text-decoration: none;
}

#foot_links div a:hover {
	color: #fff;
}

footer {
	width: 100%;
	min-height: 60px;
	
	background: #605c56;
}

#footer_content {
	width: 1000px;
	margin: 0 auto; 
	padding-top: 10px;
	
	font: 400 14px Lato, Arial, Helvetica, sans-serif;
	color: #dcd2c2;
	
	transition: width 1s ease;
}

#footer_logo {
	display: inline-block;
	min-height: 40px;
	text-align: left;
	margin-right: 20px;
}

#footer_logo::before {
	content: "compare";
	text-decoration: none;
	font: 400 25px Cabin, Arial, Helvetica, sans-serif;
	color: #ddd3c2;
	margin-bottom: 5px;
}

#footer_logo::after {
	content: "schools";
	text-decoration: none;
	font: 700 25px Cabin, Arial, Helvetica, sans-serif;
	color: #ded4c3;
	margin-bottom: 5px;
}





.bar-chart {
	/*float: left;*/
	margin-left: 0px; 
	width: 99%; 
	max-width: 450px; 
	padding: 0; 
}

.comp_table tr td .bar-chart {
	margin: auto; 
}

.bar-chart .bar-track {
	position: relative;
	width: 100%;
	
	/*background: #ddd8d0;*/
	background: #f6f4f0;
	
	box-shadow: inset 0 0 5px rgba(94,66,51,0.3);
}

.bar-chart .bar-fill {
	position: relative;
	
	background: #ef6e28;
	
/*	background: linear-gradient(to bottom, #ef6e28 0%,#e58920 40%,#ed7434 100%); 
	background: linear-gradient(to bottom, #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);*/
	background: linear-gradient(to bottom, #f4814b 0%,#ef5f17 50%,#ea5507 51%,#ed7434 100%);
	
	/*background: linear-gradient(to bottom, #ef6e28 3.1%, #ef8144 30.4%, #ef6e28 60%);*/
	
	width: 0%;
	text-align: center;
	line-height: 30px;
}

.bar-chart, .bar-track, .bar-fill {
	height: 30px;
}

.bar-with-avg {
	height: 42px;
}

.bar-chart .bar-track, .bar-chart .bar-fill {
	border-radius: 4px;
}

.bar-chart span {
	display: none;
	position: absolute;
	left: 46%;
	font: 700 15px Lato, Arial, Helvetica, sans-serif;
	color: #5e4233;
	line-height: 30px;
	
	z-index: 100;
}

.bar-chart span.na {
	display: inline; 
	color: #ded4c3;
}

.bar-chart span.na:after {
	content: "N/A";
}

.bar-avg {
	display: inline-block;
	width: 33%;
	font: 400 12px Lato, Arial, Helvetica, sans-serif; 
	color: #9f9587; 
	padding-top: 4px; 
	padding-bottom: 1px;
	border-right: 2px solid #ebe4da;

	text-align: center;
	white-space: nowrap;
} 

.bar-avg b {
	font-weight: 700; 
	color: #ef6e28; 
} 

.bar-avg:last-of-type {
	border-right: 0px;
}






.teacher {
	display: inline-block;

	height: 30px;
	width: 20px;

	background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 163.11092 151.67157" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(-747.63 -930.08)"><path d="m829.07 941.36c-10.283 0-18.701 8.3577-18.701 18.64s8.4176 18.641 18.701 18.641 18.641-8.3578 18.641-18.641-8.3579-18.64-18.641-18.64zm-17.625 36.266c-5.1986 1.0584-9.0221 5.5918-9.0217 11.113v28.678c-5e-4 5.5211 3.8222 10.114 9.0217 11.172h0.5377v35.908c0 3.3098 2.6648 5.9748 5.9747 5.9748h22.464c3.31 0 5.9747-2.665 5.9746-5.9748v-35.908h0.4183c0.049 0.042 0.091-0.042 0.1194 0 5.1986-1.0584 9.0222-5.6518 9.0217-11.172v-28.678c5e-4 -5.5212-3.8221-10.055-9.0217-11.113-4.1232 5.237-10.566 8.663-17.745 8.663s-13.443-3.426-17.565-8.663c-0.049-0.042-0.15 0.042-0.1792 0z" fill="#ef6e28"/></g></svg>') center center no-repeat #fff; 
	
	background-size: 185%;
	margin-left: -5px;
}

.pupil {
	display: inline-block;

	height: 30px;
	width: 20px;

	background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 163.11092 151.67157" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(-747.63 -930.08)"><path d="m829.07 941.36c-10.283 0-18.701 8.3577-18.701 18.64s8.4176 18.641 18.701 18.641 18.641-8.3578 18.641-18.641-8.3579-18.64-18.641-18.64zm-17.625 36.266c-5.1986 1.0584-9.0221 5.5918-9.0217 11.113v28.678c-5e-4 5.5211 3.8222 10.114 9.0217 11.172h0.5377v35.908c0 3.3098 2.6648 5.9748 5.9747 5.9748h22.464c3.31 0 5.9747-2.665 5.9746-5.9748v-35.908h0.4183c0.049 0.042 0.091-0.042 0.1194 0 5.1986-1.0584 9.0222-5.6518 9.0217-11.172v-28.678c5e-4 -5.5212-3.8221-10.055-9.0217-11.113-4.1232 5.237-10.566 8.663-17.745 8.663s-13.443-3.426-17.565-8.663c-0.049-0.042-0.15 0.042-0.1792 0z" fill="#dfdad3"/></g></svg>') center center repeat-x; 
	
	background-size: 185%;
	margin-left: -5px;
	margin-right: -4px;
}

.pupil:hover {
	width: 21px; 
	margin-left: -4px;
	margin-right: -3px;
}

.pupil_ratio {
	display: inline-block;
	
	font: 700 15px Lato, Arial, Helvetica, sans-serif;
	color: #5e4233;
	line-height: 30px;
	
	line-height: 30px;
	vertical-align: top;
	margin-left: 10px;
}

.age_range {
	margin: 0px; 
	width: 99%; 
	max-width: 450px; 
	border: 0px;
}

.age_range tr td {
	font: 400 12px Lato, Arial, Helvetica, sans-serif; 
	color: #ded4c3; 
	padding: 0px; 
	width: 30px;
	text-align: center;
	border: 0px;
	background: #fff;
}

.age_range tr td.active {
	font-size: 14px; 
	font-weight: 700;
	color: #ef6e28; 
}

.age_range tr td table {
	margin-left: 15px; 
	margin-top: 2px;
	margin-bottom: -3px;
	width: 420px; 
	max-width: 420px; 
	border-top: 0px;
}

.age_range tr td table tr td {
	width: 30px;
	height: 5px; 
	
	border: 1px solid #cdc6b6;
	border-top: 0px;
}

#age_range_text {
	display: none;
	font: 400 16px Lato, Arial, Helvetica, sans-serif; 
	color: #ef6e28;
}

.ofsted_rating {
	margin: 0px; 
	margin-left: -20px;
	width: 99%; 
	max-width: 200px; 
	border: 0px;
}

.ofsted_rating tr td {
	font: 400 14px Lato, Arial, Helvetica, sans-serif; 
	color: #ded4c3; 
	padding: 0px; 
	width: 50px;
	text-align: center; 
	vertical-align: baseline;
	border: 0px;
	background: #fff;
}

.ofsted_rating tr td.active {
	font-weight: 700;
	color: #ef6e28; 
}

.ofsted_rating tr td table {
	margin-left: 25px; 
	margin-top: 2px;
	margin-bottom: 8px;
	width: 150px; 
	max-width: 225px; 
	border-top: 0px;
}

.ofsted_rating tr td table tr td {
	width: 50px;
	height: 5px; 
	
	border: 1px solid #cdc6b6;
	border-top: 0px;
}

#ofsted_rating_desc { 
	font: 400 16px Lato, Arial, Helvetica, sans-serif; 
	color: #ef6e28;
	
	margin-bottom: -5px;
}




.sch_cmp_panel {
	display: inline-block; 
	width: 240px;
	min-height: 400px;
	
	text-align: center;
	
	border: 1px solid #ccc3b5;
}

.sch_cmp_panel h2 {
	font: 700 20px Lato, Arial, Helvetica, serif;
	color: #5e4233;
	min-height: 80px;
}

.sch_cmp_rating {
	min-height: 45px;
	height: 45px;
	border-top: 1px solid #ccc3b5;
	border-bottom: 1px solid #ccc3b5;
	background: #ddd8d0;
}

.sch_cmp_rating div {
	min-height: 120px;
	height: 120px;
	width: 120px;
	border: 2px solid #e2ded8;
	background: #ddd8d0;
	border-radius: 50%;
	
	margin-top: -40px;
	margin-left: auto;
	margin-right: auto;
}

.percent {
	font: 700 35px Lato, Arial, Helvetica, serif;
	color: #5e4233;
	position: absolute;
	margin-top: 35px;
	margin-left: 25px;
}

.sch_cmp_detail {
	margin-top: 40px;
}

.sch_cmp_detail div {
	min-height: 45px;
	height: 45px;
	border-bottom: 1px solid #ccc3b5;
}

.sch_cmp_detail div:nth-of-type(2n) {
 	background: #f7f4f0;
}

.sch_cmp_detail div:last-of-type {
	border-bottom: 0px; 
}













#sch_rating {
	min-height: 120px;
	height: 120px;
	width: 120px;
	border: 2px solid #e2ded8;
	background: #ddd8d0;
	border-radius: 50%;
	
	margin-top: 30px;
	
	margin-left: 38px;
	
	display: inline-flex;
	vertical-align: top;
}

#sch_title {
	min-height: 120px;
	width: 660px;
	margin-left: 30px;
	margin-top: 5px;
	
	display: inline-block;
	
	transition: width 1s ease;
}

#sch_title h1 {
	line-height: 30px;
}

#sch_title p {
	margin-left: 2px;
}

#sch_links {
	min-height: 120px;
	height: 120px;
	width: 120px; 
	margin-top: 30px;
	
	border: 1px solid #c8c4bb;	
	background-color: #f7f6f4;
	border-radius: 2%;
	
	display: inline-block; 
	display: none; 
	
	float: right;
}

#sch_links p {
	font: 700 12px Lato, Arial, Helvetica, sans-serif;
	color: #5e4233;
	margin-top: 18px;
	margin-left: 18px;
}



















#sch_tabs {
	border-bottom: 1px solid #d7d3cb;
}


#sch_tabs ul {
	list-style: none;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	
	white-space: nowrap;
}

#sch_tabs ul li {
	display: inline;
	margin-right: 18px;
	margin-left: 3px;
	
	transition: margin 1s ease;
}

#sch_tabs ul li:last-of-type {
	margin-right: 0px;
}

#sch_tabs ul li a, #sch_tabs ul li a:visited {	    
	
	border: 1px solid #d7d3cb;
	border-radius: 4px 4px 0 0;
	margin-bottom: -1px;
	
	/*padding: 4px 8px;*/
	padding: 4px 14px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block; 
	
	font: 700 14px Lato, Arial, Helvetica, serif;
	color: #5e4233;
	
	height: 40px;
	width: 180px;
	line-height: 32px;
	margin-top: 8px;
	
	background: #eeeae7;
	background: -moz-linear-gradient(top, #fefffe 0%, #eeeae7 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefffe), color-stop(100%, #eeeae7));
	background: -webkit-linear-gradient(top, #fefffe 0%, #eeeae7 100%);
	background: -o-linear-gradient(top, #fefffe 0%, #eeeae7 100%);
	background: -ms-linear-gradient(top, #fefffe 0%, #eeeae7 100%);
	background: linear-gradient(to bottom, #fefffe 0%, #eeeae7 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffe', endColorstr='#eeeae7', GradientType=0 );*/
	
	transition: width 1s ease;
}

#sch_tabs ul li a:hover {
	background: #eeeae7;
	text-decoration: none;
}

#sch_tabs ul li a:active, #sch_tabs ul li a.selected {
	background: #fff;
	border-bottom: 1px solid #fff;
}

#sch_tabs ul li a.selected {
	pointer-events: none;
	cursor: default;
}

#sch_tab_tables {
	min-height: 80px;
}


.sch_tab_table{
	display: none;
}

.sch_tab_table.selected{
	display: inherit;
}



div.ui-table-footer {
	display: none;
}

div.ui-columns-search {
	text-align: center;
}

div.ui-columns-search input {
	font: 400 16px Lato, Arial, Helvetica, sans-serif;
	color: #5e4233;
	padding: 3px;
	border: 1px solid #cdc6b6;
	width: 300px;
}





#search_form {
	display: inline-block; 
	width: 300px;
	max-width: 300px; 
	height: 297px; 
	
	border: 1px solid #dfdbd6;
	background: #fff; 
	
	padding: 9px;
	text-align: left;
	
	vertical-align: top;
	
	margin-right: 10px;
}

#search_form > * {
	vertical-align: top;
	line-height: normal;
}

#search_form input {
	width: 100%;
	margin-top: 0px;
}

.search_ctrl { 
	display: inline-block;
	width: 280px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.search_ctrl #location {
	margin-bottom: 15px;
}

#radiusText {
	text-align: center;
	line-height: 10px;
}

#search_tabs {
	min-height: 25px;
	height: 25px;
	width: 200px; 
	margin-top: -25px;
	
	border: 0px;	
	
	display: inline-block;
	float: right;
}


#search_tabs ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
	white-space: nowrap;
}

#search_tabs ul li {
	display: inline;
	margin-right: 5px;
	
	/*transition: margin 1s ease;*/
}

#search_tabs ul li:last-of-type {
	margin-right: 0px;
}

#search_tabs ul li a, #search_tabs ul li a:visited {	    
	
	position: relative;
	
	border: 1px solid #d7d3cb;
	border-bottom: 0px solid #fff;
	
	border-radius: 4px 4px 0 0;
	margin-bottom: -1px;
	
	/*padding: 4px 8px;*/
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block; 
	
	font: 700 12px Lato, Arial, Helvetica, serif;
	color: #5e4233;
	
	height: 25px;
	width: 80px;
	line-height: 15px;
	margin-top: 0px;
	
	background: #eeeae7;
	background: -moz-linear-gradient(top, #fefffe 0%, #eeeae7 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefffe), color-stop(100%, #eeeae7));
	background: -webkit-linear-gradient(top, #fefffe 0%, #eeeae7 100%);
	background: -o-linear-gradient(top, #fefffe 0%, #eeeae7 100%);
	background: -ms-linear-gradient(top, #fefffe 0%, #eeeae7 100%);
	background: linear-gradient(to bottom, #fefffe 0%, #eeeae7 100%);
	
	/*transition: margin 1s ease;*/
}

#search_tabs ul li a:hover {
	background: #eeeae7;
	text-decoration: none;
}

#search_tabs ul li a:active, #search_tabs ul li a.selected {
	background: #fff;
}

#search_tabs ul li a.selected {
	pointer-events: none;
	cursor: default;
	
	/*height: 26px;
	border-bottom: 1px dotted #edecea;
	z-index: 101;*/
}

#search_map {
	height: 400px; 
	background-color: grey;
}

.search_tab_table {
	display: none; 
	width: 680px; 
	min-height: 400px; 
	background-color: #fff;
	border: 1px solid #dfdbd6;
	
	/*transition: margin 1s ease;*/
}

.search_tab_table.selected {
	display: inline-block;
}



.gm-style-iw {
  width: 335px !important; 
  max-width: 335px !important;
  min-width: 335px !important;
  min-height: 150px;
}

#sch_map_iw {
	min-width: 275px;
}

#sch_map_iw div {
	display: inline-block;
	min-width: 120px; 
	min-height: 120px;
}

#sch_map_iw div p {
	margin-top: 30px; 
	margin-left: 30px;
}

#sch_rating_sml {
	min-height: 120px;
	height: 120px;
	width: 120px;
	border: 2px solid #e2ded8;
	background: #ddd8d0;
	border-radius: 50%;
	
	margin-top: 0px;
	margin-left: 0px; 
	margin-right: 10px;
	margin-bottom: 5px;
	
	display: inline-flex;
	vertical-align: top;
}



#search_list {
}

#search_list table {
	border-collapse: collapse; 
	width: 100%; 
	margin: 0px;
}

#search_list th, #search_list td {
    border: 1px solid #cdc6b6;
}

#search_list th {
	/*border-right-width: 0;
	border-left-width: 0;*/
}

#search_list td {
	font: 400 14px Lato, Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	padding: 5px 5px 5px 5px;
}

#search_list th {
	font: 700 14px Lato, Arial, Helvetica, sans-serif;
	color: #5e4233;
	padding: 5px 5px 5px 5px;
	background-color: #f0ede7;
	white-space: nowrap;
	cursor: pointer;
}







#comp_sch_add {
	float: right; 
	margin-top: -50px;
	margin-right: 5px;
}

.comp_table {
	width: 200px;
	vertical-align: top;
	margin-top: 0px;
	
	margin-left: 10px;
	
	display: inline-block; 
} 

.comp_table tr td {
	text-align: center;
}

.comp_table_lead {
	width: 190px; 
	display: inline-block; 
	margin: 0px;
} 

.comp_table_lead tr td {
	background: #f0ede7; 
	text-align: left;
}

.comp_sch_name {
	height: 150px;
	min-height: 150px;
}

.comp_sch_rating {
	background: #dfdad2 !important; 
}

#comp_table_wrap { 
	display: inline-block;
	vertical-align: top;
	/*outline: 1px solid #f1efea; */
	/*transition: margin 1s ease;*/
	
	height: 200px; 
	width: 800px;
}

.comp_sch_name {
	vertical-align: top;
}

.comp_sch_type {
	padding-top: 30px;
}

.comp_sch_rating_chart {
	min-height: 120px;
	height: 120px;
	width: 120px;
	border: 2px solid #e2ded8;
	background: #ddd8d0;
	border-radius: 50%;
	
	margin-top: -60px;
	margin-bottom: -60px;
	
	display: inline-flex;
	vertical-align: top;
}


input.close_btn {
	margin-left: auto;
	margin-right: auto;
	
	background: #f0ede7; 
	width: 24px; 
	height: 24px;
	
	color: #5e4233;
	text-shadow: 0 0 0;
	
	border: 1px solid #cdc6b6;
	border-radius: 50%;
	
	font: 700 14px Lato, Arial, Helvetica, sans-serif;
	line-height: 12px;
	
	cursor: pointer;
}













#left_pane {
	display: inline-block; 
	width: 300px;
	max-width: 300px; 
	height: 280px; 
	
	border: 1px solid #dfdbd6;
	background: #f0ede7; 
	
	padding: 9px;
	text-align: left;
	
	vertical-align: top;
	
	margin-right: 10px;
}


#centre_pane {
	display: inline-block; 
	width: 680px; 
	min-height: 400px; 
	background-color: #fff;
	border: 1px solid #dfdbd6;
	padding: 0 9px 9px;
	/*transition: margin 1s ease;*/
}

















#modalShade {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#modalPane {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
    z-index: 2;
    
    border-radius: 25px;/* 25px 0px 0px;*/
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
#modalClose {
    color: #5e4233;
    float: right;
    margin-right: 10px;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
}

#modalClose:hover,
#modalClose:focus {
    color: #ef6e28;
    text-decoration: none;
    cursor: pointer;
}

#modalHead {
    padding: 15px 14px;
    background-color: #eeeae7;
    font: 700 30px Lato, Arial, Helvetica, serif;
    color: #5e4233;
    border-radius: 25px 25px 0px 0px;
}

#modalBody {padding: 2px 14px;}

#modalBody label {
	width: 120px;
	display: inline-block; 
}

#modalFoot {
    padding: 10px 14px;
    background-color: #eeeae7;
    color: white;
    border-radius: 0px 0px 25px 25px;
}

#modalFoot input:first-of-type {
	margin-left: 120px; 
}

/*#modalFoot input {
	background: #ef6e28;
	color: #fff;
	font: 400 18px Lato, Arial, Helvetica, serif;
	border-radius: 2px;
	border: 1px solid #ef6e28;
	width: 120px;
	margin-left: 120px; 
	cursor: pointer;
}*/


































/* This one is for the big screens */
@media screen and (min-width: 1250px) {
	#banner, nav, #crumbs, #wrapper, #foot_links, #footer_content {
		width: 1200px;
	}
	
	nav ul li {
		margin-right: 83px; 
	}
	
	.fixpos nav ul li {
		margin-right: 50px;
	}
	
	#sch_title {
		width: 800px;
	}
	
	.search_tab_table {
		width: 880px; 
	}
	
	#comp_table_wrap {
		width: 1000px;
	}
	
	#centre_pane {
		width: 880px; 
	}
}

/* This one is for the iPad, etc, in landscape mode */
@media screen and (max-width: 1050px) {
	#banner, nav, #crumbs, #wrapper, #foot_links, #footer_content {
		width: 900px;
	}
	
	#banner_wrap {
		min-height: 130px;
	}
	
	#logo {
		width: 170px;
		min-height: 75px;
		background-size: 40%;
		padding-top: 70px;
	}
	
	#logo::before, #logo::after {
		font-size: 24px;
	}
	
	#comp_table_wrap {
		width: 700px;
	}
	
	nav ul li {
		margin-right: 32px; 
	}
	
	.fixpos nav ul {
		padding-left: 140px;
	}	
		
	.fixpos nav ul li {
		margin-right: 10px;
	}
	
	#sch_title {
		width: 500px;
	}
	
	#sch_tabs ul li a, #sch_tabs ul li a:visited {
		width: 18%;
	}
	
	#sch_tabs ul li {
		margin-right: 15px;
	}
	
	.search_tab_table {
		width: 580px; 
	}
	
	#centre_pane {
		width: 630px; 
	}
}

/* Breaking point */
@media screen and (max-width: 920px) {
	#banner, nav, #crumbs, #wrapper, #foot_links, #footer_content {
		width: 770px;
	}
	
	nav ul li {
		margin-right: 12px; 
	}
	
	nav ul li a, nav ul li a:visited {	    
		font-size: 14px;
	}
	
	.fixpos nav ul li {
		margin-right: 7px;
	}
	
	.fixpos nav ul li a, .fixpos nav ul li a:visited {
		font-size: 12px; 
		font-weight: 700;
	} 
	
	#sch_tabs ul li {
		margin-right: 5px;
	}
	
	.search_tab_table {
		width: 420px; 
	}
	
	#search_tabs {
		margin-right: 30px;
	}
	
	#centre_pane {
		width: 470px; 
	}
	
	.comp_table_lead {
		width: 150px;
	}
	
	.comp_table_lead tr td {
		padding: 15px 10px;
	}
	
	#comp_table_wrap {
		width: 615px;
	}
}

/* This one is for the portrait tablet crowd */
@media screen and (max-width: 760px) {
	#banner, nav, #crumbs, #wrapper, #foot_links, #footer_content {
		width: 100%;
	}
	
	#banner_wrap {
		min-height: 100px;
	}
	
	#crumb_wrap {
		min-height: 10px;
	}
	
	#crumbs p {
		display: none;
	}

	#logo {
		width: 170px;
		min-height: 60px;
		background-size: 32%;
		padding-top: 50px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#logo::before, #logo::after {
		font-size: 24px;
	}
	
	nav ul {
		display: none;
	}
	
	nav select {
		display: inline;
	}
	
	#wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	table {
		width: 101%; 
		margin-left: 0px;
	}
	
	#sch_rating {	
		display: block;
		margin: 15px auto 0px;
	}
	
	#sch_title {
		width: 90%;
		margin: 0 5% 5px;
	} 
	
	#sch_tabs ul {
		margin: 5px 0px 0px 0px;
	}
	
	#sch_tabs ul li {
		margin-left: 7px;
		margin-right: 2px;
	}

	#sch_tabs ul li a, #sch_tabs ul li a:visited {
		padding: 4px 4px 4px 9px;
		font-size: 12px; 
		width: 17%;
		
		height: 30px;
		line-height: 24px;
	}
	
	.age_range tr td table {
		width: 95%;
		margin-left: 3%;
	}
	.age_range tr td, .age_range tr td table tr td {
		width: 6.66%;
	}
	
	#search_tabs {
		display: none;
	}
	
	#search_form {
		width: 100%;
		max-width: 100%;
		height: 92px;
		border-bottom: 0px; 
	}
	
	.search_ctrl {
		width: 33%;
		padding-left: 2px;
		padding-right: 2px;
	}
	
	.search_ctrl #location {
		margin-bottom: 12px;
	}
	
	.rangeslider--horizontal {
		height:  8px;
	}
	
	.rangeslider__handle {
		width: 16px;
		height: 16px;
	}
	
	#radiusText {
		line-height: 0px;
		margin-top: 13px; 
	}
	
	
	.search_tab_table {
		width: 100%; 
	}
	
	
	.comp_table_lead {
		width: 20%;
	}
	
	#comp_table_wrap {
		width: 70%;
	}
}

/* This one is for the new iPhones, etc, in landscape mode */
@media screen and (max-width: 600px) {
	
	#search_form {
		height: 175px;
	}
	
	.search_ctrl {
		width: 49%;
	}
	
	.search_ctrl:first-child {
		width: 100%;
	}
	
	#radiusText {
		line-height: 10px;
		margin-top: 15px; 
	}
	
}

/* This one is for the iPhone, etc, in portrait mode */
@media screen and (max-width: 500px) { 
	
	#sch_tabs ul li {
		margin-left: 2px;
		margin-right: 2px;
	}

	#sch_tabs ul li a, #sch_tabs ul li a:visited {
		padding-left: 4px;
		font-size: 9px;
		font-weight: 700; 
		width: 18%;
		
		height: 24px;
		line-height: 16px;
	}
	.bar-with-avg {
		height: 54px;
	}
	
	.bar-avg {
		font-size: 9px;
	} 
	
	.bar-avg b {
		display: block;
		font-size: 12px; 
		margin-top: 2px;
	} 
	
	.age_range {
		display: none;
	}
	
	#age_range_text {
		display: inline;
	}
	
}

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

	
}

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

}