html {
	--primary-color: #0c2e95;
	--secondary-color: #ffc300;
	--primary-font:'Barlow', sans-serif;
	--secondary-font: 'Barlow Condensed', sans-serif;
}

body {
	font-family : var(--primary-font);
	color : var(--primary-color);
	line-height : 1.6em;
	font-size : 16px;
}

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

h1 {
	font-size : 2.125rem;
	font-family: var(--secondary-font);
	font-weight : 700;
	line-height : 1;
	color :var(--primary-color);
	margin: 40px 20px;
	padding: 5px 13px 10px;
	position: relative;
}

h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -25px;
	max-width: 364px;
	width: 100%;
	overflow: hidden;
	background: url(/accnt_798874/site_798875/Graphics/h1-Line1.png);
	height: 22px;
	background-repeat: no-repeat;
	background-size: contain;
}

h2, .newstitle {
	font-size : 1.75rem;
	font-family: var(--secondary-font);
	font-weight : 700;
	line-height : 1.1;
	color : var(--primary-color);
	margin: 30px 20px -10px;
	position: relative;
	overflow: hidden;
}

h3, .sidebar-top {
	font-size : 1.875rem;
	font-family: var(--secondary-font);
	line-height : 1.1;
	color: var(--primary-color);
	font-weight: 400;
	padding: 15px 10px 6px 0;
	position: relative;
	margin: 0px 20px 15px;
}

h3:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--secondary-color);
	position: absolute;
	left: 0;
	bottom: 0;
}

h4 {
	position: relative;
	font-size: 1.625rem;
	font-family: var(--secondary-font);
	line-height : 1.1;
	color : var(--primary-color);
	margin: 30px 20px 10px;
	font-weight: 400;
}

.signature {
	font-size: 1.75rem;
	font-family: 'Parisienne', cursive;
	font-weight: 400;
}

.collapsible-title {
	font-family: 'Alegreya Sans', sans-serif;
	color: #095da9;
	font-size: 1.5rem;
	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: 'Font Awesome 6 Pro';
	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';
}

@media screen and (min-width: 78em) {
	h1, h2, .newstitle, .collapsible-title {
	margin-left : 0px;
}


}

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

header {
	color: #00524f;
	font-family: 'Noto Serif', serif;
}

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

.header-logo {
	width: 90%;
	max-width : 517px;
	margin : 15px auto 10px;
	display : block;
}

.header-schoolname {
	font-size: 9vw;
	padding: 0 40px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
	font-variant: small-caps;
}

.header-motto {
	font-size: 5vw;
	line-height: 1;
	font-weight: 300;
	padding-bottom : 15px;
	text-align : center;
	color: var(--primary-color);
	font-family: 'Noto Sans', sans-serif;
	font-style:  italic;
}

.floating-enroll-button a {
	display: none;
}

@media screen and (min-width: 52em) {
	.header-container {
	margin: auto;
	max-width: 75rem;
	padding: 0 20px 20px;
	margin-top: -30px;
}

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

.header-name-container {
	padding-right: 10px;
}

.header-schoolname {
	font-size: 5vw;
	padding: 0;
}

.header-motto {
	font-size: 3vw;
	text-align: right;
}

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

.floating-enroll-button a {
	position: absolute;
	right: -39px;
	top: 270px;
	background: var(--secondary-color);
	z-index: 10000;
	transform: rotateY(0deg) rotate(-90deg);
	position: fixed;
	border-radius: 5px 5px 0 0;
	font-family: var(--secondary-font);
	text-transform: uppercase;
	font-size: 1.6875rem;
	font-weight: 700;
	padding: 14px 20px 27px;
	text-decoration: none;
	transition: .5s all;
	display: block;
}

.floating-enroll-button a:hover, .floating-enroll-button a:focus {
	color: var(--primary-color);
	right: -28px;
}


}

@media screen and (min-width: 60em) {
	.header-schoolname {
	text-align: left;
}

.header-social-container {
	margin-left: auto;
}


}

@media screen and (min-width: 75em) {
	.header-schoolname {
	font-size: 4rem;
}

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


}

/************************  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: var(--primary-font);
	font-weight: 400;
	background-color: var(--primary-color);
	z-index: 1000;
	position: absolute;
	top : 0;
	width : 100%;
}

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

@media screen and (min-width: 52em) {
	/****** 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;
}

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

nav.nav ul {
	border-top-width : 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 10px 16px;
}

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

nav.nav li a {
	transition: all 0.3s ease;
	font-size: clamp(1rem,1.5vw,1.25rem);
}

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

nav.nav ul ul {
	position : absolute;
	width : 12.5rem;
	padding : 0px;
	z-index : 1000;
	display: none;
	background-color: var(--primary-color);
	top: 3.125rem !important;
}

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

nav.nav ul ul li a {
	padding: 7px 10px;
	color: #fff;
	line-height : 1.1;
	transition: all 1s;
	font-size: 1.1rem;
	transition: .5s all;
	margin-right: 3px;
}

nav.nav ul ul li a:after {
	display: none;
}

nav.nav ul ul li a:hover, nav.nav ul ul li a:focus {
	padding-left: 13px;
	text-decoration: none;
}


}

@media screen and (min-width: 62em) {
	nav.nav li a {
	transition: all 0.3s ease;
}

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

/****** Desktop Nav Hover ******* */

nav ul li a,
nav ul li a:after,
nav ul li a:before {
	transition: all .5s;
}

nav.nav ul li a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	right: 0;
	margin: auto;
	width: 0;
	height: 1px;
	content: '';
	color: transparent;
	border: 2px solid #fff;
	opacity: 0;
	z-index: -1;
}

nav.nav ul li a:hover:after, nav.nav ul li a:focus:after {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

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


}

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

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

.header-social-container i {
	font-size: 1.5rem;
	border-radius: 50%;
	height: 1.375rem;
	width: 1.375rem;
	text-align: center;
	padding: 7px 9px 11px;
	transition: all .2s ease-in-out;
	background-color: #095da9;
	color: #fff;
	margin-right: 3px;
	transition: all 0.3s ease;
}

.header-social-container i:hover, .header-social-container a:focus > i, .social-container i:hover, .social-container a:focus > i {
	background-color: #fff;
	color: #095da9;
	transform: scale(.9);
}

.social-container {
	position : relative;
	padding-bottom: 15px;
}

.search td {
	display: table-cell;
	width: auto;
}

.search-container {
	display: flex;
	width: 40%;
	justify-content: flex-end;
	margin: 0 0 0 auto;
}

.search-container a {
	color: #fff;
	position: relative;
	z-index: 10000;
	font-size: 1.5rem;
	padding: 10px 5px;
	transition: .5s all;
}

.search-container a:hover > i, .search-container a:focus > i {
	color: var(--primary-color);
	background: var(--secondary-color);
	transform: scale(.9);
}

@media screen and (min-width: 52em) {
	.header-social-container {
	position: relative;
	z-index: 0;
}

.header-social-container .social-container {
	margin-top: 10px;
}

.search-container {
	width: auto;
	margin: 0;
	display: block;
}

.search-container a {
	padding: 0;
}


}

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


}

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

.header-social-container .social-container {
	margin-top: 0px;
}


}

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

main {
	padding-bottom: 20px;
}

a {
	color : var(--primary-color);
}

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

p, .newsBody {
	margin: 15px 20px;
	font-size: 1.125rem;
}

ul, ol {
	margin: 15px 20px 15px 50px;
	padding: 0;
	font-size: 1.125rem;
}

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

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

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

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

main {
	margin: 10px auto 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

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

.sidebar-content {
	width: 29%;
	position : relative;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	margin-top: 50px;
}

.sidebar-content p {
	margin : 10px 20px;
}


}

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

.contact-img p {
	margin: 15px 0px;
}


}

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

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

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


.newsimgrt, .newsimgleft {
	margin: 0 auto;
	max-width: 300px;
	display: block;
}

@media screen and (min-width: 33em) {
.newsimgrt {
	float: right;
	margin: 0 1em;
}

.newsimgleft {
	float: left;
	margin: 0 1em;
}
}

@media screen and (min-width: 48em) {
	.sidebar-img {
	margin: 30px 10px;
	position: relative;
}

.sidebar-img:before {
	content: '';
	width: 100px;
	height: 80px;
	background: var(--secondary-color);
	border-radius: 5px;
	position: absolute;
	z-index: -1;
	top: -14px;
	left: 11px;
}

.sidebar-img:after {
	content: '';
	width: 100px;
	height: 80px;
	background: var(--primary-color);
	border-radius: 5px;
	position: absolute;
	z-index: -1;
	bottom: -13px;
	right: 13px;
}

.sidebar-content img {
	display: block;
	max-width: 267px;
	width : 90%;
	margin: 15px auto;
	border: 1px solid #fff;
	border-radius: 5px;
}

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

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


}

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


}

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

.button a {
	font-family: var(--secondary-font);
	line-height: 1.2;
	font-size: 1.5rem;
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	background: var(--primary-color);
	padding: 12px 20px;
	display: block;
	border-radius: 5px;
	margin: 0;
	text-align: left;
	max-width: 18rem;
}

.button a:hover > span:after, 
.button a:focus > span:after {
	margin-left: 15px;
}

.button span:after {
	content: '\f178';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 100;
	margin-left: 10px;
	transition: .5s all;
}

.welcome-container .button a, .home-video-buttons-container .button a {
	max-width: 565px;
	background-color: #fff;
	color: #5f5f5f;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 15px;
}

.home-video-buttons-container img {
	display: none;
}

i.fas.fa-history {
	color: #095da9;
	margin-right: 10px;
	font-size: 2.2rem;
}

@media screen and (min-width: 48em) {
	.home-video-buttons-container img {
	display: inline;
	margin-right: 13px;
}


}

@media screen and (min-width: 66em) {
	.main-content p.button a {
	margin-left : 0px;
}


}

@media screen and (min-width: 75em) {
	.home-video-buttons-container p:first-child {
	margin-right: 25px;
}

.home-video-buttons-container p:last-child {
	margin-left: 25px;
}


}

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

footer {
	background-color:var(--primary-color);
	color : #fff;
	position: relative;
}

.footer-container {
	font-family: var(--primary-font);
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	color : #fff;
	position : relative;
	padding: 15px;
	text-align: center;
}

footer a {
	color : #fff;
}

footer a:hover, footer a:focus {
	color : #fff;
}

img.footer-logo {
	width: 95%;
	max-width: 517px;
	align-self: flex-end;
}

.footer-address-container {
	font-size : clamp(.85rem,3vw,1.375em);
	line-height : 1.4;
}

.physical-address-container, .mailing-address-container, .phone-address-container {
	margin-top: 15px;
}

footer span {
	margin: 0 20px;
}

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

@media screen and (min-width: 62.5em) {
	.footer-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-address-container {
	text-align: right;
}


}

@media screen and (min-width: 75em) {
	.footer-container {
	display: flex;
	padding: 25px 15px;
	justify-content : space-between;
}

.physical-address-container, .mailing-address-container, .phone-address-container {
	justify-content: flex-end;
}

.footer-text-container {
	margin-left: auto;
}

.social-container {
	display: flex;
	margin: auto 0;
}

.footer-schoolname {
	font-size: 2.5rem;
}

.footer-logo img {
	margin : -50px 10px 0;
	width: 30vw;
	max-width: 351px;
}


}

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


}

