html {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #58595b;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	background-color: #F1EEEA;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	background-image: url(../images/homebg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


body.small {
	font-size: 12px;
	line-height: 19px;
}

body.large {
	font-size: 18px;
	line-height: 25px;
}

:focus, :active {  
    outline: 0;  
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width:100%;
	height:auto;
}

h1{
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	line-height:1.5em;
}
h2{
	margin-top:3px;
	margin-bottom:12px;
	font-weight:normal;
	line-height:1.2em;
}
h3{
	margin-top:3px;
	margin-bottom:12px;
	font-weight:normal;
	line-height:1.2em;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom:8px
}
a{
	color:#58595b;	
}
input {
    border-radius: 0;
}

ul{
	padding-left:10px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:8px;
}
iframe{
	max-width:100%;
}
hr{
	border:none;
	height:2px;
	background-color:#666666;
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
}
.heading{
	color:#000;
	font-size: 18px;
	font-weight: bold;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
}
.bold{
	font-weight: 600;
}
.clearboth {
	clear: both;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#main_div {
	text-align:center;
	padding-bottom: 100px;
}
#logo_img{
	width:auto;
	height: auto;
	max-width:70%;
	max-height: 250px;
	margin-top:20px;
}
#upschoolcurtain_div{
	background-color: #2F77BD;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-image: url(../images/curtain_logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150px;
}
#mobileheaderwrap_div{
	position: fixed;
	top:0px;
	z-index: 9999;
	width: 100%;
	background-color:#83bf50;
}
.headerfiller_div{
	height:64px;	
}

#headschoolname{
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	padding-top: 15px;
	cursor: pointer;
}

.homebuttons{
	width:100%;
	background-color: #1079bf;
	position:fixed;
	bottom:0px;
}
.homebuttons a{
	display: block;
	float:left;
	text-align: center;
	width:16.666666%;
	box-sizing: border-box;
	border-bottom:1px solid #fff;
	padding:6%;
	position: relative;
}
.homebuttons a img{
	width:50px;
}
a.home_events_button, a.home_news_button, a.home_alerts_button, a.home_shop_button, a.home_links_button{
	border-right:1px solid #fff;
}

.homebuttons a.disabled img{
	opacity:.2;
}

a.home_notices_button{
	display: block;
	float:none;
	text-align: center;
	width:16.666666%;
	box-sizing: border-box;
	border-bottom:none;
	padding:0;
	position: absolute;
	bottom:0px;
	right:0px;
	background-color:transparent;
	background-image: url("../images/home_notices_bg.svg");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

a.home_notices_button img{
	width:auto;
	position:absolute;
	right: 15%;
	bottom:15%;
}



.homealertnum_div{
	display:none;
	background-color: #ff0000;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	min-width:10px;
	height:10px;
	padding: 3px;
	text-align: center;
	position:absolute;
	left:55%;
	top:20%;
	border-radius: 50%;
	
}
.homenewsletternum_div{
	display:none;
	background-color: #FF8000;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	min-width:10px;
	height:10px;
	padding: 3px;
	text-align: center;
	position:absolute;
	left:55%;
	top:20%;
	border-radius: 50%;
	
}


.homeclear{
	display:none;
}


#mobileheader_div{
}

.menubtn{
	float: left;
	margin-left: 17px;
	margin-top: 14px;
}
.menuphonebtn{
	float: right;
}

#mobilenavholder {
	position: relative;
	width: 100%;
}
#mobilenav_div {
	background-color: #fff;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0px;
	width: 100%;
	left: -100%;
	display: none;
	z-index: 998;
}
a.nav_a {
	color: #797a7d;
	background-color: #fff;
	width: auto;
	display: block;
	text-align: left;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	border-top: 1px solid #F1EEEA;
	padding-left: 17px;
	padding-right: 17px;
}

a.mobilemenu_hasmore {
	color: #83bf50;
	background-image: url(../images/hassubnav_bg.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-origin: content-box;
}

a.appmenu_hasmore {
	color: #1079bf;
	background-image: url(../images/hassubnavapp_bg.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-origin: content-box;
}

a.nav_a.disabled {
	color: #E6F2DB;
	background-image: url(../images/hassubnavdisabled_bg.svg);
}
.myschools_div{
	background-repeat: no-repeat;
	background-position: left center;
}
.myschools_div a{
	color: #797a7d;
	text-decoration: none;
	float:left;
}
a.add_a {
	background-image: url(../images/add_bg.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-origin: content-box;
}

a.link_a {
	background-image: url(../images/linkbg.svg);
	background-repeat: no-repeat;
	background-position: 13px center;
	padding-left: 55px;
	background-size: 25px 25px;
}


a.select_a {
	background-image: url(../images/selectabg.svg);
	background-repeat: no-repeat;
	background-position: 13px center;
	padding-left: 55px;
	background-size: 25px 25px;
}

a.selected {
	background-image: url(../images/selectedabg.svg);
}

a.current {
	color: #83bf50;
	font-weight: 500;
	background-image: url(../images/tick.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
#appconfig_div {
	background-color: #F1EEEA;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0px;
	width: 100%;
	right: -100%;
	display: none;
	z-index: 999;
}
#appsubconfig_div {
	background-color: #F1EEEA;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0px;
	width: 100%;
	right: -100%;
	display: none;
	z-index: 999;
}
#list_div {
	background-color: #F1EEEA;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0px;
	width: 100%;
	right: -100%;
	display: none;
	z-index: 99991;
	margin-bottom:70px;
	border-left: solid 1px #ccc;
	padding-top: 37px;
}
#page_div {
	background-color: #F1EEEA;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0px;
	width: 100%;
	right: -100%;
	display: none;
	z-index: 99992;
	margin-bottom:70px;
	border-left: solid 1px #ccc;
	padding-top: 37px;
}
.pagettl{
	position: fixed;
	text-align: center;
	font-weight: 600;
	padding-top: 7px;
	padding-bottom: 8px;
	width: 100%;
	z-index: 1;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #F1EEEA;
	box-sizing: border-box;
	margin-top: -37px;
}


.eventsnav_div{
	position: fixed;
	width: 100%;
	z-index: 1;
}
.eventsview_div{
	text-align: center;
	font-weight: 600;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #747474;
}
.eventsview_div a{
	color: #DFDFD0;
	padding-left:10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.eventsview_div a.at{
	color: #fff;
	text-decoration: none;
}





.eventswhen_div{
	text-align: center;
	font-weight: 600;
	color: #000;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #DFDFD0;
}


.eventsprev_a{
	display: block;
	float: left;
	width:40px;
	height: 21px;
	background-image:url("../images/eventsprev.svg");
	background-position: center center;
	background-repeat: no-repeat;
}

.eventsprev_div{
	display: block;
	float: left;
	width:40px;
	height: 21px;
}
.eventsnext_a{
	display: block;
	float: right;
	width:40px;
	height: 21px;
	background-image:url("../images/eventsnext.svg");
	background-position: center center;
	background-repeat: no-repeat;
}



.events_div{
	padding-top: 74px;	
}

.content_div{
	background-color: #fff;
	padding: 17px;
	margin-bottom:70px;
}

.content_div.smallmargin{
	margin-bottom:5px;
}

.listcontent_div{
	margin-bottom:110px;
}

.listcat_div{
	color:#fff;
	font-size: 120%;
	position: relative;
	background-color: #1079bf;
	padding-left: 17px;	
	padding-right: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F1EEEA;
	box-sizing: border-box;
}

.listitem_div{
	position: relative;
	background-color: #fff;
	padding-left: 17px;	
	padding-right: 17px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F1EEEA;
	box-sizing: border-box;
}




.liststtl {
	color: #1079bf;
	padding-bottom: 3px;
}

.listdate{
	font-size: 80%;
	color: #999;
	padding-left: 10px;
}


.listitem_div.thisschool{
	background-color: #fff;
	background-image: url(../images/listthisschool.svg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 8px;
}


a.notdismissed{
	background-image: url(../images/linkbgnew.svg);
}

.contactlist .listitem_div{
	padding-left: 50px;
	background-image: url(../images/contactlisticon.svg);
	background-repeat: no-repeat;
	background-position: 17px 22px;
	background-size: 22px 22px;
}
.contactlist .email_a{
	display: block;
	float: right;
	width:34px;
	height: 25px;
	background-image: url(../images/emailicon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
}
.contactlist .phone_a{
	display: block;
	float: right;
	width:34px;
	height: 25px;
	background-image: url(../images/phoneicon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
	margin-left:10px;
}
.contactlist .phoneblank_div{
	display: block;
	float: right;
	width:34px;
	height: 25px;
	margin-left:10px;
}
.contactpos_span{
	color: #999;
	font-size: 75%;
	line-height: 75%;
}


.settingstitle_div{
	float:left;	
}
.settingscontrol_div{
	float:right;
}
.busy{
	background-image: url(../images/busy.gif);		
}
#edita{
	position:absolute;
	left:17px;
	top:10px;
	font-size: 12px;
	color:#E16815;
}
.remove_img{
	float:right;
	cursor: pointer;
	display: none;
}
.footer_div{
	width:100%;
	background-color: #1079bf;
	position:fixed;
	bottom:0px;	
	border-top:10px solid #F1EEEA;
}
.footer_div a{
	display: block;
	position:relative;
	float:left;
	text-align: center;
	width:16.66%;
	box-sizing: border-box;
	padding:3%;
	border-right:1px solid #fff;
}
.footer_div a.at{
	background-color: #194066;
}


.footer_div a img{
	width:35px;
}
a.footer_absentee_button{
	border-right:none;
}

.footer_div a.disabled img{
	opacity:.2;
}

.footeralertnum_div{
	display:none;
	background-color: #ff0000;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	min-width:10px;
	height:10px;
	padding: 3px;
	text-align: center;
	position:absolute;
	left:55%;
	top:20%;
	border-radius: 50%;
	
}

.footernewsletternum_div{
	display:none;
	background-color: #ff8000;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	min-width:10px;
	height:10px;
	padding: 3px;
	text-align: center;
	position:absolute;
	left:55%;
	top:20%;
	border-radius: 50%;
	
}

#map_div{
	height:400px;
	width:100%;
	background-color: #E6E6E5;
	max-width: 100%;
}


/*******FORM STYLES******/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
	font-style:italic;
}
:-ms-input-placeholder { /* IE 10+ */
	font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
	font-style:italic;
}
.formheader_div{
	background-color:#fcb215;
	padding:16px;
	font-weight:600;
}
.formRow_div{
	padding-right:3px;
	padding-bottom:5px;
	text-align:left;
	width:46%;
	margin-right:2%;
	float:left;
	box-sizing : border-box;
}
.formRow2_div{
	padding-bottom:5px;
	padding-top:5px;
	text-align:left;
	width: 98%;
	margin-right: 2%;
	clear:both;
	box-sizing : border-box;
}

.formrowright_div{
	float:right;
}

.formLabel_div{
	padding-top:8px;
	text-transform:uppercase;
	font-size:12px;
}
.formLabel2_div{
	display:inline;
}


.formsubtitle_div{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	color: #005192;
}
.formsubsubtitle_div{
	padding-top: 3px;
	padding-bottom: 3px;
}
.formtextblock_div{
	padding-top: 3px;
	padding-bottom: 3px;
}


.formfld1{
	-webkit-appearance: none;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight:400;
	background-color: #fff;
	border: 1px solid #999;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	padding-top:3px;
	padding-bottom:3px;
}
.login_fld{
	width:100%;
	float:none;
	max-width:250px;
}
.shortfld{
	width:100px;
	float:none;
}
.radio_input{
	margin-left:15px;
	margin-right:4px;
}
.form_select {
	margin-bottom: 18px;
}
.formLabel3_div{
	width:30%;
	float:left;
	padding-top:8px;
}
.formfld2{
	-webkit-appearance: none;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight:400;
	background-color: #fff;
	border: 1px solid #999;
	width:95.5%;
	padding-left:2%;
	padding-right:2%;
	padding-top:4px;
	padding-bottom:4px;
}

#datepicker{
	width:65%;
	padding-right:4%;
	padding-top:4px;
	padding-bottom:4px;
	float:right;
}

#datepicker .ui-widget{
	font-family: "myriad-pro", Arial, helvetica, sans-serif !important;
	font-size: 16px !important;
	line-height: 20px;
	font-weight:300 !important;
}

textarea.formfld2{
	height:60px;
}
.submitbutton{
	-webkit-appearance: none;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 14px;
	color:#fff;
	font-weight:600;
	background-color: #83bf50;
	min-width: 140px;
	max-width: 100%;
	text-align:center;
	 padding-top:12px;
	 padding-bottom:12px;
	 padding-left:16px;
	 padding-right:16px;
	 cursor:pointer;
	 border:none;
	 float:left;
	 text-decoration:none;
}
.submitbutton:hover{
	color:#fff;
	background-color: #333;
}

.formRow_div{
	float:none;
	width:auto;
	margin-right:0px;
}


.formLabel_div, .formLabel3_div{
	width:auto;
	float:none;
}

.formRow2_div label{
	display:block;
}
.formfld1, .formfld2, #datepicker{
	width:96%;
	float:none;
}


/*******END FORM STYLES******/

.listdismiss_a{
	position:absolute;
	right:5px;
	bottom:2px;
	font-size: 80%;
}

.refresh_a{
	position:absolute;
	right:5px;
	top:5px;
	font-size: 80%;
}

.allread_a{
	position:absolute;
	left:5px;
	top:5px;
	font-size: 80%;
}
.homebuttontop_div{
	width:100%;
	height:20px;
	position: absolute;
	bottom:0px;
	background-position: bottom center;
	background-repeat: repeat-x;
}
.headerbottom_div{
	width:100%;
	height:20px;
	position: absolute;
	top:0px;
	background-position: top center;
	background-repeat: repeat-x;
}

