/************** OVERALL LAYOUT STYLING ******************* */

body {
	width : 100%;
	height : 100%;
	font-family : 'Arial', sans-serif;
	color : #000;
	line-height : 1.6;
	font-size : 16px;
	background-color: #482c69;
}

#skip a, .skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:focus, .skip a:focus {
	position:static;
	width:auto;
	height:auto;
	color: #fff;
}

.skip a:focus {
	color: #482c69;
}

@media screen and (min-width: 48em) {
	#window {
	background-color: transparent;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_398739/site_398740/Graphics/graphic_background_page.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 743px;
}


}

@media screen and (min-width: 68.75em) {
	#container {
	max-width : 68.75rem;
	margin-left : auto;
	margin-right : auto;
}


}

/*************** HTAGS FOR TITLES ******************* */

h1 {
	font-size : 1.5rem;
	font-family: 'Roboto', sans-serif;
	display : block;
	font-weight : 400;
	padding: 10px 15px;
	line-height : 1.1;
	color: #fff;
	background-color: #482c69;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	position: relative;
}

h1:after, .sidebar-top:after {
	content: '';
	width: 100%;
	border-bottom: 7px double #e16231;
	position: absolute;
	left: 0;
	bottom: -10px;
}

h2, .newstitle {
	font-size : 1.25rem;
	line-height : 1.2;
	font-family: 'Roboto', sans-serif;
	font-weight : 400;
	margin: 20px 25px 15px 15px;
	color: #482c69;
	padding-right: 10px;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
}

h2:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #e16231;
	position: absolute;
	margin: 10px 0 0 9px;
}

h2.subtitle {
	text-transform: none;
	padding-bottom: 5px;
}

h2.subtitle:after {
	height: 0px;
}

h2.subtitle:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #482c69;
	position: absolute;
	left: -9px;
	bottom: 0px;
}

h3 {
	font-size: 1.5625rem;
	line-height: 1.1;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	color: #ffffff;
	background-color: #482c69;
	display: block;
	padding: 14px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight : 400;
	position: relative;
}

h3:before, h3:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	margin-top: -8px;
}

h3:after {
	bottom: 6px;
}

h4 {
	font-size: 1.25rem;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 5px;
	margin: 15px;
	color: #482c69;
	border-top: #e16231 solid 2px;
	border-bottom: #e16231 solid 2px;
}

.signature {
	font-size : 1.4rem;
	display : block;
	font-family: 'Rock Salt', cursive;
}

a.collapsed-content {
	text-decoration: none;
}

.collapsible-title {
	font-family: 'Arial', sans-serif;
	color: #482c69;
	font-size: 1.2rem;
	margin-left: 25px;
	margin-right: 25px;
}

.collapsible-title:hover, .collapsible-title:focus {
	text-decoration: underline;
}

.collapsible-title:after {
	content: '\f101';
	font-family: 'FontAwesome';
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	margin-left: 10px;
	margin-top: 2px;
	color: #cf0000;
}

.collapsible-title:hover:after, .collapsible-title:focus:after {
	content: '\f103';
}

@media screen and (min-width: 48em) {
	h1 {
	font-size : 1.875rem;
	line-height : 1.2;
}

h3, h4 {
	text-align: center;
}


}

/********************* MAIN STYLING ******************** */

main {
	margin: 0 auto;
	position : relative;
	background-color: #fff;
	z-index: 0;
	padding-bottom: 15px;
}

p {
	margin: 15px 25px 10px 25px;
}

a {
	color :  #482c69;
}

a:hover, a:focus {
	text-decoration : none;
}

ul, ol {
	margin: 10px 10px 15px 10px;
}

.sidebar-right ul, .sidebar-right ol {
	margin: 0 10px 0 32px;
	padding: 0;
}

.main-content ul {
	margin-right: 35px;
	margin-left: 15px;
}

.main-content ul ul {
	margin-left: -15px;
}

.sidebar-content img, .main-content img, .main-content-home img, .sidebar-left img, .sidebar-right img, .subpage-header-photo {
	display : none;
}

.button a {
	font-size: 1.3125em;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	list-style: none;
	padding: 5px 15px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #e16231;
	transition: 1s all;
	text-decoration: none;
	display: block;
	transition: all .8s;
	max-width: 17.5rem;
}

.button a:hover, .button a:focus {
	color: #fff;
	background-color:#482c69;
	transform: scale(.95);
}

button.gsc-search-button.gsc-search-button-v2 {
	background-color: #482c69 !important;
}

@media screen and (min-width: 48em) {
	main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 0px;
}

.main-content-home {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	display: inline-block;
	width : 44%;
	margin: 0px 1% -5px 1%;
	z-index: -1;
	position: relative;
}

.sidebar-left-container {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.sidebar-right-container {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.sidebar-content {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.main-content {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	margin: 0px 0 -5px 0;
	width : 68.5%;
	position : relative;
	z-index : 0;
	padding-bottom: 20px;
}

.sidebar-content {
	position : relative;
	width: 30%;
	margin-right: 1.5%;
	padding-bottom: 20px;
	z-index : 0;
}

.sidebar-left, .sidebar-right {
	margin-top: 20px;
}

.sidebar-left-container, .sidebar-right-container {
	display : inline-block;
	position : relative;
	width : 27%;
	margin-top : 0px;
	z-index : 0;
	margin-bottom: 10px;
}

.main-content:before, .main-content-home:before, .sidebar-content:before, .sidebar-left:before, .sidebar-right:before {
	content : '';
	position : absolute;
	height : 100%;
	width : 100%;
	bottom : 0px;
	z-index : -1;
	background-color : #ffffff;
}

.sidebar-content:before, .sidebar-left:before, .sidebar-right:before {
	top: 50px;
}

.sidebar-content img, .main-content img, .main-content-home img {
	display : block;
}

.slideshow img, subpage-headerphoto img {
	width : 100%;
	overflow: hidden;
}

figcaption {
	position: absolute;
	margin-left: -115em;
	width: 100%;
}

figure {
	margin: 0;
}

.sidebar-content img, .sidebar-left img, .sidebar-right img {
	display: block;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 285px;
}

.two-columns {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	-webkit-perspective: 1;
	column-count: 2;
	column-gap: 1em;
	margin-left: 0px !important;
	margin-bottom: 1em;
}

.two-columns ul {
	margin-top: 0;
}

.sidebar-top {
	background-color: #482c69;
	display: block;
	margin-top: 15px;
	margin-bottom: 25px;
	height: 55px;
	position: relative;
}


}

@media screen and (min-width: 56em) {
	.main-content-home {
	width : 59%;
}

.sidebar-left-container, .sidebar-right-container {
	width : 19.5%;
}


}

/**************************** NAVIGATION ************************** */

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

.main-menu-btn {
	position: relative;
	display: block;
	padding: 0.815em 40px;
	height: 24px;
	overflow: hidden;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 15px;
	height: 2px;
	width: 24px;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main-menu-btn-text {
	position: absolute;
	top: -99999px;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: none;
}

#main-menu-state:checked ~ #site-navigation {
	display: block;
}

/* Make sub indicators align to the left of the item */

.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	font: bold 18px/28px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */

a.highlighted span.sub-arrow:before {
	display: block;
	content:'-';
}

nav#menu {
	overflow : auto;
	background-color: #482c69;
	font-family: 'Arial', sans-serif;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav li {
	display : block;
}

nav.nav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255,255,255,.4);
}

nav.nav ul ul {
	padding-left : 20px;
}

nav.nav ul li:last-child {
	padding-bottom: 10px;
}

nav.nav li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	display : block;
	padding: 7px 0 3px 5px;
	color : #fff;
	text-decoration : none;
	font-size: 1.2rem;
}

nav.nav li a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 48em) {
	/****** Desktop Nav ******* */

.main-menu-btn {
	position: absolute;
	top: -99999px;
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: block;
}

#main-menu-state {
	display: none;
}

.sub-arrow {
	display: none;
}

nav#menu {
	overflow : visible;
	position: relative;
	padding: 6px 0;
}

nav#menu:before, nav#menu:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
}

nav#menu:after {
	bottom: 6px;
}

nav.nav {
	padding-bottom : 0px;
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	max-width: 68.75rem;
}

nav.nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: 0px solid #808080
}

nav.nav li {
	display : inline-block;
	margin: auto;
	padding: 0;
}

nav.nav li a {
	font-size : 2vw;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	border-bottom: 0;
}

nav.nav ul li:last-child {
	padding-bottom: 0px;
}

nav.nav li a:before {
	position: absolute;
	top: 1.375rem;
	left: 50%;
	width: 3.125rem;
	height: 3.125rem;
	border: 0.125rem solid #FFF;
	transform: translateX(-50%) translateY(-50%) scale(0.5);
	content: "";
	opacity: 0;
	transition: all 0.3s;
	z-index: -1;
}

nav.nav li a:hover {
	text-decoration: none;
}

nav.nav li a:hover:before, nav.nav li a:focus:before {
	opacity: 1;
	width: 200%;
}

nav.nav ul ul {
	position : absolute;
	top: 39px;
	width: 13.75rem;
	background-color: #482c69;
	margin-left : 0px;
	padding-top: 0;
	text-indent : 0;
	z-index : 1000;
	display: none;
	border: 1px solid #fff;
	border-top: 0;
	padding-left: 0;
}

nav.nav ul ul li {
	float : none;
	position : relative;
	display : block;
}

nav.nav ul ul li a {
	padding: 5px 0;
	font-size : 1.1rem;
	color : #ffffff;
	text-align : left;
	text-transform: none;
	margin: 0 10px;
	border-bottom: rgba(255,255,255,.4) solid 1px;
	transition: all .2s;
}

nav.nav ul ul li:last-child {
	border-bottom: 0px solid #ffffff;
}

nav.nav ul ul li a:hover, nav.nav ul ul li a:focus {
	color: #fff;
	text-decoration : none;
	background-image: none;
	width : auto;
	height: auto;
	margin-bottom: 0px;
	padding-left: 5px;
}

nav.nav ul ul li a:hover:before, nav.nav ul ul li a:focus:before {
	opacity: 0;
}


}

@media screen and (min-width: 68.75em) {
	nav.nav li a {
	font-size: 1.3rem;
}


}

/******************** HEADER ************************ */

header {
	text-align: center;
	background-color: #fff;
	padding: 45px 15px 0;
}

.header-container {
	max-width: 68.75rem;
	margin: auto;
	padding-bottom: 30px;
}

img.header-logo {
	width: 30%;
}

.school-name {
	font-family: 'Roboto', sans-serif;
	font-size: 8vw;
	line-height: 1.1;
	text-transform: uppercase;
}

.school-tagline {
	font-family: 'Roboto', sans-serif;
	font-size: 4vw;
	line-height: 1.2;
	font-weight: 300;
}

.social-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 0.625rem;
}

.social-container i {
	font-size: 1.8rem;
	color: #482c69;
	margin-right: 5px;
	transition: transform .2s;
}

i.fa.fa-facebook-official {
	font-size: 2rem;
}

.social-container a:hover > i , .social-container a:focus > i {
	color: #C94D1D !important;
	transform: scale(.9);
}

.subpage-headerphoto {
	display: none;
}

@media screen and (min-width: 48em) {
	header {
	text-align: left;
	padding: 0 15px;
}

img.header-logo {
	display: none;
}

.school-name {
	font-size: 5vw;
}

.school-tagline {
	font-size: 1.5625rem;
}

.subpage-headerphoto {
	display : block;
	padding-top : 15px;
	width: 100%;
}


}

@media screen and (min-width: 75em) {
	.school-name {
	font-size: 3.4275rem;
}


}

/******************** FOOTER ************************** */

footer {
	font-family: 'Roboto', sans-serif;
	position: relative;
	color: #000;
	background-color: #fff;
	height: auto;
	display: block;
	margin-top: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
	padding: 10px 0;
	font-weight: 300;
}

.footer-container {
	text-align: center;
	padding: 15px;
	border-top: 2px solid #e16231;
	border-bottom: 2px solid #e16231;
}

#copyright {
	clear : both;
	font-size : 0.875rem;
	line-height : 1.1;
	color : #fff;
	display : block;
	padding: 10px 0 20px 0;
	text-align : center;
}

.footer-container span {
	display: none;
}

#copyright a {
	color : #fff;
}

@media screen and (min-width: 66em) {
	footer {
	font-size: 1.39rem;
}

.footer-container {
	display: flex;
	justify-content: center;
}

.footer-container span {
	display: block;
	margin: 0 20px;
}


}

/********************* GOOGLE TRANSLATE ******************** */

#google_translate_element {
	display: none;
}

@media screen and (min-width: 66em) {
	#google_translate_element {
	display: block;
	position: fixed;
	bottom: 0;
	right: 20px;
}

.googe-te-gadget-simple span {
	color: #676767!important;
}

.goog-te-gadget-simple {
	border: 1px solid #d5d5d5!important;
}


}

