
body{
	font-family: 'Open Sans', sans-serif;
	min-height:100%;
	background:#001b49;
}

h1,h2,h3,h4{
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
}
h2 {
	color: #5e172d;
	font-size: 28px;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
}
h3 {
	color: #c21b41;
	font-size: 20px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
}
h4 {
	color: #a8b400;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
}


hr{
    background: none repeat scroll 0 0 #909291;
	border: none;
    height: 1px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.btn-default {
	background: none;
	border: 1px solid #5c5c5c;
	border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0px;
	text-decoration: none !important;
    text-transform: uppercase;
}
.btn-default span {
	background-color: #5c5c5c;
	border-radius: 7px;
	display: block;
	margin: 2px;
	padding: 5px 35px;
}
.btn-default span::after {
    font-family: "Font Awesome 5 Free";
	content: "\f061";
	color: #fff;
	padding-left: 10px;
}

.btn-default.red {
	border: 1px solid #bb133e;
}
.btn-default.red span {
	background-color: #bb133e;
}

.button-bar {
	margin: 25px 0 15px 0;
	text-align: center;
}

/*img-responsive override for IE*/
.img-responsive{
	width: auto;
	max-width:100%;
}


.outer-wrapper{
	width:auto;
	/*max-width:1450px;*/
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.outer-wrapper.sub-wrapper{
	min-height:850px;
	background-repeat:no-repeat;
	background-size:contain;

}

.outer-wrapper.home-content{
	background: #e6e6e6;
	padding: 5em 0;
}

.outer-wrapper.sub-header-wrapper{
	background-color:#ffffff;
	padding-top:20px;
}

.outer-wrapper.page-divider{
	padding-top:0px;
}

.inner-wrapper {
	padding-bottom: 7em;
}
.inner-wrapper:last-child {
	padding: 0;
}

.main {
	background-color: #e6e6e6;
}


.footer-wrapper{
	/*margin:40px 0px;*/
	padding-top: 60px;
	color:#a2a4a3;
}

.footer-wrapper a{
	color:#a2a4a3;
	font-weight: 600;
}

.footer-wrapper a:hover{
	color:#00c5d7;
	text-decoration:none;
}

header {
	background: #fff;
}

.site-nav {
	background: none;
	border: none;
	display: block;
	padding: 0px;
}
.site-nav .navbar-nav > li > a {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 5px;
	padding: 15px;
	text-transform: uppercase;
}
.site-nav .dropdown-toggle::after {
	color: #00c5d7;
	border: none !important;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	content: "\f078";
	vertical-align: 0;
}
.site-nav .dropdown-menu {
	background: #022960;
	border-radius: 0;
	margin: 0;
}
.site-nav .dropdown-item {
	color: #fff;
	font-size: 15px;
	padding: .25rem 1rem;
}
.site-nav .dropdown-item:focus, .site-nav .dropdown-item:hover {
	background: #e6e6e6;
	color: #001b49;
}
.site-nav .dropdown-item i {
	font-size: 13px;
}

.site-nav li.mobile {
	display: none;
}

.navbar-toggler {
	color: #001b49;
}

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e0e0e0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.sticky-header .logo{
	padding:0px 0px;
	margin: 0;
}
.sticky-header .donateNow {
	margin: 0px;
}
.sticky-header .donateNow a {
	padding: 7px 20px;
}
.sticky-header .site-nav .navbar-nav > li > a {
	padding: 10px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	background: #232947;
	padding: 5px 0;
	visibility:visible;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.fixed-header .logo img {
	height: 40px;
}


.navbar-container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 23px;
	height: 100%;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1140px;
}
.navbar-top {
	padding: 15px 0;
	position: relative;
}
.navbar-bottom {
	background: #001b49;
}
.navbar-top-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}
.header-links {
	display: flex;
	xalign-items: flex-end;
}

.donateNow {
	display: flex;
	margin-top: -15px;
}
.donateNow a {
	background-color: #bb133e;
	border-bottom: 5px solid #5e172d;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.header-nav {
	margin: 0 0 0 15px;
	padding: 0px;
	display: flex;
	align-items: center;
}
.header-nav > li {
    display: inline-block;
	margin: 0px 0px 0px 5px;
}
.header-nav > li.divider {
	color: #bb133e;
	font-size: 10px;
	font-weight: bold;
}
.header-nav > li.divider:last-child {
	display: none;
}
.header-nav a {
    /*background-color: #636363;*/
    border-radius: 0px;
	color: #000;
    display: block;
    padding: 3px 0;
    /*width: 30px;*/
	text-align: center;
}

.panel-heading {
	color: #bb133e;
	font-size: 40px;
	font-weight: 700;
	display: flex;
	flex: 1;
	width: 70%;
	margin: auto auto 40px auto;
	line-height: 1em;
	text-align: center;
}
.panel-heading:before, .panel-heading:after,
.panel-heading-ie span.after, .heading-ie span.before{
	content: '';
	flex-grow: 1;
	margin: 0px 10px;
	background: linear-gradient(to right, #5e172d, #5e172d);
	background-size: 100% 1px;
	background-position: 0% 63%;
	background-repeat: repeat-x;
}
.panel-heading span {
	display: block;
	color: #384655;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1em;
	text-transform: uppercase;
}

#accordionEx .card {
	margin-bottom: 5px;
}
#accordionEx .card-header {
	background-color: #f2f2f2;
}
#accordionEx .card-header a {
	color: #565a5c;
}
#accordionEx .card-header i {
	color: #00c5d7;
	font-size: 22px;
	float: right;
}

/*START: General Styles*/
.circle-buttons {
	background: #001b49;
	border-bottom: 5px solid #fff;
}
.circle-button-wrapper{
	text-align:center;
	color:#ffffff;
}

/*.circle-button-wrapper img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.circle-button-wrapper a.circle-button-link:hover img{
	-webkit-transform: scale(.9);
	transform: scale(.9);
}*/

a.circle-button-link{
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding: 50px 15px;


	-webkit-transition: text-shadow .2s ease;
	-moz-transition: text-shadow .2s ease;
	-o-transition: text-shadow .2s ease;
	transition: text-shadow .2s ease;

	-webkit-transition: color 100ms ease-out .1s;
    -moz-transition: color 100ms ease-out .1s;
    -o-transition: color 100ms ease-out .1s;
    transition: color 100ms ease-out .1s;
}

a.circle-button-link:hover{
	background: #022960;
}

.circle-button-title{
	font-size:28px;
	line-height: 34px;
	text-decoration:none;
	margin-top:10px;
	font-weight:bold;
}

.school-heading{
	color:#a8b400;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}

.editor {
	padding-bottom: 35px;
}
.editor .school-tagline{
	margin-bottom:20px;
}

/*END: General Styles*/


/*START: Sub Page Styles*/
.pageHeader{
	background: #fff;
	margin-bottom:15px;
	margin-top:35px;
	padding: 5px 15px;
}

.pageHeader h1{
	color:#bb133e;
	font-size:38px;
	font-weight: 700;
	margin: 0;
}
/*END: Sub Page Styles*/


/*START: Nav Styles*/
.hpl-navbar.navbar{
	border: none;
	margin:10px 0 20px 0;
}

.hpl-navbar,
.hpl-navbar a{
	color:#ffffff;
	font-size:15px;
}

.hpl-navbar .nav>li>a {
	display: inline-block;
	padding: 14px 5px;
}
.hpl-navbar .nav>li.open>a:after {
	content: "";
    border-color: transparent transparent #e1e1e1 transparent;
    border-style: solid;
    border-width: 0px 15px 15px 15px;
    height: 0px;
    width: 0px;
	position: absolute;
	bottom: -12px;
	top: auto;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.hpl-navbar .nav>li>a:hover,
.hpl-navbar .nav>li>a:focus{
	background:none;
	color:#a8b400;
}

.footer-nav{
	padding:0;
	list-style:none;
}
.footer-nav > li {
	margin-bottom: 5px;
}

.footer-copyright{
	text-align:center;
	padding:0;
	margin: 50px 0px 25px 0px;
}

.footer-copyright{
	color:#a2a4a3;
	font-size:12px;
}
.footer-copyright a {
	text-decoration: underline;
}

.footer-copyright li{
	list-style:none;
	display:inline-block;
}


#nav-spacer{
	width:100%;
	margin-top:-10px;
	background-color:#e1e1e1;
	-webkit-transition: height 100ms ease-out .1s;
    -moz-transition: height 100ms ease-out .1s;
    -o-transition: height 100ms ease-out .1s;
    transition: height 100ms ease-out .1s;
}

#nav-spacer.menu-hide{
	-webkit-transition: height 100ms ease-out .1s;
    -moz-transition: height 100ms ease-out .1s;
    -o-transition: height 100ms ease-out .1s;
    transition: height 100ms ease-out .1s;
}


.footer-copyright>li:before{
	content:"|";
	padding-right:5px;
	text-decoration:none;
	float:left;
	color:#bb133e;
	font-size:16px;
}

.footer-copyright>li:first-child:before,
.navbar-nav>li:last-child:after{
	content:"";
}


.quick-links{
	list-style:none;
	padding:0;
}
.quick-links li{
	margin-bottom: 5px;
}
.quick-links li > a{
	font-weight: 400;
}

.quick-links li:before{
	content:"\203A";
	color:#00c5d7;
}

.navbar-header .icon-bar{
	background-color:#ffffff;
}

.mobile-logo-wrapper{
	margin:0 auto;
	text-align:left;
	padding:10px 0 10px 5px;
	display:inline-block;
}

.navbar-toggle {
	border: 2px solid #001b49;
	margin-top: 25px;
	margin-right: 5px;
}

.navbar-header .icon-bar {
	background-color: #001b49;
}

/*END: Nav Styles*/

/*START: Search Styles*/
.search-form-wrapper{
	padding-left: 10px;
	text-align:right;
	overflow:auto;
}

.search-form{
	margin-top:10px;

}

.search-form input.search{
	width:100%;
	background-color: transparent !important;
    padding: 4px 4px 4px 10px;
    font-size: 13px;
    color: #ffffff;
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}
/*END: Search Styles*/

/*START: Home Styles*/
.home-header-wrapper{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin-top:20px;
	z-index:100;
}


.home-block {
	margin-bottom: 25px;
}
.home-block-image{
	padding: 0;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.65);
}

.home-block-header{
	position:absolute;
	display:inline-block;
	padding:5px 10px;
	background:#a2a4a3;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform:uppercase;
	top:0;
    left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.home-block-header-graphic{
	min-width:100%;
}

.home-block-content-wrapper{
	padding:30px;
}

.home-block-content-date{
	font-size:14px;
}

.home-block-content-title{
	color:#001b49;
	font-size:28px;
	font-weight:bold;
	margin-bottom:15px;
	line-height:32px;
}

.home-block-content{
	font-size:15px;
	color:#000000;
	margin-bottom:15px;
}

a.home-block-content-more{
	color:#6a7a00;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}

a.home-block-content-more:after{
	content:"\203A";
	margin-left:5px;
	display:inline-block;
	text-decoration:none;
}

.home-news{

}

.home-event{

}

.marquee-content-wrapper{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:20px 20px 75px 0px;
	z-index: 10;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e172d+0,001b49+100&0+0,1+100 */
	xbackground: -moz-linear-gradient(top, rgba(94,23,45,0) 0%, rgba(0,27,73,1) 100%); /* FF3.6-15 */
	xbackground: -webkit-linear-gradient(top, rgba(94,23,45,0) 0%,rgba(0,27,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
	xbackground: linear-gradient(to bottom, rgba(94,23,45,0) 0%,rgba(0,27,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e172d', endColorstr='#001b49',GradientType=0 ); /* IE6-9 */

}
#homeSlider .rsSlide:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,1c1c1c+100&0+10,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(232,232,232,0) 10%, rgba(28,28,28,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(232,232,232,0) 10%,rgba(28,28,28,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(232,232,232,0) 10%,rgba(28,28,28,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc1c1c1c',GradientType=0 ); /* IE6-9 */
}

#homeSlider {
	width: 100%;
	height: 40vw;
	position: relative;
}

.marquee-title{
	color: #fff;
	font-size:40px;
	font-weight:bold;
}

.marquee-content-wrapper .school-heading{
	color: #fff;
	margin-bottom:10px;
}

.marquee-content{
	line-height:1.5em;
	font-size:17px;
}

a.marquee-more{
	color:#00c6d7;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-left:5px;
	display:inline-block;
}

a.marquee-more:after{
	content:"\203A";
	margin-left:5px;
	display:inline-block;
	text-decoration:none;
}


.video-link{
	margin:20px 0;
}

.rsMinW .rsBullets{
	bottom:20px;
    left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.rsMinW .rsBullet{
	padding:8px;
	height:inherit;
	width:inherit;
}

.rsMinW .rsBullet span{
	display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #CCC;
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);

}


/*END: Home Styles*/

/*START: Social Styles*/
.social-title{
	color:#021339;
	font-size:13px;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform:uppercase;
}

.social li{
	display:inline-block;
}

.social a{
	color:#384655;
	margin:0 5px;
}
/*END: Social Styles*/

/*START:PageDivider*/
.page-divider-wrapper{
	position:relative;
	height:50px;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#757575+0,7f7f7f+100 */
	background: #757575; /* Old browsers */
	background: -moz-linear-gradient(top, #757575 0%, #7f7f7f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #757575 0%,#7f7f7f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #757575 0%,#7f7f7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-9 */

}

.page-divider-marker{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 35px 0 35px;
	border-color: #001b49 transparent transparent transparent;
	margin:0 auto;
}

.sub-button-divider .outer-wrapper{
	background:#fff;
}

.sub-button-divider .page-divider-marker{
	border-color:#ffffff transparent transparent transparent;
}


/*END:PageDivider*/

/*START: Breadcrumb*/
.breadcrumb{
	background:none;
	border-radius:none;
	margin-bottom:30px;
	font-size:15px;
}

.breadcrumb > li + li:before{
	color:#565a5c;
}

.breadcrumb a{
	color:#565a5c;
}

.breadcrumb>.active{
	color:#021339;
}
/*END: Breadcrumb*/

/*BEGIN: Resources*/
.resources {
}
.resources .item {
	border: 2px solid #001b49;
	margin-bottom: 15px;
}
.resources h5,
#small-dialog h5 {
	color: #a8b400;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
}
.resources .item a {
	background-image: url(../img/resources_type_off.gif);
	background-position: right 20px center;
	background-repeat: no-repeat;
	color: #707070;
	display: block;
	padding: 25px 85px 25px 25px;
}
.resources .item a:hover,
.resources .item a:focus {
	background-color: #808080;
	background-image: url(../img/resources_type_on.gif);
	color: #a2a4a3;
	text-decoration: none;
}
.resources .type,
#small-dialog .type {
	color: #001b49;
}
.resources .item a:hover .type,
.resources .item a:focus .type {
	color: #fff;
}

.resources .list {
	border-bottom: 1px solid #a2a4a3;
	margin-bottom: 40px;
}
.resources .list:last-child {
	border: none;
}
.resources .list ul {
	margin: 0px;
	padding: 0px;
}
.resources .list ul > li {
	list-style-type: none;
	margin-bottom: 5px;
}
.resources .list a {
	color: #565a5c;
}
.resources .list.docs a {
	background-color: #f2f2f2;
	display: block;
	padding: 15px 25px 15px 25px;
	text-transform: uppercase;
}

/*END: Resources*/
.schools .pageHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.schools .btn-backtosearch {
	border: none;
	padding: 10px 10px 10px 10px;
}
.schools .list ul {
	margin: 0px;
	padding: 0px;
}
.schools .list ul > li {
	list-style-type: none;
	margin-bottom: 30px;
}
.schools .search {
	margin: 30px 0px;
}
.schools .listing {
	background-color: #fff;
	height: 100%;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
	min-height: 437px;
}

.schools .content {
	font-size: 17px;
	line-height: 1.5em;
}

.schools .listing .town {
	background: #001b49;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 10px;
	text-transform: uppercase;
}
.schools .listing .image {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 146px;
	width: 100%;
}
.schools .listing .details {
	color: #565a5c;
	font-size: 15px;
	padding: 25px;
	line-height: 24px;
}
.schools .grade-levels {
	font-size: 14px;
	margin-bottom: 3px;
}
.schools .listing .name a {
	color: #021339;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.schools .listing .url {
	display: inline-block;
	margin-top: 5px;
}
.schools .listing .more {
	color: #c21b41;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 15px;
	text-transform: uppercase;
}
.schools .header-panel {
	background: #ccc;
}
.schools .details {
	padding: 2em;
}
.schools .details .header {
	background-color: #ccc;
}
.schools .details .header .info-col {
	position: absolute;
	background: #fff;
	margin-top: 2em;
	margin-right: 2em;
	max-width: 340px;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.schools .details .header .info {
	padding: 20px;
}
.schools .details .header .image {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.schools .details .header .image img {
	height: auto;
	width: 100%;
	object-fit:cover;
}
.schools .details hr {
	margin: 15px 0;
}
.schools .details .school-logo {
	/*padding: 15px 0px;*/
	text-align: center;
	margin-bottom: 10px;
}
.schools .details .school-name {
	color: #001b49;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
}
.schools .details .county {
	background: #001b49;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 10px;
	text-transform: uppercase;
}
.schools .details .address {
	color: #565a5c;
	font-size: 15px;
}
.schools .details .link {
	color: #001b49;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
/*.schools .details .info {
	padding: 25px 30px 25px 0;
}*/
/*.schools .additional-details {
	color: #565a5c;
	padding: 25px 0 100px 0;
}*/
.schools .heading {
	color: #565a5c;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.schools .contactInfo {
	background: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 1em;
	margin-bottom: 15px;
}
.schools .social {
	margin: 15px 0 5px 0;
	padding: 0px;
}
.schools .social > li {
	margin: 0 10px 10px 0;
}
.schools .social a {
	color: #565a5c;
	font-size: 18px;
}
.schools .jobListings .listing {
	min-height: auto;
}
.schools .label {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.grade-levels .value:after {
	content: ",";
}
.grade-levels .value:last-child:after {
	display: none;
}


.action-links a {
	background: #022960;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 1em;
	margin-bottom: 10px;
	text-decoration: none;
}
.action-links a:hover, .schools .action-links a:focus {
	background: #021c42;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.action-links .icon {
	padding-left: 20px;
	position: relative;
	display: flex;
	align-items: center;
}
.action-links .icon:before {
	content: "";
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 10px;

	background-size: 95%;
	background-repeat: no-repeat;
	background-position: center left;
	height: 40px;
	width: 40px;
}
.action-links .tour:before {
	background-image: url(../img/icon-people.png);
}
.action-links .financial:before {
	background-image: url(../img/icon-question.png);
}
.action-links .apply:before {
	background-image: url(../img/icon-computer.png);
}
.action-links a::after {
	color: #fff;
	border: none !important;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	content: "\f061";
	vertical-align: 0;
	margin-left: 7px;
}

.school-map-wrapper{
	padding-bottom: 50px;
}

.school-map{
	width:300px;
	height:300px;
	border-radius:50%;
	margin-left: 25px;
	margin-bottom: 25px;
}

.btn-viewlistings {
	border: 1px solid #a2a4a3;
	color: #000;
	display: inline-block;
	padding: 10px;
}
.btn-viewlistings:hover {
	text-decoration: none;
}
.btn-viewlistings span {
	padding-left: 10px;
}

.btn-backtosearch {
	border: 1px solid #c4c5c5;
	color: #565a5c;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	/*margin-bottom: 25px;*/
	padding: 10px 25px 10px 10px;
}
.btn-backtosearch:hover {
	text-decoration: none;
}
.btn-backtosearch span {
	padding-right: 10px;
}


.staff .item {
	display: flex;
	xjustify-content: space-between;
	align-items: flex-start;
	background: #fff;
	margin-bottom: 30px;

	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}
.staff .image {
	width: 190px;
	overflow: hidden;
}
.staff .image > img {
	max-width: 100%;
	height: auto;
}
.staff .details {
	flex: 0 1 100%;
	color: #565a5c;
	padding: 20px 25px;
}
.staff .details a {
	color: inherit;
}
.staff .unicodeLink {
	text-decoration: underline;
}
.staff .details .sub {
	font-size: 12px;
	font-weight: 700;
}
.staff h4 {
	color: #001b49;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}
.staff .title {
	color: #001b49;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.staff .link {
	color: #bb133e !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
}
.staff .details .numbers {
	display: flex;
	margin-bottom: 10px;
}
.staff .details .numbers > div {
	margin-right: 10px;
}


.jobListings ul.listingNav {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.jobListings ul.listingNav > li {
	color: #565a5c;
	display: inline-block;
	list-style-type: none;
}
.jobListings ul.listingNav > li a {
	color: #565a5c;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.jobListings ul.listingNav > li:after {
	content: " | ";
	color: #565a5c;
}
.jobListings ul.listingNav > li:last-child:after {
	content: "";
}
.jobListings .listing {
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom:15px;
}
.jobListings .listing .title {
	border-radius: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.25em;
	text-align: left;
	padding: 0px;
	width: 100%;
	margin: 0;
}
.jobListings .listing .title:before,
.jobListings .listing .title:after {
	display: none;
}
.jobListings .listing .title a {
	background-color: #565a5c;
}
.jobListings .listing .title a {
	color: #fff;
	display: block;
	padding: 10px 50px 10px 25px;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.jobListings .listing .title a:hover,
.jobListings .listing .title a:active {
	background-color: #001b49;
}
.jobListings .listing .title i {
	position: absolute;
	right: 15px;
	top: 12px;
}
.jobListings .listing .desc {
	background:#f2f2f2;
	padding: 20px 50px;
}
.jobListings .listing .title span {
	color: #fff;
	text-transform: none;
	display: inline-block;
}
.jobListings .listing .title span:before {
	content: ",";
}
.jobListings .listing .title span:first-child:before {
	display: none;
}

.image-panel {
	/*background-image: url(../img/explore-our-schools.jpg);*/
	background-position: top;
	height: 550px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.image-panel:before {
	content: "";
	background: rgba(0,0,0,.65);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.image-panel .details {
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
.image-panel .details .sm-text {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.image-panel .details .lg-text {
	color: #fff;
	font-size: 40px;
	text-transform: none;
}
.image-panel .btn-default {
	border: 1px solid rgba(255,255,255.6);
	margin-top: 50px;
	position: relative;
}
.image-panel .btn-default:before {
	content: "";
	background-image: url(../img/two-people-walking.png);
	width: 48px;
	height: 31px;
	position: absolute;
	top: -33px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.image-panel .btn-default span {
	background-color: rgba(0,0,0,.6);
}

.formHeading {
	background:#f2f2f2;
	border: none;
	box-shadow: none;
	margin: 0px;
	padding: 25px 15px;
}
.formHeading img {
	float: left;
	margin-right: 15px;
}
.formHeading div {
	overflow: hidden;
}
.customForm {
	color: #565a5c;
}
.customForm .formLegend {
	background:#a2a4a3;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
	padding:10px 25px;
	text-transform: uppercase;
}
.customForm .form-group {
	padding: 0px 25px;
}
.customForm .form-group p {
	margin-bottom: 5px;
}
.form-horizontal.customForm .control-label {
	padding-top: 0px;
}
.customForm fieldset {
	background-color: #f2f2f2;
}
.customForm .panel {
	background: none;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 5px;
}
.customForm .panel-heading {
	background-color: #ccc;
	border-radius: 10px 10px 0px 0px;
	padding: 15px;
}
.customForm .panel-heading a {
	color: #565a5c;
}
.customForm .panel-title {
	font-size: 18px;
	text-transform: none;
}
.customForm .panel-collapse {
	background-color: #fff;
	color: #565a5c;
}

.styled-select {
	overflow: hidden;
	background: url(../img/arrow_down_blue.gif) no-repeat right center;
	background-color: #fff;
	border: 1px solid #022960;
	height: 41px;
	width: 320px;
	display: inline-block;
	margin-right: 25px;
	color: #565a5c;
}

.styled-select select {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */
	font-size: 16px;
	height: 39px;
	width: 345px;
	color: #022960;
	font-weight: 600;
}

/*START: Footer Styles*/
a.getDirections{
	color:#00c5d7;
	display:block;
	font-weight: bold;
	margin-top:10px;
	letter-spacing: 1px;
}

.getDirections:after{
	content:"\203A";
	margin-left:5px;
	text-decoration:none;
	display:inline-block;
}

.footer-map-wrapper {
	margin-top: 15px;
}

footer h3{
	color:#ffffff;
	font-weight:600;
	letter-spacing: 2px;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:20px;
}


/*END: Footer Styles*/

/* Styles for dialog window */
.resource-login {
	background-color: #f2f2f2;
	border: 5px solid #a2a4a3;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 28px;
	padding: 40px 60px;
	text-align: left;
	xheight: 772px;
	xmax-height: 772px;
	max-width: 550px;
	margin: 40px auto;
	position: relative;
}

.resource-login h5 {
	color: #a8b400;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 25px;
}
.resource-login h5 .type {
	color: #001b49;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;



	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Instagram */
#instagram{
	display: flex;
}
.shadow_holder{
	z-index: 0;
	position:relative;
	flex: 0 1 25%;
	margin: 0 20px;
}
#instagram .insta_tile{
	background-size:cover;
	background-position:center;
	padding: 100% 0 0 0;
	display:block;
}
#instagram .insta_tile:after{
	content:"";
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	-webkit-box-shadow: 0 0 9px 13px #000;
	-moz-box-shadow: 0 0 9px 13px #000;
	box-shadow: 0 0 9px 13px #000;
	opacity: 0.4;
	z-index: -1;
}

#homesocial{
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
#homesocial a{
	font-size:25px;
	margin: 0 10px;
	color:#384655;
}
@media(max-width:900px){
	#instagram{
		justify-content: center;
		flex-wrap: wrap;
	}
	.shadow_holder{
		flex: 0 1 34%;
		margin: 20px;
	}
}
@media(max-width:900px){
	.shadow_holder{
		margin: 10px;
	}
	#instagram .insta_tile:after{
		-webkit-box-shadow: 0 0 6px 10px #000;
		-moz-box-shadow: 0 0 6px 10px #000;
		box-shadow: 0 0 6px 10px #000;
	}
}



/* Careers Form */
#sortSchools{
	margin: 0 0 40px 0;
}
#noResults{
	margin: 0 0 50px 0;
	padding: 40px;
	border-radius:3px;
	border: 1px solid #aaa;
	background:#eee;
}
@media (max-width:600px){
	#sortSchools{
		margin: 0 0 20px 0;
	}
}


/*  */


#contactmap {
	display: block;
	margin-bottom: 25px;
	width: 100%;
	height: 500px;
}
.schools .list .number {
	margin-bottom: 10px;
	text-align: center;
}
.schools .list .number span {
	background-color: #bb133e;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.nav-tabs {
	border-bottom: 1px solid #001b49;
}
.nav-tabs .nav-link {
	border: 1px solid #ccc;
	border-bottom: 1px solid #001b49;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: #a2a4a3;
	border-bottom: 1px solid #001b49;
	color: #000;
	font-weight: 700;
}
