@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i&display=swap");
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;
}

.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 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  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 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  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;
}
.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 {
  padding: 0 8px;
}
.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: 182px;
  width: 560px;
  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: 560px;
  height: 182px;
  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.hamburger {
  width: 100%;
}
.site-header .sitenav.hamburger .nav-mobile-toggle {
  position: absolute;
  display: block;
  overflow: hidden;
  font-size: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.site-header .sitenav.hamburger .nav-mobile-toggle .nav-mobile-toggle-inner {
  position: absolute;
  display: block;
  transition: 0.25s;
}
.site-header .sitenav.hamburger .nav-mobile-toggle:before, .site-header .sitenav.hamburger .nav-mobile-toggle:after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.25s;
}
.site-header .sitenav.hamburger .nav-mobile-toggle.animated.open .nav-mobile-toggle-inner {
  transform: scaleX(0);
}
.site-header .sitenav.hamburger .nav-mobile-toggle.animated.open:before {
  transform: rotate(45deg);
}
.site-header .sitenav.hamburger .nav-mobile-toggle.animated.open:after {
  transform: rotate(-45deg);
}
.site-header .sitenav.hamburger .nav-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
.site-header .sitenav.hamburger.open .nav-menu {
  max-height: 2000px;
}
.site-header .sitenav.hamburger .nav-menu,
.site-header .sitenav.hamburger .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .sitenav.hamburger .nav-menu a,
.site-header .sitenav.hamburger .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: 0.5em;
  text-decoration: none;
}
.site-header .sitenav.hamburger .sub-nav {
  display: none;
}
.site-header .sitenav.hamburger .sub-nav a {
  padding-left: 1.5em;
}
.site-header .sitenav.hamburger .sub-nav.open {
  display: block;
}
.site-header .sitenav.hamburger .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .sitenav.hamburger .sub-nav .flyout-group a {
  padding-left: 2.5em;
}
.site-header .sitenav.column {
  width: 100%;
}
.site-header .sitenav.column .nav-mobile-toggle {
  position: absolute;
  display: block;
  overflow: hidden;
  font-size: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.site-header .sitenav.column .nav-mobile-toggle .nav-mobile-toggle-inner {
  position: absolute;
  display: block;
  transition: 0.25s;
}
.site-header .sitenav.column .nav-mobile-toggle:before, .site-header .sitenav.column .nav-mobile-toggle:after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.25s;
}
.site-header .sitenav.column .nav-mobile-toggle.animated.open .nav-mobile-toggle-inner {
  transform: scaleX(0);
}
.site-header .sitenav.column .nav-mobile-toggle.animated.open:before {
  transform: rotate(45deg);
}
.site-header .sitenav.column .nav-mobile-toggle.animated.open:after {
  transform: rotate(-45deg);
}
.site-header .sitenav.column .nav-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
.site-header .sitenav.column.open .nav-menu {
  max-height: 2000px;
}
.site-header .sitenav.column .nav-menu,
.site-header .sitenav.column .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .sitenav.column .nav-menu a,
.site-header .sitenav.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: 0.5em;
  text-decoration: none;
}
.site-header .sitenav.column .sub-nav {
  display: none;
}
.site-header .sitenav.column .sub-nav a {
  padding-left: 1.5em;
}
.site-header .sitenav.column .sub-nav.open {
  display: block;
}
.site-header .sitenav.column .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .sitenav.column .sub-nav .flyout-group a {
  padding-left: 2.5em;
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav.column {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .site-header .sitenav.column .nav-mobile-toggle {
    display: none;
  }
  .site-header .sitenav.column .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    position: relative;
  }
  .site-header .sitenav.column .sub-nav a {
    padding: 0.5em;
  }
}
.site-header .sitenav.column .nav-item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav.column {
    position: relative;
  }
  .site-header .sitenav.column .nav-menu {
    position: relative;
  }
  .site-header .sitenav.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.column .sub-nav {
    position: absolute;
  }
  .site-header .sitenav.column .sub-nav a {
    width: 11.5em;
  }
  .site-header .sitenav.column .sub-nav .flyout-group a {
    width: 10.5em;
    padding-left: 1.5em;
  }
}
.site-header .sitenav.megamenu {
  width: 100%;
}
.site-header .sitenav.megamenu .nav-mobile-toggle {
  position: absolute;
  display: block;
  overflow: hidden;
  font-size: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.site-header .sitenav.megamenu .nav-mobile-toggle .nav-mobile-toggle-inner {
  position: absolute;
  display: block;
  transition: 0.25s;
}
.site-header .sitenav.megamenu .nav-mobile-toggle:before, .site-header .sitenav.megamenu .nav-mobile-toggle:after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.25s;
}
.site-header .sitenav.megamenu .nav-mobile-toggle.animated.open .nav-mobile-toggle-inner {
  transform: scaleX(0);
}
.site-header .sitenav.megamenu .nav-mobile-toggle.animated.open:before {
  transform: rotate(45deg);
}
.site-header .sitenav.megamenu .nav-mobile-toggle.animated.open:after {
  transform: rotate(-45deg);
}
.site-header .sitenav.megamenu .nav-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
.site-header .sitenav.megamenu.open .nav-menu {
  max-height: 2000px;
}
.site-header .sitenav.megamenu .nav-menu,
.site-header .sitenav.megamenu .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .sitenav.megamenu .nav-menu a,
.site-header .sitenav.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: 0.5em;
  text-decoration: none;
}
.site-header .sitenav.megamenu .sub-nav {
  display: none;
}
.site-header .sitenav.megamenu .sub-nav a {
  padding-left: 1.5em;
}
.site-header .sitenav.megamenu .sub-nav.open {
  display: block;
}
.site-header .sitenav.megamenu .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .sitenav.megamenu .sub-nav .flyout-group a {
  padding-left: 2.5em;
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav.megamenu {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .site-header .sitenav.megamenu .nav-mobile-toggle {
    display: none;
  }
  .site-header .sitenav.megamenu .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    position: relative;
  }
  .site-header .sitenav.megamenu .sub-nav a {
    padding: 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav.megamenu .sub-nav {
    position: absolute;
    left: 0;
  }
  .site-header .sitenav.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.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.megamenu .sub-nav .sub-nav-group > li {
    width: 100%;
  }
  .site-header .sitenav.megamenu .sub-nav .sub-nav-group > li a {
    margin: 0 1em;
  }
  .site-header .sitenav.megamenu .sub-nav .mm-extra-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .site-header .sitenav.megamenu .sub-nav .mm-image {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav.megamenu .sub-nav {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .site-header .sitenav.megamenu .mm-extra-content {
    display: none;
  }
}
.site-header .sitenav.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.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.megamenu .map-container {
  position: relative;
  display: block;
  margin: 1em;
  min-height: 250px;
}
.site-header .sitenav.megamenu .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav.megamenu .contact-info {
    margin: 0 0 0 1em;
    padding: 0.5em;
    width: 40% !important;
  }
  .site-header .sitenav.megamenu .map-container {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .site-header .sitenav .icon-only svg {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav .icon-only .nav-item-inner {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
  .site-header .sitenav .icon-only .nav-item-inner svg {
    display: block;
    width: 24px;
    height: 24px;
    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 {
  position: relative;
  z-index: 9;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 5%;
  padding-right: 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: 0.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: 0.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;
}
@media screen and (min-width: 1024px) {
  #content_main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.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: 0.8em 6% 0.8em 10%;
  width: 84%;
  margin: 0;
  line-height: auto;
}
#content_main .right-column-page-navigation a:hover, #content_main .right-column-page-navigation a:focus {
  text-decoration: underline;
}
#content_main .right-column-page-navigation a .inner {
  text-decoration: none;
}
#content_main .right-column-page-navigation a .inner:hover, #content_main .right-column-page-navigation a .inner:focus {
  text-decoration: underline;
}

.homepage-row.bg-image,
.footer-row.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.homepage-row *[class$=row-inner],
.footer-row *[class$=row-inner] {
  position: relative;
}
.homepage-row *[class$=-column],
.footer-row *[class$=-column] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.homepage-row.convert-small *[class$=row-inner],
.footer-row.convert-small *[class$=row-inner] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .homepage-row.convert-mid *[class$=row-inner],
.footer-row.convert-mid *[class$=row-inner] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .homepage-row.convert-mid *[class$=row-inner] .content-container,
.footer-row.convert-mid *[class$=row-inner] .content-container {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-row.convert-large *[class$=row-inner],
.footer-row.convert-large *[class$=row-inner] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .homepage-row.convert-large *[class$=row-inner] .content-container,
.footer-row.convert-large *[class$=row-inner] .content-container {
    width: 100%;
  }
}
@media screen and (min-width: 1350px) {
  .homepage-row.convert-max *[class$=row-inner],
.footer-row.convert-max *[class$=row-inner] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .homepage-row.convert-max *[class$=row-inner] .content-container,
.footer-row.convert-max *[class$=row-inner] .content-container {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-row.width-constrain-row *[class$=row-inner],
.footer-row.width-constrain-row *[class$=row-inner] {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
  }
}
.homepage-row.padded-row,
.footer-row.padded-row {
  padding-left: 10px;
  padding-right: 10px;
}

.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;
}
.content-container .item-name a {
  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;
  }
}

.item-summary {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1024px) {
  .item-summary {
    padding-left: 0;
    padding-right: 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 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  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: 204px;
  width: 120px;
  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: 120px;
  height: 204px;
  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;
    -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-bottom: 0;
    margin-right: 15px;
  }
}
.site-footer .footer-title {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-title {
    font-size: 3rem;
  }
}
.site-footer .footer-title .school-name-inner {
  max-width: 100%;
}
.site-footer .footer-map-container {
  position: relative;
  height: 200px;
  width: 90%;
}
.site-footer .footer-map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-map-container {
    width: 100%;
  }
}
.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 .footer-info-block {
  max-width: 100%;
}
.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 {
  padding: 0 8px;
}
.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.edlio-logo-horiz {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
}
.site-footer .powered-by-edlio-logo.edlio-logo-horiz svg {
  display: block;
  width: 140px;
  height: 20px;
  margin: 0;
}
.site-footer .powered-by-edlio-logo.edlio-logo-stacked {
  display: block;
  width: 80px;
  height: 30px;
  overflow: hidden;
}
.site-footer .powered-by-edlio-logo.edlio-logo-stacked svg {
  display: block;
  width: 80px;
  height: 30px;
  margin: 0;
}
.site-footer .scholantis-logo {
  display: block;
  width: 160px;
  height: 35px;
  overflow: hidden;
}
.site-footer .scholantis-logo svg {
  display: block;
  width: 160px;
  height: 35px;
  margin: 0;
}
.site-footer .footer-bottom-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  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 #site_search {
  margin: 0;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: content-box;
}
#search .site-search-button {
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

#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: 0.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-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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-arrow:before {
  border-color: black;
}
.slick-container .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top-style: solid;
  border-top-width: 2px;
}
.slick-container .slick-arrow.slick-prev:before {
  transform: rotate(-45deg) translateZ(1px) translateX(-4px) translateY(-4px);
  transform-origin: top left;
  border-left-style: solid;
  border-left-width: 2px;
  left: 50%;
}
.slick-container .slick-arrow.slick-next:before {
  transform: rotate(45deg) translateZ(1px) translateX(4px) translateY(-4px);
  transform-origin: top right;
  border-right-style: solid;
  border-right-width: 2px;
  right: 50%;
}
.slick-container .slick-list {
  width: calc(100% - 25px*2);
  margin: 0 25px;
}
.slick-container .slick-arrow {
  width: 20px;
  height: 30px;
  top: calc(50% - 30px/2);
}
.slick-container .slick-dots li button:before {
  color: #222d5a;
}
.slick-container .slick-dots.number-dots li button {
  background: #222d5a;
}
.slick-container .slick-dots.number-dots li.slick-active button {
  color: #222d5a;
}
.slick-container .slick-dots li.slick-active button:before {
  color: #660802;
}
.slick-container .slick-dots.number-dots li button {
  color: #660802;
}
.slick-container .slick-dots.number-dots li.slick-active button {
  background: #660802;
}
.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 {
  position: relative;
  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 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
  border: none;
  background-color: transparent;
}
.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: "•";
  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: 0.75em;
}
.slick-container .slick-dots.number-dots li button:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .slick-container .slick-dots li {
    margin: 0.5em;
  }
}

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

.site-header1a {
  padding-bottom: 15px;
}
.site-header1a .header-title {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding-top: 15px;
  text-align: center;
}
.site-header1a .header-title a {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .site-header1a .header-title a {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-header1a .header-title a {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .site-header1a {
    padding-bottom: 0;
  }
  .site-header1a .header-title {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .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 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.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: 0.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: 0.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;
  }
}

.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;
}
.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 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  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 {
    max-width: 250px;
    margin-right: 15px;
  }
}

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

.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.content-size-small .news-item-image-holder {
  margin-bottom: 10px;
}
.news1-container.thumbnail-orientation-vertical.content-size-medium .news-item-image-holder {
  margin-bottom: 20px;
}
.news1-container.thumbnail-orientation-vertical.content-size-large .news-item-image-holder {
  margin-bottom: 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 {
    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;
  }
}

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

.infographic-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;
}
.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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.infographic-container .infographic-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}
.infographic-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;
  max-width: 100%;
}
.infographic-container .info-number,
.infographic-container .info-text {
  max-width: 100%;
}
.infographic-container .info-number {
  font-size: 1.5rem;
}
.infographic-container .info-text {
  font-size: 1.125rem;
}
.infographic-container.orientation-vertical .items-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .infographic-container .infographic-item {
    width: auto;
    max-width: none;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.shuffle3-container .mosaic-item {
  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;
  background-position: center center;
  background-size: cover;
}
.shuffle3-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white;
}

body {
  background-color: #f1ece1;
}

#header_main {
  background-color: #f1ece1;
}
#header_main #header_donate_btn {
  display: none;
}
@media screen and (min-width: 1024px) {
  #header_main {
    background-image: url("/pics/watermark-right.png");
    background-position: 6% center;
    background-repeat: no-repeat;
    background-size: 400px auto;
  }
  #header_main #header_donate_btn {
    position: absolute;
    top: -85px;
    left: -185px;
    position: absolute;
    display: flex;
    background-color: #092378;
    border-radius: 30px;
    box-shadow: 4px 4px 6px 0px #00000029;
    transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    width: 186px;
    height: 50px;
    top: -70px;
    left: -204px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #header_main #header_donate_btn a {
    text-decoration: none;
    color: white;
    font-size: 1.1em;
    letter-spacing: 0.6px;
    font-family: "Lexend Deca", sans-serif;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}
#header_main .financial-transparency {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 90px;
  width: 90px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/financelink_black.png");
}
@media screen and (max-width: 1023px) {
  #header_main .financial-transparency {
    display: none;
  }
}
#header_main .literacy-transparency {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 80px;
  width: 75px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/LiteracyTransparencyIcon.png");
  position: absolute;
  top: -85px;
  left: 0px;
}
@media screen and (max-width: 1023px) {
  #header_main .literacy-transparency {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #header_main .school-name {
    padding: 18px 0;
  }
}
#header_main .sitenav {
  color: black;
}
#header_main .sitenav .nav-mobile-toggle {
  height: 44px;
  width: 44px;
}
#header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner, #header_main .sitenav .nav-mobile-toggle:before, #header_main .sitenav .nav-mobile-toggle:after {
  left: 8px;
  width: calc(100% - 16px);
  height: 5px;
  background-color: #222d5a;
}
#header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner {
  top: calc(50% - 2.5px );
}
#header_main .sitenav .nav-mobile-toggle:before {
  top: 8px;
}
#header_main .sitenav .nav-mobile-toggle:after {
  bottom: 8px;
}
#header_main .sitenav .nav-mobile-toggle.animated.open:before {
  top: calc(50% - 2.5px);
}
#header_main .sitenav .nav-mobile-toggle.animated.open:after {
  bottom: calc(50% - 2.5px);
}
#header_main .sitenav .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  background: #f1ece1;
  color: black;
}
#header_main .sitenav .nav-item > a:focus, #header_main .sitenav .nav-item > a:hover, #header_main .sitenav .nav-item > a.open {
  color: white;
  background-color: #222d5a;
}
#header_main .sitenav .sub-nav a {
  color: black;
  background: #f1ece1;
}
#header_main .sitenav .sub-nav a:focus, #header_main .sitenav .sub-nav a:hover, #header_main .sitenav .sub-nav a.open {
  color: white;
  background-color: #222d5a;
}
@media screen and (min-width: 1024px) {
  #header_main .sitenav.column .nav-menu, #header_main .sitenav.megamenu .nav-menu {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  #header_main .sitenav.column .nav-item > a, #header_main .sitenav.megamenu .nav-item > a {
    text-align: center;
  }
  #header_main .sitenav.column .sub-nav, #header_main .sitenav.megamenu .sub-nav {
    background-color: #f1ece1;
  }
  #header_main .sitenav.column .nav-item:nth-last-child(1) .sub-nav:focus, #header_main .sitenav.column .nav-item:nth-last-child(1) .sub-nav.open {
    left: auto;
    right: 0;
  }
  #header_main .sitenav.megamenu .sub-nav {
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    padding: 20px;
  }
  #header_main .sitenav.megamenu .sub-nav .sub-nav-group {
    width: 65%;
  }
  #header_main .sitenav.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 65%);
  }
}
#header_main .sitenav .nav-mobile-toggle {
  top: 6px;
  right: 10px;
}
#header_main .sitenav .nav-menu {
  top: 54px;
}
@media screen and (min-width: 1024px) {
  #header_main .sitenav {
    background-color: #222d5a;
  }
  #header_main .sitenav.nav-group .nav-item-inner {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  #header_main .sitenav.nav-group .nav-item > a {
    height: 48px;
    padding: 0 10px;
    background-color: #222d5a;
    color: white;
    transition: 0.3s;
  }
  #header_main .sitenav.nav-group .nav-item > a:hover, #header_main .sitenav.nav-group .nav-item > a:focus, #header_main .sitenav.nav-group .nav-item > a.open {
    background-color: #f1ece1;
    color: black;
    text-decoration: underline;
  }
}
#header_main #search {
  height: 32px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
#header_main #search #site_search {
  height: 32px;
  width: 94px;
  padding: 0 12px;
  line-height: 32px;
  color: black;
}
#header_main #search #site_search::-webkit-input-placeholder {
  color: black;
}
#header_main #search #site_search::-webkit-search-decoration {
  -webkit-appearance: none;
}
#header_main #search .site-search-button svg {
  width: 26px;
  height: 26px;
  padding: 3px;
  fill: black;
}
@media screen and (max-width: 767px) {
  #header_main #search #site_search {
    width: 0;
    padding: 0;
  }
}
#header_main #search .site-search-button svg {
  transform: scale(0.55);
}
#header_main .topbar {
  background-color: white;
}
#header_main .topbar-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#header_main .topbar-inner > * {
  margin: 10px;
}
@media screen and (min-width: 1024px) {
  #header_main .topbar {
    position: absolute;
    top: 80px;
    right: calc(50% - 512px);
    width: auto;
    z-index: 999;
    background-color: transparent;
  }
  #header_main .topbar #search {
    position: absolute;
    top: 7px;
    right: 124px;
  }
  #header_main .topbar #google_translate_element {
    position: absolute;
    top: 57px;
    right: 124px;
  }
}
#header_main #social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0px;
  -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: fit-content;
  z-index: 30;
}
#header_main #social_nav a.icon-link {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background-color: white;
  border-radius: 100%;
  margin: 10px 10px !important;
}
#header_main #social_nav a.icon-link svg {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  fill: #222d5a;
}
#header_main #social_nav a.icon-link:hover svg {
  fill: #660902;
}
@media screen and (min-width: 1024px) {
  #header_main #social_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 90px;
    -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: fit-content;
    z-index: 30;
  }
}

.homepage-row.red-row {
  background-color: #660802;
  color: white;
}
.homepage-row.red-row .content-container .items-list .slick-arrow:before {
  border-color: white;
}
.homepage-row.blue-row {
  background-color: #222d5a;
  color: white;
}
.homepage-row.blue-row .content-container .read-more-link {
  background-color: white;
  color: #222d5a;
}
.homepage-row.blue-row .content-container .read-more-link:hover, .homepage-row.blue-row .content-container .read-more-link:focus {
  background-color: #660802;
  color: white;
}
.homepage-row.blue-row .content-container .items-list .slick-arrow:before {
  border-color: white;
}

@media screen and (min-width: 1024px) {
  .watermark-left,
.watermark-right {
    background-repeat: no-repeat;
  }

  .watermark-left {
    background-image: url("/pics/watermark-left.png");
    background-position: left center;
  }

  .watermark-right {
    background-image: url("/pics/watermark-right.png");
    background-position: right center;
  }
}
#quicklinks {
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  #quicklinks {
    padding: 0;
  }
}
#quicklinks .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #quicklinks .items-list > * {
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: calc(100% / 2 - 5px - 1px);
    -ms-flex-preferred-size: calc(100% / 2 - 5px - 1px);
    flex-basis: calc(100% / 2 - 5px - 1px);
  }
  #quicklinks .items-list > *:nth-child(n+3) {
    margin-top: 10px;
  }
  #quicklinks .items-list > *:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #quicklinks .items-list > * {
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: calc(100% / 2 - 5px - 1px);
    -ms-flex-preferred-size: calc(100% / 2 - 5px - 1px);
    flex-basis: calc(100% / 2 - 5px - 1px);
  }
  #quicklinks .items-list > *:nth-child(n+3) {
    margin-top: 10px;
  }
  #quicklinks .items-list > *:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  #quicklinks .items-list > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
  #quicklinks .items-list > *:not(:first-child) {
    margin-left: 80px;
  }
}
#quicklinks .items-list .qlink-item > a {
  box-sizing: border-box;
  padding: 30px 15px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  transition-duration: 0.25s;
  transition-property: color;
  position: relative;
  height: 100%;
  width: 100%;
  color: inherit;
}
#quicklinks .items-list .qlink-item > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #222d5a;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
#quicklinks .items-list .qlink-item > a:hover, #quicklinks .items-list .qlink-item > a:focus {
  color: white;
}
#quicklinks .items-list .qlink-item > a:before {
  transform: scaleY(0);
  transform-origin: 50% 100%;
}
#quicklinks .items-list .qlink-item > a:hover:before, #quicklinks .items-list .qlink-item > a:focus:before {
  transform: scaleY(1);
}
#quicklinks .items-list .qlink-item > a .qlink-text {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  #quicklinks .items-list .qlink-item > a .qlink-text {
    font-size: 1.125rem;
    letter-spacing: 2px;
  }
}
#quicklinks .items-list .qlink-item > a svg {
  fill: white;
}
@media screen and (min-width: 1024px) {
  #quicklinks .items-list .qlink-item > a svg {
    width: 80px;
    height: 80px;
  }
}
#quicklinks .items-list .qlink-item > a:hover, #quicklinks .items-list .qlink-item > a:focus {
  text-decoration: none;
}

#spotlight_container .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #spotlight_container .item-inner > * {
    margin: 0;
    width: 100%;
  }
  #spotlight_container .item-inner > *:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #spotlight_container .item-inner > *:nth-child(1) {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #spotlight_container .item-inner > *:nth-child(2), #spotlight_container .item-inner > *:nth-child(3) {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #spotlight_container .item-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #spotlight_container .item-inner .section-title {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: none;
  }
  #spotlight_container .item-inner .section-title:after {
    display: none;
  }
  #spotlight_container .item-inner .spotlightmessage-text {
    margin-bottom: 0;
  }
  #spotlight_container .item-inner > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
  #spotlight_container .item-inner > *:not(:first-child) {
    margin-left: 20px;
  }
  #spotlight_container .item-inner .item-summary {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
  }
}

#infographics_container {
  padding: 40px 0;
}
#infographics_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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#infographics_container .infographic-item .inner-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 10px;
}
#infographics_container .infographic-item .inner-row .info-number {
  font-size: 2.1875rem;
  font-weight: 700;
}
#infographics_container .infographic-item .inner-row .info-text {
  font-size: 1rem;
}
#infographics_container .infographic-item .inner-row svg {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 50px;
  height: 50px;
  fill: white;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  #infographics_container .infographic-item .inner-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #infographics_container .infographic-item .inner-row svg {
    margin: 0 10px 0 0;
  }
}

#events_container .section-title {
  color: inherit;
}
#events_container .item .event-date {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #660802;
  color: white;
  font-size: 1.375rem;
}
#events_container .item .event-date .event-month {
  text-transform: none;
}
#events_container .item .event-date .event-day, #events_container .item .event-date .event-month {
  font-size: inherit;
}

#videos_container {
  padding: 30px;
  padding-bottom: 30px;
}

#shuffle_mosaic .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 788px;
}
@media screen and (max-width: 767px) {
  #shuffle_mosaic .items-list > * {
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: calc(100% / 2 - 5px - 1px);
    -ms-flex-preferred-size: calc(100% / 2 - 5px - 1px);
    flex-basis: calc(100% / 2 - 5px - 1px);
  }
  #shuffle_mosaic .items-list > *:nth-child(n+3) {
    margin-top: 10px;
  }
  #shuffle_mosaic .items-list > *:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 787px) {
  #shuffle_mosaic .items-list > * {
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: calc(100% / 3 - 6px - 1px);
    -ms-flex-preferred-size: calc(100% / 3 - 6px - 1px);
    flex-basis: calc(100% / 3 - 6px - 1px);
  }
  #shuffle_mosaic .items-list > *:nth-child(n+4) {
    margin-top: 10px;
  }
  #shuffle_mosaic .items-list > *:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (min-width: 788px) {
  #shuffle_mosaic .items-list > * {
    margin-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: calc(100% / 3 - 13px - 1px);
    -ms-flex-preferred-size: calc(100% / 3 - 13px - 1px);
    flex-basis: calc(100% / 3 - 13px - 1px);
  }
  #shuffle_mosaic .items-list > *:nth-child(n+4) {
    margin-top: 20px;
  }
  #shuffle_mosaic .items-list > *:nth-child(3n-2) {
    margin-left: 0;
  }
}
#shuffle_mosaic .mosaic-item {
  height: 100px;
}
#shuffle_mosaic .mosaic-item.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
#shuffle_mosaic .mosaic-item.social-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 45, 90, 0.85);
  transition: 0.25s;
}
#shuffle_mosaic .mosaic-item.social-link svg {
  position: relative;
  width: 32px;
  height: 32px;
  fill: white;
}
#shuffle_mosaic .mosaic-item.social-link:hover:before, #shuffle_mosaic .mosaic-item.social-link:focus:before {
  background-color: rgba(102, 8, 2, 0.85);
}
@media screen and (min-width: 1024px) {
  #shuffle_mosaic .mosaic-item {
    height: 260px;
  }
  #shuffle_mosaic .mosaic-item.social-link svg {
    height: 70px;
    width: 70px;
  }
}

@media screen and (min-width: 768px) {
  #events_container .items-list .item, #news_container .items-list .item, #infographics_container .items-list .item {
    margin: 0 12px;
  }
}
@media screen and (min-width: 1024px) {
  #events_container .items-list .slick-arrow:before, #news_container .items-list .slick-arrow:before, #infographics_container .items-list .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    border-top-style: solid;
    border-top-width: 4px;
  }
  #events_container .items-list .slick-arrow.slick-prev:before, #news_container .items-list .slick-arrow.slick-prev:before, #infographics_container .items-list .slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translateZ(1px) translateX(-6px) translateY(-6px);
    transform-origin: top left;
    border-left-style: solid;
    border-left-width: 4px;
    left: 50%;
  }
  #events_container .items-list .slick-arrow.slick-next:before, #news_container .items-list .slick-arrow.slick-next:before, #infographics_container .items-list .slick-arrow.slick-next:before {
    transform: rotate(45deg) translateZ(1px) translateX(6px) translateY(-6px);
    transform-origin: top right;
    border-right-style: solid;
    border-right-width: 4px;
    right: 50%;
  }
  #events_container .items-list .slick-list, #news_container .items-list .slick-list, #infographics_container .items-list .slick-list {
    width: calc(100% - 30px*2);
    margin: 0 30px;
  }
  #events_container .items-list .slick-arrow, #news_container .items-list .slick-arrow, #infographics_container .items-list .slick-arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 30px/2);
  }
}

.content-container {
  padding: 65px 0;
}
.content-container .section-title {
  font-size: 34.5px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1.3em;
  margin-bottom: 1.3em;
  color: #222d5a;
  position: relative;
}
@media screen and (min-width: 768px) {
  .content-container .section-title {
    font-size: 34.5px;
  }
}
@media screen and (min-width: 1024px) {
  .content-container .section-title {
    font-size: 46px;
  }
}
.content-container .section-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
.content-container .items-list .slick-arrow:before {
  border-color: #222d5a;
}
.content-container .news-item-image-holder {
  margin-bottom: 10px;
}
.content-container .item.no-photo:before {
  content: "";
  display: block;
  height: 198px;
  margin-bottom: 10px;
  background-color: #222d5a;
  opacity: 0.5;
  background-image: url("/pics/footer_logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 70%;
}
.content-container .item-summary {
  width: 100%;
  padding: 0;
}
.content-container .item-name {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 10px;
}
.content-container .item-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
#spotlight_row .content-container .item-text {
  overflow-y: hidden;
  max-height: 9rem;
}
.content-container .read-more-links-group {
  margin-top: 45px;
}
.content-container .read-more-link {
  padding: 14px 20px;
  transition: 0.3s;
  border-radius: 50px;
  color: white;
  background-color: #222d5a;
}
.content-container .read-more-link:hover, .content-container .read-more-link:focus {
  background-color: #660802;
  color: white;
  text-decoration: none;
}

#content_main .pageTitle {
  font-size: 34.5px;
  margin-bottom: 1em;
  font-weight: 400;
  color: #222d5a;
}
@media screen and (min-width: 768px) {
  #content_main .pageTitle {
    font-size: 34.5px;
  }
}
@media screen and (min-width: 1024px) {
  #content_main .pageTitle {
    font-size: 46px;
  }
}
#content_main .right-column-page-navigation {
  background: #660802;
}
#content_main .right-column-page-navigation li a {
  color: white;
}
#content_main .right-column-page-navigation li.active a {
  background-color: #222d5a;
  color: white;
}

#footer_main .financial-transparency {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 75px;
  width: 75px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/financelink_white.png");
}
@media screen and (min-width: 1024px) {
  #footer_main .financial-transparency {
    width: 130px;
    height: 130px;
  }
}
#footer_main .footer-secondary-nav .icon-only {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  color: white;
}
#footer_main .footer-secondary-nav .icon-only svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px;
}
#footer_main .footer-secondary-nav .icon-only svg {
  fill: white;
}
#footer_main .footer-secondary-nav .icon-only:hover, #footer_main .footer-secondary-nav .icon-only:focus {
  background-color: black;
}
#footer_address, #footer_nav {
  font-size: 1rem;
  line-height: 1.25rem;
}
#footer_address .footer-section-title, #footer_nav .footer-section-title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 1em;
}

#footer_address a {
  color: inherit;
}
#footer_address .footer-text:first-child {
  margin-bottom: 1em;
}

#footer_nav .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer_nav .link-item {
  margin: 0;
}
#footer_nav .link-item:not(:first-child) {
  margin-top: 1em;
}
#footer_nav .link-item a {
  color: inherit;
}

#footer_top_row {
  background-color: #222d5a;
  color: white;
}
#footer_top_row .edlio-login-link {
  color: white;
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
}
#footer_top_row .edlio-login-link .edlio-logo {
  border-right-color: white;
}
#footer_top_row .edlio-login-link .edlio-logo svg {
  fill: white;
}
#footer_top_row .edlio-login-link:hover, #footer_top_row .edlio-login-link:focus {
  color: whitesmoke;
}
#footer_top_row .edlio-login-link:hover .edlio-logo, #footer_top_row .edlio-login-link:focus .edlio-logo {
  border-color: whitesmoke;
}
#footer_top_row .edlio-login-link:hover .edlio-logo svg, #footer_top_row .edlio-login-link:focus .edlio-logo svg {
  fill: whitesmoke;
}
#footer_top_row .school-name {
  margin: 0 auto;
}
#footer_top_row .footer-row-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
#footer_top_row .footer-row-inner > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
#footer_top_row .footer-row-inner > *:nth-child(4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #footer_top_row .footer-row-inner > *:nth-child(4) {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer_top_row .footer-row-inner > *:nth-child(4) > *:nth-child(1) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #footer_top_row .footer-row-inner > * {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
    margin: 0;
  }
  #footer_top_row .footer-row-inner > *:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #footer_top_row .footer-row-inner > *:nth-child(1) {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #footer_top_row .footer-row-inner > *:nth-child(2), #footer_top_row .footer-row-inner > *:nth-child(3) {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 25px 0;
  }
  #footer_top_row .footer-row-inner > *:nth-child(4) {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #footer_top_row .footer-row-inner > * {
    margin: 0;
    text-align: left;
  }
  #footer_top_row .footer-row-inner > *:not(:first-child) {
    margin-left: 20px;
  }
  #footer_top_row .footer-row-inner > *:nth-child(2), #footer_top_row .footer-row-inner > *:nth-child(3) {
    padding-top: 30px;
  }
  #footer_top_row .footer-row-inner > *:last-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

#footer_bottom_row {
  background-color: #660802;
  padding: 20px 10px;
}
#footer_bottom_row .footer-row-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#footer_bottom_row .powered-by-edlio-logo svg {
  fill: white;
}
@media screen and (min-width: 1024px) {
  #footer_bottom_row .footer-row-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

#mobile_nav {
  background: #660802;
}
#mobile_nav a {
  color: white;
}
#mobile_nav a svg {
  fill: white;
}
#mobile_nav a:hover, #mobile_nav a:focus {
  color: #222d5a;
}
#mobile_nav a:hover svg, #mobile_nav a:focus svg {
  fill: #222d5a;
}

#events_container .slick-track {
  align-items: center;
}

#thermometer {
  position: absolute;
  overflow: hidden;
  height: 200px;
  top: -80px;
  left: 120px;
}
#thermometer img {
  width: 100%;
}
