h2{
  font-size: 35px;
  line-height: 35px;
}

#headcontainer.container{
  width:100%;
  padding:0;
}

#header h1{
  float:none;
  text-align:center;
  margin:0 0 10px 0;
  padding:0;
}
#header h1 img{
  max-width: 50%;
}

#header ul{
  float: none;
  margin:0 0 20px 0;
}
#header ul li{
  display: block;
  width: 100%;
  height: 45px;
  float:none;
}
#header ul li a{
  width:100%;
  height: 45px;
  border-left: none;
  line-height: 45px;
  text-align:center;
}
#header ul li a .link{
  display: inline;
  position:static;
}


#header ul li a.current{
  height: 45px;
  margin-top: 0px;
}

#header ul li a:hover{
  height: 45px;
  margin-top: 0px;
}

#nav.mobilegone{
  height: 0;
  overflow:hidden;
  transition: .3s height;
}
#nav.mobilehere{
  height: 275px;
  transition: .3s height;
}

#navbutton{
  display:block;
  line-height: 50px;
  text-align:center;
  background-color: #003E6B;
  color:#FFFFFF;
  border-bottom:5px solid #FFFFFF;
  background-image: url(/images/menu.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
#navbutton.mobilehere{
  height: 50px;
  transition: .3s height;
}
#navbutton.mobilegone{
  height: 0px;
  transition: .3s height;
}



#submenu{
  height: auto;
  margin-bottom: 20px;
}
#submenu ul{
  float: none;
  min-width: 100%;
}
#submenu ul li a{
  display: block;
  color: #FFFFFF;
  margin-right: 0;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  border-bottom:1px solid #ffffff;
}
#submenu ul li a.current, #submenu ul li a:hover{
  text-decoration:none;
  font-weight:bold;
}






#carousels #owl{
  display: none !important; 
}
#carousels #owl2{
  float: none;
  width: 100%;
}

.twothirds, .third, .quarter{
  float: none;
  width: 100%;
  padding:0;
  margin: 0;
}

#footer .quarter{
  margin-bottom: 20px;
}

.quote{
  margin: 20px;
}

.thirdbuttons a{
  width: 100%;
  height: 370px;
  margin-bottom: 10px;
}
.thirdbuttons a .inner .description{
  height: auto;
  opacity: 1;
  transition: .3s all;
}
.thirdbuttons a .fader{
  opacity: .7;
  transition: .3s opacity;
}

#map.small{
  height: 350px;
}
#map.large{
  height: 350px;
}

.main{
  width: 100%;
  padding-right: 0;
  float:none;
  margin-bottom: 20px;
}
.side{
  width: 100%;
  float: none;
}


.centre .image{
  display: block;
  position: static; 
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.centre .details{ 
  float: none;
  margin-left: 0;
  padding: 10px 2%;
  width: 96%;
}
.centre h2{
  font-size: 27px;
  line-height: 27px;
}

.centre .buttons{
  position: static;
  transform: none;
  text-align:center;
}
.centre .buttons .button{
  display: inline-block; 
  margin-right:0; 
}

table td, table th{
  padding: 3px 5px 3px 1px;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
}
table th{
  font-weight:normal;
}

.formhalf{
  float: none;
  width: 100%;
  margin-bottom: 15px;
}

#educatorarea{
  position:static;
}
#educatorarea select{
  width: 100%;
}


.educator{
  width: 48%;
  height: 200px;
  overflow:hidden;
  margin: 10px 1% 0 1%;
  border: 1px solid #003E6B;
}
.educator:nth-child(3n+3){
  margin-right:1%;
}

.educator .details{
  padding: 10px; 
}
.educator h2{
  font-size: 20px;
  line-height: 20px;
  margin-bottom:5px;
}
.educator h3{
  font-size: 14px;
  font-weight: normal;
}
.educator .buttons{
  display: none;
}








