@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700,700i|Parisienne");
@import url("../apps/js/polls/polls-pack.html");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Lato", sans-serif;
  font-size: 100%; }

html {
  height: 100%;
  background: url("../pics/html_bg.html") top center repeat; }
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0; }
    body.index #content_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }

  #header_main,
  #footer_main {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }

  #content_main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

body {
  background: url("../pics/body_bg.html") top center repeat-x; }

body, #footer_main {
  min-width: 320px; }

#header_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99;
  background-image: url("../pics/header_bg.png");
  background-position: inherit; }

.header_index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (min-width: 1024px) {
    .header_index {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      width: 1024px; } }

#skip_to_content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }
  #skip_to_content:focus {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    color: white; }

#header_title {
  margin: 0;
  font-size: 1rem;
  background-image: url("../pics/header.png");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 50% 0%; }
  @media screen and (min-width: 768px) {
    #header_title {
      width: 600px;
      background-size: 150px;
      background-position: 0% 0%; } }
  #header_title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: 200px;
    margin-top: 20px;
    color: #330066;
    font-family: "Lato", sans-serif;
    font-size: 3em;
    font-weight: 400;
    text-align: center;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      #header_title a {
        font-size: 4em;
        margin-top: 0px; } }

.school_name {
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .school_name {
      margin-top: -50px;
      margin-left: 30px; } }

.school_district {
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    .school_district {
      margin-top: -50px; } }

#topbar_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #topbar_nav a {
    padding: 0 10px;
    text-decoration: none;
    color: white; }
    #topbar_nav a:hover {
      color: #cfbe6c; }

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  background: #97999b;
  border-radius: 14px;
  width: 196px; }
  #search input#q {
    margin: 0;
    height: 28px;
    line-height: 28px;
    border: none;
    vertical-align: top;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: content-box; }
  #search input#q {
    padding: 0 10px;
    width: 104px; }

.edlio-search-button {
  margin-left: 45px;
  width: 18px;
  height: 18px;
  margin-top: 5px; }

#topnav_holder {
  width: 100%;
  margin-top: -60px; }
  #topnav_holder #topnav_mobile_toggle {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double #330066;
    border-bottom: 5px solid #330066; }
  #topnav_holder #topnav {
    position: absolute;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.8s; }
    #topnav_holder #topnav.open {
      max-height: 2000px; }
  #topnav_holder .nav-menu,
  #topnav_holder .sub-nav-group {
    margin: 0;
    padding: 0;
    list-style: none; }
    #topnav_holder .nav-menu a,
    #topnav_holder .sub-nav-group a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: .2em 10px;
      text-decoration: none; }
  #topnav_holder .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px; }
  #topnav_holder .sub-nav {
    display: none; }
    #topnav_holder .sub-nav.open {
      display: block; }
    #topnav_holder .sub-nav a {
      padding-left: 1.5em; }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: relative; }
      #topnav_holder #topnav_mobile_toggle {
        display: none; }
      #topnav_holder #topnav {
        position: static;
        max-height: none;
        overflow: visible; }
      #topnav_holder .nav-menu {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        position: relative; }
      #topnav_holder .sub-nav {
        position: absolute; }
        #topnav_holder .sub-nav a {
          width: 11.5em;
          padding-left: .5em; }
      #topnav_holder .nav-item:last-child .sub-nav:focus, #topnav_holder .nav-item:last-child .sub-nav.open {
        left: auto;
        right: 0; } }

#topnav_mobile_toggle {
  top: 40px;
  left: 20px; }

#topnav {
  background: #cccccc; }
  #topnav .nav-item > a {
    height: 42px;
    padding: 0 10px;
    font-size: 1.125em;
    font-weight: 700;
    color: #330066; }
    #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
      color: #330066; }
  #topnav .sub-nav a {
    color: #330066; }
    #topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
      color: white;
      background-color: #330066; }
  @media screen and (min-width: 1024px) {
    #topnav {
      background: transparent; }
      #topnav .nav-item > a {
        height: 50px;
        padding: 0 35px;
        font-size: 1rem;
        font-weight: 400;
        color: black; }
      #topnav .sub-nav {
        background: white; } }

#quicklink_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: black; }

#quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  z-index: 9;
  margin-bottom: 60px;
  width: 1024px; }
  @media screen and (min-width: 768px) {
    #quicklinks {
      margin-top: -40px; } }
  #quicklinks a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 140px;
    width: 195px;
    margin-bottom: 30px;
    font-size: 1.25em;
    color: white;
    background: url("../pics/qlink_item.png") top left no-repeat;
    background-size: 100% 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    #quicklinks a:hover {
      background: url("../pics/qlink_item_hover.png") top left no-repeat; }

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1024px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px; }
  #content_main .pages-left-column-wrapper {
    overflow: hidden; }
  @media screen and (max-width: 1023px) {
    #content_main table {
      display: block;
      overflow-x: auto; }
    #content_main .bell-schedule {
      display: table; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .85em; }
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      width: auto; }
    #content_main #more-videos {
      display: none; }
    #content_main #staff_list_public .user-info-wrapper span[id*="staff"] {
      display: block; }
    #content_main #staff_list_public .user-info-wrapper .user-position-public {
      display: block;
      margin-left: 0;
      width: 100%; }
    #content_main #staff_list_public .user-info-wrapper p {
      display: block;
      float: left;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #content_main .news-list article .column {
      width: 100%; }
    #content_main .show-news .attached-images {
      float: none;
      margin: 0 auto 1em; }
    #content_main .single-video #big-video,
    #content_main .below-start #big-video {
      width: 100% !important; }
    #content_main .video-list .thumb_wrap {
      display: block;
      float: none; }
    #content_main .video-list li .description {
      padding-left: 0; }
    #content_main .video-list li .video-list-date {
      padding-left: 0; }
    #content_main .bell-schedule {
      width: 100%; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .7em; }
    #content_main .video-list-top .controls,
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      display: none; }
    #content_main #album_thumbnails table img {
      width: 90%;
      height: 90%;
      position: relative; }
    #content_main #edlio_search_form {
      max-width: 400px;
      width: auto; }
      #content_main #edlio_search_form input {
        width: 200px; }
    #content_main #contact_form {
      width: 100%; }
      #content_main #contact_form table {
        display: table;
        font-size: 12px;
        width: 280px !important; }
      #content_main #contact_form #f_name {
        width: 200px !important; }
      #content_main #contact_form #f_email {
        width: 200px !important; }
      #content_main #contact_form #f_message {
        width: 200px !important; }
    #content_main #calendar_wrapper .right-column {
      float: none;
      width: 100%; }
      #content_main #calendar_wrapper .right-column #calendar_grid table {
        display: table; }
    #content_main .pages-column .page-block-text,
    #content_main .pages-column .page-block-photos {
      width: 100%; }
    #content_main .pages-left-column-wrapper {
      margin-left: 0 !important;
      float: none; }
      #content_main .pages-left-column-wrapper .pages-left-column {
        margin-left: 0 !important; }
    #content_main .pages-right-column {
      float: none;
      width: 100% !important;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  #content_main .pages-content-wrapper {
    overflow: visible; }
  #content_main img.sub {
    border: none; }
  .index #content_main {
    background: transparent;
    box-shadow: none; }

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.5em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: black; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #f1f1f1; }
  @media screen and (max-width: 767px) {
    .right-column-page-navigation {
      margin: 20px auto; } }
  .right-column-page-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .right-column-page-navigation a {
    text-decoration: none;
    color: inherit;
    display: block;
    font-weight: 400;
    padding: .8em 6% .8em 10%;
    width: 84%;
    margin: 0;
    line-height: auto; }
    .right-column-page-navigation a:hover {
      text-decoration: underline; }
    .right-column-page-navigation a .inner {
      text-decoration: none; }
      .right-column-page-navigation a .inner:hover {
        text-decoration: underline; }
  .right-column-page-navigation ul {
    padding: 5px 0; }
  .right-column-page-navigation li a {
    color: #330066; }
  .right-column-page-navigation li.active a {
    background: #330066;
    color: white; }

#index_main {
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #index_main .content-column {
    background: none; }
  @media screen and (min-width: 768px) {
    #index_main {
      background-image: url("../pics/BG.png");
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center; } }

.spotlight_mission_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1024px; }
  .spotlight_mission_inner .section-title {
    color: #7e25fb; }
  .spotlight_mission_inner .spotlightmessage-text {
    font-size: 21px;
    font-weight: 300;
    color: white; }
    @media screen and (min-width: 768px) {
      .spotlight_mission_inner .spotlightmessage-text {
        max-width: 600px; } }
  .spotlight_mission_inner #spotlight_image_container {
    margin-top: 50px; }
  @media screen and (min-width: 1024px) {
    .spotlight_mission_inner {
      flex-direction: row; } }

#spotlight_mission_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #303030;
  border: solid 3px black;
  height: 283px;
  width: 283px;
  border-radius: 50%;
  box-shadow: 0 0 0 25px #303030; }
  #spotlight_mission_image #text_top {
    font-family: "Lato", sans-serif;
    color: white;
    text-align: center;
    border-bottom: solid 1px #cccccc;
    font-size: 1.5em;
    font-weight: 300;
    padding-bottom: 20px;
    width: 222px; }
  #spotlight_mission_image #text_bottom {
    font-family: "Parisienne", cursive;
    color: white;
    font-size: 3.3em;
    margin-top: 0px;
    margin-bottom: 0px; }

#spotlight_mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0em 1em 3em 1em;
  background-color: black; }
  #spotlight_mission .read-more-link {
    color: white;
    margin-top: 30px; }
  @media screen and (min-width: 768px) {
    #spotlight_mission {
      padding: 0em 3em 4em 3em; } }

#events_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  background-color: #330066;
  background-image: url("../pics/durst4.jpg");
  background-repeat: no-repeat;
  background-position: right; }
  #events_container .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 25px; }
  #events_container .event-date {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: black;
    height: 100px;
    border: 3px solid #330066;
    border-radius: 50%;
    width: 100px;
    box-shadow: 0 0 0 11px black;
    margin-bottom: 20px; }
  #events_container .event-month {
    color: #7e25fb;
    font-size: 22px; }
  #events_container .event-day {
    color: white;
    font-size: 25px; }
  #events_container .event-summary {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  #events_container .event-image-link {
    max-width: 100%; }
  #events_container .event-image {
    width: 100%; }
  #events_container .item-name a {
    color: white; }

#events_container_outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 1024px; }
  #events_container_outer .section-title {
    color: white; }
  #events_container_outer .event-time {
    color: white; }
  @media screen and (min-width: 768px) {
    #events_container_outer {
      margin-top: 0px; } }

#events_container_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  background-color: #330066;
  padding-top: 4em;
  padding-bottom: 4em; }
  @media screen and (min-width: 768px) {
    #events_container_inner {
      width: 80%; } }

.event-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .event-items {
      flex-direction: row; } }

#event_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  #event_links .read-more-link {
    color: white; }

.content-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: white; }

#index_main_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  #index_main_container .section-title {
    margin-bottom: 40px;
    margin-top: 40px; }
  @media screen and (min-width: 768px) {
    #index_main_container {
      flex-direction: row;
      width: 1024px; } }

.content-container .section-title {
  margin: 0;
  font-weight: 400; }
  .content-container .section-title a {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit; }
    .content-container .section-title a:hover {
      text-decoration: none; }
.content-container .read-more-link {
  text-decoration: none;
  display: inline-block; }
  .content-container .read-more-link:hover {
    text-decoration: underline; }
.content-container .section-title {
  margin-bottom: 10px;
  font-size: 2.25em;
  font-weight: 300; }
.content-container .read-more-link-group {
  flex-direction: row;
  justify-content: flex-end; }
.content-container .read-more-link {
  font-size: 1.125em;
  font-weight: 300;
  color: black; }
.content-container [class*="-name"] {
  width: 100%;
  margin: 0; }
  .content-container [class*="-name"] a {
    font-size: 1.5rem;
    color: black; }
.content-container a {
  text-decoration: none;
  color: black; }
  .content-container a:hover {
    text-decoration: underline; }

#news_container .item-name, #news_container .item-text {
  font-weight: 300;
  padding: 0.2em; }
#news_container .item-text {
  margin: 10px auto; }
@media screen and (min-width: 768px) {
  #news_container {
    padding: 1em; } }
#news_container .news-item-image-holder {
  width: 100%;
  margin-bottom: 15px;
  text-align: center; }
#news_container .news-item-image {
  width: 100%;
  max-width: 500px; }
#news_container .item-summary.cf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
@media screen and (min-width: 768px) {
  #news_container .news-item-image-holder {
    float: left;
    margin-bottom: 0;
    margin-right: 15px; }
  #news_container .item-name, #news_container .item-text {
    font-weight: 300; }
  #news_container .item-name {
    margin-top: 20px; }
  #news_container .item-text {
    margin-top: 10px;
    margin-bottom: 20px; } }
@media screen and (min-width: 1024px) {
  #news_container .news-item-holder {
    width: 250px; } }

#facebook_container_column {
  padding: 1em;
  height: 700px; }

#social_container .tabs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  font-size: 1.0em;
  margin-bottom: 30px;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    #social_container .tabs-list {
      justify-content: space-between;
      font-size: 1.5em; } }

.tabs-list a:hover {
  cursor: pointer; }
.tabs-list svg {
  pointer-events: none; }

.tab-container {
  display: none; }
  .tab-container.active {
    display: block; }

#spotlight_student {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  background-color: #330066; }

.student_spotlight_title {
  font-family: "Parisienne", cursive;
  font-size: 52px;
  color: white; }

.student_spotlight_text {
  margin-top: 30px;
  z-index: 9999; }
  @media screen and (min-width: 768px) {
    .student_spotlight_text {
      margin-left: 30px; } }

.spotlight_student_inner::before {
  position: absolute;
  content: "";
  background-image: url("../pics/footer_watermark.png");
  background-repeat: no-repeat;
  height: 540px;
  width: 540px;
  left: -140px;
  top: -31px; }
  @media (min-width: 431px) {
    .spotlight_student_inner::before {
      height: 754px;
      width: 770px; } }

.spotlight_student_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 1024px;
  padding: 1em; }
  .spotlight_student_inner .section-title {
    color: #7e25fb; }
  .spotlight_student_inner .spotlightmessage-text {
    font-size: 21px;
    font-weight: 300;
    color: white; }
  .spotlight_student_inner .read-more-link {
    margin-top: 30px;
    color: white !important; }
    @media screen and (min-width: 768px) {
      .spotlight_student_inner .read-more-link {
        bottom: 2em; } }
  .spotlight_student_inner .spotlight-image {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .spotlight_student_inner {
      flex-direction: row;
      padding: 6em; } }

#footer_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: black;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    #footer_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

#footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1024px) {
    #footer_inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 1024px;
      flex-wrap: wrap; } }

#footer_text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px; }

#footer_title {
  margin: 0;
  font-size: 1rem;
  z-index: 99; }
  @media screen and (min-width: 1024px) {
    #footer_title {
      width: 450px;
      background-image: url("../pics/footer.png");
      background-repeat: no-repeat;
      background-position: 0% 50%;
      background-size: 100px 100px; } }
  #footer_title #school_name_footer {
    color: white;
    text-transform: uppercase;
    font-weight: 700; }
  #footer_title #school_district_footer {
    color: white;
    font-weight: 300; }
  #footer_title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: 202px;
    color: #330066;
    font-family: "Lato", sans-serif;
    font-size: 3em;
    font-weight: 400;
    text-align: center;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      #footer_title a {
        flex-direction: row; } }

#footer_title_mason {
  font-weight: 700;
  color: white; }
  @media screen and (min-width: 768px) {
    #footer_title_mason {
      margin-top: -70px;
      margin-left: 130px; } }

#footer_title_isd {
  font-weight: 300;
  color: white; }
  @media screen and (min-width: 768px) {
    #footer_title_isd {
      margin-top: -70px; } }

#footer_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.09em;
  color: white;
  font-weight: 300;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 20px; }
  #footer_text a {
    color: inherit; }

#footer_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.125em;
  color: white;
  font-weight: 300;
  text-align: center;
  line-height: 2em; }
  #footer_address a {
    color: inherit; }
  #footer_address svg {
    width: 20px;
    height: 20px;
    fill: white; }

#footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #footer_nav a {
    padding: 0 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #cccccc; }
    #footer_nav a:hover {
      color: white; }

#edlio_login {
  text-decoration: none;
  color: white; }
  #edlio_login svg {
    width: 24px;
    height: 16px;
    fill: white; }
  #edlio_login:hover {
    color: black; }
    #edlio_login:hover svg {
      fill: black; }

#lone_logo {
  margin: 1px; }
  #lone_logo img {
    width: 100px;
    height: 88px; }
  @media screen and (min-width: 1024px) {
    #lone_logo {
      margin: 10px;
      position: absolute;
      left: calc(50% + 40px);
      top: 0px; }
      #lone_logo img {
        width: 137px;
        height: 120px; } }

#google_translate_element {
  display: inline-block;
  margin: 5px; }
  @media screen and (min-width: 1024px) {
    #google_translate_element {
      position: absolute;
      top: 20%;
      left: calc(50% + 270px); } }

#google_tools {
  display: inline-block;
  margin: 5px; }
  @media screen and (min-width: 1024px) {
    #google_tools {
      position: absolute;
      top: 30%;
      left: calc(50% + 270px); } }

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  margin: 10px auto; }
  #edlio_logo svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0;
    fill: #7e25fb; }
  @media screen and (min-width: 768px) {
    #edlio_logo {
      margin: 0px; } }

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #330066; }
  #mobile_nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .75em;
    text-decoration: none;
    color: white; }
    #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px;
      fill: white; }
    #mobile_nav a:hover {
      color: #cfbe6c; }
      #mobile_nav a:hover svg {
        fill: #cfbe6c; }
  @media screen and (min-width: 768px) {
    #mobile_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      padding-bottom: 64px; } }

#topnav .nav-item > a {
  padding: 0 30px !important; }
