@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i|Scope+One");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "PT Serif", 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: 132px;
    width: 132px;
    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: 132px;
    height: 132px;
    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: 12.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: 100%; }
            .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: 135px;
    width: 135px;
    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: 135px;
    height: 135px;
    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; } }

@media screen and (min-width: 1024px) {
  .site-header2a .header-main-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

.site-header2a .header-title {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0;
  font-size: .5rem; }
  .site-header2a .header-title a {
    text-align: center;
    font-size: 2em; }
  @media screen and (min-width: 768px) {
    .site-header2a .header-title {
      font-size: .75rem; }
      .site-header2a .header-title a {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
      .site-header2a .header-title.header-logo:not(.logo-replacement) a:before {
        margin-bottom: 0;
        margin-right: 15px; } }
  @media screen and (min-width: 1024px) {
    .site-header2a .header-title {
      z-index: 99;
      max-width: 40%;
      font-size: 1rem; } }

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

.homepage-grid {
  overflow: hidden; }

@media screen and (min-width: 1024px) {
  #header_main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; } }

@media screen and (min-width: 1024px) {
  #header_main .header-main-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; } }

#header_main .school-name > a:before {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

@media screen and (min-width: 1024px) {
  #header_main .school-name > a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; } }

#header_main .school-name-inner {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: .75rem;
  padding-bottom: 4px; }
  #header_main .school-name-inner > span {
    display: block;
    text-align: center; }
  #header_main .school-name-inner .first-line {
    font-weight: 700;
    font-size: 2em; }
  #header_main .school-name-inner .second-line {
    font-weight: 400;
    font-size: 1.375em; }
  @media screen and (min-width: 768px) {
    #header_main .school-name-inner {
      font-size: 1rem; } }

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

@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder .nav-group .nav-item > a {
    position: relative; }
    #header_main .sitenav-holder .nav-group .nav-item > a:before {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-right: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid transparent;
      bottom: 0;
      left: calc(50% - 20px);
      transition: all .25s ease-in;
      border-bottom-width: 0; }
  #header_main .sitenav-holder .nav-group .nav-item-inner {
    font-size: 1rem; }
  #header_main .sitenav-holder .nav-group .nav-item .sub-nav {
    border-top-width: 10px;
    border-top-style: solid;
    border-top-radius: 0 0 8px 8px;
    padding-bottom: 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    #header_main .sitenav-holder .nav-group .nav-item .sub-nav-group > li > a {
      width: 100%;
      box-sizing: border-box;
      border-left-width: 10px;
      border-left-style: solid;
      transition: all .25s ease-in; } }

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

@media screen and (min-width: 1024px) {
  #header_main .topbar {
    z-index: 100; } }

#header_main .topbar-inner > * {
  margin: 0; }

@media screen and (min-width: 1024px) {
  #header_main .topbar-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 52px; } }

#header_main .topbar #topbar_menu {
  width: 100%;
  text-align: center; }
  #header_main .topbar #topbar_menu .nav-mobile-toggle {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double transparent;
    border-bottom: 5px solid transparent; }
  #header_main .topbar #topbar_menu .nav-group {
    position: absolute;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.8s; }
    #header_main .topbar #topbar_menu .nav-group.open {
      max-height: 2000px; }
  #header_main .topbar #topbar_menu .nav-menu,
  #header_main .topbar #topbar_menu .sub-nav-group {
    margin: 0;
    padding: 0;
    list-style: none; }
    #header_main .topbar #topbar_menu .nav-menu a,
    #header_main .topbar #topbar_menu .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; }
  #header_main .topbar #topbar_menu .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); }
  #header_main .topbar #topbar_menu .sub-nav {
    display: none; }
    #header_main .topbar #topbar_menu .sub-nav.open {
      display: block; }
    #header_main .topbar #topbar_menu .sub-nav .flyout-group {
      margin: 0;
      padding: 0;
      list-style: none; }
  @media screen and (max-width: 1023px) {
    #header_main .topbar #topbar_menu .sub-nav a {
      padding-left: 1.5em; }
    #header_main .topbar #topbar_menu .sub-nav .flyout-group a {
      padding-left: 2.5em; } }
  @media screen and (min-width: 1024px) {
    #header_main .topbar #topbar_menu .nav-mobile-toggle {
      display: none; }
    #header_main .topbar #topbar_menu .nav-group {
      position: static;
      max-height: none;
      overflow: visible; }
    #header_main .topbar #topbar_menu .nav-menu {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      position: relative; } }
  #header_main .topbar #topbar_menu .nav-item {
    position: relative; }
  @media screen and (min-width: 1024px) {
    #header_main .topbar #topbar_menu {
      position: relative; }
      #header_main .topbar #topbar_menu .nav-menu {
        position: relative; }
      #header_main .topbar #topbar_menu .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; }
      #header_main .topbar #topbar_menu .sub-nav {
        position: absolute; }
        #header_main .topbar #topbar_menu .sub-nav a {
          width: 11.5em; }
        #header_main .topbar #topbar_menu .sub-nav .flyout-group a {
          width: 10.5em;
          padding-left: 1.5em; } }
  #header_main .topbar #topbar_menu .nav-menu {
    -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; }
  #header_main .topbar #topbar_menu .nav-item > a {
    height: 41px; }
  #header_main .topbar #topbar_menu #search {
    width: 100%; }
    #header_main .topbar #topbar_menu #search .edlio-search-field {
      width: calc(100% - 50px);
      box-sizing: border-box;
      padding: 12px 0 12px 12px; }
    #header_main .topbar #topbar_menu #search .edlio-search-button {
      width: calc(50px);
      height: 40px;
      color: transparent;
      overflow: hidden;
      padding: 8px;
      box-sizing: border-box; }
  #header_main .topbar #topbar_menu .sub-nav {
    position: absolute;
    top: 100%;
    right: 0;
    border-top-width: 10px;
    border-top-style: solid; }
    @media screen and (min-width: 1024px) {
      #header_main .topbar #topbar_menu .sub-nav {
        padding-bottom: 10px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } }
    #header_main .topbar #topbar_menu .sub-nav .sub-nav-title {
      font-weight: 700;
      padding-bottom: 4px;
      margin-bottom: 4px;
      margin-top: 15px;
      border-bottom-width: 3px;
      border-bottom-style: solid;
      text-align: left; }
    #header_main .topbar #topbar_menu .sub-nav-group {
      width: 18.5em; }
      #header_main .topbar #topbar_menu .sub-nav-group > li > a {
        width: 100%;
        box-sizing: border-box; }
  #header_main .topbar #topbar_menu #schools_sub {
    box-sizing: border-box; }
    @media screen and (max-width: 1023px) {
      #header_main .topbar #topbar_menu #schools_sub {
        width: 320px; } }
    #header_main .topbar #topbar_menu #schools_sub .sub-nav-group > li {
      width: 100%;
      text-align: left;
      box-sizing: border-box; }
  #header_main .topbar #topbar_menu #links_sub {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 320px;
    box-sizing: border-box;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      #header_main .topbar #topbar_menu #links_sub {
        width: 415px;
        right: 0;
        left: auto; } }
    #header_main .topbar #topbar_menu #links_sub .sub-nav-group {
      width: 100%; }
      #header_main .topbar #topbar_menu #links_sub .sub-nav-group > li {
        box-sizing: border-box;
        width: 50%; }
  @media screen and (min-width: 1024px) {
    #header_main .topbar #topbar_menu {
      width: auto; } }

#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;
    fill: #92150f; }
  #header_main .header-secondary-nav .icon-only:hover svg, #header_main .header-secondary-nav .icon-only:focus svg {
    fill: #a8d9f4; }

@media screen and (min-width: 1024px) {
  .homepage-grid {
    margin-top: 100px; } }

#shuffle_main {
  position: relative; }
  #shuffle_main #motto {
    width: 100%;
    max-width: 1024px;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    box-sizing: border-box;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      #shuffle_main #motto {
        z-index: 10000;
        position: absolute;
        font-size: 1.625rem;
        left: 0;
        top: 0; } }
    @media screen and (min-width: 1024px) {
      #shuffle_main #motto {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        left: calc(50% - 512px);
        top: 43px;
        background-size: 100% 100%;
        min-height: 70px;
        padding-top: 17px;
        padding-bottom: 25px; } }

@media screen and (min-width: 1024px) {
  #main_row .homepage-row-inner {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); } }

#quicklinks {
  padding: 0; }
  #quicklinks_row {
    z-index: 101;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
  #quicklinks .items-list .qlink-item {
    width: 50%; }
    #quicklinks .items-list .qlink-item > a {
      padding-top: 16px;
      padding-bottom: 35px;
      position: relative; }
      #quicklinks .items-list .qlink-item > a:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid transparent;
        bottom: 0;
        left: calc(50% - 20px);
        transition: all .25s ease-in;
        border-bottom-width: 0; }
      #quicklinks .items-list .qlink-item > a svg {
        transition: fill .25s ease-in; }
      #quicklinks .items-list .qlink-item > a:hover, #quicklinks .items-list .qlink-item > a:focus {
        text-decoration: none; }
        #quicklinks .items-list .qlink-item > a:hover:before, #quicklinks .items-list .qlink-item > a:focus:before {
          border-bottom-width: 20px; }
      #quicklinks .items-list .qlink-item > a .qlink-inner svg {
        margin-bottom: 10px;
        transition: all .25s ease-in; }
        @media screen and (min-width: 1024px) {
          #quicklinks .items-list .qlink-item > a .qlink-inner svg {
            width: 60px;
            height: 60px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #quicklinks .items-list .qlink-item {
        width: calc(100% / 3); } }
    @media screen and (min-width: 1024px) {
      #quicklinks .items-list .qlink-item {
        width: 20%; } }

@media screen and (min-width: 1024px) {
  #mission_container, #events_container {
    position: relative;
    z-index: 100; } }

#news_container .inner {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  box-sizing: border-box; }

#mission_container, #events_container, #twitter_container_container {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (min-width: 1024px) {
    #mission_container, #events_container, #twitter_container_container {
      padding-left: 15px;
      padding-right: 15px; } }

#mission_container {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (min-width: 1024px) {
    #mission_container {
      position: relative; }
      #mission_container:before, #mission_container:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: calc(50vw - 512px);
        height: 100%; }
      #mission_container:before {
        left: calc(-50vw + 512px); }
      #mission_container:after {
        right: calc(-50vw + 512px); } }
  #mission_container .spotlightmessage-text {
    text-align: center;
    font-size: 1.225rem;
    font-weight: 700;
    font-style: italic; }
    @media screen and (min-width: 1024px) {
      #mission_container .spotlightmessage-text {
        font-size: 1.625rem;
        box-sizing: border-box;
        padding-left: 65px;
        padding-right: 65px; } }

#news_container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }
  #news_container .inner {
    position: relative;
    z-index: 10;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (min-width: 1024px) {
      #news_container .inner {
        padding-left: 15px;
        padding-right: 15px; } }
  @media screen and (min-width: 1024px) {
    #news_container {
      position: relative; }
      #news_container:before, #news_container:after {
        content: "";
        display: block;
        position: absolute;
        left: calc(-50vw + 512px);
        top: -3px;
        width: calc(100vw);
        height: calc(100% + 3px); }
      #news_container:before {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: 1;
        opacity: .25; }
      #news_container:after {
        z-index: 0; } }
  #news_container .items-list .item-summary {
    text-align: left; }
  @media screen and (max-width: 1023px) {
    #news_container .items-list .item + .item {
      margin-top: 25px; } }
  @media screen and (min-width: 450px) 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 .news-item-image-holder {
        width: calc(50% - 25px); }
      #news_container .items-list .item-summary {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 15px 15px 15px; } }
  @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: calc(100% / 4 - 20px);
        margin-bottom: 0; } }

@media screen and (min-width: 1024px) {
  #events_container {
    position: relative; }
    #events_container:before, #events_container:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: calc(50vw - 512px);
      height: 100%; }
    #events_container:before {
      left: calc(-50vw + 512px); }
    #events_container:after {
      right: calc(-50vw + 512px); } }

#events_container .items-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #events_container .items-list .item {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    box-sizing: border-box;
    max-width: 100%; }
    #events_container .items-list .item .event-date {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      width: 80px;
      height: auto;
      font-weight: 700;
      text-transform: initial; }
      #events_container .items-list .item .event-date .event-month {
        font-size: 2rem;
        height: 2rem; }
      #events_container .items-list .item .event-date .event-day {
        font-size: 3.25rem; }
  @media screen and (min-width: 768px) {
    #events_container .items-list .item {
      width: 50%; } }

#quicklinks2 {
  padding-top: 20px;
  padding-bottom: 20px; }
  #quicklinks2_row {
    position: relative; }
    #quicklinks2_row:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 25px;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent); }
    #quicklinks2_row .homepage-row-inner {
      position: relative; }
  @media screen and (max-width: 767px) {
    #quicklinks2 .items-list .qlink-item {
      width: calc(50% - 20px);
      margin: 10px; } }
  @media screen and (min-width: 1024px) {
    #quicklinks2 .items-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #quicklinks2 .items-list .qlink-item + .qlink-item {
        margin-left: 50px; } }
  #quicklinks2 .items-list .qlink-item {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 120px; }
    #quicklinks2 .items-list .qlink-item > a {
      transition: all .25s ease-in; }
      #quicklinks2 .items-list .qlink-item > a .qlink-inner .line {
        display: block; }
      #quicklinks2 .items-list .qlink-item > a .qlink-inner svg {
        margin-bottom: 10px;
        transition: all .25s ease-in; }

#twitter_container {
  background-color: white;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (min-width: 768px) {
    #twitter_container {
      padding-left: 200px;
      padding-right: 200px; } }
  #twitter_container #twitter_header > a > span:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center; }

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

.slick-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 50px;
  width: 25px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 50px/2); }
  .slick-slider .slick-arrow.slick-prev {
    background-image: url(/pics/button_prev.png); }
  .slick-slider .slick-arrow.slick-next {
    background-image: url(/pics/button_next.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.slick-next {
  transform: rotate(180deg); }

@media screen and (min-width: 1024px) {
  .slick-slider .slick-arrow.slick-prev, .slick-slider .slick-arrow.slick-next {
    top: auto;
    bottom: 10px; }
  .slick-slider .slick-arrow.slick-prev {
    left: calc(50% - 512px); }
  .slick-slider .slick-arrow.slick-next {
    right: calc(50% - 512px); } }

.content-container .section-title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  position: relative; }
  .content-container .section-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 25%;
    height: 10px;
    border-radius: 5px;
    margin-top: 15px; }
  @media screen and (min-width: 1024px) {
    .content-container .section-title {
      margin-bottom: 45px; }
      .content-container .section-title:after {
        width: 470px;
        left: calc(50% - 235px); } }

.content-container .section-title > a,
.content-container .item-name > a {
  color: inherit; }

.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;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 15px 18px;
  overflow: hidden;
  border-radius: 5px; }
  .content-container .read-more-links-group {
    margin-top: 55px; }
  .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: scaleY(0); }
  .content-container .read-more-link:hover:before, .content-container .read-more-link:focus:before {
    transform: scaleY(1); }
  .content-container .read-more-link:hover, .content-container .read-more-link:focus {
    text-decoration: none; }

@media screen and (min-width: 1024px) {
  #content_main {
    margin-top: 170px; } }

#content_main .pageTitle {
  margin-bottom: 22px;
  font-size: 2rem;
  font-weight: 700; }

#content_main .right-column-page-navigation {
  padding-top: 8px;
  padding-bottom: 8px; }
  #content_main .right-column-page-navigation li + li {
    margin-top: 8px; }
  #content_main .right-column-page-navigation li > a {
    width: 100%;
    border-left: 10px solid transparent;
    box-sizing: border-box;
    padding-left: 13px;
    padding-right: 13px; }

#qlinks_footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  #qlinks_footer:before, #qlinks_footer:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none; }
  #qlinks_footer:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent, rgba(0, 0, 0, 0.85)); }
  #qlinks_footer:after {
    background-color: rgba(50, 50, 50, 0.3); }
  #qlinks_footer #footer_main, #qlinks_footer #quicklinks2_row {
    position: relative;
    z-index: 2; }

#footer_main .footer-inner-top {
  padding-bottom: 40px;
  padding-top: 40px; }
  @media screen and (min-width: 768px) {
    #footer_main .footer-inner-top {
      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; } }
  @media screen and (min-width: 1024px) {
    #footer_main .footer-inner-top {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

#footer_main .footer-info-block {
  font-family: "Scope One", serif;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem; }
  #footer_main .footer-info-block a {
    color: inherit; }
  #footer_main .footer-info-block .bold {
    font-weight: 700; }
  @media screen and (min-width: 1024px) {
    #footer_main .footer-info-block {
      font-size: 1.375rem;
      line-height: 1.875rem; } }

#footer_main .scholantis-logo {
  display: block;
  width: 155px;
  height: 33px;
  overflow: hidden; }
  #footer_main .scholantis-logo svg {
    display: block;
    width: 155px;
    height: 33px;
    margin: 0; }

#footer_main .school-name-inner {
  font-size: .75rem; }
  @media screen and (min-width: 768px) {
    #footer_main .school-name-inner {
      font-size: 1rem; } }
  #footer_main .school-name-inner > span {
    display: block;
    text-align: center; }
  #footer_main .school-name-inner .first-line {
    font-weight: 700;
    font-size: 2em; }
  #footer_main .school-name-inner .second-line {
    font-weight: 400;
    font-size: 1.375em; }

#footer_main .footer-bottom {
  padding-top: 10px;
  padding-bottom: 10px; }
  #footer_main .footer-bottom-inner > * {
    margin-top: 0;
    margin-bottom: 0; }
  #footer_main .footer-bottom .hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }

@media screen and (min-width: 1024px) {
  #footer_main .footer-bottom-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #footer_main .footer-bottom-inner .scholantis-logo {
      margin-right: 22px; }
    #footer_main .footer-bottom-inner > *:first-child {
      margin-right: auto; }
    #footer_main .footer-bottom-inner > *:last-child {
      margin-left: auto; } }

#header_main .topbar #topbar_menu .nav-item {
  position: initial !important; }
  @media screen and (min-width: 768px) {
    #header_main .topbar #topbar_menu .nav-item {
      position: relative !important; } }

@media screen and (max-width: 767px) {
  #header_main .topbar #topbar_menu #schools_sub {
    width: 100%; } }
