
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0;
	padding: 0; 
	background:  url(../images/site/top-bg.png) 0 166px repeat-x #fff;
	font-size: 100%;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	color: #3b3b3b;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	color: #3b3b3b;
	margin: 0 0 15px 0;
	line-height: 120%;
}

li {
	font-size: 100%;
	color: #3b3b3b;
}

td {
	font-size: 100%;
	color: #3b3b3b;
	vertical-align: top;
}

img {
	border: 0;
}

a {
	font-size: 100%;
	color: #15a5f2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Quicksand", arial, verdana, sans-serif;
	font-size: 190%;	
	color: #15a5f2;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

h2 {
	font-family: "Quicksand", arial, verdana, sans-serif;
	font-size: 170%;	
	color: #15a5f2;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

h3 {
	font-family: "Quicksand", arial, verdana, sans-serif;
	font-size: 150%;	
	color: #15a5f2;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}


h4 {
	font-family: "Quicksand", arial, verdana, sans-serif;
	font-size: 130%;	
	color: #15a5f2;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a {
	color: #15a5f2;
}

form {
	margin: 0;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
}


/* page element styles */ 

#top_logo {
	display: block;
	width: 218px;
	height: 152px;
	margin: 0 auto;	
}

#top_right {
	position: absolute;
	top: 25px;
	right: 0;
}

#audit {
	font-family: "Quicksand", arial, verdana, sans-serif;
	font-weight: bold;
	float: left;
	font-size: 130%;	
	color: #474085;
	padding: 0 0 0 0;
	margin-right: 15px;
}

#audit:hover {
	color: #01aae3;
}

#ey {
	font-family: "Quicksand", arial, verdana, sans-serif;
	font-weight: bold;
	float: left;
	font-size: 130%;
	color: #15a5f2;
	padding: 0 0 0 0;
}

#ey:hover {
	color: #474085;
}

#print {
	cursor: pointer;
}
	
#search {
	display: block;
	float: left;
	background: url(../images/site/top-search.png) top left no-repeat;
	width: 27px;
	height: 25px;
	margin: 0 15px 0 0;
	cursor: pointer;
}

#search:hover {
	background-position: bottom left;
}

#search_form {
	position: absolute;
	top: 60px;
	right: 80px;
	display: none;
	width: 160px;
}

#search_box {
	float: left;
	width: 122px;
	background: #fff;
	border: 1px #ccc solid;;
	padding: 3px 0 3px 5px;
	height: 17px;
}

#search_button {
	float: left;
	width: 26px;
	height: 23px;
}
	
.nav_item {
	font-family: "Quicksand", arial, verdana, sans-serif;
	display: block;
	text-align: center;
	color: #fff !important;
	font-weight: bold !important;
	padding: 4px 15px 5px 15px;
	font-size: 110% !important;
}

.nav_item:hover, .nav_item_active {
	font-family: "Quicksand", arial, verdana, sans-serif;
	display: block;
	text-align: center;
	color: #15a5f2 !important;
	font-weight: bold !important;
	background: #fff;
	padding: 4px 15px 5px 15px;
	font-size: 110% !important;
	text-decoration: none !important;
}

#nav_home {
	border: 0;
}
	
#logos {
	text-align: center;
}
	
#footer {
	clear: both;
	padding: 40px 0 20px 0;
}

#footer a {
	color: #535154;
}
	
#footer_left {
	float: left;
	width: 80%;
}

#footer_right {
	float: right;
	text-align: right;
	width: 20%;
}

/* home page */

.hp_news_button {
	display: block;
	float: left;
	width: 113px;
	padding: 3px 10px;
	margin: 30px 0 0 0;
	background: #9ac8e1;
	font-size: 120%;
	color: #fff;
	cursor: pointer;
}

.hp_news_button:hover {
	text-decoration: none;	
	background: #474085;
}

.hp_news_button_active {
	background: #15a5f2;
}

#hp_twitter, 
#hp_news {
	overflow-y: auto;
	overflow-x: hidden;
	height: 340px;	
	padding: 10px;
}



.home_box {
	float: left;
	width: 340px;
	height: 300px;
	margin: 40px 40px 0 0;
	position: relative;
	background: center center no-repeat;
}

.home_box a:hover {
	text-decoration: none;		
}

.box_2 {
	margin: 40px 0 0 0;
}

.home_box span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px;
	font-size: 200%;
}

.home_box * {
	color: #fff;
}

#logos img {
	padding-right: 20px;
}

/* left nav */

#left_nav a {
	display: block;
	color: #333333;
}

.nav_item_1, .nav_item_2, .nav_item_3 {
	border-bottom: 1px #ccc solid;
	padding: 10px;
}

.nav_item_1:hover, .nav_item_2:hover, .nav_item_3:hover, #nav_print:hover {
	background-color: #01aae3;
}

.nav_item_1:hover *, .nav_item_2:hover *, .nav_item_3:hover *, #nav_print:hover * {
	color: #fff !important;
	text-decoration: none;
}

.nav_item_1_active, .nav_item_2_active, .nav_item_3_active {
	background-color: #01aae3;
	border-bottom: 1px #ccc solid;
	padding: 10px;
}

.nav_item_1_active *, .nav_item_2_active *, .nav_item_3_active * {
	color: #fff !important;
	text-decoration: none;
}

.nav_item_2, .nav_item_2_active {
	padding-left: 20px;
}

.nav_item_3, .nav_item_3_active {
	padding-left: 40px;
}

#nav_print {
	background: url(../images/site/print-icon.png) no-repeat 5px 3px;
	padding-left: 35px;
}


/* form styles */

.user_form .row_section td {
	border: 0 !important;
	padding-top: 30px;
}

.user_form .cell {
	padding: 3px 0px 3px 0px;
}

.user_form .cell_left {
	padding: 10px;
}

.user_form .cell_right {
	padding: 10px;
}

.user_form .cell_span {
	padding: 10px;
}

.user_form .error {
	display: block;
	color: #c00;
	font-weight: bold;
}

.user_form .input_box {
	width: 300px;
	padding: 5px;
}

.user_form .input_box_200 {
	width: 300px;
	padding: 5px;
}

.user_form .input_box_small {
	width: 80px;
	padding: 5px;
}

.user_form form {
	margin: 0px;
}

.user_form select {
	width: 300px;
}

.user_form .textarea {
	width: 300px;
	height: 200px;
}

.user_form .textarea_small {
	width: 300px;
	height: 50px;
	font-family: verdana;
	font-size: 100%;
}

.user_form .section {
	border-bottom: 1px #efefef solid;
}	

.user_form h3 {
	padding: 20px 0 0 0;
}

.user_form .select_box_200 {
	width: 300px;
}


/* FAQs */

.faq_box {
	margin: 0 0 20px 0;
	border-top: 1px #ccc solid;
}

.faq_title {	
	margin: 20px 0 0 0;
}

.faq_text {
	margin: 0 0 0 25px;
}

.faq_icon {
	padding: 0px 2px 10px 0px;
}

.faq_question {
	display: block;
	background: url(../images/site/expand.png) 0 4px no-repeat;
	padding: 0 0 10px 20px;
}

.faq_answer {
	margin: 0 0 20px 0;
}


/* side panels */

.panel {
	margin: 30px 0 0 0;
}

.panel_top {
	padding: 10px;
	font-size: 110%;
	color: #fff;
	background: #4193a6;
}

.panel_bottom {
	padding: 10px;
	background: #1e5267;
	color: #fff;
}

.panel_bottom p {
	color: #fff !important;
}

.panel_bottom a {
	color: #ff7e00 !important;
}



/* social buttons */

#social_media {
	width: 360px;
	margin: 0 auto auto;
	text-align: center;
}

.social {
	display: inline-block;
	width: 62px;
	height: 62px;
	background: top left no-repeat;	
	margin: 0 15px 0 0;
}

.social:hover {
	background-position: bottom left;	
}

#facebook {
	background-image: url(../images/site/facebook.png);	
}

#twitter {
	background-image: url(../images/site/twitter.png);	
}

#youtube {
	background-image: url(../images/site/youtube.png);	
}

#google {
	background-image: url(../images/site/googleplus.png);	
}


/* read more button */

#read_less_button, #read_more_text {
	display: none;
}

.button {
	width: 100px;
	text-align: center;
	color: #fff;
	background: #15a5f2;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 30px;
	border: 0px;
}	

.button:hover {
	background: #474085;
}

/* news styles */

.school_news {
	background: url(../images/site/school_news.png) no-repeat left center;
	padding: 5px 0 5px 50px;
}

.news_left {
	float: left;
	width: 35px;
	height: 32px;
	margin: 0 0 20px 0;
	padding: 2px 0 0 0;
	text-align: center;
	background: url(../images/site/calendar-icon.png) no-repeat top left;
	color: #fff;
	font-weight: bold;
	font-size: 75%;
}

.news_left span {
	color: #1e5267 !important;
}

.news_right * {
	color: #3a3b3b !important;	
}

.news_right h3 a {
	color: #1e5267 !important;	
}

.news_right a {
	text-decoration: none;	
}

.news_divider {
	clear: both;
	height: 1px;
	background-color: #ccc;
	margin-bottom: 20px;
}


.newsletter_left {
	float: left;
	width: 34px;
	height: 34px;
	margin: 0 0 20px 0;
	padding: 1px 2px 0 0;
	text-align: center;
	background: url(../images/site/calendar-icon.png) no-repeat top left;
	color: #fff;
	font-weight: bold;
	font-size: 75%;
}

.newsletter_date {
	color: #000;
	padding: 3px 0 0 0;
}

.newsletter_right {
	float: left;
	width: 130px;
	margin: 0 0 20px 10px;
}


/* general styles */

.padded_img img {
	padding: 0;
}

.smallText {
	font-size: 80%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0 30px 0 30px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

/* simple slider */

#simple_slider {
	position: relative;
	display: block;
	width: 100%;
	height: auto;	
	padding-top: 35%;
}

.ss_wrapper {
	position: relative;
	top: 0;
	height: 100%;
}

#ss_previous {
	display: none;
	position: absolute;
	top: calc((100% - 115px)/2);
	left: 30px;
	width: 63px;
	height: 115px;
	background: url(../images/site/arrows.png) no-repeat left top;
	z-index: 9999;
}

#ss_next {
	display: none;
	position: absolute;
	top: calc((100% - 115px)/2);
	right: 30px;
	width: 63px;
	height: 115px;
	background: url(../images/site/arrows.png) no-repeat right top;
	z-index: 9999;
}

.ss_slide {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100%);
	height: calc(100%);
	display: none;
}

#ss_1 {
	display: block;
}

.ss_image {
	display: block;
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	background: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.ss_caption {
	display: block;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: calc(33%);
}

.ss_caption_inner {
	display: block;
	padding: 15px;
	color: #fff;
	background: url(../images/site/purple-trans.png);
	border-radius: 5px;
}

.ss_caption_inner * {
	margin:0;
	padding:5px;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
}


/* document types */

.icon {
	list-style-type: none;
	padding: 0 0 0 25px !important;
	margin: 0 0 10px -3px !important;
}

.pdf {
	background: url(../images/resources/pdf.gif) no-repeat;
}

.doc, .docx {
	background: url(../images/resources/doc.gif) no-repeat;
}

.xls, .xlsx {
	background: url(../images/resources/xls.gif) no-repeat;
}

.ppt, .pptx {
	background: url(../images/resources/ppt.gif) no-repeat;
}

.wav {
	background: url(../images/resources/wav.png) no-repeat;
}

.avi {
	background: url(../images/resources/avi.png) no-repeat;
}

.folder {
	background: url(../images/resources/folder.png) no-repeat;
}

/* cookie preferences */

#cookie_popup_message {
	display:  none;
	position: fixed; 
	z-index: 9999; 
	bottom: 20px; 
	left: 20px; 
	width: 310px; 
	background-color: #ffffffcc; 
	padding: 10px;  
	border-radius: 5px; 
	box-shadow: 0 0 1px #00000066;
}

#cookie_popup_message p {
	font-size: 85% !important; 
	color: #000; 
	margin: 0 0 10px 0;
}

#cookie_options {
	display:  flex;
	flex-direction: column;
}

.cookie_options_row {
	display:  flex;
	flex-direction: row;
}

.cookie_options_label {
	font-size: 85% !important; 
	font-weight:  bold;
	margin: 0 20px 20px 0;
}

.cookie_options_yes,
.cookie_options_no {
	display:  block;
	color:#fff !important; 
	font-size: 90% !important;  
	text-decoration: none; 
	padding: 3px 15px 0 15px; 
	height:  22px;
	border-radius: 5px; 
	font-weight: bold;
	transition: background-color 0.3s;
	margin:  0 10px 0 0;
}

.cookie_options_no {
	background: #666; 
}

.cookie_options_yes {
	background: #666; 
}

.cookie_options_yes:hover,
.cookie_options_no:hover {
	text-decoration: none; 
}

.cookie_options_no:hover,
.cookie_options_no.active {
	background: #c33; 
}

.cookie_options_yes:hover,
.cookie_options_yes.active {
	background: #3c3; 
}

#cookie_accept_all,
#cookie_set_preferences {
	background: #666; 
	color:#fff !important; 
	font-size: 90% !important;  
	text-decoration: none; 
	padding: 5px 25px; 
	border-radius: 5px; 
	font-weight: bold;
	transition: background-color 0.3s;
}

#cookie_accept_all:hover,
#cookie_set_preferences:hover {
	background: #000; 
}

/* admin nav bar styles */

#admin_navbar {
	position: fixed; 
	top: 0; 
	right: 10px; 
	height: 50px; 
	background: -moz-linear-gradient(top, #e7e9eb 0%, #d8dade 100%); 
	background: -webkit-linear-gradient(top, #e7e9eb 0%,#d8dade 100%) ; 
	background: linear-gradient(to bottom, #e7e9eb 0%,#d8dade 100%); 
	border: 1px solid #e7e9eb;
	box-shadow: 0 0 5px rgba(0,0,0,0.4); 
	z-index: 9999999;
	padding: 10px;
	color: #fff;
	border-radius: 0 0 3px 3px;
}

.admin_navbar_icon {
	color: #fff;
	margin-right: 10px;
	opacity: 0.6;
	width: 48px;
	height: 48px;
}

.admin_navbar_icon img {
	width: 48px;
	height: 48px;
}

.admin_navbar_icon:hover {
	color: #fff;
	margin-right: 10px;
	opacity: 1;
}

#admin_navbar .admin_navbar_hassubnav {
	font-size: 85%;
	color: #000;
}

#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav {
	display: none;
}

#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav span,
#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav a  {
	display: block;
	color: #000;
	border-bottom: 1px solid #bdbdbd;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	height: auto;
}

#admin_navbar .admin_navbar_hassubnav:hover .admin_navbar_subnav {
	display: block;
	position: absolute;
	top: 60px;
	left: 175px;
	width: 150px;
	background: #d8dade; 
	padding: 10px;
}

#admin_navbar_extended {
	float: left; 
	height: 50px;
	overflow-y: hidden;
	width: 0;
}

#admin_navbar_icon {
	float: left;
	margin: 0;
}
	
@keyframes slide_out {
	0%   { width: 0px; }
	100% { width: 380px; }
}

.slide_out {
	animation-name: slide_out;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@keyframes slide_in {
	0%   { width: 380px; }
	100% { width: 0px; }
}

.slide_in {
	animation-name: slide_in;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}


@-webkit-keyframes jello-horizontal{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
@keyframes jello-horizontal{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}