@charset "UTF-8";
.fsNavigation.nav-utility-header .fsNavLevel1 li.district-home:before {
	content: "\2302";
}
.fsNavigation.nav-utility-header .fsNavLevel1 li.schools-dropdown:before {
	content: "\1F56E";
}
.list-item-panel a {
	text-decoration: none;
}
.list-item-panel a:hover {
	background-color: #E6E6E6;
}
.fsElementContent .phone-link:before {
    content: "\E90E  ";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
}
.fsElementContent .email-link:before {
    content: "\2709  ";
    font-family: IcoMoon;
    font-smoothing: antialiased;
    font-weight: 400;
    speak: none;
}
.home .nav-tier,
.noSecondaryNav .nav-tier {
  display: none;
}
.slef-infographic {
  text-align: center;
}

.slef-infographic picture {
  height: 100px;
  display: inline-block;
}

.slef-infographic picture > img {
  height: 100%;
  width: auto;
}
.nav-social.large > div > nav > ul > li > a:before {
  font-size: 30px;
}

#fsFooter .fsBanner,
#fsPageBody,
.nav-tier ul{
  max-width: 1360px;
}
.fsElement.fsSlideshow .fsElementEmpty{
  display: none;
}
.fsComposeMode .fsElement.fsSlideshow .fsElementEmpty{
  display: block;
}
.fsMenu .fsNavigation.nav-utility-header .fsNavLevel1{
  display: flex;
  flex-direction: column;
}
.fsMenu .fsNavigation.nav-utility-header .fsNavLevel1 li:before,
.fsMenu .fsNavigation.nav-utility-header .fsNavLevel1 a{
	color:#6d6d6d;
}
.fsLocationElement .fsElementContent .fsLocationFax:before{
	content: 'Fax: '
}
.fsLocationElement .fsElementContent .fsLocationPhone:before{
	content: 'Phone: '
}
@media (min-width: 1024px) { 
  .slef-button > a {
    background: #d51920!important;
    border-radius: 5px;
    margin: -2px 0 0 8px;
    padding: 5px!important;
    text-transform: capitalize!important;
    letter-spacing: 1px!important;
    font-weight: 200!important;
}
}