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

html {
  height: 100%; }
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0; }
    body.index .site-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }

  .site-header,
  .site-footer {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    z-index: 9; }

  .site-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .site-content:focus {
      outline: none; }

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

.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; }
  @media screen and (min-width: 1024px) {
    .site-header.fixed-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; } }
  .site-header .header-main-inner {
    width: calc(100% - (100% - 100%) - 0px);
    max-width: calc(1024px - 0px);
    margin-right: auto;
    margin-left: 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;
    -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;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    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 {
    width: calc(100% - (100% - 100%) - 0px);
    max-width: calc(1024px - 0px);
    margin-right: auto;
    margin-left: auto;
    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-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    overflow: hidden;
    width: 260px;
    max-width: 100%;
    height: 90px;
    color: transparent;
    white-space: nowrap;
    text-indent: 200%;
    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-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    height: 90px;
    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 {
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap; }
    .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-inner {
      display: inline-block;
      padding-left: 100%; }
      .site-header .marquee .marquee-inner:hover {
        animation-play-state: paused; }
    .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;
      width: 28px;
      height: 4px;
      border-top: 14px double transparent;
      border-bottom: 5px solid transparent;
      font-size: 0; }
    .site-header .sitenav-holder.column .nav-group {
      position: absolute;
      z-index: 99;
      overflow: hidden;
      width: 100%;
      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;
      width: calc(100% - (100% - 100%) - 0px);
      max-width: calc(1024px - 0px);
      margin-right: auto;
      margin-left: auto; }
    .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;
        overflow: visible;
        max-height: none; }
      .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;
      width: 28px;
      height: 4px;
      border-top: 14px double transparent;
      border-bottom: 5px solid transparent;
      font-size: 0; }
    .site-header .sitenav-holder.megamenu .nav-group {
      position: absolute;
      z-index: 99;
      overflow: hidden;
      width: 100%;
      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;
      width: calc(100% - (100% - 100%) - 0px);
      max-width: calc(1024px - 0px);
      margin-right: auto;
      margin-left: auto; }
    .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;
        overflow: visible;
        max-height: none; }
      .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 (max-width: 1023px) {
      .site-header .sitenav-holder.megamenu .mm-extra-content {
        display: none; } }
    @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; } }
    .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;
      min-height: 250px;
      margin: 1em; }
      .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 {
        width: 40% !important;
        margin: 0 0 0 1em;
        padding: .5em; }
      .site-header .sitenav-holder.megamenu .map-container {
        margin: 0; } }

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

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

#content_main {
  width: calc(100% - (100% - 100%) - 5%);
  max-width: calc(1024px - 5%);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 9;
  overflow: visible;
  min-height: 400px;
  padding: 25px 2.5%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
  margin-top: 20px;
  margin-bottom: 20px; }
  #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;
      width: 100%;
      margin-left: 0; }
    #content_main #staff_list_public .user-info-wrapper p {
      display: block;
      width: 100%;
      float: left; } }
  @media screen and (max-width: 767px) {
    #content_main .news-list article .column {
      width: 100%; }
    #content_main .show-news .attached-images {
      margin: 0 auto 1em;
      float: none; }
    #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 {
      position: relative;
      width: 90%;
      height: auto; }
    #content_main #edlio_search_form {
      width: auto;
      max-width: 400px; }
      #content_main #edlio_search_form input {
        width: 200px; }
    #content_main #contact_form {
      width: 100%; }
      #content_main #contact_form table {
        display: table;
        width: 280px !important;
        font-size: 12px; }
      #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 {
      width: 100%;
      float: none; }
      #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 {
      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;
      width: 100% !important;
      margin: 0 auto;
      float: none; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 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; }
    #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;
      display: block;
      width: 84%;
      margin: 0;
      padding: .8em 6% .8em 10%;
      color: inherit;
      font-weight: 400;
      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 (max-width: 767px) {
      #content_main .right-column-page-navigation {
        margin: 20px auto; } }

.homepage-row.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
.homepage-row .homepage-row-inner {
  position: relative; }
  @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 {
    width: calc(100% - (100% - 100%) - 0px);
    max-width: calc(1024px - 0px);
    margin-right: auto;
    margin-left: auto; } }

.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 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 2rem; }
    .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 {
  max-width: calc(100% - 20px);
  padding-right: 10px;
  padding-left: 10px; }
  @media screen and (min-width: 1024px) {
    .item-summary {
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; } }

.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 {
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  margin-right: auto;
  margin-left: auto;
  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-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    overflow: hidden;
    width: 149px;
    max-width: 100%;
    height: 54px;
    color: transparent;
    white-space: nowrap;
    text-indent: 200%;
    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-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 149px;
    height: 54px;
    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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .site-footer .footer-logo:not(.logo-replacement).logo-orientation-horizontal:before {
        margin-right: 15px;
        margin-bottom: 0; } }
.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;
  overflow: hidden;
  width: 140px;
  height: 20px; }
  .site-footer .powered-by-edlio-logo svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0; }
.site-footer .footer-bottom-inner {
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  margin-right: auto;
  margin-left: auto;
  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 {
    box-sizing: content-box;
    margin: 0;
    border: none;
    background: transparent;
    vertical-align: top;
    -webkit-appearance: none; }

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

.edlio-login-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }
  .edlio-login-link .edlio-logo {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 20px;
    margin-right: 4px;
    padding-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-list {
    width: calc(100% - 25px*2);
    margin: 0 25px; }
  .slick-container .slick-arrow {
    top: calc(50% - 40px/2);
    width: 20px;
    height: 40px; }
  .slick-container .slick-arrow.slick-prev {
    background-image: url(/pics/button_prev.png); }
  .slick-container .slick-arrow.slick-next {
    background-image: url(/pics/button_next.png); }
  .slick-container .slick-dots.number-dots li.slick-active button {
    color: #ebeff6; }
  .slick-container .slick-dots.number-dots li button {
    background: #ebeff6; }
  .slick-container .slick-dots li button:before {
    color: #ebeff6; }
  .slick-container .slick-dots.number-dots li.slick-active button {
    background: #003865; }
  .slick-container .slick-dots.number-dots li button {
    color: #003865; }
  .slick-container .slick-dots li.slick-active button:before {
    color: #003865; }
  .slick-container .slick-slider {
    position: relative; }
  .slick-container .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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;
    top: 0;
    left: 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 {
    position: relative;
    height: 100%;
    min-height: 1px;
    float: left; }
    [dir="rtl"] .slick-container .slick-slide {
      float: right; }
    .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-slide img {
      display: block; }
  .slick-container .slick-arrow {
    position: absolute;
    z-index: 9999;
    border: none;
    background-position: center center;
    background-color: transparent;
    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;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    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.number-dots li button {
      font-size: .75em; }
      .slick-container .slick-dots.number-dots li button:before {
        display: none; }
    .slick-container .slick-dots li {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      cursor: pointer; }
      .slick-container .slick-dots li button {
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        border: 0;
        color: transparent;
        background: none transparent;
        font-size: 0px;
        line-height: 0px;
        outline-width: none;
        cursor: pointer; }
        .slick-container .slick-dots li button:hover, .slick-container .slick-dots li button:focus {
          outline-width: 5px; }
        .slick-container .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "\2022";
          width: 20px;
          height: 20px;
          font-size: 2rem;
          line-height: 20px;
          text-align: center; }
  @media screen and (min-width: 768px) {
    .slick-container .slick-dots li {
      margin: .5em; } }
  .slick-container .slick-arrow {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    overflow: hidden;
    max-width: 100%;
    color: transparent;
    white-space: nowrap;
    text-indent: 200%;
    background-position: center center;
    background-repeat: no-repeat; }

.site-header1a .header-title {
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  font-size: .5rem;
  text-align: center; }
  .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.header-logo:not(.logo-replacement) a:before {
      margin-right: 20px;
      margin-bottom: 0; }
    .site-header1a .header-title a {
      -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) {
  .site-header1a .header-title {
    font-size: 1rem; } }

.site-footer2 .school-name .school-name-inner {
  font-size: 3em; }
.site-footer2 .footer-secondary-nav:not(.social-nav) .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .site-footer2 .footer-secondary-nav:not(.social-nav) .links-list .link-item {
    margin: 0 0 10px; }
.site-footer2 .footer-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .site-footer2 .footer-tools > * {
    margin-bottom: 15px; }
@media screen and (min-width: 1024px) {
  .site-footer2 .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .site-footer2 .footer-info {
    max-width: 40%; }
  .site-footer2 .footer-address {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left; } }

.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.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 .shuffle-main.navshuffle-position-left .shuffle-caption {
      left: calc(100px + 1em); }
    .shuffle1-container .shuffle-main.navshuffle-position-right .shuffle-caption {
      right: calc(100px + 1em); }
    .shuffle1-container .shuffle-main .slick-list {
      width: 100%;
      height: 100%;
      margin: 0; }
    .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;
      right: 0;
      left: 0;
      padding: .5em;
      color: white;
      background-color: rgba(0, 0, 0, 0.5); }
      @media screen and (max-width: 767px) {
        .shuffle1-container .shuffle-main .shuffle-caption {
          display: none; } }
      .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 .shuffle-caption a {
        color: inherit; }
  .shuffle1-container .slick-dots {
    position: absolute;
    z-index: 9; }
    @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.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 .shuffle-navigation.navigation-position-left, .shuffle1-container .shuffle-navigation.navigation-position-right {
      top: 0;
      width: calc(100px + 1em);
      height: 100%; }
      .shuffle1-container .shuffle-navigation.navigation-position-left .slick-list,
      .shuffle1-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle1-container .shuffle-navigation.navigation-position-right .slick-list,
      .shuffle1-container .shuffle-navigation.navigation-position-right .slick-track {
        height: 100% !important; }
      .shuffle1-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle1-container .shuffle-navigation.navigation-position-right .slick-track {
        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; }
      .shuffle1-container .shuffle-navigation.navigation-position-left .shuffle-slide, .shuffle1-container .shuffle-navigation.navigation-position-right .shuffle-slide {
        width: 100px;
        float: none; }
    .shuffle1-container .shuffle-navigation.navigation-position-left {
      left: 0; }
    .shuffle1-container .shuffle-navigation.navigation-position-right {
      right: 0; }
    .shuffle1-container .shuffle-navigation .slick-list {
      bottom: 0;
      margin: 0;
      padding: 0; }
    .shuffle1-container .shuffle-navigation .slick-track {
      height: 100%; }
    .shuffle1-container .shuffle-navigation .shuffle-slide {
      position: relative;
      display: block;
      overflow: hidden;
      height: 50px;
      margin: .5em;
      border: 2px solid transparent; }
      .shuffle1-container .shuffle-navigation .shuffle-slide.slick-current {
        border-color: black; }
  .shuffle1-container .error-message {
    background: white;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 700;
    font-size: 2rem; }
  @media screen and (min-width: 1024px) {
    .shuffle1-container .shuffle-caption {
      padding: 1em; } }

.news2-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; }
.news2-container.content-size-small .item {
  margin-bottom: 10px; }
.news2-container.content-size-small .item-name {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 10px; }
.news2-container.content-size-medium .item {
  margin-bottom: 20px; }
.news2-container.content-size-medium .item-name {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 20px; }
.news2-container.content-size-medium .item-text {
  font-size: 1.125rem; }
.news2-container.content-size-large .item {
  margin-bottom: 30px; }
.news2-container.content-size-large .item-name {
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 30px; }
.news2-container.content-size-large .item-text {
  font-size: 1.5rem; }
.news2-container.thumbnail-coverage-full .item-summary {
  top: 0; }
.news2-container.thumbnail-coverage-partial .item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
.news2-container .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 400px; }
  .news2-container .item.no-photo.logo-backup {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/pics/header_logo.png"); }
.news2-container .item-summary {
  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;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
@media screen and (min-width: 1024px) {
  .news2-container.orientation-horizontal:not(.slick-container) .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .news2-container.orientation-horizontal:not(.slick-container) .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.events1-container.content-size-small .item {
  margin-bottom: 10px; }
.events1-container.content-size-small .item-name {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 10px; }
.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 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 20px; }
.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 {
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 30px; }
.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.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; }
.events1-container.date-orientation-vertical .item {
  text-align: center; }
.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; }
@media screen and (min-width: 768px) {
  .events1-container.date-orientation-horizontal .event-date {
    margin-right: 20px;
    margin-bottom: 0; }
  .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; } }

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

.shuffle4-container .shuffle-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em;
  color: white;
  background-color: rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 767px) {
    .shuffle4-container .shuffle-caption {
      display: none; } }
  .shuffle4-container .shuffle-caption a {
    color: inherit; }
.shuffle4-container .shuffle-image {
  width: 100%; }
.shuffle4-container .error-message {
  background: white;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
  font-size: 2rem; }

#header_main .topbar {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  background-color: #ebeff6; }
  #header_main .topbar .topbar-secondary {
    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; }
  @media screen and (min-width: 1024px) {
    #header_main .topbar {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
      #header_main .topbar #google_translate_element {
        margin-right: auto; }
      #header_main .topbar .topbar-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: relative; }
      #header_main .topbar .topbar-secondary {
        position: absolute;
        top: calc(100% + 40px);
        right: 0; } }
#header_main #topbar_nav .link-item {
  margin: 0 10px; }
#header_main #search {
  height: 24px;
  background-color: #efefef;
  border-radius: 24px;
  overflow: hidden; }
  #header_main #search input#q {
    width: 100px;
    height: 24px;
    padding: 0 10px;
    color: inherit;
    line-height: 24px; }
    #header_main #search input#q::-webkit-input-placeholder {
      color: inherit; }
  #header_main #search .edlio-search-button {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-right: 5px;
    margin-bottom: 2px; }
#header_main .header-logo {
  max-width: 100%;
  padding: 20px 0;
  background-color: white; }
  #header_main .header-logo a {
    margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    #header_main .header-logo {
      box-sizing: border-box;
      padding-left: calc(50% - 512px);
      text-align: left; }
      #header_main .header-logo a {
        margin: 0; } }
#header_main .sitenav-holder .nav-mobile-toggle {
  border-color: #003865; }
#header_main .sitenav-holder .nav-group {
  color: black;
  background-color: #ebeff6; }
  #header_main .sitenav-holder .nav-group .nav-item > a {
    height: 42px;
    padding: 0 10px;
    color: black;
    font-size: 1.125em;
    font-weight: 700; }
    #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: #003865; }
  #header_main .sitenav-holder .nav-group .sub-nav a {
    color: black; }
    #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: #003865; }
@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder.column .nav-item:last-child .sub-nav:focus, #header_main .sitenav-holder.column .nav-item:last-child .sub-nav.open {
    right: 0;
    left: auto; }
  #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-item > a {
    text-align: center; }
  #header_main .sitenav-holder .nav-group {
    background: transparent; }
  #header_main .sitenav-holder .nav-menu {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  #header_main .sitenav-holder .sub-nav {
    background-color: #ebeff6; } }
#header_main .sitenav-holder .nav-mobile-toggle {
  top: 20px;
  right: 20px; }
@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder {
    background-color: rgba(0, 56, 101, 0.8); }
    body:not(.index) #header_main .sitenav-holder {
      background-color: #003865; }
    #header_main .sitenav-holder .nav-group .nav-item > a {
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      z-index: 0;
      transition-duration: 0.5s;
      transition-property: color;
      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;
      height: 44px;
      padding: 0 10px;
      color: white;
      font-weight: 400;
      text-transform: uppercase; }
      #header_main .sitenav-holder .nav-group .nav-item > a:hover, #header_main .sitenav-holder .nav-group .nav-item > a:focus {
        color: black; }
      #header_main .sitenav-holder .nav-group .nav-item > a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #ebeff6;
        transition-property: transform;
        transition-duration: 0.5s;
        transition-timing-function: ease-out; }
      #header_main .sitenav-holder .nav-group .nav-item > a:hover:before, #header_main .sitenav-holder .nav-group .nav-item > a:focus:before {
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
      #header_main .sitenav-holder .nav-group .nav-item > a:hover:before, #header_main .sitenav-holder .nav-group .nav-item > a:focus:before {
        transform: scaleY(1); }
      #header_main .sitenav-holder .nav-group .nav-item > a:before {
        transform: scaleY(0);
        transform-origin: 50% 0; }
      #header_main .sitenav-holder .nav-group .nav-item > a:hover, #header_main .sitenav-holder .nav-group .nav-item > a:focus, #header_main .sitenav-holder .nav-group .nav-item > a.open {
        color: black;
        background-color: transparent; }
        #header_main .sitenav-holder .nav-group .nav-item > a:hover:before, #header_main .sitenav-holder .nav-group .nav-item > a:focus:before, #header_main .sitenav-holder .nav-group .nav-item > a.open:before {
          transform: scaleY(1); } }
#header_main .header-secondary-nav .icon-only {
  display: block;
  overflow: hidden;
  width: 18px;
  height: 18px; }
  #header_main .header-secondary-nav .icon-only:hover svg, #header_main .header-secondary-nav .icon-only:focus svg {
    fill: #971b2f; }
  #header_main .header-secondary-nav .icon-only svg {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    fill: rgba(75, 76, 76, 0.5); }
@media screen and (min-width: 1024px) {
  body.index #header_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; } }

.content-container {
  padding: 30px 0; }
  .content-container .section-title {
    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;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
    color: #003865;
    font-family: "Crimson Text", serif;
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase; }
    .content-container .section-title:before, .content-container .section-title:after {
      content: "";
      display: block;
      border-top: 1px solid #cbcbcb;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .content-container .section-title:before {
      margin-right: 20px; }
    .content-container .section-title:after {
      margin-left: 20px; }
  .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);
    position: relative;
    z-index: 0;
    transition-duration: 0.3s;
    transition-property: color;
    padding: 8px 20px;
    color: white;
    background-color: #971b2f; }
    .content-container .read-more-link:hover, .content-container .read-more-link:focus {
      color: white; }
    .content-container .read-more-link:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: #003865;
      transition-property: transform;
      transition-duration: 0.3s;
      transition-timing-function: ease-out; }
    .content-container .read-more-link:hover:before, .content-container .read-more-link:focus:before {
      transform: scale(1); }
    .content-container .read-more-link:before {
      transform: scale(0); }

#shuffle_main .shuffle-image {
  height: 100%; }

#content_main .pageTitle {
  margin-bottom: 20px;
  color: #003865;
  font-family: "Crimson Text", serif;
  font-size: 1.875rem; }
#content_main .right-column-page-navigation {
  background: #003865; }
  #content_main .right-column-page-navigation li.active a {
    color: white;
    background-color: rgba(255, 255, 255, 0.2); }
  #content_main .right-column-page-navigation li a {
    color: white; }
@media screen and (min-width: 1024px) {
  body.index #content_main {
    margin-top: 145px; } }

#news_row #news_container .items-list .item {
  height: 290px; }
  #news_row #news_container .items-list .item.no-photo {
    height: auto; }
    #news_row #news_container .items-list .item.no-photo .item-summary {
      position: relative;
      background-color: #003865; }
  #news_row #news_container .items-list .item .item-summary {
    box-sizing: border-box;
    max-width: 100%;
    padding: 20px;
    background-color: rgba(0, 56, 101, 0.62); }
    #news_row #news_container .items-list .item .item-summary .item-name {
      font-family: "Crimson Text", serif;
      font-size: 1.375rem;
      line-height: 1; }
      #news_row #news_container .items-list .item .item-summary .item-name a {
        display: block;
        color: white; }
    #news_row #news_container .items-list .item .item-summary .item-text {
      color: white; }
@media screen and (min-width: 1024px) {
  #news_row #news_container .items-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    #news_row #news_container .items-list .item {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 6px 30px; } }

.infographic_holder_header {
  background: #003865 !important; }

.infographic_header {
  padding-bottom: 0px; }

.icons_container {
  background: white; }

#infographic_container {
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
  color: #003865;
  border-bottom: none; }
  #infographic_container .section-title {
    color: #cfbe6c;
    border-color: white;
    text-align: center;
    letter-spacing: 15px;
    font-weight: bold; }
  #infographic_container .infographic-list,
  #infographic_container .college-list {
    width: calc(100% - 50px); }
  #infographic_container .infographic-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-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;
    padding: 0 15px;
    text-align: center; }
    #infographic_container .infographic-item .first-line {
      font-size: 2em; }
    #infographic_container .infographic-item .second-line {
      max-width: 100%; }
    #infographic_container .infographic-item svg {
      fill: #003865;
      height: 105px;
      width: 105px; }
    #infographic_container .infographic-item em {
      font-style: normal;
      font-size: 3rem; }
  #infographic_container .infographic-item svg {
    fill: #003865;
    height: 105px;
    width: 105px; }
  #infographic_container .college-list .infographic-item svg {
    fill: #003865;
    height: 105px;
    width: 105px; }
  #infographic_container .slick-arrow {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    overflow: hidden;
    width: 15px;
    max-width: 100%;
    height: 64px;
    color: transparent;
    white-space: nowrap;
    text-indent: 200%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50%  - 32px);
    width: 15px;
    height: 64px;
    background-color: transparent;
    border: none;
    outline: none; }
    #infographic_container .slick-arrow:hover {
      cursor: pointer; }
  #infographic_container .slick-prev {
    left: -1px;
    z-index: 999;
    background-image: url("/pics/button_prev.png"); }
  #infographic_container .slick-next {
    right: -1px;
    z-index: 999;
    background-image: url("/pics/button_next.png"); }

.slick-initialized .slick-slide {
  display: inline-flex !important; }

#events_row {
  background-color: #ebeff6; }
  #events_row #events_container .section-title {
    margin-bottom: 50px; }
  #events_row #events_container .items-list {
    margin-bottom: 45px; }
    #events_row #events_container .items-list .slick-arrow.slick-prev, #events_row #events_container .items-list .slick-arrow.slick-next {
      background-image: none; }
    #events_row #events_container .items-list .slick-arrow:before {
      content: "";
      display: block;
      position: absolute;
      top: calc(50% - 7px);
      width: 14px;
      height: 14px;
      border-top: 4px solid #003865; }
    #events_row #events_container .items-list .slick-arrow.slick-prev:before {
      left: 5px;
      border-left: 4px solid #003865;
      transform: rotate(-45deg); }
    #events_row #events_container .items-list .slick-arrow.slick-next:before {
      right: 5px;
      border-right: 4px solid #003865;
      transform: rotate(45deg); }
    #events_row #events_container .items-list .item {
      margin-bottom: 0; }
      #events_row #events_container .items-list .item .event-date {
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 83px;
        height: 83px;
        border: 1px solid #cbcbcb;
        font-family: "Crimson Text", serif;
        line-height: 1; }
        #events_row #events_container .items-list .item .event-date .event-month {
          color: #003865;
          font-size: 1.625rem; }
        #events_row #events_container .items-list .item .event-date .event-day {
          color: #971b2f;
          font-size: 2.75rem; }
        @media screen and (min-width: 1024px) {
          #events_row #events_container .items-list .item .event-date {
            margin-right: 30px; } }

#social_row .homepage-row-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -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;
  padding: 10px 0; }
#social_row .content-container {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 0; }
  #social_row .content-container:nth-of-type(1) {
    width: 646px; }
  #social_row .content-container:last-child {
    width: 315px; }
#social_row .section-title {
  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;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  color: #003865;
  font-family: "Crimson Text", serif;
  font-size: 1.875rem;
  text-transform: uppercase; }
  #social_row .section-title:before, #social_row .section-title:after {
    content: "";
    display: block;
    border-top: 1px solid #cbcbcb;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #social_row .section-title:before {
    margin-right: 20px; }
  #social_row .section-title:after {
    margin-left: 20px; }

#amznCharityBanner {
  margin: 0 auto 20px; }

#mosaic_row .content-container {
  padding: 0; }
#mosaic_row .items-list .slick-list {
  width: calc(100% - 0px*2);
  margin: 0 0px; }
#mosaic_row .slick-slide {
  margin: 0; }
  #mosaic_row .slick-slide a {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    z-index: 0;
    transition-duration: 0.5s;
    transition-property: color; }
    #mosaic_row .slick-slide a:hover, #mosaic_row .slick-slide a:focus {
      color: white; }
    #mosaic_row .slick-slide a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: rgba(0, 56, 101, 0.5);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    #mosaic_row .slick-slide a:hover:before, #mosaic_row .slick-slide a:focus:before {
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    #mosaic_row .slick-slide a:hover:before, #mosaic_row .slick-slide a:focus:before {
      transform: scaleY(1); }
    #mosaic_row .slick-slide a:before {
      transform: scaleY(0);
      transform-origin: 50% 100%; }
    #mosaic_row .slick-slide a:before {
      z-index: 0; }

#footer_main {
  background-color: whitesmoke;
  background-image: url(/pics/watermark.png);
  background-repeat: no-repeat;
  background-position: center center; }
  #footer_main .footer-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 0; }
  #footer_main .footer-info {
    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; }
    @media screen and (min-width: 1024px) {
      #footer_main .footer-info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
  #footer_main #footer_nav .section-title {
    color: #4b4c4c;
    font-family: "Crimson Text", serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  #footer_main #footer_nav .links-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  #footer_main #footer_nav .link-item {
    margin-bottom: 2px; }
  @media screen and (min-width: 1024px) {
    #footer_main #footer_nav .read-more-links-group {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }
  #footer_main #social_nav_footer .section-title {
    margin-bottom: 45px;
    color: #003865;
    font-family: "Crimson Text", serif;
    font-size: 2.125rem;
    font-weight: 600;
    font-style: italic; }
  #footer_main #social_nav_footer .link-item {
    margin: 0 10px; }
  #footer_main .footer-address {
    width: 170px; }
    #footer_main .footer-address .footer-info-block {
      max-width: 100%; }
  @media screen and (min-width: 1024px) {
    #footer_main .footer-bottom-inner {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      box-sizing: border-box;
      padding-left: 62px; } }
  #footer_main .footer-secondary-nav .icon-only {
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px; }
    #footer_main .footer-secondary-nav .icon-only:hover svg, #footer_main .footer-secondary-nav .icon-only:focus svg {
      fill: #971b2f; }
    #footer_main .footer-secondary-nav .icon-only svg {
      display: block;
      width: 24px;
      height: 24px;
      margin: 0;
      fill: #4b4c4c; }
  #footer_main .edlio-login-link {
    height: 1.25em;
    color: #003865;
    font-size: 1.25em;
    line-height: 1.25em; }
    #footer_main .edlio-login-link:hover, #footer_main .edlio-login-link:focus {
      color: #ebeff6; }
      #footer_main .edlio-login-link:hover .edlio-logo, #footer_main .edlio-login-link:focus .edlio-logo {
        border-color: #ebeff6; }
        #footer_main .edlio-login-link:hover .edlio-logo svg, #footer_main .edlio-login-link:focus .edlio-logo svg {
          fill: #ebeff6; }
    #footer_main .edlio-login-link .edlio-logo {
      border-right-color: #003865; }
      #footer_main .edlio-login-link .edlio-logo svg {
        fill: #003865; }
  #footer_main .powered-by-edlio-logo svg {
    fill: #4b4c4c; }
  @media screen and (min-width: 768px) {
    #footer_main {
      background-position: calc(50% + 256px) center; } }

#mobile_nav {
  background: #003865; }
  #mobile_nav a {
    color: white; }
    #mobile_nav a:hover, #mobile_nav a:focus {
      color: #ebeff6; }
      #mobile_nav a:hover svg, #mobile_nav a:focus svg {
        fill: #ebeff6; }
    #mobile_nav a svg {
      fill: white; }

#homepage_maruqee {
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  font-weight: 700; }
  #homepage_maruqee.marquee-speed-18 .marquee-inner {
    animation: marquee 15s linear infinite; }
  #homepage_maruqee.marquee-speed-35 .marquee-inner {
    animation: marquee 30s linear infinite; }
  #homepage_maruqee.marquee-speed-7 .marquee-inner {
    animation: marquee 7.5s linear infinite; }
  #homepage_maruqee .marquee-inner {
    display: inline-block;
    padding-left: 100%; }
    #homepage_maruqee .marquee-inner:hover {
      animation-play-state: paused; }
  #homepage_maruqee .marquee-content {
    float: left; }
@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }
.class2024 {
  width: 95%; }
  @media screen and (min-width: 768px) {
    .class2024 {
      width: 40%; } }

#facemask {
  text-align: center; }
  #facemask img {
    width: 35%; }
  #facemask .text {
    display: inline-block;
    width: 20%;
    text-align: left;
    font-weight: bold;
    font-size: 1.5em;
    vertical-align: top;
    padding: 90px 10px;
    font-family: "Crimson Text", serif;
    line-height: 1.4; }

#welcome_video {
  width: 100%;
  text-align: center;
  padding-bottom: 30px; }
