body {
	font-family : 'Arial', sans-serif;
	color : #000000;
	line-height : 1.6em;
	font-size : 16px;
}

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

h1 {
	font-size : 1.75rem;
	font-family: 'Lato', serif;
	font-weight : 400;
	display : block;
	line-height : 1.1;
	color : #fff;
	margin: 15px 20px;
	position: relative;
	padding-top: 15px;
}

.h1-background {
	background-image: -moz-linear-gradient( 89deg, rgb(0,102,173) 0%, rgb(44,52,144) 99%);
	background-image: -webkit-linear-gradient( 89deg, rgb(0,102,173) 0%, rgb(44,52,144) 99%);
	background-image: -ms-linear-gradient( 89deg, rgb(0,102,173) 0%, rgb(44,52,144) 99%);
	padding-bottom: 10px;
}

h1:after {
	content: '';
	width: 100%;
	height: 4px;
	background-color: #fbce4b;
	position: absolute;
	left: 0;
	bottom: -9px;
}

h2, .newstitle {
	font-size: 1.5em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	display: block;
	line-height: 1.1;
	color: #1d4f9a;
	margin: 35px 20px 10px;
	position: relative;
}

h2:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #1d4f9a;
	position: absolute;
	left: 0;
	bottom: -6px;
}

h3, .sidebar-top {
	font-size: 1.5rem;
	font-family: 'Alike', serif;
	display: block;
	line-height: 1.1;
	color: #004ea5;
	font-weight: 400;
	padding: 3px 20px 10px 0px;
	position: relative;
	margin: 35px 20px 0px;
}

h4 {
	position: relative;
	font-size : 1.5625em;
	font-family: 'Lato', sans-serif;
	display : block;
	line-height : 1.1;
	color : #283c62;
	background-color: #fbce4b;
	margin: 30px 20px 10px;
	font-weight: 400;
	padding: 5px;
}

h4:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #fbce4b;
	position: absolute;
	left: 0;
	bottom: -6px;
}

.signature {
	font-size: 2em;
	display: block;
	font-family: 'Great Vibes', cursive;
	font-weight: 400;
}

.collapsible-title {
	font-family: 'Lato', sans-serif;
	color: #1d4f9a;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-left: 20px;
}

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

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

.collapsible-title:after {
	content: '\f105';
	font-family: "FontAwesome";
	font-size: 1.2em;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	margin-left: 10px;
	margin-top: 2px;
}

.collapsible-title:hover:after, a.collapsed-content:focus > .collapsible-title:after {
	content: '\f107';
}

.frm-field {
	margin: 10px 0;
}

@media screen and (min-width: 48em) {
	h1 {
	font-size : 2.9375rem;
	max-width: 75rem;
	margin: 10px auto 25px;
	padding: 55px 0 0 15px;
}

h2, .newstitle {
	font-size : 1.875em;
	padding-top: 20px;
}

h3 {
	font-size: 1.875rem;
	margin : 10px 10px 0px;
	text-align: center;
	padding-bottom: 0;
}

h4 {
	margin: 20px 0px 10px;
	padding-left: 0px;
	text-align: center;
	max-width: 19.6875rem;
}


}

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

.header-nav-container {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_528935/site_528936/Graphics/graphic_header_background.jpg);
	padding-bottom: 23px;
	background-size: cover;
}

header {
	color: #00469c;
	font-family: 'Alike', serif;
	padding: 55px 0 0;
}

.header-background, .quicklinks-search-background {
	background-color: rgba(255,255,255,.7);
}

.header-container a:focus img {
	outline: 2px dashed #fff;
}

.header-container {
	max-width: 75rem;
	margin: auto;
}

.header-container-grayLine {
	width: 100%;
	height: 8px;
	background-color: #d3d3d3;
}

.header-logo {
	width: 25%;
	max-width: 11rem;
	margin: 25px auto 15px;
	display: block;
	padding-top: 20px;
}

.header-schoolname {
	font-size: 8vw;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 5px;
	text-align : center;
	text-transform: uppercase;
}

.header-motto {
	font-size: 7vw;
	line-height: 1;
	font-weight: normal;
	text-align : center;
	color: #003487;
	font-family: 'Great Vibes', cursive;
	padding: 10px;
}

.tagline-container img {
	display: none;
}

.quicklinks-search-background {
	margin-bottom: 10px;
	border-top: 1px solid #6176ad;
	border-bottom: 1px solid #6176ad;
}

.quicklinks-search-container {
	max-width: 75rem;
	position: relative;
	padding: 5px 20px;
	margin: auto;
}

.header-home-container {
	position: relative;
}

.header-home-container:after {
	content: '';
	height: 7px;
	width: 100%;
	background: #fbce4b;
	position: absolute;
	bottom: 0;
	left: 0;
}

.header-photo {
	width: 100%;
}

.donate-button a {
	border-radius: 4px;
	background-image: -moz-linear-gradient( 78deg, rgb(22,84,172) 0%, rgb(48,98,176) 19%, rgb(73,112,179) 41%, rgb(158,126,176) 100%);
	background-image: -webkit-linear-gradient( 78deg, rgb(22,84,172) 0%, rgb(48,98,176) 19%, rgb(73,112,179) 41%, rgb(158,126,176) 100%);
	background-image: -ms-linear-gradient( 78deg, rgb(22,84,172) 0%, rgb(48,98,176) 19%, rgb(73,112,179) 41%, rgb(158,126,176) 100%);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	padding: 5px 10px;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	font-size: 1rem;
}

.donate-button a:hover, .donate-button a:focus {
	color: #fff;
	text-decoration: underline;
}

@media screen and (min-width: 48em) {

.donate-button.covid {
    position: absolute;
    top: 75px;
}
	
header {
	padding: 10px 0;
}

.quicklinks-search-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-container {
	display: flex;
	align-items: center;
}

.header-logo {
	width: 100%;
	margin: 0px 23px 15px 15px;
}

.header-schoolname {
	font-size: 6vw;
	padding-right: 10px;
}

.header-motto {
	font-size: 3vw;
	padding: 0 15px;
}

.header-social-container {
	text-align: right;
}


}

@media screen and (min-width: 60em) {
	.header-social-container {
	margin-left: auto;
}


}

@media screen and (min-width: 69em) {

.donate-button.covid {
    position: relative;
    top: auto;
}


}

@media screen and (min-width: 75em) {
	.header-schoolname {
	font-size: 4.5rem;
	letter-spacing: 8px;
}

.header-motto {
	font-size: 2.25rem;
}

.tagline-container img {
	display: block;
}

.tagline-container {
	display: flex;
}

.tagline-container img {
	align-self: center;
}


}

/*******************************************************************
      QUICK LINKS
 ****************************************************************** */

.quicklinkscontainer-mobile {
	display: none;
}

#quicklinkscontainer-navigation {
	padding-bottom: 14px;
}

.quicklinks-mobile-title {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	list-style: none;
	padding: 10px 15px 0 10px;
}

.quicklinkscontainer-mobile li {
	color: #fff;
}

.quicklinkscontainer-mobile a, .quicklinkscontainer-mobile a:hover, .quicklinkscontainer-mobile a:focus {
	color: #fff;
}

.quicklinks-mobile-title {
	text-decoration: none;
}

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

.quicklinks-mobile-title:hover > .quicklinks-mobile-title:before,
a.quicklinks-mobile:focus {
	text-decoration: none;
}

.quicklinkscontainer-mobile ul {
	margin: 5px 15px 5px 0px;
}

a.quicklinks-mobile {
	text-decoration: none;
}

.quicklink-section ul {
	display: inline-block;
	color: #fff;
}

.quicklink-section ul li a {
	color: #fff;
}

#quicklinkscontainer-header {
	display: none;
}

@media screen and (min-width: 48em) {
	.quicklinkscontainer-mobile {
	display: block;
	padding: 0px 0px 20px;
}

#quicklinkscontainer-header {
	display: inline;
}

div#quicklinkscontainer-navigation {
	display: none;
}

.quicklinks-mobile-title {
	color: #00469c;
}

.quicklinks-mobile-title:hover, .quicklinks-mobile:focus {
	text-decoration: none;
}

.quicklink-section {
	transition: all 0.3s ease;
	position: relative;
}

.quicklink-section span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

a.quicklinks-mobile {
	text-decoration: none;
}

.quicklink-section > div {
	position: absolute;
	background-color: #fff;
	z-index: 1000;
	border: 3px solid #00469c;
	min-width: 17.5rem;
}

.quicklink-section a {
	color: #000;
}

.quicklinkscontainer-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top : 6px;
	padding: 0px;
	z-index : 100;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
}

.quicklinks-mobile-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
}

.quicklinks-mobile-title:last-of-type {
	border: 0;
}

.quicklink-section ul li a, .quicklink-section ul li a:hover, .quicklink-section ul li a:focus {
	color: #000;
	font-family: Arial, sans-serif;
}

.quicklinkscontainer-mobile li {
	color: #000;
}

.quicklink-section ul {
	padding-left : 30px;
}


}

@media screen and (min-width: 64em) {
	.quicklinks-mobile-title:before {
	font-family: 'FontAwesome';
	font-size: 1.5rem;
	color: #00469c;
	transition: 0.9s;
	padding: 10px 4px 0px 4px;
	width: 1.875rem;
	height: 1.875rem;
	margin: 3px 0px 3px 3px;
	text-align: center;
	text-decoration : none;
	font-weight: 900;
}

.quicklinks-mobile-title.parents:before {
	font-weight: 900;
	content: "\f0c0";
}

.quicklinks-mobile-title.chooseus:before {
	content: "\f00c";
	padding-right: 0;
}

.quicklinks-mobile-title.community:before {
	content: "\f57d";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 0px;
}

.quicklinks-mobile-title.parents:hover:before {
	text-decoration: none;
}

a.quicklinks-mobile:hover > .quicklinks-mobile-title:before, a.quicklinks-mobile:focus > .quicklinks-mobile-title:before {
	transform: rotateY(180deg);
}

.blank_quicklink {
	display: none;
}


}

@media screen and (min-width: 75em) {
	.quicklinks-mobile-divider {
	height: 2.5rem;
	width: 0.1875rem;
	background-color: #d3d3d3;
}


}

@media screen and (min-width: 78.125em) {
	.quicklinks-mobile-divider {
	margin: 0 13px 0 14px;
}


}

/************************  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);
	float: none;
}

.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: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px 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 {
	font-family: 'Alike', serif;
	font-weight: 400;
	background-color: #063e7e;
	z-index: 1000;
	position: absolute;
	top : 0;
	width : 100%;
	padding-bottom: 5px;
}

nav.nav ul {
	border-top: 1px solid #fff;
}

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

nav.nav li a {
	padding: 6px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 1.25rem;
}

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

nav.nav  ul ul li a {
	font-variant : normal;
}

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

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

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

.sub-arrow {
	display: none;
}

nav#menu {
	position: relative;
	z-index: 1;
	margin: 14px 0 0;
}

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

nav#menu:before {
	top: -6px;
}

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

nav.nav {
	max-width: 75rem;
	margin: auto;
	display : block;
	background-color: transparent;
}

nav.nav  ul {
	border-top-width : 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

nav.nav li {
	margin: auto;
	padding : 0;
}

nav.nav li a {
	padding: 5px;
	font-size: 1.7vw;
	text-transform: uppercase;
	border: 1px solid #063e7d;
	border-radius: 3px;
	margin: 6px 0 0 0;
	position: relative;
}

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

nav.nav li a:before, nav.nav li a:after {
	content: '';
	border-style: solid;
	position: absolute;
	z-index: 5;
	border-radius: 3px;
	box-sizing: content-box;
}

nav.nav li a:before {
	width: 0;
	height: 100%;
	border-width: 1px 0 1px 0;
	top: -1px;
	left: 0;
	transition-delay: 0.05s;
	transition: all 0.3s;
}

nav.nav li a:after {
	width: 100%;
	height: 0;
	border-width: 0 1px 0 1px;
	top: 0;
	left: -1px;
	transition: all 0.3s;
}

nav.nav li a:hover, nav.nav li a:focus {
	background-color: transparent;
}

nav.nav li a:hover:before, nav.nav li a:focus:before {
	width: 100%;
}

nav.nav li a:hover:after, nav.nav li a:focus:after {
	height: 100%;
}

nav.nav li a:before, nav.nav li a:after {
	border-color: #FBD150;
}

nav.nav ul ul {
	position : absolute;
	top : 2.125rem;
	width : 12.5rem;
	padding : 0px;
	z-index : 1000;
	display: none;
	background-image: -moz-linear-gradient( 89deg, rgb(44,52,144) 0%, rgb(0,102,173) 99%);
	background-image: -webkit-linear-gradient( 89deg, rgb(44,52,144) 0%, rgb(0,102,173) 99%);
	background-image: -ms-linear-gradient( 89deg, rgb(44,52,144) 0%, rgb(0,102,173) 99%);
	border: 1px solid #fff;
}

nav.nav  ul ul li {
	padding: 0px 0px;
	border-bottom: 1px solid #dddd;
}

nav.nav ul ul li a {
	padding: 5px 15px 7px 25px;
	font-size : 1.15em;
	color: #fff;
	line-height : 1.1;
	transition: all 1.2s;
	text-transform: none;
	font-family: 'Lato';
	text-shadow: 1.21px 4.851px 4.75px rgba(0, 40, 87, 0.46);
	background-color: transparent;
	border: 0;
}

nav.nav ul ul li a:before {
	content: '>';
	position: absolute;
	margin-left: 6px;
	color: #fbce4b;
	border: 0;
	padding-top: 5px;
}

nav.nav ul ul li a:after {
	border: 0;
}

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


}

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


}

@media screen and (min-width: 75em) {
	nav.nav ul ul {
	width: 30.75rem;
	padding: 8px 0 16px;
	min-height: 250px;
}

nav.nav ul ul:before {
	position: absolute;
	right: 35px;
	top: 25px;
}

nav.nav ul ul li {
	width: 14.0625rem;
	margin-left: 8px;
}

li.nav-About-Us ul:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_528935/site_528936/Graphics/graphic_navigation_AboutUs.png);
}

li.nav-Admissions ul:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_528935/site_528936/Graphics/graphic_navigation_Admissions.png);
}

li.nav-Student-Life ul:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_528935/site_528936/Graphics/graphic_navigation_StudentLife.png);
}

li.nav-News-and-Events ul:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_528935/site_528936/Graphics/graphic_navigation_newsevents.png);
}

li.nav-Support-Us ul:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_528935/site_528936/Graphics/graphic_navigation_supportus.png);
}

nav.nav ul ul:after {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_528935/site_528936/Graphics/graphic_subnav_bottom.png);
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: 17px;
}


}

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

footer {
	color: #fff;
	border-top: 50px solid #004ea5;
	background-color: #004ea5;
	background-image: -moz-linear-gradient( 89deg, rgb(44,52,144) 0%, rgb(0,102,173) 99%);
	background-image: -webkit-linear-gradient( 89deg, rgb(44,52,144) 0%, rgb(0,102,173) 99%);
	background-image: -ms-linear-gradient( 89deg, rgb(44,52,144) 0%, rgb(0,102,173) 99%);
	margin-top: 65px;
}

.footer-topline {
	width: 100%;
	height: 10px;
	background-color: #fff;
}

.footer-container {
	font-family: 'Lato', sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	color : #fff;
	position : relative;
	padding: 15px;
	text-align: center;
}

.footer-logo {
	margin-top: -122px;
}

footer a {
	color : #ffffff;
	text-decoration : none;
}

.footer-schoolname {
	font-size: 1.7rem;
	line-height : 1.5;
	font-family: 'Alike', serif;
	text-transform: none;
}

.footer-container {
	font-size : 1rem;
	line-height : 1.4;
}

footer span {
	display: none;
}

#copyright {
	clear : both;
	font-size : 0.875rem;
	line-height : 1.1875rem;
	font-family: 'Open Sans', sans-serif;
	display : block;
	padding: 15px;
	text-align : center;
}

#copyright a {
}

@media screen and (min-width: 48em) {
	.footer-schoolname {
	font-size : 2.1875rem;
	font-weight: normal;
}

.footer-container {
	font-size : 1.5625rem;
}

.footer-schoolname {
	padding-bottom : 10px;
}

.footer-address, .footer-phone-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

footer span {
	display: inline;
	padding : 0 10px;
}

.footer-address span {
	padding: 0 5px 0 0;
}

.footer-divider-2 {
	height: 1.3125rem;
	width: 0.25rem;
	background-color: #fff;
	margin: 8px 20px;
}


}

@media screen and (min-width: 64em) {
	.footer-address-container {
	display: flex;
	justify-content: center;
}

.footer-divider-1 {
	height: 1.3125rem;
	width: 0.25rem;
	background-color: #fff;
	margin: 8px 20px;
}


}

/************************* SOCIAL ICONS STYLING ************************ */

.header-social-container {
	position: absolute;
	z-index: 5000;
	right: 10px;
	top: 5px;
}

.header-social-container i {
	font-size: 1.5rem;
	border: 3px solid;
	border-radius: 50%;
	height: 1.375rem;
	width: 1.375rem;
	text-align: center;
	padding: 3px 5px 7px;
	transition: all .2s ease-in-out;
}

.header-social-container a {
	color: #fff;
}

.social-container {
	display : block;
	position : relative;
	margin-bottom: 13px;
	text-align: right;
}

.donate-button {
	margin-bottom: 5px;
	text-align: right;
}

.social-container i {
	font-size: 1.4rem;
	border-radius: 50%;
	border: 3px solid #00469c;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	transition: .3s ease-in;
	min-height: 1.6rem;
	color: #00469c;
	min-width: 1.6rem;
	text-align: center;
	padding: 5px 3px 0px;
	margin: 0 1px;
}

.header-social-container i:hover, .header-social-container a:focus > i, .social-container i:hover, .social-container a:focus > i {
	background-color: #00469c;
	color: #fff;
	border: 3px solid #00469c;
}

img.header-image {
	display: none;
}

@media screen and (min-width: 48em) {
	.social-container, .donate-button {
	margin-bottom: 0;
}

.donate-button {
	margin-left: 15px;
}

img.header-image {
	display: block;
	width: 100%;
}

.social-dividing-line {
	height: 1.9375rem;
	width: 0.125rem;
	background-color: #81aacb;
	margin: 0 8px;
}


}

@media screen and (min-width: 60em) {
	.search-container {
	top : 20px;
	right: 15px;
	border-left: 3px solid #fff;
	margin-top : 0px;
}


}

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

a {
	color : #004ea5;
}

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

p, .newsBody {
	margin: 15px 20px;
}

ul, ol {
	margin: 15px 5px 15px 50px;
	padding: 0;
}

ol li ul {
	margin-left : -15px;
}

.main-content ul ul {
	margin-left: 0;
	padding-left: 20px;
}

#slideshow_container, img.subpage-header-photo, img.home-header-photo {
	display: none;
}

.welcome-wrapper {
	background-color : #404040;
	position: relative;
}

.welcome-container {
	max-width : 75em;
	margin-left : auto;
	margin-right : auto;
	padding : 20px 0;
	color: #fff;
}

.welcome-container h1 {
	color: #fff;
	font-family: 'Andada', serif;
	font-size: 1.75rem;
}

.welcome-container h1:after {
	display: none;
}

.skip a, .skip a:focus {
	color: #363636
}

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

main {
	margin: 20px auto 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 15px;
	max-width: 75rem;
	color: #767474;
}

.main-content {
	width: 69%;
	margin-left: 0px;
	position: relative;
	order: 2;
}

.main-content:before {
	content: '';
	height: 100%;
	width: 2px;
	background-color: #e0dddd;
	position: absolute;
	left: -2%;
}

.sidebar-content {
	width: 28%;
	position : relative;
	order: 1;
	margin-right: 3%;
	margin-left: 20px;
}

.sidebar-content:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

.sidebar-content p {
	margin : 10px 0px;
	padding-right : 15px;
}

.sidebar-content ul, .sidebar-content ol {
	margin: 15px 5px 15px 30px;
}


}

@media screen and (min-width: 78em) {
	p, .newsBody, h2, .newstitle {
	margin: 15px 20px 15px 0px;
}

.collapsible-title {
	margin: 0;
}

ul, ol {
	margin: 15px 5px 15px 30px;
	padding: 0;
}

.main-content:before {
	left: -3%;
}

aside.sidebar-content {
	margin-left: 0;
}

h1 {
	padding-left: 0;
}


}

/************************* HEADER AND BODY IMAGES ************************ */

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

@media screen and (min-width: 48em) {
	.sidebar-content img {
	display: block;
	max-width: 317px;
	width : 93%;
	margin-top: 15px;
}

.main-content img {
	display : block;
	margin-right: 20px;
}

img.subpage-header-photo {
	display: block;
	width: 100%;
	max-width : 2000px;
	margin: 5px auto 0;
	padding : 5px 0;
	border-top :  7px solid #000;
	border-bottom :  7px solid #000;
}

img.home-header-photo {
	display: block;
	width: 100%;
	max-width : 2000px;
	margin: 18px auto 0;
}


}

@media screen and (min-width: 78em) {
	.sidebar-content img {
	width : 100%;
	margin-left: 0;
}


}

/************************* BUTTONS *********************** */

.button a {
	padding: 5px;
	border-radius: 3px;
	margin: 6px 0 0 0;
	position: relative;
	font-size: 1.2rem;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #063e7d;
	border: 1px solid #fbce4b;
	max-width: 19.6875rem;
}

.button a:before, .button a:after {
	content: '';
	border-style: solid;
	position: absolute;
	z-index: 5;
	border-radius: 3px;
	box-sizing: content-box;
}

.button a:before {
	width: 0;
	height: 100%;
	border-width: 1px 0 1px 0;
	top: -1px;
	left: 0;
	transition-delay: 0.05s;
	transition: all 0.3s;
}

.button a:after {
	width: 100%;
	height: 0;
	border-width: 0 1px 0 1px;
	top: 0;
	left: -1px;
	transition: all 0.3s;
}

.button a:hover:before, .button a:focus:before {
	width: 100%;
}

.button a:hover:after,.button a:focus:after {
	height: 100%;
}

.button a:before, .button a:after {
	border-color: #063e7d;
}

/************************  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;
}


}

/******************* SCHOOLWIDE LEARNING ********************** */

p.schoolwide-sub-subtitles, h2.sub-subtitles {
	font-size: 1.35rem;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #1d4f9a;
	margin-top: 30px;
}

.schoolwide-graduate-container img {
	display: none;
}

@media screen and (min-width: 48em) {
	.schoolwide-graduate-container {
	display: flex;
}

.schoolwide-graduate-container img {
	align-self: center;
	display: block;
}


}

