@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Oswald|Permanent+Marker");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Open Sans", sans-serif;
  font-size: 100%; }

html {
  height: 100%; }
  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 .site-content {
      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; }
  .site-header,
  .site-footer {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    z-index: 9; }
  .site-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .site-content:focus {
      outline: none; }

body {
  min-width: 320px;
  background-color: white;
  color: black; }

.site-header {
  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; }
  .site-header .header-main-inner {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - (100% - 100%) - 0px);
    max-width: calc(1024px - 0px);
    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; }
  .site-header .skip-to-content-link {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
    .site-header .skip-to-content-link:focus {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      clip: auto; }
  .site-header .topbar {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 100%; }
  .site-header .topbar-inner {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - (100% - 100%) - 0px);
    max-width: calc(1024px - 0px);
    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-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; }
    .site-header .topbar-inner > * {
      margin-top: 5px;
      margin-bottom: 5px; }

@inlude respond-to($vp-large) {
  .site-header .topbar-inner {
    height: 45px; } }
  .site-header .header-secondary-nav .section-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.5rem; }
  .site-header .header-secondary-nav .links-list {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-header .header-secondary-nav .link-item {
    margin: 0 6px; }
    .site-header .header-secondary-nav .link-item a {
      text-decoration: none; }
      .site-header .header-secondary-nav .link-item a:hover, .site-header .header-secondary-nav .link-item a:focus {
        text-decoration: underline; }
  .site-header .header-logo.logo-replacement a {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    overflow: hidden;
    height: 150px;
    width: 150px;
    max-width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/pics/header_logo.png"); }
  .site-header .header-logo:not(.logo-replacement) a:before {
    content: "";
    display: block;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    background-image: url("/pics/header_logo.png"); }
  .site-header .header-title a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    max-width: 100%;
    text-decoration: none; }
    .site-header .header-title a .school-name-inner {
      max-width: 100%; }
  .site-header .marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box; }
    .site-header .marquee .marquee-inner {
      display: inline-block;
      padding-left: 100%; }
      .site-header .marquee .marquee-inner:hover {
        animation-play-state: paused; }
    .site-header .marquee.marquee-speed-18 .marquee-inner {
      animation: marquee 15s linear infinite; }
    .site-header .marquee.marquee-speed-35 .marquee-inner {
      animation: marquee 30s linear infinite; }
    .site-header .marquee.marquee-speed-7 .marquee-inner {
      animation: marquee 7.5s linear infinite; }
    .site-header .marquee .marquee-content {
      float: left; }

@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }
  .site-header .sitenav-holder.column {
    width: 100%; }
    .site-header .sitenav-holder.column .nav-mobile-toggle {
      position: absolute;
      display: block;
      height: 4px;
      width: 28px;
      font-size: 0;
      border-top: 14px double transparent;
      border-bottom: 5px solid transparent; }
    .site-header .sitenav-holder.column .nav-group {
      position: absolute;
      z-index: 99;
      width: 100%;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.8s; }
      .site-header .sitenav-holder.column .nav-group.open {
        max-height: 2000px; }
    .site-header .sitenav-holder.column .nav-menu,
    .site-header .sitenav-holder.column .sub-nav-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-header .sitenav-holder.column .nav-menu a,
      .site-header .sitenav-holder.column .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;
        text-decoration: none; }
    .site-header .sitenav-holder.column .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: calc(100% - (100% - 100%) - 0px);
      max-width: calc(1024px - 0px); }
    .site-header .sitenav-holder.column .sub-nav {
      display: none; }
      .site-header .sitenav-holder.column .sub-nav.open {
        display: block; }
      .site-header .sitenav-holder.column .sub-nav .flyout-group {
        margin: 0;
        padding: 0;
        list-style: none; }
    @media screen and (max-width: 1023px) {
      .site-header .sitenav-holder.column .sub-nav a {
        padding-left: 1.5em; }
      .site-header .sitenav-holder.column .sub-nav .flyout-group a {
        padding-left: 2.5em; } }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav-holder.column .nav-mobile-toggle {
        display: none; }
      .site-header .sitenav-holder.column .nav-group {
        position: static;
        max-height: none;
        overflow: visible; }
      .site-header .sitenav-holder.column .nav-menu {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative; } }
    .site-header .sitenav-holder.column .nav-item {
      position: relative; }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav-holder.column {
        position: relative; }
        .site-header .sitenav-holder.column .nav-menu {
          position: relative; }
        .site-header .sitenav-holder.column .sub-nav-group {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 37.5em; }
        .site-header .sitenav-holder.column .sub-nav {
          position: absolute; }
          .site-header .sitenav-holder.column .sub-nav a {
            width: 11.5em; }
          .site-header .sitenav-holder.column .sub-nav .flyout-group a {
            width: 10.5em;
            padding-left: 1.5em; } }
  .site-header .sitenav-holder.megamenu {
    width: 100%; }
    .site-header .sitenav-holder.megamenu .nav-mobile-toggle {
      position: absolute;
      display: block;
      height: 4px;
      width: 28px;
      font-size: 0;
      border-top: 14px double transparent;
      border-bottom: 5px solid transparent; }
    .site-header .sitenav-holder.megamenu .nav-group {
      position: absolute;
      z-index: 99;
      width: 100%;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.8s; }
      .site-header .sitenav-holder.megamenu .nav-group.open {
        max-height: 2000px; }
    .site-header .sitenav-holder.megamenu .nav-menu,
    .site-header .sitenav-holder.megamenu .sub-nav-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-header .sitenav-holder.megamenu .nav-menu a,
      .site-header .sitenav-holder.megamenu .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;
        text-decoration: none; }
    .site-header .sitenav-holder.megamenu .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: calc(100% - (100% - 100%) - 0px);
      max-width: calc(1024px - 0px); }
    .site-header .sitenav-holder.megamenu .sub-nav {
      display: none; }
      .site-header .sitenav-holder.megamenu .sub-nav.open {
        display: block; }
      .site-header .sitenav-holder.megamenu .sub-nav .flyout-group {
        margin: 0;
        padding: 0;
        list-style: none; }
    @media screen and (max-width: 1023px) {
      .site-header .sitenav-holder.megamenu .sub-nav a {
        padding-left: 1.5em; }
      .site-header .sitenav-holder.megamenu .sub-nav .flyout-group a {
        padding-left: 2.5em; } }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav-holder.megamenu .nav-mobile-toggle {
        display: none; }
      .site-header .sitenav-holder.megamenu .nav-group {
        position: static;
        max-height: none;
        overflow: visible; }
      .site-header .sitenav-holder.megamenu .nav-menu {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative; } }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav-holder.megamenu .sub-nav {
        position: absolute;
        left: 0; }
        .site-header .sitenav-holder.megamenu .sub-nav.open {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          align-items: flex-start; }
        .site-header .sitenav-holder.megamenu .sub-nav .sub-nav-group {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-flex: none;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none; }
          .site-header .sitenav-holder.megamenu .sub-nav .sub-nav-group > li {
            width: 33.33333%; }
            .site-header .sitenav-holder.megamenu .sub-nav .sub-nav-group > li a {
              margin: 0 1em; }
        .site-header .sitenav-holder.megamenu .sub-nav .mm-extra-content {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        .site-header .sitenav-holder.megamenu .sub-nav .mm-image {
          width: 100%; } }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav-holder.megamenu .sub-nav {
        right: 0; } }
    @media screen and (max-width: 1023px) {
      .site-header .sitenav-holder.megamenu .mm-extra-content {
        display: none; } }
    .site-header .sitenav-holder.megamenu .contact-info {
      -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;
      margin: 1em; }
      .site-header .sitenav-holder.megamenu .contact-info .header-contact-link {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0; }
    .site-header .sitenav-holder.megamenu .map-container {
      position: relative;
      display: block;
      margin: 1em;
      min-height: 250px; }
      .site-header .sitenav-holder.megamenu .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav-holder.megamenu .contact-info {
        margin: 0 0 0 1em;
        padding: .5em;
        width: 40% !important; }
      .site-header .sitenav-holder.megamenu .map-container {
        margin: 0; } }
  @media screen and (min-width: 1024px) {
    .site-header.fixed-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; } }

.content-pages-banner {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .content-pages-banner {
      display: none; } }
  .content-pages-banner .caption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }

.index-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 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-color: 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: auto;
      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-color: transparent;
    box-shadow: none; }
  #content_main .right-column-page-navigation {
    margin-bottom: 1.25em; }
    @media screen and (max-width: 767px) {
      #content_main .right-column-page-navigation {
        margin: 20px auto; } }
    #content_main .right-column-page-navigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin: 0;
      padding: 0; }
    #content_main .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; }
      #content_main .right-column-page-navigation a:hover, #content_main .right-column-page-navigation a:focus {
        text-decoration: underline; }
      #content_main .right-column-page-navigation a .inner {
        text-decoration: none; }
        #content_main .right-column-page-navigation a .inner:hover, #content_main .right-column-page-navigation a .inner:focus {
          text-decoration: underline; }

.homepage-row.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

@media screen and (min-width: 1024px) {
  .homepage-row .homepage-row-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.homepage-row .homepage-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%; }

@media screen and (min-width: 1024px) {
  .width-constrain-row .homepage-row-inner {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - (100% - 100%) - 0px);
    max-width: calc(1024px - 0px); } }

.content-container {
  padding-top: 25px;
  padding-bottom: 25px; }
  .content-container a {
    text-decoration: none; }
    .content-container a:hover, .content-container a:focus {
      text-decoration: underline; }
  .content-container .section-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 2rem;
    text-align: center; }
    .content-container .section-title a {
      display: inline-block;
      width: auto;
      margin: 0;
      padding: 0;
      color: inherit; }
  @media screen and (min-width: 768px) {
    .content-container {
      padding-top: 40px;
      padding-bottom: 40px; }
      .content-container .section-title {
        margin-bottom: 40px;
        font-size: 3rem; } }
  @media screen and (min-width: 1024px) {
    .content-container {
      width: 100%; } }

.item-summary {
  padding-left: 10px;
  padding-right: 10px;
  max-width: calc(100% - 20px); }
  @media screen and (min-width: 1024px) {
    .item-summary {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%; } }

.read-more-links-group {
  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; }

.site-footer .footer-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  text-align: center; }

.site-footer .footer-logo {
  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;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-bottom: 15px; }
  .site-footer .footer-logo.logo-replacement {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    overflow: hidden;
    height: 150px;
    width: 150px;
    max-width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/pics/header_logo.png"); }
  .site-footer .footer-logo:not(.logo-replacement):before {
    content: "";
    display: block;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    background-image: url("/pics/header_logo.png"); }
  @media screen and (min-width: 768px) {
    .site-footer .footer-logo:not(.logo-replacement).logo-orientation-horizontal {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .site-footer .footer-logo:not(.logo-replacement).logo-orientation-horizontal:before {
        margin-bottom: 0;
        margin-right: 15px; } }

.site-footer .footer-title {
  font-size: .5rem; }
  .site-footer .footer-title .school-name-inner {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .site-footer .footer-title {
      font-size: .75rem; } }
  @media screen and (min-width: 1024px) {
    .site-footer .footer-title {
      font-size: 1rem; } }

.site-footer .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;
  -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-bottom: 15px;
  text-align: center; }
  .site-footer .footer-address a {
    color: inherit; }
  .site-footer .footer-address svg {
    width: 12px;
    height: 12px;
    margin-right: 5px; }

.site-footer .footer-secondary-nav {
  margin-bottom: 15px; }
  .site-footer .footer-secondary-nav .section-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.5rem; }
  .site-footer .footer-secondary-nav .links-list {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-footer .footer-secondary-nav .link-item {
    margin: 0 6px; }
    .site-footer .footer-secondary-nav .link-item a {
      text-decoration: none; }
      .site-footer .footer-secondary-nav .link-item a:hover, .site-footer .footer-secondary-nav .link-item a:focus {
        text-decoration: underline; }

.site-footer .powered-by-edlio-logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden; }
  .site-footer .powered-by-edlio-logo svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0; }

.site-footer .footer-bottom-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  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-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; }
  .site-footer .footer-bottom-inner > * {
    margin-top: 5px;
    margin-bottom: 5px; }

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  #search input#q {
    margin: 0;
    border: none;
    vertical-align: top;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: content-box; }

#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; }
  #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; }
    #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    #mobile_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      padding-bottom: 64px; } }

.edlio-login-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }
  .edlio-login-link .edlio-logo {
    display: block;
    width: 30px;
    height: 20px;
    overflow: hidden;
    padding-right: 4px;
    margin-right: 4px;
    border-right: 2px solid transparent; }
    .edlio-login-link .edlio-logo svg {
      display: block;
      width: 30px;
      height: 20px;
      margin: 0; }

.slick-container {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-container .slick-slider {
    position: relative; }
  .slick-container .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0; }
    .slick-container .slick-list:focus {
      outline: none; }
    .slick-container .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .slick-container .slick-slider .slick-track,
  .slick-container .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-container .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin: 0 auto; }
    .slick-container .slick-track:before, .slick-container .slick-track:after {
      content: "";
      display: table; }
    .slick-container .slick-track:after {
      clear: both; }
    .slick-loading .slick-container .slick-track {
      visibility: hidden; }
  .slick-container .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
    [dir="rtl"] .slick-container .slick-slide {
      float: right; }
    .slick-container .slick-slide img {
      display: block; }
    .slick-container .slick-slide.slick-loading img {
      display: none; }
    .slick-container .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-container .slick-slide {
      display: block; }
    .slick-loading .slick-container .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-container .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .slick-container .slick-arrow {
    position: absolute;
    z-index: 9999;
    border: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat; }
    .slick-container .slick-arrow:hover {
      cursor: pointer; }
    .slick-container .slick-arrow.slick-prev {
      left: 0; }
    .slick-container .slick-arrow.slick-next {
      right: 0; }
    .slick-container .slick-arrow.slick-hidden {
      display: none; }
  .slick-container .slick-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
  .slick-container .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 9999;
    text-align: center; }
    .slick-container .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      cursor: pointer; }
      .slick-container .slick-dots li button {
        display: block;
        height: 20px;
        width: 20px;
        padding: 5px;
        outline-width: none;
        font-size: 0px;
        line-height: 0px;
        color: transparent;
        border: 0;
        cursor: pointer;
        background: none transparent; }
        .slick-container .slick-dots li button:hover, .slick-container .slick-dots li button:focus {
          outline-width: 5px; }
        .slick-container .slick-dots li button:before {
          content: "\2022";
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          line-height: 20px;
          font-size: 2rem;
          text-align: center; }
    .slick-container .slick-dots.number-dots li button {
      font-size: .75em; }
      .slick-container .slick-dots.number-dots li button:before {
        display: none; }
  @media screen and (min-width: 768px) {
    .slick-container .slick-dots li {
      margin: .5em; } }

.site-header1a .header-title {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  padding-top: 15px;
  text-align: center;
  font-size: .5rem; }
  .site-header1a .header-title a {
    font-size: 3em; }
  @media screen and (min-width: 768px) {
    .site-header1a .header-title {
      font-size: .75rem;
      padding-top: 45px;
      padding-bottom: 45px; }
      .site-header1a .header-title a {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
      .site-header1a .header-title.header-logo:not(.logo-replacement) a:before {
        margin-bottom: 0;
        margin-right: 20px; } }
  @media screen and (min-width: 1024px) {
    .site-header1a .header-title {
      font-size: 1rem; } }

@media screen and (min-width: 1024px) {
  .site-footer2 .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; } }

@media screen and (min-width: 1024px) {
  .site-footer2 .footer-info {
    max-width: 40%; } }

.site-footer2 .school-name .school-name-inner {
  font-size: 3em; }

@media screen and (min-width: 1024px) {
  .site-footer2 .footer-address {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left; } }

.site-footer2 .footer-secondary-nav:not(.social-nav) .links-list {
  margin: 0;
  padding: 0;
  list-style: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .site-footer2 .footer-secondary-nav:not(.social-nav) .links-list .link-item {
    margin: 0 0 10px; }

.site-footer2 .footer-tools {
  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; }
  .site-footer2 .footer-tools > * {
    margin-bottom: 15px; }

body.index {
  position: relative; }
  body.index:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: fixed;
    z-index: -5;
    height: 100vh;
    background-image: url("/common_pics/berge.jpg"); }
  body.index #content_main {
    z-index: 15; }

.custom-dropdown {
  width: 100%; }
  .custom-dropdown .nav-mobile-toggle {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double transparent;
    border-bottom: 5px solid transparent; }
  .custom-dropdown .nav-group {
    position: absolute;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.8s; }
    .custom-dropdown .nav-group.open {
      max-height: 2000px; }
  .custom-dropdown .nav-menu,
  .custom-dropdown .sub-nav-group {
    margin: 0;
    padding: 0;
    list-style: none; }
    .custom-dropdown .nav-menu a,
    .custom-dropdown .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;
      text-decoration: none; }
  .custom-dropdown .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: calc(100% - (100% - 100%) - 0px);
    max-width: calc(1024px - 0px); }
  .custom-dropdown .sub-nav {
    display: none; }
    .custom-dropdown .sub-nav.open {
      display: block; }
    .custom-dropdown .sub-nav .flyout-group {
      margin: 0;
      padding: 0;
      list-style: none; }
  @media screen and (max-width: 1023px) {
    .custom-dropdown .sub-nav a {
      padding-left: 1.5em; }
    .custom-dropdown .sub-nav .flyout-group a {
      padding-left: 2.5em; } }
  @media screen and (min-width: 1024px) {
    .custom-dropdown .nav-mobile-toggle {
      display: none; }
    .custom-dropdown .nav-group {
      position: static;
      max-height: none;
      overflow: visible; }
    .custom-dropdown .nav-menu {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      position: relative; } }
  .custom-dropdown .nav-item {
    position: relative; }
  @media screen and (min-width: 1024px) {
    .custom-dropdown {
      position: relative; }
      .custom-dropdown .nav-menu {
        position: relative; }
      .custom-dropdown .sub-nav-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 12.5em; }
      .custom-dropdown .sub-nav {
        position: absolute; }
        .custom-dropdown .sub-nav a {
          width: 11.5em; }
        .custom-dropdown .sub-nav .flyout-group a {
          width: 10.5em;
          padding-left: 1.5em; } }
  .custom-dropdown .nav-menu .nav-item > a {
    color: inherit; }
  .custom-dropdown .nav-menu .nav-item .sub-nav {
    position: absolute;
    top: 100%; }
    .custom-dropdown .nav-menu .nav-item .sub-nav-group > li > a {
      color: inherit; }

#dropdown_header .nav-menu .nav-item .sub-nav-group {
  width: 37.5em; }
  #dropdown_header .nav-menu .nav-item .sub-nav-group .sub-link-item.icon > a:before {
    content: url("/common_pics/login-image.png");
    display: inline;
    width: 19px;
    height: 19px;
    margin-right: 10px; }

@media screen and (max-width: 1023px) {
  #dropdown_header {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; } }

#dropdown_schools {
  position: relative;
  z-index: 99;
  margin-top: 45px; }
  #dropdown_schools .nav-item {
    margin-right: auto;
    margin-left: auto; }
    #dropdown_schools .nav-item > a {
      position: relative;
      padding: 8px;
      padding-right: 50px;
      border-radius: 6px; }
      #dropdown_schools .nav-item > a:before, #dropdown_schools .nav-item > a:after {
        content: "";
        display: block;
        position: absolute; }
      #dropdown_schools .nav-item > a:before {
        top: calc(50% - 8px);
        right: 10px;
        width: 16px;
        height: 16px;
        border-radius: 50%; }
      #dropdown_schools .nav-item > a:after {
        top: calc(50% - 3px);
        right: 13px;
        width: 6px;
        height: 6px;
        transition: all .25s ease-in;
        transform: rotate(-45deg);
        border-top-width: 3px;
        border-top-style: solid;
        border-right-width: 3px;
        border-right-style: solid; }
      #dropdown_schools .nav-item > a:focus:after, #dropdown_schools .nav-item > a:hover:after, #dropdown_schools .nav-item > a.open:after {
        transform: rotate(135deg); }
        @media screen and (min-width: 1024px) {
          #dropdown_schools .nav-item > a:focus:after, #dropdown_schools .nav-item > a:hover:after, #dropdown_schools .nav-item > a.open:after {
            top: 26px; } }
      @media screen and (min-width: 1024px) {
        #dropdown_schools .nav-item > a {
          padding: 20px;
          padding-right: 50px; } }
  #dropdown_schools .nav-menu .nav-item .sub-nav-group {
    overflow-y: scroll;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 200px;
    height: 270px;
    padding: 10px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
    #dropdown_schools .nav-menu .nav-item .sub-nav-group > li {
      box-sizing: border-box;
      width: 100%; }
      #dropdown_schools .nav-menu .nav-item .sub-nav-group > li > a {
        box-sizing: border-box;
        width: 100%; }
  @media screen and (min-width: 1024px) {
    #dropdown_schools .nav-menu .nav-item {
      width: 320px; } }

#dropdown_header .nav-item > a {
  position: relative;
  padding-top: 15px;
  padding-right: 46px;
  padding-bottom: 15px;
  padding-left: 15px; }
  #dropdown_header .nav-item > a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
    width: 10px;
    height: 10px;
    transition: all .25s ease-in;
    transform: rotate(-45deg);
    border-top-width: 4px;
    border-top-style: solid;
    border-right-width: 4px;
    border-right-style: solid; }
  #dropdown_header .nav-item > a:hover:before, #dropdown_header .nav-item > a:focus:before, #dropdown_header .nav-item > a.open:before {
    top: calc(50% - 10px);
    transform: rotate(135deg); }

#header_main .school-name {
  padding-top: 0;
  padding-bottom: 0; }
  #header_main .school-name-inner {
    padding-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      #header_main .school-name-inner {
        padding-bottom: 0;
        font-size: 2rem;
        letter-spacing: -1px; } }
  #header_main .school-name > a:before {
    margin-bottom: 0; }

#header_main .school-name > a {
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 1024px) {
  #header_main .school-name {
    text-align: left; }
    #header_main .school-name > a {
      margin-left: 0; } }

#header_main .sitenav-holder .nav-mobile-toggle {
  top: 20px;
  right: 20px; }

@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder.megamenu .sub-nav-group > li {
    width: calc(100% / 3); }
  #header_main .sitenav-holder .mm-extra-content {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
    #header_main .sitenav-holder .mm-extra-content .mm-image {
      display: block;
      width: auto;
      height: 100%;
      margin: 0 0 0 auto; }
  #header_main .sitenav-holder .nav-group .nav-item > a .nav-item-inner {
    font-size: 1.125rem;
    font-weight: 400; } }

#header_main .topbar-inner {
  position: relative; }
  #header_main .topbar-inner > * {
    margin: 0; }
  #header_main .topbar-inner #search {
    margin: 15px 0;
    padding: 13px;
    background-color: white;
    border-width: 1px;
    border-margin: 5px 0;
    border-style: solid; }
  @media screen and (min-width: 1024px) {
    #header_main .topbar-inner {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #header_main .topbar-inner #search {
        position: absolute;
        top: 102px;
        right: 0;
        margin: 0;
        margin: 0; }
        #header_main .topbar-inner #search .edlio-search-field {
          font-size: 1.125rem; }
        #header_main .topbar-inner #search .edlio-search-button {
          width: 25px;
          height: 25px; }
      #header_main .topbar-inner #dropdown_header {
        -webkit-box-ordinal-group: -4;
        -webkit-order: -5;
        -ms-flex-order: -5;
        order: -5;
        width: 180px; } }

@media screen and (max-width: 1023px) {
  #header_main .topbar {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; } }

#header_main .header-secondary-nav .links-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

@includer respond-to($vp-large) {
  #header_main .header-secondary-nav .links-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; } }

#header_main .header-secondary-nav .icon-only {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden; }
  #header_main .header-secondary-nav .icon-only svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0; }

#shuffle_main .shuffle-slide {
  position: relative; }
  #shuffle_main .shuffle-slide .shuffle-image {
    opacity: .85; }
  #shuffle_main .shuffle-slide .school-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    #shuffle_main .shuffle-slide .school-caption p {
      text-align: center; }
    @media screen and (min-width: 1024px) {
      #shuffle_main .shuffle-slide .school-caption {
        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: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        height: 140px;
        padding-top: 25px;
        padding-bottom: 150px; } }
  #shuffle_main .shuffle-slide .custom-caption {
    box-sizing: border-box;
    padding: 0 40px; }
    @media screen and (min-width: 1024px) {
      #shuffle_main .shuffle-slide .custom-caption {
        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: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0; }
        #shuffle_main .shuffle-slide .custom-caption:before, #shuffle_main .shuffle-slide .custom-caption:after {
          content: "";
          display: block;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
          align-self: stretch; }
        #shuffle_main .shuffle-slide .custom-caption:before, #shuffle_main .shuffle-slide .custom-caption:after {
          background-repeat: no-repeat;
          background-size: 100% 170%; }
        #shuffle_main .shuffle-slide .custom-caption:before {
          background-position: top right; }
        #shuffle_main .shuffle-slide .custom-caption:after {
          background-position: top left; }
        #shuffle_main .shuffle-slide .custom-caption .caption {
          background-size: 100% 170%; }
        #shuffle_main .shuffle-slide .custom-caption .caption {
          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: end;
          -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          justify-content: flex-end;
          -webkit-box-flex: none;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none;
          width: 1024px;
          height: 320px;
          padding-bottom: 150px;
          background-position: top center; }
          #shuffle_main .shuffle-slide .custom-caption .caption > h3 {
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 1.625rem; }
          #shuffle_main .shuffle-slide .custom-caption .caption > p {
            font-size: 1.125rem; } }

@media screen and (max-width: 767px) {
  #shuffle_main .slick-slider .slick-arrow {
    width: 35px;
    height: 50px; } }

#quicklinks {
  padding-top: 25px;
  padding-bottom: 25px; }
  #quicklinks_row .homepage-row-inner {
    position: relative; }
  #quicklinks .items-list .qlink-item {
    width: calc(50% - 20px);
    margin: 10px; }
    #quicklinks .items-list .qlink-item a {
      color: inherit; }
    #quicklinks .items-list .qlink-item svg {
      width: 55px;
      height: 55px;
      margin-bottom: 6px; }
  @media screen and (min-width: 768px) {
    #quicklinks .items-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #quicklinks .items-list .qlink-item {
        width: 15%;
        margin: 0; } }
  @media screen and (min-width: 1024px) {
    #quicklinks {
      position: absolute;
      z-index: 1001;
      bottom: 100%;
      left: 0;
      border-radius: 6px; } }

#spotlight_container .item-inner .spotlight-image-holder {
  margin-bottom: 25px; }
  #spotlight_container .item-inner .spotlight-image-holder > img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.45); }

@media screen and (min-width: 768px) {
  #spotlight_container .item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #spotlight_container .item-inner .spotlight-image-holder {
      right: 25px;
      width: calc(50% - 50px);
      max-width: 100%;
      margin-bottom: 0;
      margin-left: 25px; }
      #spotlight_container .item-inner .spotlight-image-holder > img {
        width: 100%; }
    #spotlight_container .item-inner .item-summary {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-right: 25px;
      padding-left: 25px; }
      #spotlight_container .item-inner .item-summary .section-title {
        text-align: left; }
    #spotlight_container .item-inner .read-more-links-group {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

@media screen and (min-width: 1024px) {
  #spotlight_container .item-inner .spotlight-image-holder {
    width: calc(50% - 96px);
    max-width: calc(50% - 96px);
    margin-right: 50px; }
  #spotlight_container .item-inner .item-summary {
    padding-right: 0;
    padding-left: 0; } }

#news_container .items-list .item .news-item-image {
  box-sizing: border-box;
  border-radius: 6px;
  border-width: 13px;
  border-style: solid; }

@media screen and (max-width: 1023px) {
  #news_container .items-list .item + .item {
    margin-top: 35px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #news_container .items-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #news_container .items-list .item-summary {
      box-sizing: border-box;
      padding: 0 25px;
      text-align: left;
      @includ flex(1); }
    #news_container .items-list .item .news-item-image-holder {
      width: calc(50% - 50px); } }

@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 .items-list .item {
      width: 290px;
      text-align: left; }
      #news_container .items-list .item-name {
        font-size: 1.375rem; } }

#events_quicklinks_row .homepage-row-inner.two-columns {
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (min-width: 1024px) {
    #events_quicklinks_row .homepage-row-inner.two-columns {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      position: relative; }
      #events_quicklinks_row .homepage-row-inner.two-columns:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: calc(50% - 10px);
        width: 10px;
        height: calc(100% - 120px); }
      #events_quicklinks_row .homepage-row-inner.two-columns .box {
        width: calc(50% - 50px); }
        #events_quicklinks_row .homepage-row-inner.two-columns .box:last-of-type {
          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; }
          #events_quicklinks_row .homepage-row-inner.two-columns .box:last-of-type #drowpdown_container {
            margin-top: 0; } }

#quicklinks3 {
  box-sizing: border-box;
  padding-right: 25px;
  padding-left: 25px; }
  #quicklinks3 .items-list {
    margin: 0;
    padding: 0;
    list-style: none;
    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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #quicklinks3 .items-list .link-item {
      box-sizing: border-box;
      width: 100%;
      padding: 5px;
      font-weight: 700;
      text-align: center; }
      #quicklinks3 .items-list .link-item > a {
        color: inherit; }
    @media screen and (min-width: 768px) {
      #quicklinks3 .items-list .link-item {
        width: 50%;
        padding: 15px;
        font-size: 1.25rem;
        text-align: left; } }

#staff_container .items-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  text-align: center; }
  #staff_container .items-list > li .label {
    font-weight: 700; }
  #staff_container .items-list li + li {
    margin-top: 15px; }
  @media screen and (min-width: 768px) {
    #staff_container .items-list {
      text-align: left; } }

.slick-slider .slick-list {
  width: calc(100% - 0*2);
  margin: 0 0; }

.slick-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 80px;
  width: 45px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 80px/2); }
  .slick-slider .slick-arrow.slick-prev {
    background-image: url(/common_pics/arrow.png); }
  .slick-slider .slick-arrow.slick-next {
    background-image: url(/common_pics/arrow.png); }

.slick-slider .slick-dots li button:before {
  color: #a8d9f4; }

.slick-slider .slick-dots li.slick-active button:before {
  color: #92150f; }

.slick-slider .slick-dots.number-dots li button {
  background: #a8d9f4;
  color: #92150f; }

.slick-slider .slick-dots.number-dots li.slick-active button {
  background: #92150f;
  color: #a8d9f4; }

.slick-slider .slick-arrow {
  border-radius: 0 6px 6px 0;
  background-size: 40%; }
  .slick-slider .slick-arrow.slick-next {
    transform: rotate(180deg); }
  @media screen and (min-width: 1164px) {
    .slick-slider .slick-arrow {
      top: calc(32% - 67px);
      width: 54px;
      height: 134px;
      border-radius: 6px; }
      .slick-slider .slick-arrow.slick-prev {
        left: calc(50% - 512px - 70px); }
      .slick-slider .slick-arrow.slick-next {
        right: calc(50% - 512px - 70px); } }

#events_container .items-list .item {
  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: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 0;
  border-radius: 6px;
  border-width: 2px;
  border-style: solid; }
  #events_container .items-list .item + .item {
    margin-top: 45px; }
  #events_container .items-list .item-name {
    font-size: inherit;
    margin-top: 0;
    margin-bottom: 15px; }
  #events_container .items-list .item .event-date {
    width: 94px;
    height: initial;
    margin-right: 0;
    margin-bottom: 0; }
    #events_container .items-list .item .event-date .event-day {
      -webkit-box-ordinal-group: -4;
      -webkit-order: -5;
      -ms-flex-order: -5;
      order: -5;
      height: 2.825rem;
      font-size: 2.625rem;
      font-weight: 700; }
    #events_container .items-list .item .event-date .event-month {
      font-size: 1.375rem; }
  #events_container .items-list .item .item-summary {
    box-sizing: border-box;
    width: calc(100% - 94px);
    padding: 12px 18px;
    font-size: 1rem; }
  #events_container .items-list .item .item-text + .item-text {
    margin-top: 5px; }

#quicklinks2 .items-list .qlink-item {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #quicklinks2 .items-list .qlink-item {
      width: 50%; } }

#search_container #search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  border-radius: 6px;
  margin-right: auto;
  margin-left: auto; }
  #search_container #search .edlio-search-field {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1rem; }
  #search_container #search .edlio-search-button {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 22px;
    height: 22px; }

@media screen and (min-width: 1024px) {
  #search_container {
    margin-top: auto; }
    #search_container #search {
      width: 230px; } }

.social-container .social-inner {
  box-sizing: border-box;
  width: calc(100% - 80px);
  padding: 15px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .social-container .social-inner {
      width: 370px; } }

.content-container .section-title {
  margin-bottom: 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700; }

.content-container .item-summary {
  box-sizing: border-box;
  padding-right: 25px;
  padding-left: 25px; }
  @media screen and (min-width: 768px) {
    .content-container .item-summary {
      padding-right: 0;
      padding-left: 0; } }

.content-container .read-more-link {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  transition-duration: 0.3s;
  transition-property: color;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 25px;
  padding: 18px;
  border-radius: 6px;
  text-align: center;
  border-width: 2px;
  border-style: solid; }
  .content-container .read-more-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #a8d9f4;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }
  .content-container .read-more-link:hover, .content-container .read-more-link:focus {
    color: white; }
  .content-container .read-more-link:before {
    transform: scaleX(0); }
  .content-container .read-more-link:hover:before, .content-container .read-more-link:focus:before {
    transform: scaleX(1); }
  .content-container .read-more-link:hover, .content-container .read-more-link:focus {
    text-decoration: none; }

#content_main .pageTitle {
  margin-bottom: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700; }

#footer_main .footer-ceil {
  padding-top: 25px;
  padding-bottom: 25px; }
  #footer_main .footer-ceil .school-name {
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto; }
    #footer_main .footer-ceil .school-name:before {
      margin-bottom: 0; }
    #footer_main .footer-ceil .school-name-inner {
      font-size: 1.5rem;
      font-weight: 700; }
      @media screen and (min-width: 768px) {
        #footer_main .footer-ceil .school-name-inner {
          font-size: 2rem;
          letter-spacing: -1px; } }
  @media screen and (min-width: 1024px) {
    #footer_main .footer-ceil .footer-address {
      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;
      font-size: 1.125rem;
      text-align: center; }
      #footer_main .footer-ceil .footer-address .footer-info-block:not(:first-of-type) {
        margin-left: 15px;
        padding-left: 15px;
        border-left-width: 1px;
        border-left-style: solid; } }

#footer_main .footer-bottom-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: 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;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px; }
  #footer_main .footer-bottom-inner #footer_login {
    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;
    text-decoration: none;
    margin-left: 25px; }
    #footer_main .footer-bottom-inner #footer_login:hover, #footer_main .footer-bottom-inner #footer_login:focus {
      text-decoration: underline; }
    #footer_main .footer-bottom-inner #footer_login:before {
      content: url("/common_pics/login-image.png");
      display: inline;
      width: 19px;
      height: 19px;
      margin-right: 10px; }
    @media screen and (min-width: 1024px) {
      #footer_main .footer-bottom-inner #footer_login {
        position: absolute;
        top: 20px;
        right: 0; } }

@media screen and (max-width: 399px) {
  #mobile_nav > a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .65em;
    line-height: .9em;
    text-align: center; } }
