/* CSS Document */
/*--------------------------------------------------*/
body {
	font-family: myriad-pro, sans-serif;
	color: #655c65;
	background: #FFF;
}
a:link {
	color: #ec008c;
	text-decoration: none;
}
a:visited {
	color: #ec008c;
	text-decoration: none;
}
a:hover {
	color: #8e3694;
	text-decoration: underline;
}
a:active {
	color: #ec008c;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: normal;
	font-family: omnes-pro, serif;
	margin-top: 0px;
	color: #8e3694;
}
h1 {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 15px;
}
h2 {
	font-size: 25px;
	line-height: 1.2em;
	margin-bottom: 15px;
}
h3 {
	font-size: 21px;
	line-height: 1.2em;
	margin-bottom: 15px;
}
h4 {
	font-size: 18px;
	line-height: 1.2em;
}
h5 {
	font-size: 15px;
	line-height: 1.2em;
}
h6 {
	font-size: 14px;
	line-height: 1.2em;
}
p, li, td, th {
	line-height: 1.7em;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	/*font-family: myriad-pro, sans-serif;
	font-size: 15px;*/
}
p, table {
	margin-bottom: 15px;
}
em {
	font-style: italic;
}
/*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border: 1px solid #FFF;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-bottom: 1px solid #DDD;
}
.table tr:nth-child(even) {
    background-color: #EFEFEF;
}
.table th {
	font-weight: bold;
	text-align: center;
	background-color: #8D3594;
	color: #FFFFFF;
	border-top: 1px solid #FFF;
}*/
.table {
	margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border: 1px solid #FFF;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
}
.table tr:nth-child(even) {
    background-color: #FFF;
}
.table th {
	font-weight: bold;
	text-align: center;
	background-color: #8D3594;
	color: #FFFFFF;
	border-top: 1px solid #FFF;
}
.table th, .table td, .table p {
	font-size: 14px;
	padding: 5px !important;
}
.table th h4, .table td h4 {
	font-size: 12px;
	padding: 0px !important;
	margin: 0px !important;
}
/*
.table-responsive {
    border: none;
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.table-responsive-topscroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.table-responsive-topscroll .scrollbar {
	height: 20px;
}
*/
li li {
	font-size: 1em;
}
label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 14px;
}
hr {
	clear: both;
	border: 0;
	height: 1px;
	color: #EFEFEF;
	background-color: #EFEFEF;
	margin: 20px 0px;
	padding: 0px;
}
.required {
	color: #CC0000;
	font-weight: bold;
}
.date-added {
	color: #999;
	margin-top: -15px;
	margin-bottom: 5px;
}
img.aligncenter {
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}
img.alignright {
	float: right;
	margin-right: 15px;
}
img.alignleft {
	float: left;
	margin-left: 15px;
}
a.btn-default {
    background-color: #EC008C;
    border: medium none;
    color: #fff;
    font-weight: bold;
	font-size: 12px;
}
a.btn-default:hover {
    background-color: #8D3594;
    color: #fff;
}
.cat-item-none {
	display: none;
}
img.alignleft {
	float: left;
	margin-right: 15px;
}

img.alignright {
	float: right;
	margin-left: 15px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
div.alignleft {
	float: left;
	margin-right: 15px;
}

div.alignright {
	float: right;
	margin-left: 15px;
}

div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
div.wp-caption  {

}
p.wp-caption-text {
	text-align: center;
	padding: 5px;
	font-style: italic;
}
.table>thead>tr>td {
	border-bottom: none;
	font-weight: bold;
	text-align: center;
	background-color: #E2E3E4;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------*/
/*Site Style*/
.skip-links {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
header {
	margin-top: 20px;
}
img.logo {
	/*margin: 0 auto;*/
	max-width: 200px;
}
.search {
	margin-top: 15px;
}
.search .form-inline {
}
.search .form-inline .form-group {
	width: 100%;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 0px;
}
.search .form-control {
	border: none;
	box-shadow: none;
	width: 100%;
	padding: 6px 36px 6px 6px;
}
.search .form-control:focus {
	box-shadow: none;
}
.search .btn-default {
	background-color: #FFF;
	border: none;
	color: #CCC;
	width: 35px;
	position: absolute;
	top: 1px;
	right: 16px;
}
.search .btn-default:hover {
	color: #8D3594;
	background-color: #FFF;
}
.navbar {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 35px;
}
.navbar-default {
	border: none;
}
.navbar-default {
	background-color: #FFF;
}
.navbar-default .navbar-nav > li {
	text-align: left;
}
.navbar-default .navbar-nav > li > a {
	color: #8D3594;
	font-size: 13px;
	background: #e2e4e4;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #FFF;
	background: #8D3594;
}
.navbar-default .navbar-toggle {
	border: none;
	float: none;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 9px 10px;
	width: 100%;
	text-align: left;
	background: #e2e4e4;
	color: #8D3594;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #8D3594;
	color: #FFF;
}
.navbar-button {
	float: right;
	padding: 3px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #8D3594;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #8D3594;
	color: #FFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #8D3594;
	font-size: 13px;
	background-color: #dcc2df;
}
.navbar .children {
	display: none;
}
.dropdown-menu {
	padding: 0px;
}
.navbar-collapse {
	border-top: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.banner {
	border-top: 1px solid #ec008c;
	position: relative;
}
.ofsted-logo {
	background-image: url(../images/template/offsted-logo.png);
	background-repeat: no-repeat;
	width: 111px;
	height: 91px;
	overflow: hidden;
	text-indent: -1000px;
	z-index: 10;
	top: 18px;
	left: 18px;
	position: absolute;
}
.small-banners {
	background: url(../images/template/purple-grad.jpg) repeat-x bottom #8D3594;
	padding: 15px 0px;
}
.small-banners .col-sm-4 {
	border-bottom: 1px solid #FFF;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.small-banners .col-sm-4.last {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.small-banners h3, .small-banners p {
	color: #FFF;
}
.small-banners h3 {
	font-size: 15px;
	margin-bottom: 0px;
}
.small-banners h3 a {
	color: #FFF;
	display: block;
}
.small-banners h3 a span {
	font-size: 13px;
	float: right;
	line-height: 18px;
}
.small-banners p {
	display: none;
}
.small-banners .btn {
	display: none;
}
.page-content {
	margin: 25px 0px;
}
.pagination > li > a, .pagination > li > span {
	color: #8e3694;
}
.pagination .current, .pagination > li > a:hover {
	color: #EC008C;
}
.pagination > li > span.current:hover {
	background: #FFF;
	color: #EC008C;
}
.form-control-error {
	color: #CC0000;
}
.captcha-code {
	margin-bottom: 15px;
}
form button.btn-default {
	background-color: #EC008C;
	color: #FFF;
	font-weight: bold;
	border: none;
}
form button.btn-default:hover {
	background-color: #8e3694;
	color: #FFF;
}
.home-page h1 {
	color: #8E3694;
	margin-bottom: 5px;
}
.home-page .home-principal {
	font-family: myriad-pro,sans-serif;
	font-size: 16px;
	font-weight: 600;
}
.home-page .home-message {
	font-family: omnes-pro,serif;
	font-size: 21px;
	line-height: 28px;
}
.content ul {
	padding-left: 20px;
	list-style: disc;
	margin-bottom: 15px;
}
.content ol {
	padding-left: 25px;
	list-style: decimal;
}
.sub-links {
	display: none;
}
.side-banner {
	background-color: #8d3594;
	padding: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.side-banner h3, .side-banner p, .side-banner a {
	color: #FFF !important;
}
.side-banner h3 {
	font-size: 25px;
	margin-bottom: 5px;
}
.side-banner p {
	margin-bottom: 0px;
}
.social h3 {
	margin-bottom: 12px;
}
.latest-tweets {
	background-color: #ced1d2;
	padding: 15px;
	width: 100%;
	min-height: 103px;
}
.latest-tweets h3 {
	display: block;
	font-size: 21px;
}
.latest-tweets .tweet {
	display: none;
}

.sm-links {
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
	width: 165px;
}
.sm-links li {
	list-style: none;
	float: left;
}
.sm-links li a {
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -1000px;
	background-image: url(../images/template/sm-links.png);
	background-repeat: no-repeat;	
	margin-right: 15px;
	overflow: hidden;
}
li.tw a {background-position: 0px 0px;}
li.tw a:hover {background-position: 0px -30px;}
li.fb a {background-position: -30px 0px;}
li.fb a:hover {background-position: -30px -30px;}
li.bl a {background-position: -60px 0px;}
li.bl a:hover {background-position: -60px -30px;}
li.gp a {background-position: -90px 0px;margin-right: 0px;}
li.gp a:hover {background-position: -90px -30px;}


footer p,footer li {
	font-size: 13px;
}
.footer-links {
	border-top: 1px solid #9ea3a6;
	border-bottom: 1px solid #9ea3a6;
	background-color: #e2e3e4;
	padding: 15px 0px;
	font-size: 13px;
}
.breadcrumbs {
	margin-bottom: 15px;
}
.breadcrumbs strong {
	color: #8D3594;
}
.address {
	border-bottom: 1px solid #9ea3a6;
	margin-bottom: 15px;
}
.footer-legal {
	padding: 15px 0px;
}
.footer-legal .col-sm-6 img {
	min-width: 122px;
	margin: 0px auto;
}
.footer-legal .copyright {
	line-height: 35px;
	text-align: center;
	color: #9ea3a6;
	font-size: 12px;
}
.tet-logo {
	width: 122px;
	height: 35px;
}
.subscribe {
	position: absolute;
	top: -248px;
	left: 0px;
	width: 100%;
	z-index: 20;
}
.subscribe .subscribe-form {
	padding: 10px;
	background-color: #8D3594;
	color: #FFF;
}
.subscribe .subscribe-link a {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 50px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	float: right;
	background-color: #8D3594;
	color: #FFF;
	margin: 0 auto;
	text-decoration: none;
}
.subscribe .subscribe-link a:hover {
	color: #E2CCE4;
}
.subscribe .subscribe-link .link-label {
	display: none;
}
.subscribe .subscribe-link .glyphicon {
	font-size: 12px;
	margin-right: 0px;
}
.subscribe .subscribe-form .valid {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.toplink {
	width: 50px;
	height: 50px;
	background-image: url(../images/template/top.png);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 7px;
	right: 7px;
	z-index: 9999;
	text-indent: -1000px;
	overflow: hidden;
	display: none;
}
@media (max-width: 487px) {

}
@media (min-width: 487px) {
	.side-banner {
		width: 50%;
	}
	.latest-tweets {
		width: 50%;
	}
	.subscribe .subscribe-link a {
		width: 130px;
		padding: 10px;
	}
	.subscribe .subscribe-link a:hover {
		color: #E2CCE4;
	}
	.subscribe .subscribe-link .link-label {
		display: inline-block;
	}
	.subscribe .subscribe-link .glyphicon {
		font-size: 12px;
		margin-right: 7px;
	}
}
@media (max-width: 768px) {
}
@media (min-width: 768px) {
	img.logo {
		margin: 0;
		max-width: 252px;
	}
	.navbar {
		margin-bottom: 0px;
	}
	.navbar-collapse {
		padding: 0px;
	}
	.navbar-centered .navbar-nav {
		float: none;
		text-align: center;
	}
	.navbar-centered .navbar-nav > li {
		float: none;
	}
	.navbar-centered .nav > li {
		display: inline;
	}
	.navbar-centered .nav > li > a {
		display: inline-block;
	}
	.navbar-centered .nav > li > a:hover {
		color: #ec008c;
		background-color: #FFF;
	}
	.search {
		margin-top: 45px;
	}
	.subscribe .subscribe-link a {
		float: right;
	}
	.navbar-default .navbar-nav > li > a {
		color: #8D3594;
		font-size: 15px;
		background-color: #FFF;
		padding-left: 9px;
		padding-right: 9px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background-color: #ec008c;
		color: #FFF;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		background: transparent;
	}
	.dropdown-menu {
		top: 30px;
		box-shadow: none;
		border: none;
		padding: 0px;
		background: url(../images/template/nav-bg.png);
	}
	.dropdown-menu > li > a {
		color: #8d3594;
		padding: 10px;
	}
	.small-banners .col-sm-4 {
		border-right: 1px solid #FFF;
		border-bottom: none;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.small-banners .col-sm-4.last {
		border-right: none;
	}
	.small-banners h3 {
		font-size: 25px;
		margin-bottom: 5px;
	}
	.small-banners h3 a span {
		display: none;
	}
	.small-banners p {
		margin: 0px;
		display: block;
	}
	.small-banners .btn {
		margin-top: 15px;
		color: #FFF;
		border: 1px solid #FFF;
		background: #ec008c;
		text-transform: uppercase;
		display: inline-block;
		padding: 4px 20px 5px 20px;
		font-size: 12px;
	}
	.small-banners .btn:hover {
		background: #8D3594;
	}
	.sub-links {
		display: block;
		background-color: #f2f5f5;
		padding: 15px;
		margin-bottom: 15px;
		width: 100%;
	}
	.sub-links h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.sub-links ul {
		margin-bottom: 0px;
	}
	.sub-links ul li {
		border-top: 1px solid #c0c4c6;
		padding-top: 5px;
		margin-top: 5px;
	}
	.sub-links ul li a {
		display: block;
		color: #8D3594;
	}
	.sub-links ul li a:hover {
		color: #EC008C;
	}
	.sub-links ul li ul.children li {
		border-top: none;
	}
	.sub-links ul li ul.children li a {
		padding-left: 15px;
	}

	.sub-links ul ul,
	.sub-links .current_page_item ul ul,
	.sub-links .current_page_ancestor ul ul,
	.sub-links .current_page_ancestor .current_page_item ul ul,
	.sub-links .current_page_ancestor .current_page_ancestor ul ul {
		display: none;
	}

	.sub-links .current_page_item ul,
	.sub-links .current_page_ancestor ul,
	.sub-links .current_page_ancestor .current_page_item ul,
	.sub-links .current_page_ancestor .current_page_ancestor ul,
	.sub-links .current_page_ancestor .current_page_ancestor .current_page_item ul,
	.sub-links .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {
		display: block;
	}

	.side-banner {
		width: 100%;
	}
	.social {
		display: block;
	}
	.latest-tweets {
		margin-top: -15px;
		width: 100%;
	}
	.latest-tweets h3{
		display: none;
	}
	.latest-tweets .tweet {
		display: block;
		background-color: #FFF;
		padding: 10px;
		margin-bottom: 15px;
	}
	.latest-tweets .tweet p {
		margin-bottom: 0px;
		font-size: 13px;
		line-height: 1.5em;
	}
	.sm-links {
		width: 75px;
	}
	li.tw a {margin-right: 15px;margin-bottom: 15px;}
	li.fb a {margin-right: 0px;margin-bottom: 15px;}
	li.bl a {margin-right: 15px;}
	li.gp a {margin-right: 0px;}
	.address {
		border-bottom: none;
		margin-bottom: 0px;
	}
	.footer-links .links {
		margin-top: 22px;
	}
	.footer-legal .col-sm-6 img {
		min-width: 122px;
		margin: 0px;
	}
	.footer-legal .copyright {
		line-height: 35px;
		text-align: right;
	}
	.subscribe {
		top: -54px;
	}
	.subscribe .subscribe-form .form-inline .form-control {
		width: 125px;		
	}
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sm-links {
		width: 165px;
	}
	li.tw a {margin-right: 15px;margin-bottom: 0px;}
	li.fb a {margin-right: 15px;margin-bottom: 0px;}
	li.bl a {margin-right: 15px;}
	li.gp a {margin-right: 0px;}
	.subscribe .subscribe-form .form-inline .form-control {
		width: auto;
	}
}
@media (min-width: 1202px) {
	
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.sm-links li a {
		background-image: url(../images/template/sm-links-x2.png);
		background-size: 120px 60px;
	}
	.toplink {
		background-image: url(../images/template/top-x2.png);
		background-size: 50px;
	}
	.ofsted-logo {
		background-image: url(../images/template/offsted-logo-x2.png);
		background-size: 111px 91px;
	}
}

/* Accordion Styles */
.accordion {
    margin-bottom: 20px;
}
.accordion-title {
    margin: 0;
    padding: 15px 20px;
    cursor: pointer;
    background: #8e3694;
    color: #fff;
}

.accordion-content {padding: 15px 0;}

.accordion-title:after {
    content: '\002B'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;
}

.accordion-title.open:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
}

.accordion table {
	width: 100%;
}

.accordion table tbody tr:first-child td {
	background: #8D3594;
	color: #fff;
	text-align: center;
	font-size: 13px;
	border: 1px solid #FFF !important;
	height: 30px;
}

.accordion table tbody tr td {
	padding: 5px;
}

.accordion table tbody tr:not(:first-child) td {
	border-bottom: 1px solid #DDD !important;
}

.accordion table p:last-of-type {
	margin: 0;
}

.accordion-header {
  margin: 0;
  padding: 0;	
}