@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,400i,700,700i&display=swap");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Roboto", 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: 1280px;
  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: 1280px;
  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 6px;
}

.site-header .header-secondary-nav .link-item a {
  text-decoration: none;
}

.site-header .header-secondary-nav .link-item a:hover, .site-header .header-secondary-nav .link-item a:focus {
  text-decoration: underline;
}

.site-header .header-logo.logo-replacement a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 107px;
  width: 107px;
  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: 107px;
  height: 107px;
  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: .25s;
}

.site-header .sitenav.hamburger .nav-mobile-toggle:before, .site-header .sitenav.hamburger .nav-mobile-toggle:after {
  content: "";
  display: block;
  position: absolute;
  transition: .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: .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: .25s;
}

.site-header .sitenav.column .nav-mobile-toggle:before, .site-header .sitenav.column .nav-mobile-toggle:after {
  content: "";
  display: block;
  position: absolute;
  transition: .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: .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: 1280px;
    position: relative;
  }
  .site-header .sitenav.column .sub-nav a {
    padding: .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: .25s;
}

.site-header .sitenav.megamenu .nav-mobile-toggle:before, .site-header .sitenav.megamenu .nav-mobile-toggle:after {
  content: "";
  display: block;
  position: absolute;
  transition: .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: .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: 1280px;
    position: relative;
  }
  .site-header .sitenav.megamenu .sub-nav a {
    padding: .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: 1280px) {
  .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: .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 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  z-index: 9;
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}

#content_main .pages-left-column-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  #content_main table {
    display: block;
    overflow-x: auto;
  }
  #content_main .bell-schedule {
    display: table;
  }
  #content_main .pages-column .stack-photo figcaption,
  #content_main .slideshow-wrapper .slide .slide-caption {
    font-size: .85em;
  }
  #content_main .video-list-top #controls2,
  #content_main .video-list-top #controls3 {
    width: auto;
  }
  #content_main #more-videos {
    display: none;
  }
  #content_main #staff_list_public .user-info-wrapper span[id*="staff"] {
    display: block;
  }
  #content_main #staff_list_public .user-info-wrapper .user-position-public {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  #content_main #staff_list_public .user-info-wrapper p {
    display: block;
    float: left;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #content_main .news-list article .column {
    width: 100%;
  }
  #content_main .show-news .attached-images {
    float: none;
    margin: 0 auto 1em;
  }
  #content_main .single-video #big-video,
  #content_main .below-start #big-video {
    width: 100% !important;
  }
  #content_main .video-list .thumb_wrap {
    display: block;
    float: none;
  }
  #content_main .video-list li .description {
    padding-left: 0;
  }
  #content_main .video-list li .video-list-date {
    padding-left: 0;
  }
  #content_main .bell-schedule {
    width: 100%;
  }
  #content_main .pages-column .stack-photo figcaption,
  #content_main .slideshow-wrapper .slide .slide-caption {
    font-size: .7em;
  }
  #content_main .video-list-top .controls,
  #content_main .video-list-top #controls2,
  #content_main .video-list-top #controls3 {
    display: none;
  }
  #content_main #album_thumbnails table img {
    width: 90%;
    height: auto;
    position: relative;
  }
  #content_main #edlio_search_form {
    max-width: 400px;
    width: auto;
  }
  #content_main #edlio_search_form input {
    width: 200px;
  }
  #content_main #contact_form {
    width: 100%;
  }
  #content_main #contact_form table {
    display: table;
    font-size: 12px;
    width: 280px !important;
  }
  #content_main #contact_form #f_name {
    width: 200px !important;
  }
  #content_main #contact_form #f_email {
    width: 200px !important;
  }
  #content_main #contact_form #f_message {
    width: 200px !important;
  }
  #content_main #calendar_wrapper .right-column {
    float: none;
    width: 100%;
  }
  #content_main #calendar_wrapper .right-column #calendar_grid table {
    display: table;
  }
  #content_main .pages-column .page-block-text,
  #content_main .pages-column .page-block-photos {
    width: 100%;
  }
  #content_main .pages-left-column-wrapper {
    margin-left: 0 !important;
    float: none;
  }
  #content_main .pages-left-column-wrapper .pages-left-column {
    margin-left: 0 !important;
  }
  #content_main .pages-right-column {
    float: none;
    width: 100% !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.index #content_main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

#content_main .pages-content-wrapper {
  overflow: visible;
}

#content_main img.sub {
  border: none;
}

.index #content_main {
  background-color: transparent;
  box-shadow: none;
}

#content_main .right-column-page-navigation {
  margin-bottom: 1.25em;
}

@media screen and (max-width: 767px) {
  #content_main .right-column-page-navigation {
    margin: 20px auto;
  }
}

#content_main .right-column-page-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#content_main .right-column-page-navigation a {
  text-decoration: none;
  color: inherit;
  display: block;
  font-weight: 400;
  padding: .8em 6% .8em 10%;
  width: 84%;
  margin: 0;
  line-height: auto;
}

#content_main .right-column-page-navigation a:hover, #content_main .right-column-page-navigation a:focus {
  text-decoration: underline;
}

#content_main .right-column-page-navigation a .inner {
  text-decoration: none;
}

#content_main .right-column-page-navigation a .inner:hover, #content_main .right-column-page-navigation a .inner:focus {
  text-decoration: underline;
}

.homepage-row.bg-image,
.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: 1280px;
  }
}

.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: 1280px;
  text-align: center;
}

.site-footer .footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-bottom: 15px;
}

.site-footer .footer-logo.logo-replacement {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 150px;
  width: 150px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/header_logo.png");
}

.site-footer .footer-logo:not(.logo-replacement):before {
  content: "";
  display: block;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
  background-image: url("/pics/header_logo.png");
}

@media screen and (min-width: 768px) {
  .site-footer .footer-logo:not(.logo-replacement).logo-orientation-horizontal {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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 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.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: 1280px;
  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: .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 {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: black;
}

.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;
  border-left-color: black;
  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;
  border-right-color: black;
  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: #98b3a0;
}

.slick-container .slick-dots.number-dots li button {
  background: #98b3a0;
}

.slick-container .slick-dots.number-dots li.slick-active button {
  color: #98b3a0;
}

.slick-container .slick-dots li.slick-active button:before {
  color: #2cb25c;
}

.slick-container .slick-dots.number-dots li button {
  color: #2cb25c;
}

.slick-container .slick-dots.number-dots li.slick-active button {
  background: #2cb25c;
}

.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: "\2022";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 2rem;
  text-align: center;
}

.slick-container .slick-dots.number-dots li button {
  font-size: .75em;
}

.slick-container .slick-dots.number-dots li button:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .slick-container .slick-dots li {
    margin: .5em;
  }
}

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

.site-header1a .header-title {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  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 .header-title {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .site-header1a .header-title a {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site-header1a .header-title.header-logo:not(.logo-replacement) a:before {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

#header_main .header-title {
  padding: 20px 0;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 1.2;
}

#header_main .header-title a {
  margin: 0 auto;
  font-size: .7rem;
}

#header_main .header-title .school-name-inner > * {
  display: block;
}

#header_main .header-title .first-line {
  font-size: 2.7em;
}

#header_main .header-title .second-line {
  font-size: 1.51em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

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

#header_main .sitenav .nav-menu {
  top: 128px;
}

#header_main .topbar {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#header_main .header-secondary-nav .link-item {
  margin-right: 28px;
  padding: 0;
}

#header_main .header-secondary-nav .link-item:last-child {
  margin-right: 12px;
}

#header_main #topbar_nav {
  position: relative;
  z-index: 9;
  padding: 0;
}

#header_main #topbar_nav .links-list,
#header_main #topbar_nav .sub-links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header_main #topbar_nav .links-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;
  position: relative;
}

#header_main #topbar_nav .link-item > 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;
  position: relative;
  margin: 0;
  padding: 0 20px;
  width: calc(100% - 40px);
  height: 40px;
  font-size: .89rem;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
}

#header_main #topbar_nav .link-item > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  transform-origin: 50% 50%;
  transition: all .3s ease-in-out;
}

#header_main #topbar_nav .link-item > a:hover:after, #header_main #topbar_nav .link-item > a:focus:after, #header_main #topbar_nav .link-item > a.open:after {
  transform: rotate(-90deg);
}

#header_main #topbar_nav .sub-links-list {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all .5s ease-in-out;
}

#header_main #topbar_nav .sub-links-list.open {
  display: block;
  opacity: 1;
}

#header_main #topbar_nav .sub-links-list 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: 5px 10px;
  color: black;
  font-size: .89rem;
  font-weight: 400;
  text-decoration: none;
}

#header_main .goog-te-gadget-simple {
  background-color: transparent !important;
  border-color: transparent !important;
}

@media screen and (max-width: 1023px) {
  #header_main .sitenav .sub-nav {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  #header_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header_main .header-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: 130px;
  }
  #header_main .header-title a {
    font-size: 1rem;
  }
  #header_main .header-title a:before {
    margin-right: 27px;
  }
  #header_main .sitenav.nav-group .nav-menu {
    max-width: 1024px;
  }
  #header_main .sitenav.nav-group .nav-item {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  #header_main .sitenav.nav-group .nav-item:not(.icon-only) > a {
    text-decoration: none;
    height: 40px;
    padding: 0;
    font-weight: 400;
  }
  #header_main .sitenav.nav-group .nav-item:not(.icon-only) > a:hover, #header_main .sitenav.nav-group .nav-item:not(.icon-only) > a:focus, #header_main .sitenav.nav-group .nav-item:not(.icon-only) > a.open {
    text-decoration: underline;
  }
  #header_main .sitenav.nav-group .nav-item:not(.icon-only) > a .nav-item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 5px 0;
    padding: 0 15px;
    height: calc(100% - 10px);
  }
  #header_main .sitenav.nav-group .nav-item.icon-only {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #header_main .sitenav.nav-group .nav-item.icon-only a {
    margin-left: auto;
    width: 20px;
  }
  #header_main .topbar {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  #header_main .topbar .topbar-inner > * {
    margin: 0;
  }
  #header_main #google_translate_element {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.content-container .section-title {
  font-size: 1.5rem;
  color: #444444;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .content-container .section-title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .content-container .section-title {
    font-size: 2rem;
  }
}

.content-container .item-name {
  font-family: "Roboto Slab", serif;
}

.content-container .item-text {
  color: #444444;
}

.content-container .read-more-link {
  margin-top: 30px;
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .content-container .section-title {
    text-align: left;
  }
}

#homepage_alert {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

#homepage_alert .alert-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
}

#homepage_alert .alert-item-image-holder {
  margin-bottom: 5px;
}

#homepage_alert .alert-item-image-holder img {
  display: block;
  height: 80px;
}

#homepage_alert .item-name {
  font-size: 1.25rem;
  font-weight: 700;
}

#homepage_alert .item-name a {
  color: inherit;
}

@media screen and (min-width: 768px) {
  #homepage_alert .alert-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;
  }
  #homepage_alert .alert-item-image-holder {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

#shuffle_main .shuffle-caption h2, #shuffle_main .shuffle-caption h3 {
  margin-top: 0;
}

#shuffle_main .shuffle-caption h2 {
  font-size: 1.7rem;
}

#shuffle_main .shuffle-caption h3 {
  font-size: 1.4rem;
}

#shuffle_main .shuffle-caption p {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  #shuffle_main .shuffle-caption {
    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;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px;
    top: 212px;
    padding: 0 !important;
    height: calc(100% - 212px);
    background-color: transparent !important;
  }
  #shuffle_main .shuffle-caption-inner {
    padding: 10px;
    max-width: 460px;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 5px;
  }
  #shuffle_main .shuffle-arrow-prev-holder,
  #shuffle_main .shuffle-arrow-next-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 212px;
    height: calc(100% - 212px);
  }
  #shuffle_main .shuffle-arrow-prev-holder .slick-arrow,
  #shuffle_main .shuffle-arrow-next-holder .slick-arrow {
    position: relative !important;
    top: auto !important;
  }
  #shuffle_main .shuffle-arrow-prev-holder {
    left: 0;
  }
  #shuffle_main .shuffle-arrow-next-holder {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    right: 0;
  }
}

@media screen and (min-width: 1350px) {
  #shuffle_main .shuffle-caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: calc(100% - 212px);
  }
  #shuffle_main .shuffle-caption-inner {
    padding: 20px 30px;
  }
}

@media screen and (min-width: 1600px) {
  #shuffle_main .shuffle-caption {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  #shuffle_main .shuffle-caption-inner {
    margin-bottom: 240px;
    padding: 30px;
  }
  #shuffle_main .shuffle-arrow-prev-holder,
  #shuffle_main .shuffle-arrow-next-holder {
    width: calc((100% - 1280px) / 2);
  }
  #shuffle_main .slick-prev {
    margin-right: 30px;
  }
  #shuffle_main .slick-next {
    margin-left: 30px;
  }
}

#quicklinks .items-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#quicklinks .qlink-item a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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;
  margin: 5px;
  width: 130px;
  height: 130px;
  border: 10px solid transparent;
  border-radius: 50%;
}

#quicklinks .qlink-item a svg {
  transform: translateZ(0);
}

#quicklinks .qlink-item a svg {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

#quicklinks .qlink-item a:hover svg, #quicklinks .qlink-item a:focus svg {
  transform: translateY(-4px);
}

#quicklinks .qlink-item a:hover, #quicklinks .qlink-item a:focus {
  text-decoration: none;
}

#quicklinks .qlink-item a svg {
  margin: 0 0 5px;
  width: 42px;
  height: 42px;
}

#quicklinks .qlink-text {
  width: 90px;
  font-size: .85rem;
}

@media screen and (min-width: 1024px) {
  #quicklinks {
    padding: 10px 0;
  }
}

@media screen and (min-width: 1350px) {
  #quicklinks {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0;
  }
  #quicklinks .items-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #quicklinks .qlink-item a {
    margin: 0;
    width: 100px;
    height: 100px;
  }
  #quicklinks .qlink-item a svg {
    width: 42px;
    height: 42px;
  }
  #quicklinks .qlink-item a {
    width: 140px;
    height: 140px;
  }
  #quicklinks .qlink-item a svg {
    width: 62px;
    height: 62px;
  }
}

@media screen and (min-width: 1400px) {
  #quicklinks {
    bottom: 30px;
    padding: 10px 0;
  }
}

@media screen and (min-width: 1600px) {
  #quicklinks .qlink-item a {
    border-width: 18px;
  }
}

@media screen and (max-width: 767px) {
  #row_news,
  #row_events {
    padding: 0;
  }
}

#news_container .news-item-image-holder {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  max-width: 100%;
  width: 100%;
  height: 180px;
  background-color: #eeeeee;
}

#news_container .item-text {
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  #news_container .item {
    margin: 0 30px;
  }
}

#row_events {
  background-image: url(/common_pics/pattern.png);
}

#row_events .items-list {
  margin-bottom: 20px;
}

#row_events .event-date {
  margin-bottom: 20px;
  width: 158px;
  height: 158px;
  border: 18px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 1;
}

#row_events .event-month {
  font-size: 1.6em;
}

#row_events .event-day {
  font-size: 3em;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

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

#row_events .read-more-link {
  margin: 20px 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #row_events .item {
    margin: 0 30px;
  }
}

#content_main .pageTitle {
  font-size: 1.6875rem;
  margin: 20px 0;
  color: #444444;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  #content_main .pageTitle {
    font-size: 1.6875rem;
  }
}

@media screen and (min-width: 1024px) {
  #content_main .pageTitle {
    font-size: 2.25rem;
  }
}

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

.content-pages-banner {
  position: fixed;
  z-index: -1;
  top: 0;
  height: 100%;
}

#footer_main {
  color: white;
}

#footer_main .footer-top {
  padding: 50px 0;
  background-color: #444444;
}

#footer_main .footer-bottom {
  background-color: #333333;
}

#footer_main .footer-title {
  margin-bottom: 30px;
  font-size: 1.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-align: center;
}

#footer_main .footer-address {
  line-height: 1.6;
}

#footer_main .footer-address .footer-info-block {
  max-width: 100%;
}

#footer_main .footer-address a {
  color: white;
  font-weight: 700;
}

#footer_main .search-holder {
  margin: 0 auto;
  max-width: 386px;
  font-size: 1.49rem;
  font-family: "Roboto Slab", serif;
  text-align: center;
}

#footer_main #search {
  margin-top: 30px;
  border-radius: 5px;
}

#footer_main #search .site-search-field {
  font-size: 16px;
}

#footer_main #search .site-search-button svg {
  margin-right: 17px;
}

#footer_main .footer-bottom .footer-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;
}

#footer_main .footer-bottom .footer-row-inner > * {
  margin: 5px 0;
}

#footer_main .footer-links {
  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;
}

#footer_main .scholantis-powered-by-edlio-logo {
  display: block;
  width: 106px;
  height: 24px;
  overflow: hidden;
  color: white;
}

#footer_main .scholantis-powered-by-edlio-logo svg {
  display: block;
  width: 106px;
  height: 24px;
  margin: 0;
}

#footer_main .scholantis-powered-by-edlio-logo svg {
  fill: white;
}

#footer_main .powered-by-edlio-logo {
  display: block;
  width: 77px;
  height: 12px;
  overflow: hidden;
  margin-left: 20px;
}

#footer_main .powered-by-edlio-logo svg {
  display: block;
  width: 77px;
  height: 12px;
  margin: 0;
}

#footer_main .powered-by-edlio-logo svg {
  fill: white;
}

#footer_main .edlio-login {
  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;
  text-decoration: none;
  color: white;
}

#footer_main .edlio-login:hover, #footer_main .edlio-login:focus {
  text-decoration: underline;
}

#footer_main .edlio-login svg {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  fill: white;
}

#footer_main .footer-division {
  margin-top: 30px;
}

#footer_main .footer-division 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;
  color: white;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

#footer_main .footer-division a:hover, #footer_main .footer-division a:focus {
  text-decoration: underline;
}

#footer_main .footer-division img {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #footer_main .footer-division a {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footer_main .footer-division img {
    margin: 0 10px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  #footer_main .footer-column:first-child {
    padding-left: 198px;
  }
  #footer_main .footer-column:last-child {
    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;
  }
  #footer_main .footer-title {
    text-align: left;
  }
  #footer_main .footer-address {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0;
    text-align: left;
  }
  #footer_main .footer-bottom .footer-row-inner {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 50px;
  }
  #footer_main .search-holder {
    margin: 0;
  }
}
