@import url("//fonts.googleapis.com/css?family=Montserrat:300,400,400italic,700,700italic");
@keyframes kenburns {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1);
    animation-timing-function: ease-in; }
  100% {
    transform: scale(1); } }

body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Montserrat", 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-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: 116px;
    width: 98px;
    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: 98px;
    height: 116px;
    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: 25em; }
        .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: 50%; }
            .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; }

@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; }

.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: 175px;
    width: 175px;
    max-width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/pics/footer_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: 175px;
    height: 175px;
    margin-bottom: 15px;
    background-image: url("/pics/footer_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-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; } }

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

.video-container .video-item {
  display: block;
  width: 100%; }

.video-container .video-embed-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.quicklinks-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.quicklinks-container .qlink-inner {
  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; }

.quicklinks-container .qlink-item a {
  display: block; }

.quicklinks-container .qlink-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px; }

.quicklinks-container .qlink-text {
  max-width: 100%;
  font-size: 1.125rem; }

.quicklinks-container.icon-orientation-vertical {
  text-align: center; }
  .quicklinks-container.icon-orientation-vertical .qlink-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .quicklinks-container.icon-orientation-vertical .qlink-item svg {
    margin-bottom: 24px; }

.quicklinks-container.icon-orientation-horizontal .qlink-item svg {
  margin-right: 30px; }

@media screen and (min-width: 1024px) {
  .quicklinks-container.orientation-vertical .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.spotlight1-container .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.spotlight1-container .spotlight-image-holder {
  max-width: 100%; }

.spotlight1-container .spotlight-image {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.spotlight1-container .item-summary.clipped-summary .item-text {
  overflow: hidden;
  max-height: 6.25em;
  line-height: 1.25em; }

.spotlight1-container .item-text {
  margin-bottom: 20px; }

.spotlight1-container.content-size-medium .item-text {
  font-size: 1.125rem; }

.spotlight1-container.content-size-large .item-text {
  font-size: 1.5rem; }

.spotlight1-container.thumbnail-orientation-vertical .item-inner {
  text-align: center; }

@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 250px;
    margin-right: 15px; } }

.news1-container:not(.slick-container) .items-list {
  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; }

.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%; }

.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.news1-container.content-size-small .item {
  margin-bottom: 10px; }

.news1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem; }

.news1-container.content-size-medium .item {
  margin-bottom: 20px; }

.news1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem; }

.news1-container.content-size-medium .item-text {
  font-size: 1.125rem; }

.news1-container.content-size-large .item {
  margin-bottom: 30px; }

.news1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem; }

.news1-container.content-size-large .item-text {
  font-size: 1.5rem; }

.news1-container.thumbnail-orientation-vertical .item {
  text-align: center; }

.news1-container.thumbnail-orientation-vertical.content-size-small .item-summary {
  padding-top: 10px; }

.news1-container.thumbnail-orientation-vertical.content-size-medium .item-summary {
  padding-top: 20px; }

.news1-container.thumbnail-orientation-vertical.content-size-large .item-summary {
  padding-top: 30px; }

@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    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; }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 250px;
    margin-right: 15px; } }

@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

.events1-container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.events1-container .items-list {
  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; }

.events1-container .event-date {
  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;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .events1-container .event-date .event-month {
    font-size: 1.125em; }
  .events1-container .event-date .event-day {
    font-size: 2.25em; }

.events1-container.content-size-small .item {
  margin-bottom: 10px; }

.events1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem; }

.events1-container.content-size-small .event-date {
  font-size: 1rem; }

.events1-container.content-size-medium .item {
  margin-bottom: 30px; }

.events1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem; }

.events1-container.content-size-medium .item-text {
  font-size: 1.125rem; }

.events1-container.content-size-medium .event-date {
  font-size: 1.125rem; }

.events1-container.content-size-large .item {
  margin-bottom: 30px; }

.events1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem; }

.events1-container.content-size-large .item-text {
  font-size: 1.5rem; }

.events1-container.content-size-large .event-date {
  font-size: 1.5rem; }

.events1-container.date-orientation-vertical .item {
  text-align: center; }

.events1-container.date-orientation-vertical.content-size-small .event-date {
  margin-bottom: 10px; }

.events1-container.date-orientation-vertical.content-size-medium .event-date {
  margin-bottom: 20px; }

.events1-container.date-orientation-vertical.content-size-large .event-date {
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .events1-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px; }
  .events1-container.date-orientation-horizontal .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.shuffle2-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  .shuffle2-container .image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover; }

.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%; }
  .shuffle1-container.content-container {
    padding: 0; }
  .shuffle1-container .shuffle-main {
    z-index: 1;
    width: 100%; }
    .shuffle1-container .shuffle-main .slick-list {
      margin: 0;
      height: 100%;
      width: 100%; }
    .shuffle1-container .shuffle-main .slick-track {
      height: 100%; }
    .shuffle1-container .shuffle-main .shuffle-slide {
      position: relative;
      margin: 0; }
    .shuffle1-container .shuffle-main .shuffle-caption {
      position: absolute;
      left: 0;
      right: 0;
      padding: .5em;
      background-color: rgba(0, 0, 0, 0.5);
      color: white; }
      @media screen and (max-width: 767px) {
        .shuffle1-container .shuffle-main .shuffle-caption {
          display: none; } }
      .shuffle1-container .shuffle-main .shuffle-caption a {
        color: inherit; }
      .shuffle1-container .shuffle-main .shuffle-caption.caption-position-top {
        top: 0; }
      .shuffle1-container .shuffle-main .shuffle-caption.caption-position-bottom {
        bottom: 0; }
    .shuffle1-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
      top: calc(54px + 1em); }
    .shuffle1-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
      bottom: calc(54px + 1em); }
  .shuffle1-container .slick-dots {
    position: absolute;
    z-index: 9999; }
    @media screen and (max-width: 767px) {
      .shuffle1-container .slick-dots {
        display: none; } }
    .shuffle1-container .slick-dots.slick-dots-bottom, .shuffle1-container .slick-dots.slick-dots-top {
      left: 0;
      width: 100%; }
    .shuffle1-container .slick-dots.slick-dots-bottom {
      bottom: 0; }
    .shuffle1-container .slick-dots.slick-dots-top {
      top: 0; }
    .shuffle1-container .slick-dots.slick-dots-left, .shuffle1-container .slick-dots.slick-dots-right {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 0;
      height: 100%; }
    .shuffle1-container .slick-dots.slick-dots-left {
      left: 0; }
    .shuffle1-container .slick-dots.slick-dots-right {
      right: 0; }
  .shuffle1-container .shuffle-image {
    width: 100%; }
  .shuffle1-container .shuffle-navigation {
    position: absolute;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 767px) {
      .shuffle1-container .shuffle-navigation {
        display: none; } }
    .shuffle1-container .shuffle-navigation .slick-list {
      margin: 0;
      padding: 0;
      bottom: 0; }
    .shuffle1-container .shuffle-navigation .slick-track {
      height: 100%; }
    .shuffle1-container .shuffle-navigation .shuffle-slide {
      position: relative;
      display: block;
      height: 50px;
      margin: .5em;
      overflow: hidden;
      border: 2px solid transparent; }
      .shuffle1-container .shuffle-navigation .shuffle-slide.slick-current {
        border-color: black; }
    .shuffle1-container .shuffle-navigation.navigation-position-bottom, .shuffle1-container .shuffle-navigation.navigation-position-top {
      left: 0;
      width: 100%; }
    .shuffle1-container .shuffle-navigation.navigation-position-bottom {
      bottom: 0; }
    .shuffle1-container .shuffle-navigation.navigation-position-top {
      top: 0; }
  .shuffle1-container .error-message {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    background: white; }
  @media screen and (min-width: 1024px) {
    .shuffle1-container .shuffle-caption {
      padding: 1em; } }

#header_main {
  background-color: #f9f9f9; }
  @media screen and (min-width: 1024px) {
    #header_main.scrolled {
      position: fixed;
      width: 100%; }
      #header_main.scrolled .school-name {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        overflow: hidden;
        clip: rect(0 0 0 0); } }
  #header_main .header-title {
    padding: 10px 0; }
    #header_main .header-title a {
      font-size: 5em;
      text-transform: uppercase;
      color: #002663;
      line-height: 1.1; }
      #header_main .header-title a:before {
        margin-bottom: 0; }
      #header_main .header-title a .school-name-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      #header_main .header-title a .first-line {
        font-size: .45em;
        letter-spacing: 5px; }
      #header_main .header-title a .second-line {
        font-size: .73em;
        font-weight: 700; }
    @media screen and (min-width: 1024px) {
      #header_main .header-title {
        padding: 0; }
        #header_main .header-title a {
          font-size: 3em; }
          #header_main .header-title a:before {
            margin-right: 0; }
          #header_main .header-title a .school-name-inner {
            text-align: left; } }
  #header_main .sitenav-holder .nav-mobile-toggle {
    border-color: #002663; }
  #header_main .sitenav-holder .nav-group {
    background-color: #002663;
    color: white; }
    #header_main .sitenav-holder .nav-group .nav-item > a {
      height: 42px;
      padding: 0 10px;
      font-size: 1.125em;
      font-weight: 700;
      color: white; }
      #header_main .sitenav-holder .nav-group .nav-item > a:focus, #header_main .sitenav-holder .nav-group .nav-item > a:hover, #header_main .sitenav-holder .nav-group .nav-item > a.open {
        color: white;
        background-color: #c60c30; }
    #header_main .sitenav-holder .nav-group .sub-nav a {
      color: white; }
      #header_main .sitenav-holder .nav-group .sub-nav a:focus, #header_main .sitenav-holder .nav-group .sub-nav a:hover, #header_main .sitenav-holder .nav-group .sub-nav a.open {
        color: white;
        background-color: #c60c30; }
  @media screen and (min-width: 1024px) {
    #header_main .sitenav-holder .nav-group {
      background: transparent; }
    #header_main .sitenav-holder .nav-menu {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    #header_main .sitenav-holder .nav-item > a {
      text-align: center; }
    #header_main .sitenav-holder .sub-nav {
      background-color: #002663; }
    #header_main .sitenav-holder.column .nav-item:last-child .sub-nav:focus, #header_main .sitenav-holder.column .nav-item:last-child .sub-nav.open {
      left: auto;
      right: 0; }
    #header_main .sitenav-holder.megamenu .sub-nav {
      width: calc(100% - 20px*2);
      max-width: calc(1024px - 20px*2);
      padding: 20px; }
      #header_main .sitenav-holder.megamenu .sub-nav .sub-nav-group {
        width: 65%; }
      #header_main .sitenav-holder.megamenu .sub-nav .mm-extra-content {
        width: calc(100% - 65%); } }
  #header_main .sitenav-holder .nav-mobile-toggle {
    top: 20px;
    right: 20px; }
  @media screen and (min-width: 1024px) {
    #header_main .sitenav-holder {
      background-color: #002663; }
      #header_main .sitenav-holder .nav-group .nav-item {
        -webkit-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; }
        #header_main .sitenav-holder .nav-group .nav-item > a {
          height: 56px;
          font-size: .75rem;
          font-weight: 400;
          text-transform: uppercase;
          padding: 0 10px; } }
  #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: #002663; }
    #header_main .header-secondary-nav .icon-only:hover svg, #header_main .header-secondary-nav .icon-only:focus svg {
      fill: #c60c30; }

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

.slick-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 40px;
  width: 20px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 40px/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: #cccccc; }

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

.slick-slider .slick-dots.number-dots li button {
  background: #cccccc;
  color: #c60c30; }

.slick-slider .slick-dots.number-dots li.slick-active button {
  background: #c60c30;
  color: #cccccc; }

.content-container .section-title {
  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;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px; }
  .content-container .section-title:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 109px;
    height: 7px;
    margin-top: 10px;
    background-image: url(/pics/divider.png); }
  .content-container .section-title a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%; }
    .content-container .section-title a:hover, .content-container .section-title a:focus {
      text-decoration: none; }

.content-container .item-name {
  text-transform: uppercase; }

.content-container .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; }

.content-container .read-more-link {
  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;
  font-weight: 300;
  margin-top: 20px;
  padding: 5px 20px;
  color: white;
  background-color: #002663;
  border-radius: 10px; }
  .content-container .read-more-link svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    fill: white; }
  .content-container .read-more-link:hover, .content-container .read-more-link:focus {
    background-color: #c60c30;
    color: white;
    text-decoration: none; }

#row_videos {
  background-color: black; }
  #row_videos video {
    opacity: .7; }

#row_spotlight {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
  position: relative; }
  #row_spotlight:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  #row_spotlight .homepage-row-inner {
    position: relative; }

#row_quicklinks, #row_hidalgo, #row_social {
  background: url(/pics/pattern.png); }

#row_hidalgo .section-title:before, #row_oaxaca .section-title:before {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 5px;
  color: #002663; }

#row_hidalgo .item, #row_oaxaca .item {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 300px;
  margin: 10px auto; }

#row_hidalgo .news1-container .item-summary, #row_oaxaca .news1-container .item-summary {
  padding: 20px 10px; }

#row_hidalgo .events1-container .item, #row_oaxaca .events1-container .item {
  -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;
  padding: 10px;
  border-radius: 10px; }

#row_hidalgo .event-block, #row_oaxaca .event-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 10px; }

#row_hidalgo .event-date, #row_oaxaca .event-date {
  width: 65px;
  height: 65px;
  font-size: .85rem;
  margin-right: 10px;
  color: white;
  border-radius: 10px;
  line-height: 1; }

#row_hidalgo .event-day, #row_oaxaca .event-day {
  font-size: 1.5em; }

@media screen and (min-width: 768px) {
  #row_hidalgo .items-list, #row_oaxaca .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  #row_hidalgo .item, #row_oaxaca .item {
    margin: 10px; } }

@media screen and (min-width: 1024px) {
  #row_hidalgo .item, #row_oaxaca .item {
    width: 320px; } }

#row_hidalgo {
  padding: 40px 0; }
  #row_hidalgo .section-title:before {
    content: "CAMPUS HIDALGO"; }
  #row_hidalgo .section-title a:hover, #row_hidalgo .section-title a:focus {
    color: #c60c30; }
  #row_hidalgo .content-container .item {
    background-color: #f9f9f9; }
  #row_hidalgo .content-container .event-date {
    background-color: #002663; }
  #row_hidalgo .news1-container .item-name a,
  #row_hidalgo .events1-container .item-name a {
    color: #002663; }
  #row_hidalgo .events1-container .section-title:before {
    content: none; }
  #row_hidalgo .events1-container .item-name a:hover, #row_hidalgo .events1-container .item-name a:focus {
    color: #c60c30; }

#row_oaxaca {
  color: white;
  background-color: rgba(0, 0, 0, 0.7); }
  #row_oaxaca .section-title:after {
    background-image: url(/pics/divider_red.png); }
  #row_oaxaca .section-title a:hover, #row_oaxaca .section-title a:focus {
    color: #c60c30; }
  #row_oaxaca .content-container .item {
    background-color: rgba(249, 249, 249, 0.2); }
  #row_oaxaca .content-container .item-name a {
    color: white; }
  #row_oaxaca .content-container .event-date {
    background-color: #c60c30; }
  #row_oaxaca .news1-container .section-title:before {
    content: "CAMPUS OAXACA";
    color: #c60c30; }
  #row_oaxaca .news1-container .item-name a:hover, #row_oaxaca .news1-container .item-name a:focus {
    color: #c60c30; }
  #row_oaxaca .read-more-link {
    background-color: #c60c30; }
    #row_oaxaca .read-more-link:hover, #row_oaxaca .read-more-link:focus {
      background-color: #002663; }

#row_social .section-title {
  margin-bottom: 20px; }

#row_social .social-title {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 10px; }

#row_social .homepage-row-inner .content-container {
  padding-top: 0; }

#row_social .content-container {
  text-align: center; }

#row_social .content-inner {
  width: 320px;
  margin: 0 auto;
  background-color: white; }

#row_social .btn-social {
  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;
  width: 280px;
  height: 54px;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 70px auto 0;
  color: white;
  background-color: #c60c30;
  border-radius: 10px;
  letter-spacing: 5px; }
  #row_social .btn-social svg {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    fill: white; }
  #row_social .btn-social:hover, #row_social .btn-social:focus {
    background-color: #002663;
    text-decoration: none; }

@media screen and (min-width: 768px) {
  #row_social .homepage-row-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; } }

@media screen and (min-width: 1024px) {
  #row_social {
    padding-bottom: 100px; }
    #row_social .content-inner {
      width: 340px;
      padding: 10px;
      border: 10px solid #002663;
      box-sizing: border-box; } }

#row_shuffle .btn-inscripciones {
  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;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
  color: white;
  background-color: #c60c30; }
  #row_shuffle .btn-inscripciones .second-line {
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: .15em; }
  #row_shuffle .btn-inscripciones svg {
    width: 44px;
    height: 44px;
    margin-top: 5px;
    fill: white; }
  #row_shuffle .btn-inscripciones:hover, #row_shuffle .btn-inscripciones:focus {
    background-color: #002663; }

@media screen and (min-width: 768px) {
  #row_shuffle .btn-inscripciones {
    z-index: 2;
    position: absolute;
    top: 5%;
    left: 20px;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    font-size: .75rem;
    padding: 0;
    background-color: rgba(198, 12, 48, 0.7);
    border-radius: 10px;
    border: 1px solid white; } }

#quicklinks .qlink-title {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0 auto;
  line-height: 1.5; }
  #quicklinks .qlink-title em {
    font-style: normal;
    font-weight: 700;
    color: #002663; }
    #quicklinks .qlink-title em:last-child {
      color: #c60c30; }

#quicklinks .qlink-item {
  overflow: hidden;
  position: relative;
  width: 164px;
  height: 164px;
  margin: 5px;
  border-radius: 10px;
  transition: all .3s ease-in-out;
  position: relative;
  position: relative; }
  #quicklinks .qlink-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #quicklinks .qlink-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 38, 99, 0.7); }
  #quicklinks .qlink-item:nth-of-type(1):before {
    background-image: url("/pics/qlink1.jpg"); }
  #quicklinks .qlink-item:nth-of-type(2):before {
    background-image: url("/pics/qlink2.jpg"); }
  #quicklinks .qlink-item:nth-of-type(3):before {
    background-image: url("/pics/qlink3.jpg"); }
  #quicklinks .qlink-item:hover, #quicklinks .qlink-item:focus {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
    #quicklinks .qlink-item:hover:before, #quicklinks .qlink-item:focus:before {
      animation: kenburns 10s infinite; }
    #quicklinks .qlink-item:hover .qlink-inner:before, #quicklinks .qlink-item:hover .qlink-inner:after, #quicklinks .qlink-item:focus .qlink-inner:before, #quicklinks .qlink-item:focus .qlink-inner:after {
      opacity: 1; }
    #quicklinks .qlink-item:hover .qlink-inner:before, #quicklinks .qlink-item:focus .qlink-inner:before {
      top: 42.5%; }
    #quicklinks .qlink-item:hover .qlink-inner:after, #quicklinks .qlink-item:focus .qlink-inner:after {
      top: -140%; }

#quicklinks a {
  width: 100%;
  height: 100%; }

#quicklinks .qlink-inner {
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  position: relative; }
  #quicklinks .qlink-inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(198, 12, 48, 0.4);
    transition: all .4s ease-in-out; }
  #quicklinks .qlink-inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    left: -100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .6s ease-in-out; }
  #quicklinks .qlink-inner:before, #quicklinks .qlink-inner:after {
    opacity: 0;
    width: 200%;
    height: 200%;
    transform: rotate(-45deg); }

#quicklinks .qlink-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: .9rem;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: white;
  letter-spacing: 4px; }

@media screen and (min-width: 768px) {
  #quicklinks .qlink-title {
    width: 416px; } }

@media screen and (min-width: 1024px) {
  #quicklinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0 60px; }
    #quicklinks .qlink-title {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
      text-align: left;
      margin: 0; } }

#spotlight_container {
  color: white; }
  #spotlight_container .section-title {
    font-weight: 400; }
    #spotlight_container .section-title:after {
      background-image: url(/pics/divider_red.png); }
  #spotlight_container .item-text {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - (100% - 100%) - 0px);
    max-width: calc(810px - 0px); }

#logos {
  background-color: #f9f9f9; }
  #logos .qlink-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 134px; }
  #logos .items-list .slick-list {
    width: calc(100% - 20px*2);
    margin: 0 20px; }
  #logos .items-list .slick-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    overflow: hidden;
    height: 27px;
    width: 15px;
    max-width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    top: calc(50% - 27px/2); }
    #logos .items-list .slick-arrow.slick-prev {
      background-image: url(/pics/button_prev.png); }
    #logos .items-list .slick-arrow.slick-next {
      background-image: url(/pics/button_next.png); }
  #logos .items-list .slick-dots li button:before {
    color: #cccccc; }
  #logos .items-list .slick-dots li.slick-active button:before {
    color: #c60c30; }
  #logos .items-list .slick-dots.number-dots li button {
    background: #cccccc;
    color: #c60c30; }
  #logos .items-list .slick-dots.number-dots li.slick-active button {
    background: #c60c30;
    color: #cccccc; }
  #logos .qlink-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .85rem;
    text-transform: uppercase;
    color: #002663; }
    #logos .qlink-text:before {
      content: "";
      display: block;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      width: 80px;
      height: 7px;
      margin: 15px 0;
      background-image: url(/pics/divider.png); }
  @media screen and (min-width: 1024px) {
    #logos {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - (100% - 100%) - 80px);
      max-width: calc(1095 - 80px);
      margin-top: -67px;
      padding: 0 40px;
      border-radius: 50px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      #logos .qlink-item {
        position: relative; }
        #logos .qlink-item:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: 1px;
          height: 75%;
          background-color: #ececec; } }

#content_main a {
  transition: all .3s ease-in-out; }

#content_main .pageTitle {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 20px;
  color: #002663; }

#content_main .right-column-page-navigation {
  background: #002663; }
  #content_main .right-column-page-navigation li a {
    color: white; }
  #content_main .right-column-page-navigation li.active a {
    background-color: #c60c30;
    color: white; }

#content_main .breadcrumb {
  margin-bottom: 20px;
  color: transparent; }
  #content_main .breadcrumb a, #content_main .breadcrumb span {
    display: inline-block;
    padding: 0 4px 0 10px;
    position: relative;
    color: white;
    background-color: #002663;
    text-align: center;
    text-decoration: none;
    line-height: 42px;
    position: relative; }
    #content_main .breadcrumb a:after, #content_main .breadcrumb span:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 100%;
      border-style: solid;
      border-width: 21px 0 21px 20px;
      border-color: transparent transparent transparent #002663;
      width: 0;
      height: 0; }
  #content_main .breadcrumb a {
    z-index: 2; }
    #content_main .breadcrumb a:hover, #content_main .breadcrumb a:focus {
      background-color: #001230;
      color: white; }
      #content_main .breadcrumb a:hover:after, #content_main .breadcrumb a:focus:after {
        border-left-color: #001230; }
  #content_main .breadcrumb span {
    margin-left: -20px;
    padding-left: 30px;
    color: white;
    background-color: #c60c30; }
    #content_main .breadcrumb span:after {
      border-left-color: #c60c30; }

#content_main .news-list .read-more-link {
  text-decoration: none;
  padding: 10px 20px;
  color: white;
  background-color: #002663;
  transition: all .3s ease-in-out; }
  #content_main .news-list .read-more-link:hover, #content_main .news-list .read-more-link:focus {
    background-color: #c60c30;
    color: white;
    text-decoration: none; }

#footer_main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-top: 10px solid #c60c30;
  position: relative; }
  #footer_main:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 38, 99, 0.8); }
  #footer_main .footer-inner {
    position: relative;
    padding-top: 20px; }
  #footer_main .footer-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: .85rem;
    text-transform: uppercase;
    color: white;
    line-height: 1.2; }
    #footer_main .footer-title:before {
      margin-right: 0; }
    #footer_main .footer-title .school-name-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    #footer_main .footer-title .first-line {
      font-size: .45em;
      letter-spacing: 5px; }
    #footer_main .footer-title .second-line {
      font-size: .73em;
      font-weight: 700; }
  #footer_main .footer-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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: .9rem;
    color: white;
    line-height: 1.7; }
    #footer_main .footer-address .footer-column {
      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;
      max-width: calc(100% - 40px);
      margin: 20px; }
    #footer_main .footer-address .footer-info-block {
      max-width: 100%;
      font-weight: 300;
      margin-bottom: 15px; }
    #footer_main .footer-address .footer-info-title {
      font-size: 1.3rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 4px; }
    #footer_main .footer-address a {
      color: inherit; }
  #footer_main .footer-bottom {
    position: relative; }
    #footer_main .footer-bottom .footer-bottom-inner {
      -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;
      padding: 15px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
    #footer_main .footer-bottom .footer-bottom-link {
      font-size: .8rem;
      color: white; }
  #footer_main .powered-by-edlio-logo {
    margin: 5px 0; }
    #footer_main .powered-by-edlio-logo svg {
      fill: white; }
  @media screen and (min-width: 768px) {
    #footer_main .footer-title {
      font-size: 1.1rem; }
    #footer_main .footer-bottom .footer-bottom-inner {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    #footer_main .powered-by-edlio-logo {
      margin: 0 40px; } }
  @media screen and (min-width: 1024px) {
    #footer_main .footer-inner {
      padding-top: 100px; }
    #footer_main .footer-address {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      #footer_main .footer-address .footer-column {
        text-align: left;
        margin: 20px 40px; }
      #footer_main .footer-address .footer-column:first-child {
        text-align: right; } }

#mobile_nav {
  background: #002663; }
  #mobile_nav a {
    color: white; }
    #mobile_nav a svg {
      fill: white; }
    #mobile_nav a:hover, #mobile_nav a:focus {
      color: #c60c30; }
      #mobile_nav a:hover svg, #mobile_nav a:focus svg {
        fill: #c60c30; }

#search input#q {
  background: white;
  margin: 0 5px 0 20px;
  border-radius: 5px; }

body.gsc-overflow-hidden #content_main {
  z-index: 100; }

#shuffle_main_header {
  display: none; }
