body, html{
    height: 100%;
}
@media screen and (max-width:977px){
    body, html{
        height: auto;
    }
}

body {
	background:#fff;	
	font-family: "futura-pt";
	font-size:13px;
	font-weight:400;
    display: flex;
    justify-content: center;
    align-items: center;
}
strong {
	font-weight:700;
}
a {
	color:#ec1b34;
}
.clearfix:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}

#container {
	max-width: 926px;
    min-height: 573px;
    padding: 25px;
    width: 100%;
    background: url(../img/bg.png) no-repeat;
	text-align: center;
}
@media screen and (max-width:977px){
    #container {
        background: url(../img/bg-top.png) repeat-x center top, url(../img/bg-top.png) repeat-x center bottom;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}



#content {
	padding:37px 0;
	text-align:left;
	display: flex;
    align-items: flex-end;
}



@media screen and (max-width:977px){
    #content{
        flex-direction: column;
        padding: 0;
        align-items: center;
    }
    
}
#sidebar {
    font-weight: 500;
	width:270px;	
	padding:0 20px;
	text-align:center;
  
}
@media screen and (max-width:977px){
    #sidebar {
        width: auto;
        padding: 0;
    } 
    #sidebar br{
        display: none;
    }
}
#ofsted{
    width: 92px;
    height: 77px;
    margin-right: 20px;
    align-content: flex-end;
}
#sidebar p{
    color:#043470;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 18px;
}
#sidebar p.small{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}
#sidebar h1 {
	background:url(../img/logo.png) #ffffff;
	width:214px;
	height:185px;
	display:block;
	font-size:0em;
	text-indent:-100000000000px;
	margin:0 auto 20px auto;
	
}
#sidebar p.cta{
    color: #e9203a;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}
#sidebar p.cta .highlight{
    color: #54b64e;
}
#sidebar p.cta .emphasis{
    color: #1dafec;
}


#page {
  
	max-width:435px;
	padding:0 30px;
}
@media screen and (max-width:977px){
    #page{
        max-width: none;
        padding: 30px 0;
    }
}
#page p {
	padding-bottom:16px;
	line-height: 1.25em;
}
#page h2 {
	text-align:left;
	font-size:16px;
	color:#50b848;
	font-weight:700;
	line-height:1.2em;
	padding-top:16px;
	
}
#page h2 span {
	color:#ec1b34;
	margin-left: 75px;
}

#page .testimonials p{
    color:#043470;
    font-size: 11px;
    margin-bottom: 6px;
    padding-bottom: 4px;
}
#page .testimonials p:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.testimonials strong{
    text-transform: uppercase;
}
/*@media screen and (max-width:960px){
    #wrap, #container{
        width: auto;
    }
    #sidebar h1{
        width: 100%;
        max-width: 214px;
    }
    #container{
        position: relative;
        left: auto;
        margin: auto;
        top: auto;
        padding: 20px;
    }
    #page{
        width:75%;
        padding: 0;
    }
    #sidebar{
        width:25%;
        padding: 0;
    }
}
@media screen and (max-width:660px){
    #sidebar, #page{
        float:none;
        width:auto;
        
    }
}*/