body {
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color:#53575a;
}
h1{
	font-weight:700;
	font-size:28px;
	line-height:28px;
}


h2{
	font-size:20px;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:700;
	line-height:24px;
}
h3{
	font-size:18px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:700;
	line-height:22px;
}
.large{
	font-size:18px;
	line-height:24px;
}
.xlarge{
	font-size:24px;
	line-height:30px;
}
.blue{
	color: #008eab;	
}
a{
	color: #008EAB;	
}
strong{
	font-weight:700;
}

.pic_with_border{
	max-width: 80%;
	padding: 4%;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5);
}
#headerwrap_div {
	background-color: transparent;
	width:100%;
}
.headerbg_div{
	background-color: #323e48;
	background-image: url(../images/headerwrap_bg.png);
	background-position: center top;
	background-repeat:repeat;
}
#header_div {
	height:60px;
	max-width: none;
	background-image: none;
	padding-left:70px;
	padding-right:18px !important;
}
#headerfiller_div{
	height: 60px;
	max-width: 1126px;
	margin: auto;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}



.logo_img{
	position:absolute;
	z-index:999;
	left: 50%;
	top: 0px;
	margin-top:0px;
	margin-left:-150px;
	width:300px;
}

.logo_img_small{
	position:absolute;
	z-index:999;
	left: 50%;
	top: 0px;
	margin-top:0px;
	display:none;
	margin-left:-75px;
	width:150px;
}
.pagettl{
	text-align: center;
	color: #008EAB;
}
#holding_div{
	max-width: 680px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 39px;
	line-height: 40px;
	padding-top: 250px;
	padding-bottom: 80px;
}
.holdingleft_div{
	text-align: center;
	color: #e0e622;
}
.holdingright_div{
	color: #fff;
	text-align: left;
	width:50%;
	box-sizing: border-box;
	float:left;
	padding-left: 2%;
}

#navholder_div {
	top: 0px;
	width: 0px;
	max-width: 100%;
	z-index: 999999;
	background-color: #323e48;
}

.navwrap_div{
	background-image: url(../images/nav_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.nav_div {
	font-size:20px;
	font-weight: normal;
	line-height:20px;
	max-width: 1003px;
	float:none;
	clear:both;
	color:#fff;
	text-align:right;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	text-transform:none;
	margin-left:auto;
	margin-right:auto;
}

.navinner_div{
	display: block;
	text-align: left;
	border-bottom: solid 1px #00bed6;
	padding-left: 30px;
	padding-right: 26px;
}

.nav_div a{
	color: #fff;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	margin-left:0px;
	margin-right:0px;
	border-bottom: none;
}
.nav_div a:hover{
	background-color:transparent;
	color:#e0e622;
	text-decoration: none;
}

.hassubnav a {
	background-image: url(../images/hassubnav_bg.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto auto;
}

a.subnavopen{
	background-image: url(../images/subnavopen_bg.svg);
}

.subnav_div{
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
}

.subnav_div a{
	color: #00bed6;
	border-bottom: none;
	font-size: 18px;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: none;
	border-left: none;
}

.subnav_div a:hover{
	text-decoration: none;
}


.subnavgroup_div{
	display: block;	
	padding-top: 0px;
}




#mobileheaderwrap_div{
	padding-top:0px;
	height:70px;
	padding-bottom:0px;
	background-color:#323e48;
	background-image:none;
	background-position: top 50%;
	background-repeat: no-repeat;
}
#mobileheader_div{
	height:70px;
	position:relative;
}
.mobilemenubtn{
	float:right;
	margin-right:20px;
	margin-top:20px;
	width:52px;
}
.mobilelogo_img{
	position:absolute;
	z-index:999;
	left: 50%;
	top: 0px;
	margin-top:0px;
	margin-left:-75px;
	width:150px;
}
#mobilenavholder {
	position: relative;
	width: 100%;
}
#mobilenav_div {
	background-color: #323e48;
	border-top: 1px solid #00bed6;
}
#mobilenav_div a {
	color: #fff;
	background-color: #323e48;
	text-align: left;
	height: 18px;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left:30px;
	padding-right: 26px;
	font-weight: normal;
	border-top: none;
	border-bottom: 1px solid #00bed6;
	font-size: 18px;
	line-height: 18px;
	background-origin: content-box;
}
#mobilenav_div a.mobilemenu_hassubnav {
	background-image: url(../images/hassubnav_bg.svg);
	background-repeat: no-repeat;
	background-position: right center;
}
#mobilenav_div a.mobilesubnav{
	color: #00bed6;
	border-bottom: none;
	font-size: 16px;
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 18px;
	margin-left: 0px;
	margin-right: 0px;
}
.mobilesubnav_div{
	border-bottom: 1px solid #00bed6;
	background-color: transparent;
}

#mobilenav_div a.mobilesubnavshowing{
	background-image: url(../images/subnavopen_bg.svg);
	border-bottom: none;	
}


#homebanner_div{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
	height:315px;
}
#pagebanner_div{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
	height:288px;
}
.bannertrianglewrap_div{
	position: relative;	
}
.pagebannertriangle{
	position: absolute;
	top:-45px;
	left:50%;
	margin-left: -45px;
	z-index: 9999;
}

.homephrase_div{
	padding-left:0px;
	max-width: 1073px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 120px;
}

.picshadow{
	background-image: url(../images/picshadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:21px;
	display:none;
}

.contentinside_div{
	padding-left:70px;
	padding-right:70px;
}
.section_div {
	margin: auto;
	width: auto;
	max-width: 1126px;
	padding-right: 20px;
	padding-left: 20px;
}
.sectioninner_div{
	padding-left:70px;
	padding-right:70px;
}
.sectionttl{
	font-size:24px;
	line-height:26px;
	font-weight:700;
}


#footerwrap_div {
	width: 100%;
	bottom: 0px;
	background-color:#008EAB;
	background-image: url(../images/footerwrap_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 2000px;
}
#footer_div {
	font-size:12px;
	color:#fff;
	width: auto;
	max-width: 1003px;
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
	padding-bottom:120px;
	padding-left:20px;
	padding-right:20px;
}
.footerclearmain{
	display:block;
	clear:both;
}
.footerclearsmall{
	display:none;
	clear:both;
}
.footercleartiny{
	display:none;
	clear:both;
}
.footerclearmicro{
	display:none;
	clear:both;
}

.footnav_div{
	float: left;
	padding-right: 25px;
	width:20%;
	box-sizing: border-box;
	text-align: left;
	padding-bottom: 20px;
}
.footnav_div p{
	margin-bottom: 0px;
	padding-bottom: 2px;
}
.footnav_div a{
	font-weight:300;
	display: block;
	text-decoration: none;
}
.footnav_div a:hover{
	text-decoration: underline;
}

.footnav_div a.footersubnav{
	font-size: 13px;
	font-weight:300;
	text-transform: none;
}
#footer_div a.footermain_a{
	font-size: 15px;
	line-height: 20px;
	font-weight:700;
	color: #e0e622;
}
.footernavicon_div{
	height:30px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

#siteby_div {
	float: right;
}
.upschoollogo_img{
	margin-left: 26px;
	margin-bottom: -6px;
}

.cright_div{
	color: #e0e622;
	float:left;	
	padding-top: 0px;
	font-weight: 700;
}
.cright_div a{
	color: #e0e622 !important;
}

.no_sidepadding{
	padding-left:0px;
	padding-right:0px;
}
.third_width_image{
	width:33%;
	float:left;
	height:auto;
}

.staffcatttl_div{
	font-weight:700;
	font-size:30px;
	line-height:32px;
	max-width:200px;
}
.staffmember_div{
	float:left;
	width:25%;
	margin-top:20px;
	font-size:18px; 
	line-height:22px;
}
.staffmember_div p{
	margin-bottom:0px;
}
.stafflistpic_img{
	width: 80%;
	padding: 4%;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5);
}
.stafflistinfo_div{
	padding-top:20px;
	width:88%;
}
.stafflistname{
	font-weight:700;
}
.topnav_div{
	position:relative;
	float: left;
	margin-top: 0px;
	height: auto;
	width: auto;
	font-size:15px;
}
.topnav_div a{
	display: block;
	float:left;
	text-transform: none;
	color: #00bed6;
	margin-left: 0px;
	margin-right: 60px;
	background-image: url(../images/topnav_bg.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 16px 10px;
	padding-top: 15px;
}
.topnav_div a:hover{
	color: #e0e622;
	background-image: url(../images/topnav_bg_hover.svg);
}
.empowering_div{
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	padding-top:60px;
}
#empowering_p{
	font-family: "ff-cocon-pro", Helvetica, Arial, sans-serif; 
	color:#008EAB;
	display: inline-block;
	padding-bottom: 17px;	
}


.opening_p{
	display: inline-block;
	padding-bottom: 15px;	
}
.mobileopening_p{
	display: none;	
}

.empowerbreak_div{
	clear: both;
	display:none;	
}
.facebook_img{
	display: inline-block;
	margin-bottom: -21px;
	margin-left: 10px;
	margin-right: 10px;
}
#footer_div a.footnav_a924{
	background-image: url(../images/logo_icon.svg);	
}

#footer_div a.footnav_a925{
	background-image: url(../images/parent_icon.svg);
	padding-left: 55px;	
}
#footer_div a.footnav_a926{
	background-image: url(../images/contact_icon.svg);
	padding-left: 35px;	
}

.enrolmentopen_p{
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.enrolmentopen_p a{
	color: #fff;
	text-decoration: none;
}
.enrolmentopen_p a:hover{
	color: #008EAB;
}
.eventdate_div{
	background-color: #008EAB;	
}
.calloutswrap_div{
	background-image: url(../images/bunting.svg);
	background-repeat: repeat-x;
	background-position: center center;
	background-size: 340px;
	margin-bottom: 40px;
}
.callouts_div{
	padding-left: 0px;
	padding-right: 0px;
}

.callout_div{
	width:33.333%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-size: contain;
	background-color: #fff;
}
.calloutcaption_div{
	background-color: transparent;
	color: #fff;
	bottom: auto;
	top: 50%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -15px;
}
.calloutttl_p{
	font-family: "ff-cocon-pro", Helvetica, Arial, sans-serif;
	padding-bottom: 0px;
	font-size: 28px;
	line-height: 30px;
	text-transform: none;
}
.formsubtitle_div {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: transparent;
	color: #008eab;
	font-weight: 700;
}

#topnav{
	width:385px;
	float: right;
	text-align: right;
	max-width: 45%;
}
.menubtn_a{
	width: 126px;
	height: 60px;
	display: inline-block;
	background-image: url(../images/menubtn.svg);
	background-repeat: no-repeat;
	background-position: right center;
}

.menuclosebtn_a{
	width:auto;
	height: 60px;
	display: block;
	background-image: url(../images/menuclosebtn.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	background-origin: content-box;
	border-bottom: solid 1px #00bed6;
}

.eventsview_div{
	background-color: #323e48;
}

.eventsview_div a{
	color: #008aab;
}

.eventsview_div a.at{
	color: #fff;
}
#slideshow_div{
	height:600px;
}
.slidetopshadow_div, .slidebottomshadow_div{
	display:none;
}
#projpager{
	right:auto;
	left:5%;
}

#cartnumitems_span, #mobilecartnumitems_span{
	display:none;
}

a.topnavaccount_a{
	margin-right: 10px;
	background-image: none;
}
a.topnavaccount_a:hover{
	background-image: none;
}
a.topnavcart_a{
	border-left:1px solid #00bed6;
	padding-left:10px;
	margin-right: 0px;
	background-image: url(../images/cart_bg.svg);
	background-position: center center;
	background-size:24px;
	padding-top: 0px;
	margin-top: 15px;
	width: 36px;
	height: 24px;
}
a.topnavcart_a:hover{
	background-image: url(../images/cart_bg_hover.svg);
}






a.mobilenavaccount_a{
	font-size:15px;
	margin-right: 10px;
	margin-left:20px;
	background-image: none;
	display: block;
	float:left;
	color: #00bed6;
	padding-top: 23px;
	text-decoration:none;
}
a.mobilenavaccount_a:hover{
	background-image: none;
}
a.mobilenavcart_a{
	display: block;
	float:left;
	font-size:15px;
	border-left:1px solid #00bed6;
	padding-left:10px;
	background-image: url(../images/cart_bg.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:24px;
	padding-top: 0px;
	margin-top: 23px;
	width: 36px;
	height: 24px;
	text-decoration:none;
}