@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700%7CLato%7CKalam");
@import url("../apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Open Sans", sans-serif;
  font-size: 100%; }

html {
  height: 100%;
  background: url("../common_pics/html_bg.jpg") 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("../common_pics/body_bg.png") center 37px no-repeat;
  background-size: 100% 101px; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 189px;
    border-top: 37px solid transparent;
    border-bottom: 61px solid transparent; }

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;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  position: relative;
  z-index: 99; }

#skip_to_content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  #skip_to_content:focus {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    color: white;
    clip: auto; }

#header_title {
  width: 100%;
  margin: 0;
  padding-top: 37px;
  font-size: 1rem; }
  #header_title a {
    display: block;
    overflow: hidden;
    height: 189px;
    width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("https://nlmusdmaster.edlioschool.com/common_files/none"); }
    @media screen and (max-width: 1023px) {
      #header_title a {
        background-size: 720px auto; } }
    @media screen and (max-width: 767px) {
      #header_title a {
        height: 130px;
        background-size: 300px auto; } }

#header_marquee {
  width: 100%;
  overflow: hidden;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0; }
  @media screen and (min-width: 768px) {
    #header_marquee {
      max-width: 500px; } }
  @media screen and (max-width: 767px) {
    #header_marquee {
      position: absolute;
      top: 5px;
      left: 0; } }

#google_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  @media screen and (max-width: 767px) {
    #google_tools {
      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;
      width: 100%; } }
  #google_tools #office365_link {
    text-decoration: none;
    margin-left: 5px;
    color: white; }
    #google_tools #office365_link:hover {
      text-decoration: underline; }

#topbar {
  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;
  width: 100%;
  min-height: 37px; }
  @media screen and (min-width: 768px) {
    #topbar {
      position: absolute;
      top: 0;
      left: 0; } }
  @media screen and (max-width: 767px) {
    #topbar {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 6px 0;
      background: #2f5086; } }

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #social_nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    overflow: hidden; }
    #social_nav a svg {
      width: 20px;
      height: 20px;
      fill: white; }

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 17px;
  width: 132px;
  display: block;
  margin: 4px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px; }
  #search input#q {
    margin: 0;
    height: 17px;
    line-height: 17px;
    border: none;
    vertical-align: top;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: content-box; }
  #search input#q {
    color: white; }
    #search input#q::-webkit-input-placeholder {
      color: white; }
  #search input#q {
    padding: 0 10px;
    width: 88px;
    font-size: .75em; }

#topnav_holder {
  width: 100%; }
  #topnav_holder #topnav_mobile_toggle {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double #2f5086;
    border-bottom: 5px solid #2f5086; }
  #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: .5em 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; }
    #topnav_holder .sub-nav .flyout-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      #topnav_holder .sub-nav .flyout-group a {
        padding-left: 2.5em; }
  @media screen and (min-width: 1024px) {
    #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; } }
  #topnav_holder .nav-item {
    position: relative; }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: relative; }
      #topnav_holder .nav-menu {
        position: relative; }
      #topnav_holder .sub-nav {
        position: absolute; }
        #topnav_holder .sub-nav a {
          width: 11.5em;
          padding-left: .5em; }
        #topnav_holder .sub-nav .flyout-group a {
          width: 10.5em;
          padding-left: 1.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: 50px;
  right: 20px; }

#topnav {
  background: white; }
  #topnav .nav-item > a {
    height: 42px;
    padding: 0 10px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: black; }
    #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
      color: white;
      background: #2f5086; }
      @media screen and (min-width: 1024px) {
        #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
          background: #b59f64;
          color: white; } }
  #topnav .sub-nav a {
    color: black; }
    #topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
      color: white;
      background: #2f5086; }
  #topnav .icon-link svg {
    display: none; }
  @media screen and (min-width: 1024px) {
    #topnav {
      background: transparent; }
      #topnav .nav-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
      #topnav .nav-item {
        position: relative; }
        #topnav .nav-item > a {
          height: 61px;
          padding: 0 10px;
          font-size: 1.125em;
          color: white; }
      #topnav .sub-nav {
        background: white;
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px; }
      #topnav .icon-link .nav-item-inner {
        display: block;
        width: 20px;
        height: 20px;
        overflow: hidden;
        background-color: transparent; }
        #topnav .icon-link .nav-item-inner svg {
          display: block;
          width: 20px;
          height: 20px;
          margin: 0;
          fill: black; } }

#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: 0;
  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: 2.375em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-shadow: rgba(0, 0, 0, 0.1) 3px 3px 0;
  border-bottom: 3px double rgba(0, 0, 0, 0.1);
  color: black; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #2f5086; }
  @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: white; }
  .right-column-page-navigation li.active a {
    background: #b59f64;
    color: white; }

#index_top {
  position: relative; }

#index_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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  position: relative;
  width: 96%;
  padding: 20px 2%; }
  @media screen and (min-width: 768px) {
    #index_main {
      -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;
      width: 100%;
      padding: 50px 0;
      margin: 0 auto; } }

#shuffle_main {
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 9px solid white; }

#left_column {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #left_column {
      width: 33%; } }
  @media screen and (min-width: 1024px) {
    #left_column {
      width: 33%; } }

#center_column {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #center_column {
      width: 33%;
      border-left: 3px solid rgba(0, 0, 0, 0.1);
      border-right: 3px solid rgba(0, 0, 0, 0.1); } }
  @media screen and (min-width: 1024px) {
    #center_column {
      width: 33%; } }

#right_column {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #right_column {
      width: 33%; } }
  @media screen and (min-width: 1024px) {
    #right_column {
      width: 33%; } }

.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; }
@media screen and (min-width: 768px) {
  .content-container {
    padding: 0 30px; } }
.content-container .section-title {
  position: relative;
  width: 100%;
  padding: 10px 0 20px 0;
  margin-bottom: 15px;
  text-shadow: rgba(0, 0, 0, 0.1) 3px 3px 0;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 2em;
  font-weight: 300;
  color: #2f5086; }
  @media screen and (min-width: 768px) {
    .content-container .section-title {
      font-size: 2.375em; } }
  .content-container .section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 68px;
    height: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.content-container .item {
  margin: 0 0 1em; }
.content-container .item-text {
  width: 100%;
  line-height: 1.5em; }
.content-container .read-more-link-group {
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%; }
.content-container .read-more-link {
  position: relative;
  margin: 3px 0;
  padding: 0 15px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 400;
  color: black;
  background: rgba(0, 0, 0, 0.05); }
  .content-container .read-more-link:after {
    content: " \00bb\FE0E"; }
.content-container [class*="-name"] {
  margin: 0;
  font-size: 1em; }
  .content-container [class*="-name"] a {
    font-weight: 400;
    font-size: 1.25em;
    color: black; }
.content-container a {
  text-decoration: none;
  color: black; }
  .content-container a:hover {
    text-decoration: underline; }

#news_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  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-bottom: 0;
  padding: 0 2%;
  width: 96%; }
  @media screen and (min-width: 1024px) {
    #news_container {
      padding: 0;
      width: 100%; } }
  #news_container .items-list {
    width: 100%; }
  @media screen and (min-width: 768px) {
    #news_container .items-list {
      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;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      #news_container .items-list .item {
        width: 31%; } }
  @media screen and (min-width: 1024px) {
    #news_container .items-list {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  #news_container .section-title {
    text-align: center; }
    #news_container .section-title:before {
      display: none; }
  #news_container .item .item-name a {
    font-weight: 600; }
  #news_container .item .item-text {
    color: black; }
  #news_container .news-item-image-holder {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center; }
  #news_container .news-item-image {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 90%;
    border: 8px solid white;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 3px; }
  @media screen and (min-width: 768px) {
    #news_container .news-item-image-holder {
      float: left; }
      #news_container .news-item-image-holder .news-item-image {
        width: 95%; } }

#events_container .section-title:before {
  width: 103px; }
#events_container .event-image-link {
  max-width: 100%; }
#events_container .event-image {
  width: 100%; }

#links_container .section-title:before {
  width: 51px; }
#links_container .link-item a {
  display: block;
  margin: 10px 0; }
#links_container .links-list {
  margin: 0;
  padding: 0;
  list-style: none; }

#quicklinks {
  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;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  position: relative;
  margin: 0 0 40px;
  background: url("../common_pics/html_bg.jpg") top center;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px; }
  @media screen and (min-width: 1024px) {
    #quicklinks {
      margin: -89px auto 40px; } }
  @media screen and (min-width: 768px) {
    #quicklinks:before, #quicklinks:after {
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 30px;
      left: 60px;
      width: 500px;
      height: 15px;
      box-shadow: 0 35px 15px rgba(0, 0, 0, 0.2);
      -webkit-transform: rotate(-5deg);
      -moz-transform: rotate(-5deg);
      -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      transform: rotate(-5deg);
      border-radius: 100%; }
    #quicklinks:after {
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      transform: rotate(5deg);
      right: 60px;
      left: auto; } }
  #quicklinks 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: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    height: 140px;
    width: 106px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .7em;
    font-weight: 400;
    color: black; }
    #quicklinks a:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: none; }
    #quicklinks a svg {
      z-index: 9;
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      margin: 20px 0 10px; }
    #quicklinks a:first-child:before {
      display: none; }
    @media screen and (min-width: 768px) {
      #quicklinks a {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto; }
        #quicklinks a:before {
          content: "";
          position: absolute;
          top: 25px;
          left: 0;
          width: 1px;
          height: 90px;
          background: rgba(0, 0, 0, 0.1); } }
    @media screen and (min-width: 1024px) {
      #quicklinks a {
        font-size: .875em; } }
    #quicklinks a .qlink-inner {
      display: inline-block;
      width: 100%; }
    #quicklinks a:hover:after, #quicklinks a:focus:after {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0.4) 6px, rgba(255, 255, 255, 0) 66%); }

#footer_main {
  position: relative;
  background: url("https://nlmusdmaster.edlioschool.com/common_pics/footer_bg.jpg") center top no-repeat; }
  @media screen and (min-width: 1024px) {
    #footer_main {
      background-size: 100% 217px; }
      #footer_main:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 217px;
        background: url("../common_pics/footer_shadow.png") center top no-repeat; } }
  #footer_main #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;
    -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;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    position: relative;
    background: #2f5086; }
    @media screen and (min-width: 768px) {
      #footer_main #footer_inner {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 177px;
        padding-bottom: 40px;
        background: none; } }
    @media screen and (min-width: 1024px) {
      #footer_main #footer_inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }

#footer_address_title {
  display: block;
  overflow: hidden;
  height: 125px;
  width: 300px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../pics/footer_logo.png");
  background-position: right bottom;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    #footer_address_title {
      margin: 0; } }

#footer_main .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;
  margin-left: 20px;
  line-height: 1.6em;
  text-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
  font-style: normal;
  font-size: .95em;
  color: white; }
  #footer_main .footer-address a {
    color: inherit; }
  #footer_main .footer-address svg {
    width: 16px;
    height: 16px;
    margin-left: -1.125em;
    padding-right: .125em;
    fill: rgba(255, 255, 255, 0.5);
    vertical-align: middle; }
  #footer_main .footer-address .footer-info-block {
    display: inline-block; }
  @media screen and (max-width: 767px) {
    #footer_main .footer-address {
      width: 100%;
      margin-left: 0;
      text-align: center; }
      #footer_main .footer-address .footer-info-block {
        display: block; } }

#footer_motto {
  width: 100%;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
  color: white;
  font-family: "Kalam", cursive;
  font-size: 1.125em;
  opacity: .7; }
  @media screen and (min-width: 768px) {
    #footer_motto {
      width: 27%; } }
  @media screen and (min-width: 1024px) {
    #footer_motto {
      width: 38%;
      max-width: 380px; } }

#footer_motto_new {
  display: none;
  margin: 20px 0; }

#footer_motto_serop {
  display: none;
  margin: 20px 0; }

#footer_main #d_toggle_link {
  width: auto;
  font-size: 14px;
  color: white; }
  @media screen and (min-width: 768px) {
    #footer_main #d_toggle_link {
      position: absolute;
      top: 140px;
      left: 20px; } }
  @media screen and (min-width: 1024px) {
    #footer_main #d_toggle_link {
      left: 79px; } }

#footer_main #d_toggle_text {
  display: none;
  z-index: 9;
  padding: 10px 2%;
  margin-bottom: 0;
  background: #F0ECE3 none repeat scroll 0% 0%;
  width: 96%;
  position: absolute;
  left: 0px;
  top: 370px; }
  @media screen and (min-width: 768px) {
    #footer_main #d_toggle_text {
      top: 178px; } }
  #footer_main #d_toggle_text.open {
    display: block; }
  #footer_main #d_toggle_text p {
    font-size: 11px; }

#edlio_login {
  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;
  text-decoration: none;
  color: white; }
  #edlio_login .edlio-logo {
    display: block;
    width: 24px;
    height: 16px;
    overflow: hidden;
    background-color: transparent;
    padding-right: 4px;
    margin-right: 4px;
    border-right: 2px solid white; }
    #edlio_login .edlio-logo svg {
      display: block;
      width: 24px;
      height: 16px;
      margin: 0;
      fill: white; }
  #edlio_login:hover {
    color: #b59f64; }
    #edlio_login:hover .edlio-logo {
      border-color: #b59f64; }
    #edlio_login:hover svg {
      fill: #b59f64; }

#edlio_logo {
  display: block;
  width: 110px;
  height: 30px;
  overflow: hidden;
  background-color: transparent;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  color: transparent;
  background: none; }
  #edlio_logo svg {
    display: block;
    width: 110px;
    height: 30px;
    margin: 0;
    fill: white; }
  #edlio_logo svg {
    display: block;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #edlio_logo {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0; } }

#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: #2f5086; }
  #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: #b59f64; }
      #mobile_nav a:hover svg {
        fill: #b59f64; }
  @media screen and (min-width: 768px) {
    #mobile_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      padding-bottom: 64px; } }

/* Inside Page 3 column layout */
.col {
  display: inline-block;
  /*position: absolute;*/
  width: 45%; }

.left {
  float: left;
  margin-right: 50px; }

.right {
  /*right: 0;*/ }

#nondiscr-statement {
  margin: 0 5%;
  font-size: 15px; }
  @media screen and (min-width: 1024px) {
    #nondiscr-statement {
      font-size: 12px; } }
  @media screen and (min-width: 768px) {
    #nondiscr-statement {
      margin: 0 10%; } }