@import url(http://fonts.googleapis.com/css?family=Rokkitt);

*{
	border:0;
	line-height: 1.4;
	margin:0;
	outline:0;
	padding:0;
}

html{}

body{
	background: url('../img/bg.jpg');
	font: 16px 'Trebuchet Ms', Arial, Helvetica, sans-serif;
}

a{
	color: inherit;
	text-decoration: none;
}

h1{
	font: bold 36px/100% Arial, Helvetica, sans-serif;
}
h3{padding-bottom:10px}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	padding-top: 10px;
	max-height: 55px;
	width: 100%;
}

#logo{
	float: none;
	overflow: hidden;
	width: auto;
}
#logo img{width:100%;max-width:480px;}

#search{
	background: #F6F6F6;
	float: right;
	margin-top: 20px;
	width: 200px;
}
#search input[type=text]{
	background: transparent;
	color: #666;
	float: left;
	height: 20px;
	padding-top: 7px;
	text-indent: 5px;
	width: auto;
}
#search_icon{
	background-image: url('../img/search.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	height: 30px;
	width: 30px;
}

#searchMob{
	padding: 10px;
	padding-top: 0;
	width: inherit;
}
#searchMob input[type=text]{
	background-color: transparent;
	background-image: url('../img/search.png');
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #ccc;
	box-sizing: border-box;
	color: #14736D;
	font: 18px bold;
	font-family: inherit;
	padding: 10px;
	padding-left: 0;
	margin-right: 10px;
	width: 100%;
}

#banner{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size:0;
	height: auto;
	max-height: 331px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 960px;
}

	#swiffycontainer {
		height: 100%;
		width: 100%;
	}
	#swiffycontainer img{
		height: auto;
		width: 100%;
	}
	#swiffycontainer canvas{border-radius: 4px}

#navigation {
	float: left;
	height: 100%;
	margin-right: 5px;
	width: 180px;
}
	#navigation ul{list-style: none;}
	#nav_desk li{
		margin-bottom: 5px;
	}
	#nav_desk li:last-child{margin:0;}
	
	.parent{
		border-color: inherit;
		border-style: solid;
		color: #14736D;
		font-size: 18px;
		padding: 10px !important;
		text-decoration: none !important;
	}
	.parent a{
		text-decoration: none !important;
	}

	.subs li{
		background: #f6f6f6 !important;
		border-left: 3px;
		border-color: inherit;
		border-style: solid;
		color: #666;
		font-size: 14px;
		padding: 10px 15px !important;
		margin: 0 !important;
	}
	.subs li:hover{
		background: #f9f9f9 !important;
		color: #999;
	}
	
	#nav_mob{
		background-color: #f6f6f6;
		background-image: url('../img/nav_bg.png');
		background-position: right;
		background-repeat: no-repeat;
		border-bottom: 2px solid #14736d;
		color: #14736d;
		display: none;
		font-size: 18px;
		padding: 10px;
		width: inherit;
	}
	#nav_mob_list{
		background: #eee;
		border-bottom: 2px solid #14736D;
		display: none;
	}
	#nav_mob_list li{
		color: #666;
		font-size: 18px;
	}

#breadcrumbs{
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
	height:41px;
	overflow: hidden;
	padding-top: 3px;
	width: 100%;
}
#breadcrumbs span{color:#aaa}
#breadcrumbs a{color:#14736D;font-weight:bold}
#breadcrumbs a:hover{text-decoration:underline}

#content {
	float: left;
	padding: 10px;
	width: 530px; /* Account for margins + border values */
}

#videoDesk, .videoMob{display:none}
#videoDesk video, .videoMob video{
	border-radius: 4px;
}

.article{
	border-bottom: 1px dotted #ccc;
	color: #666;
	overflow: hidden;
	padding: 10px;
	position: relative
}
.flower{
	background: url('../img/flowers.png') no-repeat;
	clear: both;
	height: 40px;
	margin-top: 10px;
	width: 100%;
}

.article ul, .article ol{
	margin: 10px 0 10px 30px;
}
.article li{
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.article li:last-child{border:0}

.article:nth-child(even) .flower{
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.article a{color:#1c67bc}
.article a:hover{text-decoration:underline}
.article p{text-align:justify}
.article img{
	border-bottom: 3px solid #ddd;
	border-radius: 0 10px;
}
.article:nth-child(odd) img{float:right;margin: 0 0 10px 15px}
.article:nth-child(even) img{border-radius: 10px 0;float:left;margin: 0 15px 10px 0}

.article:last-child{border:0}

.artList ul, .artList ol{
	margin-left: 30px;
}
.list{margin: 10px 0}
.list b{
	color: #14736D;
	cursor: pointer;
}
.list b span{color:#ccc}
.list div{	
	display: none;
	padding: 5px 10px;
}

.job{
	border-bottom: 1px dashed #ccc;
	border-radius: 2px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	width: 48%;
}.job:nth-child(odd){float: right}
.job a:hover{color:#ccc}
.job_icon{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	height: 100px;
	margin-bottom: 5px;
	width: 100%;
}

#facts{
	color: #14736D;
	padding: 10px;
}
#facts ul{
	list-style-type: none;
	margin: 10px 0;
	width: 100%;
}
#facts ul h3, .viewTrans h3{cursor:pointer;padding:0}
#facts ul h3 span, .viewTrans h3 span{color:#ccc}
#facts ol{	
	display: none;
	padding-left: 35px;
}
#facts ol li{
	border-bottom: 1px dotted #ccc;
	color: #666;
	padding: 10px 0;
}#facts ol li:last-child{border:0}


#teacherLinks{margin: 10px 0;}
#teacherLinks div{
	background: #f3f3f3;
	border-radius: 2px;
	margin: 1px 0;
	padding: 5px;
	width :47%
}
#teacherLinks div:nth-child(odd){float:left}
#teacherLinks div:nth-child(even){float:right}


#sidebar {
	float: left;
	margin-left: 5px;
	width: 220px;
}
.side_thum{
	background-color: #f2f2f2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 2px solid #ddd !important;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	height: 100px;
	margin: 10px 0;
	padding: 30px 0 !important;
	text-align: center !important;
	width: 100%;
	max-width: 300px
}
#sidebar div{
	border-bottom: 1px dotted #aaa;
	color: #666;
	padding: 10px;
	text-align: justify;
}
#sidebar div:last-child{border:0;margin-bottom:15px}
.viewTrans{font-size:14px;}
.viewTrans:hover{text-decoration: none !important;}
.viewTrans h3{color:#14736D !important; margin:10px 0 5px 0}
.trans{
	background: #f4f4f4;
	border-radius: 2px;
	display: none;
	height: 150px;
	overflow: auto;
	padding: 5px;
	width: auto;
	white-space: pre-line;
}

#footer {
	clear: both;
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}
#footer a{color:#555;}
#footer a:hover{text-decoration:underline}
#footCont{
	border-bottom: 1px dotted #aaa;
	height: 50px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
#leftBG,#rightBG{
	height: 50px;
	width: 160px;
}
#leftBG{
	background: url('../img/footer_left_bg.png') no-repeat;
	float: left;
}
#rightBG{
	background: url('../img/footer_right_bg.png') no-repeat;
	float: right;
}

#homeWelcome{margin-bottom:10px}
#homeVideoCont{
	border-radius: 135px;
	cursor: pointer;
	float: right;
	font-size: 0;
	height: 213px;
	margin: 0 0 20px 30px;
	overflow: hidden;
	position: relative;
	width: 380px;
}
#homeVideoCont div{
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size: 60% !important;
	height: 213px;
	position: absolute;
	width: inherit
}
#homeVideo{
	border-radius: 135px;
	width: 100%;
}
.home{
	color: #666;
	padding: 0 !important;
	text-align: justify;
	width: 100% !important;
}
.home h3{	
	color: #14736D;
	padding-top: 20px;
	text-align: left;
}
.home a{
	color: #14736D;
	text-decoration: underline;
}

#areas .area{
	border-bottom: 1px dashed #ccc;
	float: left;
	height: 200px;
	margin-bottom: 20px;
	width: 49%;
}
#areas .area:nth-child(odd){float:right}
#areas a{
	color: #14736D;
	float: left;
	font: 36px 'Rokkitt';
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	width: 100%;
}

.area:hover > .area a{text-decoration: underline !important}

.area_banner{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	height: 160px;
	width: 100%;
}

.area_icon{
	background: url('../img/bush.png') no-repeat;
	background-position: top;
	background-size: contain;
	height: 90px;
	float: right;
	margin-top: -60px;
	width: 90px;
}

#anchorLinks{
	height: auto;
	margin: 10px 0;
	width: 100%
}
#anchorLinks div{
	box-sizing: border-box;
	color: #666;
	float: left;
	font-size: 14px;
	height: 50px;
	margin: 0 0 5px 0;
	padding: 5px;
	width: 49.4%
}
#anchorLinks a{color: #1c67bc;}
#anchorLinks div:nth-child(odd){margin-right:0}
#anchorLinks h3{color:#14736D}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 981px) {
	.video{display:block}
	.videoMob{display:none}
}
@media screen and (max-width: 980px) {
	#pagewrap {
		width: 94%;
	}
	
	#content {
		float: none;
		width: auto;
		overflow: hidden;
	}
	
	#sidebar {
		border: 0;
		border-top: 1px dotted #aaa;
		clear: both;
		padding: 5xp 15px;
		width: auto;
		float: none;
	}
	#sidebar p{text-align:center}
	.side_thum{margin-left:auto;margin-right:auto;}
}

/* for 700px or less */
/*@media screen and (max-width: 600px) {*/
@media screen and (max-width: 730px) {
	#navigation {
		float: none;
		margin-right: 0;
		width: auto;
	}
	#nav_mob{
		display: block;
		position: relative !important;
	}
	#nav_desk,#search_desk{display:none}
	
	
	#logo{text-align:center}
	#search{display: none;}
	
	#content {
		float: none;
		margin-left: 0;
		padding: 5px;
		width: auto;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}

	#homeVideoCont{
		float: none;
		margin: 10px auto 15px auto;
	}
	#homeVideo{
		float:none !important;
	}
	.home h3{padding-top:0 !important}
	
	#areas .area{
		float: none !important;
		width: 100%;
	}
}

/* for 480px or less */
@media screen and (max-width: 480px) {
	.article img{
		height: auto;
		width: 50%;
	}
	.job{width:100%}
	.job:nth-child(odd){float:left}
	
	#teacherLinks div{float:none !important;width:100%;margin: 5px 0}
	
	#homeVideoCont div{
		padding: 0 !important;
		height: 100% !important
	}
	#homeVideoCont{
		height: auto !important;
		width: 100% !important;
	} #homeVideo{margin: 0 !important}
}

/* border & guideline (you can ignore these) */
#header, #navigation, #content, #sidebar {
	margin-bottom: 5px;
}

/*#pagewrap, #header, #navigation, #footer, #content, #sidebar {
	border: solid 1px;
}*/
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* Clearfix */

.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


/* preview page styles ---------------------*/
.previewNav {
  background: #fff; 
  border-bottom: 1px solid #ccc;
  overflow: auto;
  padding: 10px 0px;
  width: 100%;
}
.preNavCen{
	width: 960px;
	margin: 0 auto;
}

.preBut{
	margin: 0px 5px;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.preBut:hover {
	background: #e5e3e3;
}
ul.test{
 	list-style-type: none !important;
}