/* ==========================
	POP PAGE
===========================*/

@media (min-width: 1100px) {
    .pop .our-schools-button, .pop .header-utility-nav {
        display: none;
    }

    .pop .util-container > .fsElementContent {
        width: 100%;
    }

.infographic .fsTwoColumnLayout {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
}

@media (max-width: 1099px) {
    .pop .site-logo {
        margin-bottom: 0px;
    }

    .pop .site-logo img {
        max-width: 200px;
    }

    .pop .util-container {
        margin-top: 0px;
    }

}

.pop .site-logo strong {
    display: none;
}

.pop #fsHeader,
.pop .fsHeader .nav-main,
.pop .header-utility-misc,
.pop #fsMenu {
    background-color: #E41138;
    color: white;
}

.pop #fsHeader .header-utility-nav .fsNavLevel1 {
    background-color: #9f0c27;
    color: white;
}

.splash {
    height: 40vw;
    max-height: 600px;
    min-height: 200px;
    background-color: #E41138;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.splash h1{
    text-align: center;
    font-family: "Roboto Condensed";
    font-weight: 800;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    top: 16vw;
    font-size: 18vw;text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15), 9px 26px 2px rgba(206,206,206,0);
}

.splash footer {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -60px;
    z-index: 1000;
    padding: 0px 0px 15px;
    background-color: #623b5a;
}

.splash footer p {
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
}

.infographic {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px 40px 30px;
}

infographic .fsTwoColumnLayout {
    margin-bottom: 0px;
}

.infographic .fsStyleColumn-last {
    padding: 6vw 0px;
}

.infographic .module-gray {
    border: 10px solid #E41138;
    border-top: 10px solid #E41138!important;
    border-radius: 20px;
}


/* ==========================
	TABLE OF CONTENTS
===========================*/

.fsNavigation.navTable ul {
    overflow:hidden;
}

.fsNavigation.navTable a {
    border-bottom: 1px solid #e7e7e7;
    float:left;
    font-size: 18px;
    padding-left: 10px;
}

.fsNavigation.navTable a:hover {
    background-color: #f7f7f7;
}

@media screen and (min-width: 950px){
    .fsNavigation.navTable a {
        width:33.33%;
    }
}

@media screen and (max-width: 949px) and (min-width: 650px){
    .fsNavigation.navTable a {
        width:50%;
    }
}

@media screen and (max-width: 649px){
    .fsNavigation.navTable a {
        width:100%;
    }
}


/* ==========================
	HOME GRID
===========================*/


.home-grid {
    max-width: 73.75rem;
    margin: 0 auto;
}

.fsElement:not(.fsLegend) .fsAlertFeeds {
    width: 100%;
}

.fsPostElement.fsSlideshow.gray article {
  padding: 30px;
  position: relative;
  margin-bottom: 0;
}

.fsPostElement.fsSlideshow.gray article:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: #f7f7f7;
  z-index: -1;
}

.module.module-gray {
    border-top: none;
}

.mod-image.module-gray .fsElementHeaderContent {
    border-bottom: none;
}

/* ==========================
	STATUS PAGE
===========================*/

.module-green,
.module-orange,
.module-red {
    background-color: #ffffff;
    color: #222222;
    padding: 0px;
}

.module-green {
    border: 2px solid green;
}

.module-orange {
    border: 2px solid orange;
}

.module-red {
    border: 2px solid red;
}

.module-green header,
.module-orange header,
.module-red header {
    color: #ffffff;
    text-align: center;
    padding: 20px 10px 5px;
}

.module-green header {
    background-color: green;
}

.module-orange header {
    background-color: orange;
}

.module-red header {
    background-color: red;
}

.module-green .fsElementTitle,
.module-orange .fsElementTitle,
.module-red .fsElementTitle {
    font-size: 30px;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
    font-family: "Roboto", sans-serif;
}

.module-green .fsElementContent,
.module-orange .fsElementContent,
.module-red .fsElementContent {
    padding: 10px 15px 0px
}

.fsPostElement .fsTag-752 .fsTags {
    background-color: orange;
    font-weight: 900;
    color:white;
}
.status-page .fsTag-752 a {
    background-color: orange;
}
.status-page .fsTag-752.fsStateSelected a {
    background-color: darkorange;
}
.fsPostElement.fsGrid.outline-post article.fsTag-752:before {
    border: 2px solid orange;
}
.fsPostElement .fsTag-751 .fsTags {
    background-color: red;
    font-weight: 900;
    color: white;
}
.status-page .fsTag-751 a {
    background-color: red;
}
.status-page .fsTag-751.fsStateSelected a {
    background-color: darkred;
}
.fsPostElement.fsGrid.outline-post article.fsTag-751:before {
    border: 2px solid red;
}

.fsPostElement .fsTag-747 .fsTags {
    background-color: green;
    font-weight: 900;
    color: white;
}
.status-page .fsTag-747 a {
    background-color: green;
}
.status-page .fsTag-747.fsStateSelected a {
    background-color: darkgreen;
}
.fsPostElement.fsGrid.outline-post article.fsTag-747:before {
    border: 2px solid green;
}


/* ==========================
	General Styles
===========================*/



@media (min-width: 1100px){
	.nav-main .fsNavLevel1 > li.darken > a {
		background: rgba(0,0,0,0.3);
	}
}

.fsCalendarEventGrid .fsCalendarOutOfRange .fsCalendarInfo {
    visibility: hidden;
    display: none!important;
}

.fsSharingButtonsContainer {
    margin-top: 20px;
    clear: both;
}

.home-content .fsBreadcrumb {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: "proxima-nova", "Roboto", sans-serif;
}

@media (min-width: 700px) {
    .header-slider article:before {
    height: 600px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0,0,0,0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0,0,0,0.7) 70%);
    }
}

/* ===========================
    EVENT POST & OUTLINE POST
============================*/

.event-post .fsTitle {
    font-size: 23px;
}

.fsPostElement.fsGrid.event-post article,
.fsPostElement.fsGrid.outline-post article {
    padding: 30px;
    position: relative;
    margin-bottom: 0;
}

.fsPostElement.fsGrid.event-post article:before,
.fsPostElement.fsGrid.outline-post article:before {
    border: 1px solid #dce0ea;
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background-color: #ffffff;
    z-index: -1;
}

.event-post article ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.event-post article li:before {
    display: inline-block;
    margin-right: 7px;
    line-height: 1;
    font-size: 80%;
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.event-post article li:nth-child(1):before {
    content: "\E90F";
}

.event-post article li:nth-child(2):before {
    content: "\E906";
}

.event-post article li:nth-child(3):before {
    content: "\E928";
}

.event-post article li:nth-child(4):before {
    content: "\E918";
}


/* ===========================
    Quote Box
============================*/

.quote-box article {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.quote-box article img {
       margin-bottom: 0px;
    }

.quote-box .fsBody {
    font-family: "abril-text", "Gelasio", Georgia, serif;
    line-height: 1.2em;
}

.quote-box .fsBody a {
        color: #ffffff;
    }

@media (min-width: 900px){
    .quote-box .fsBody {
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-35%, -50%);
        background-color: rgba(0,0,0,0.5);
        padding: 20px;
        border-radius: 10px;
        box-shadow: 5px 5px 0px white, 9px 9px 0px rgba(255, 255, 255, 0.4);
        font-family: "abril-text", "Gelasio", Georgia, serif;
        font-size: 28px ;
        line-height: 1.2em;
        color: #ffffff!important;
        text-align: center;
        text-shadow: 1px 1px 5px black;
    }

    .quote-box article img {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        transition: 0.3s;
    }

    .quote-box:hover article img {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}

@media (max-width: 899px){
    .quote-box .fsBody {
        font-size: 22px;
        background: #333333;
        color: #ffffff;
        padding: 20px;
}
}

/* ===========================
    Buttons
============================*/

.fs_style_25,
.fs_style_28,
.fs_style_32,
.fs_style_35 {
    font-family: "proxima-nova", "Roboto", sans-serif;
}

.fsLoadMoreButton {
    margin: 20px auto 0px;
    display: block;
}

/* ===========================
    Breadcrumbs
============================*/

.hide-breadcrumb .header-breadcrumb {
    display: none;
}

.district-theme .fsBreadcrumb li:last-child {display: none;}

/*.district-theme .fsBreadcrumb li:nth-child(3) {
    display: none;
}*/

/* ===========================
    Landing Pages
============================*/

@media (min-width: 900px){
    .home-content-overlap {
        position: relative;
        top: -150px;
        z-index: 100;
        margin-bottom: -150px;
        background: #ffffff;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
    }
}

@media (max-width: 899px){
    .home-content-overlap {
        padding-top: 0px;
    }
}

/* ===========================
    Modules
============================*/

.module {
font-family: "Roboto";
}

/* OUTLINE__________________*/

.module-outline {
    background: transparent;
    color: #333333;
    border: 1px solid #dce0ea;
    margin-bottom: 20px;
}

.module.module-outline a {
    color: #a50733;
}

/* ONE PAGE NAV______________*/

.module-one-page-nav {
    background: #f7f7f7;
    color: #333333;
    border-radius: 10px;
    text-align: left;
    line-height: 16px;
    padding: 20px 30px;
    max-width: 900px;
    margin: 0px auto;
    overflow: hidden;
}

.module.module-one-page-nav h2,
.module.module-one-page-nav p {
    font-family: "proxima-nova", sans-serif;
    color: #343b41;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    margin: 0px;
    margin-right: 10px;
    padding: 0px;
}

.module.module-one-page-nav ul,
.module.module-one-page-nav li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.module.module-one-page-nav li {
    display: inline-block;
    float: left;
}

.module.module-one-page-nav li:not(:last-child):after {
    content:'/';
    margin: 0px 5px;
    color: #cccccc;
}

.module.module-one-page-nav li a {
    font-family: "proxima-nova", "Roboto", sans-serif;
    color: #343b41;
}

/* EVENT____________________*/

.module-event {
    background: #ffffff;
    color: #333333;
    padding: 0px;
    line-height: 1.2;
    overflow: hidden;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.25);
}

.module-event h3,
.module-event h2 {
    display: block;
    background: #005f98;
    color: #ffffff;
    text-align: center;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 900;
    font-family: "proxima-nova", "Roboto", sans-serif;
    margin-bottom: 20px;
}

.module-event p {
    padding-left: 30px;
    padding-right: 30px;
}

.module-event .fs_style_28 {
    font-size: 12px;
    padding: 10px 15px;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
}

.module-event .fs_style_28:before {
    content: '+';
    margin-right: 5px;
}

.module-event ul {
    list-style-type: none;
    padding-left: 30px;
    padding-right: 30px;
}

.module-event li {
    list-style-type: none;
    margin-bottom: 10px;
}

.module-event li:before {
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
    font-size: 80%;
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
}

.module-event li.location:before {
    content: "\E928";
}

.module-event li.time:before {
    content: "\E906";
}

.module.module-event a {
    color: #a50733;
}

/* ===========================
	Posts
============================*/

.fsPostElement.fsPost.fsSingleItem .fsDate {
	margin-bottom: 20px;
}

.fsPost .fsBody .fsImage,
.fsPost .fsBody .fsImageCaptioned {
    margin-bottom: 30px;
}

.fsPost .fsBody .fsImageCaptioned figcaption {
    background: #f2f2f2;
    padding: 4px 10px;
    font-size: 14px;
    margin-top: -7px;
    font-style: italic;
}

/* ===========================
	Layout
============================*/

.header-photo.home-buttons .fsElementContent {
    margin-left: 0px;
}

/* ===========================
	Subscribe
============================*/

.nsdSubscribe {
}

.nsdSubscribe .fsElementControls {
 position:relative;
}

.nsdSubscribe-button-only .fsListLevel1 {
    display: none;
}


.nsdSubscribe .fsAlertFeeds {
    margin-bottom: 20px;
    overflow: hidden;
}

.nsdSubscribe a.fsAlertsIcon,
.nsdSubscribe a.fsRSSIcon {
    width: 200px;
    height: 40px;
    position:relative;
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
}

.nsdSubscribe a.fsAlertsIcon {
	float:left;
}

.nsdSubscribe a.fsRSSIcon {
	float:right;
}

.nsdSubscribe a.fsRSSIcon:before {
    content: 'RSS';
    left: 45%;
}

.nsdSubscribe a.fsAlertsIcon:before {
    content: 'Subscribe';
    left: 40%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.nsdSubscribe a.fsAlertsIcon:before,
.nsdSubscribe a.fsRSSIcon:before {
    position: absolute;
    display: inline-block;
    line-height: 40px;
    color: white;
    height: 40px;
    background-image: none;
    width: auto;
    margin-top: 0px;
}

.nsdSubscribe a.fsRSSIcon:after {
    content: "\E927";
    font-family: "IcoMoon";
}

.nsdSubscribe a.fsAlertsIcon:after {
    content: "\E909";
    font-family: "IcoMoon";
}

.nsdSubscribe a.fsAlertsIcon:after,
.nsdSubscribe a.fsRSSIcon:after {
    background: rgba(0,0,0,0.1);
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
    text-decoration: none;
    color: white;
}

/* ============================
	Constituent Directory
=============================*/

.fsDirectory .fsWebsite,
.fsDirectory .fsViewBoardsLink,
.fsDialogContent .fsConstituentBoardLink {
    height: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.fsWebsite a:after,
.fsDirectory .fsViewBoardsLink:after,
.fsDialogContent .fsConstituentBoardLink:after {
    position: absolute;
    text-decoration: underline;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f7f7f7;
    color: #a50733;
    content: "View Website";
    font-weight: bold;
}

.fsDialogContent .fsConstituentBoardLink:after {
    background: #ffffff;
}

.fsWebsite a:hover:after,
.fsDirectory .fsViewBoardsLink:hover:after,
.fsDialogContent .fsConstituentBoardLink:after {
	text-decoration: none;
}

.fsTitle .fsProfileSectionFieldName {
    display: none;
}

.fsProfileSectionData.fsTitle {
    margin-top: -20px;
    font-style: italic;
}

.fsPostElement.fsGrid.gray article:before {
    border: 1px solid #e9e9e9;
    border-top-color: #f2f2f2;
    border-left-color: #f2f2f2;
}

.fsTitles {
    font-style: italic;
    line-height: 1.1em;
    margin-top: -10px;
}

.fsLocations:before {
    content: "\E928";
    font-family: "IcoMoon";
    color: #666666;
    font-size: 15px;
    speak: none;
}

.fsProfileSection h4 {
    display: none;
}

.fsPhone div:first-child {
    font-weight: 900;
    margin-top: 20px;
}


/*--------------------------------------------------
Unlimited NEWS FEED
------------------------------------------------*/

.featured-news article {
    margin-bottom: 5px;
}

.featured-news article .fsThumbnail {
    max-width: none;
    width: 200px;
}

@media (min-width: 900px){
.featured-news article .fsThumbnail {
    display: block;
    margin-top: 5px;
    margin-right: 35px;
}
}

.fsPostElement .fsSummary {
    margin-top: 8px;
}

.featured-news article:nth-child(1n + 4),
.featured-news article:nth-child(5) {
    padding-top: 26px;
    border-top: 1px solid #dce0e9;
    margin-top: 26px;
    width: 100%;
}

.featured-news article:nth-child(5),
.featured-news article:nth-child(1n + 4) {
    padding-top: inherit;
    border-top: inherit;
    margin-top: inherit;
}

.featured-news article:nth-child(5) .fsThumbnail,
.featured-news article:nth-child(1n + 4) .fsThumbnail {
    width: 200px;
    max-width: none;
    display: block;
    margin-top: 5px;
    margin-right: 35px;
}

.featured-news article:nth-child(1n + 4) .fsSummary {
    display: inherit;
}

@media (min-width: 600px){
.featured-news article:nth-child(1n + 4),
.featured-news article:nth-child(5) {
    width: 100%;
    padding: inherit;
    margin-top: inherit;
}
.featured-news article:nth-child(5) {
    padding-left: 0px;
}
.featured-news article:nth-child(5):before {
    content: none;
}

.featured-news article:nth-child(5):before {
    position: inherit;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    background: none;
}
}

/*SELECT LAST TWO===================

.featured-news article:nth-last-child(-n+1),
.featured-news article:nth-last-child(-n+2) {
    width:50%;
    position: relative;
}
.featured-news article:nth-last-child(-n+2) {
    padding-right: 15px;
}
.featured-news article:nth-last-child(-n+1) {
    padding-left: 15px;
}
.featured-news article:nth-last-child(-n+1) .fsThumbnail,
.featured-news article:nth-last-child(-n+2) .fsThumbnail {
    display:none;
}
.featured-news article:nth-last-child(-n+1):before {
    content: '';
}

.featured-news article:nth-last-child(-n+1):before {
    position: absolute;
    top: 15px;
    left: -15px;
    width: 1px;
    height: calc(100% - 30px);
    background: #dce0e9;
}

.featured-news article:nth-last-child(-n+1) .fsSummary,
.featured-news article:nth-last-child(-n+2) .fsSummary {
    display: none;
}

=========================== */