/*	Default Layout
	92px columns, 24 px gutters, 72 px margins, 1234px total (extra space for scrollbars)
	-------------------------------------------------------------------------------
cols    1    2     3     4     5     6     7     8     9     10     11     12     13
px      68   160   252   344   436   528   620   712   804   896	988    1050   1142 */

/*---------Layout for Second and Third Level Pages---------*/

#container {
	width: 1212px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 5px 0 19px rgba(50, 50, 50, 0.63);
	-moz-box-shadow: 5px 0 19px rgba(50, 50, 50, 0.63);
	box-shadow: 5px 0 19px rgba(50, 50, 50, 0.63);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 20px;
	margin: 20px auto;
	border: solid 1px #ccc;
		}
#page {
	width: 1172px;
	padding: 10px 20px 20px 20px;
	
	/*Word Wrap for smaller devices 
	
	-ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
    /*  word-break: break-word;

-webkit-hyphens: auto;
   /*-moz-hyphens: auto;*/
       /*  hyphens: auto;*/
}
.page-title {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	
	opacity:0.8;
	width: 100%;
	-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
padding-bottom: 10px;
-webkit-box-shadow: 0 1px 4px rgba(50, 50, 50, 0.63);
-moz-box-shadow:    0 1px 4px rgba(50, 50, 50, 0.63);
box-shadow:         0 1px 4px rgba(50, 50, 50, 0.63);
}

.share {
	float: right;
	margin-right: 20px;	
}

.crumb {
	float: left;
	color: #666;
	margin-left: 20px;
	
}

.crumb, .crumb a , .share a {
	font-size: 10px;
	font-weight: normal;

}

.anchornav, .center {
	text-align: center;
}

.search {
	width: 70%;	
}

.search .gsc-clear-button {
	display: none !important;	
}

.search .gsc-search-button {
	color: inherit !important;
	text-shadow: inherit!important;
	text-transform: inherit;
	font-size: inherit;
	width: inherit !important;}




/*---------Columns for Layout---------*/

.colRight {
	float: right;
	width: 22%;
	margin-left: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.medCol { 
	padding: 5px;
	width: 265px;
	margin-right: 5px;
	float: left;	
}

.smallCol {
	padding: 5px;
	width: 169px;
	margin-right: 5px;
	float: left;
	}
	
.colMed { /* used mostly on second level pages */
	padding: 5px;
	width: 210px;
	margin-right: 5px;
	float: left;	
}


.column {
	padding: 5px;
	width: 370px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
}

.column2 {
	padding: 5px;
	width: 563px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
}

.column3 {
	padding: 5px;
	width: 368px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
}
.column3right {
	padding: 5px;
	width: 350px;
	margin-right: 5px;
	float: right;
	margin-left: 5px;
	margin-bottom: 15px;
}

.column4 {
	padding: 5px;
	width: 273px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
}


.colBox {
	padding: 5px;
	width: 368px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	border: 1px solid #346abd;
	margin-bottom: 15px;
}

.colBoxNoborder {
	padding: 5px;
	width: 360px;
	float: left;
	margin-bottom: 5px;
}

.colAlignBottom {
	position:absolute;
	bottom:4px;
	right:4px;
}

.sm-col {
	padding: 5px;
	width: 182px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
	text-align: center;
	height: 120px;
	margin-top: 15px;
	background-image: url(//www.uen.org/missionus/images/grade.png);
	background-position: right bottom;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-repeat: no-repeat;
}

.colBoxShadeSm, .colShadePurpleSm {
	padding: 5px;
	width: 290px;
	margin-right: 5px;
	float: right;
	margin-left: 5px;
	margin-bottom: 15px;
	background-repeat: repeat-x;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;		
}

.colBoxShadefull {
	padding: 5px;
	width: 95%;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
	background-repeat: repeat-x;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.colBoxintro {
	padding: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.colBoxShade, .colShadeGreen, .colShadePurple, .colShadePurplenoheight, .colBoxShadenoheight, .colShadeGreennoheight {
	padding: 5px;
	width: 368px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
	background-repeat: repeat-x;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	box-shadow: 2px 2px 2px rgba(0,0,0, .4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
}


.colBoxShade, .colBoxShadeSm, .colBoxShadefull, .colBoxShadenoheight {
	background: -moz-linear-gradient(top,  rgba(172,197,237,0.25) 0%, rgba(255,255,255,1) 76%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,197,237,0.25)), color-stop(76%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(172,197,237,0.25) 0%,rgba(255,255,255,1) 76%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(172,197,237,0.25) 0%,rgba(255,255,255,1) 76%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(172,197,237,0.25) 0%,rgba(255,255,255,1) 76%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(172,197,237,0.25) 0%,rgba(255,255,255,1) 76%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40acc5ed', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */

	border: 1px solid #acc5ed;	
}

.colShadeGreen, .colShadeGreennoheight {
	background: -moz-linear-gradient(top,  rgba(221,247,197,0.25) 0%, rgba(255,255,255,1) 76%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,247,197,0.25)), color-stop(76%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(221,247,197,0.25) 0%,rgba(255,255,255,1) 76%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(221,247,197,0.25) 0%,rgba(255,255,255,1) 76%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(221,247,197,0.25) 0%,rgba(255,255,255,1) 76%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(221,247,197,0.25) 0%,rgba(255,255,255,1) 76%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40acc5ed', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	border: 1px solid #bcf08c;
}

.colShadePurple, .colShadePurpleSm, .colShadePurplenoheight {
	background: -moz-linear-gradient(top,  rgba(235,221,250,0.25) 0%, rgba(255,255,255,1) 76%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,221,250,0.25)), color-stop(76%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(235,221,250,0.25) 0%,rgba(255,255,255,1) 76%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(235,221,250,0.25) 0%,rgba(255,255,255,1) 76%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(235,221,250,0.25) 0%,rgba(255,255,255,1) 76%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(235,221,250,0.25) 0%,rgba(255,255,255,1) 76%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40acc5ed', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	border: 1px solid #d7bbf6;
}

ul.BoxList {
	padding: 0;
	margin: 0;	
}

.BoxList li {
	position: relative;/* Keep :before contained */
	margin-top: 0;
	border-left:0;/* Hide left border */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #acc5ed;
	border-right-color: #acc5ed;
	border-bottom-color: #acc5ed;
	padding-left:15px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.BoxList li:before {
	display:block;
	content:".";
	color:transparent;
	font-size:0;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #6689cc;
	height:100%;
	position:absolute;
	left: 0;
	padding: 1px 0;/* Top/bottom padding should equal top/bottom border of .BoxList */
	top: -1px; /* Should equal top border of .BoxList */
	bottom: -1px; /* Should equal bottom border of .BoxList */
}

#dist-ed-searchBox {
	position: relative;
}
	
#dist-ed-position {
	position: absolute;
	right: 10px;
	top: 30px;	
}

    .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%;
}

/*---------Pagination---------*/

#pagination {
	margin-top: 10px;
	width: 1150px;
	text-align: center;
	height: 30px;
	padding-top:9px;

}

#pagination ul a {
	font-weight: bold;
	color: #6689cc;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 8px;
	-webkit-transition: background 800ms ease-in-out;
	-moz-transition: background 800ms ease-in-out;
	-o-transition: background 800ms ease-in-out;
	transition: background 800ms ease-in-out;
}

#pagination ul a.current {
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	box-shadow: 0 1px 3px rgba(0,0,0, .4);
	background-color: #6689cc;
}

#pagination ul a:hover {
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	background-color: #6689cc;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	box-shadow: 0 1px 3px rgba(0,0,0, .4);
}

#pagination ul {
	margin:2px 0 0;
}
#pagination li {
	list-style: none;
	display: inline;
	margin: 0;
	padding:0;
		
}

#pagination .next {
	float: right;
	height: 25px;
	width: 50px;
	margin-right: 10px;
	position: relative;
	z-index: 5;
	font-size: 13px;
	color: #005fad;
	text-decoration: none;
	font-weight: bold;
	
}

#pagination .previous {
	float: left;
	height: 25px;
	width: 50px;
	margin-left: 10px;
	position: relative;
	z-index: 5;
	font-size: 13px;
	color: #005fad;
	text-decoration: none;
	font-weight: bold;

}

.inside-title {
	position: relative;	
}

.inside-title p {
	position: absolute;
	top: -65px;
	right: 0;	
}

/*		10 Column Layout: 992px. 
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media only screen and (min-width: 992px) and (max-width: 1221px) {
	
/*---------Layout for Second and Third Level Pages---------*/

#container {
	width: 950px;
	padding-bottom: 20px;
	margin-top: 20px;
		}
#page {
	width: 920px;
	padding: 10px 15px 20px 15px;	
}

.share {
	margin-right: 15px;	
}

.crumb {
	margin-left: 15px;
	
}

#dist-ed-position {
	top: 25px;	
}

/*---------Columns for Layout---------*/

.colMed { /* used mostly on second level pages */
	width: 173px;}

.medCol { 
	width: 200px;
}

.smallCol {
	width: 200px;	
}

.colBoxShade, .colShadeGreen, .colShadePurple, .colBox, .colBoxShadenoheight, .colShadeGreennoheight, .colShadePurplenoheight {
	width: 438px;
}

.column {
	width: 438px;	
}

.column2 {
	width: 438px;
}

.column3 {
	width: 284px;
}

.column4 {
	width: 210px	
}

.column3right {
	padding: 0;
	width: 300px;
}


.colBoxNoborder {
	padding: 5px;
	width: 340px;
	float: left;
	margin-bottom: 5px;
}

/*---------Pagination---------*/

#pagination {
	width: 905px;
}

}



/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
/*---------Layout for Second and Third Level Pages---------*/

#container {
	width: 760px;
	padding-bottom: 20px;
	margin-top: 20px;
		}
#page {
	width: 740px;
	padding: 10px 10px 20px 10px;	
}

.share {
	margin-right: 10px;	
}

.crumb {
	margin-left: 10px;
	
}

#dist-ed-position {
	top: 20px;	
}

/*---------Columns for Layout---------*/

.column {
	width: 350px;	
}

.column2 {
	width: 348px;
}

.column3 {
	width: 224px;
}

.column3right {
	width: 275px;
}

.column4 {
	width: 160px	
}


.colMed { /* used mostly on second level pages */
	width: 230px;}


.medCol { 
	width: 340px;
}


.smallCol {
	width: 155px;	
}

.colBoxShade, .colShadeGreen, .colShadePurple, .colBox, .colBoxShadenoheight, .colShadeGreennoheight, .colShadePurplenoheight {
	width: 347px;
}

.colBoxNoborder {
	padding: 5px;
	width: 300px;
	float: left;
	margin-bottom: 5px;
}

/*---------Pagination---------*/

#pagination {
	width: 710px;
}

}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 479px) {

/*---------Layout for Second and Third Level Pages---------*/
	
	#container {
	width: 313px;
	padding-bottom: 20px;
	margin: 10px auto;
		}
#page {
	width: 295px;
	padding: 5px 10px;
}
.page-title {
	width: 100%;
	padding-bottom: 10px;
}

.share {
	margin-right: 5px;	
}

.crumb {
	display: none;
	
}

.crumb, .crumb a , .share a {
	font-size: 9px;
	font-weight: normal;

}

.anchornav, .center {
	text-align: center;
}

.search {
	width: 100%;	
}

.search .gsc-search-button {
	display: block;}


/*---------Columns for Layout---------*/

.colRight {
	width: 95%;
	margin: 10px 0;	
}

.column {
	width: 270px;	
}

.column2, .column3, .column3right, .colBox, .colMed, .column4 {
	width: 270px;
}

.column3right {
	float: none;	
}

.medCol { 
	width: 265px;
}

.smallCol {
	width: 120px;	
}

.colBoxShade, .colShadeGreen, .colShadePurple, .colShadePurplenoheight, .colBoxShadenoheight, .colShadeGreennoheight {
	width: 270px;
}

.colBoxShadeSm, .colShadePurpleSm {
	width: 280px;
	float: left;
	margin-left: 0;
}

.colBoxNoborder {
	width: 260px;
}

/*---------Pagination---------*/

#pagination {
	width: 270px;
}

.inside-title p {
	position: relative;
	top: 0;
	left: 0;
}

}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436   */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
/*---------Layout for Second and Third Level Pages---------*/
	
#container {
	width: 473px;
	padding-bottom: 20px;
	margin: 10px auto;
		}
#page {
	width: 453px;
	padding: 5px 10px;
}
.page-title {
	width: 100%;
	padding-bottom: 10px;
}

.share {
	margin-right: 5px;	
}

.crumb {
	margin-left: 5px;
	
}

.crumb, .crumb a , .share a {
	font-size: 9px;
	font-weight: normal;

}

.anchornav, .center {
	text-align: center;
}

.search {
	width: 100%;	
}

.search .gsc-search-button {
	display: block;}


/*---------Columns for Layout---------*/

.colRight {
	width: 95%;
	margin: 10px 0;	
}

.column {
	width: 205px;	
}

.column2, .column3, .column3right, .colBox, .column4 {
	width: 430px;
}

.column3right {
	float: none;	
}

.colMed { /* used mostly on second level pages */
	width: 205px;}

.medCol { 
	width: 200px;
}

.smallCol {
	width: 200px;	
}

.colBoxShade, .colShadeGreen, .colShadePurple, .colShadePurplenoheight, .colBoxShadenoheight, .colShadeGreennoheight {
	width: 430px;
}

.colBoxShadeSm, .colShadePurpleSm {
	width: 200px;
	margin-left: 0;
	
}

.colBoxNoborder {
	width: 195px;
}

/*---------Pagination---------*/

#pagination {
	width: 270px;
}

.inside-title p {
	position: relative;
	top: 0;
	left: 0;
}
}