@charset "UTF-8";
/*﻿// ------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700%7CCrimson Text:400,600,600italic,700,700italic");
@import url("/apps/js/polls/polls-pack.css");
@import url("//fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Lato:400,400i,700,700i");
/*

  ______   .__   __.  __      ____    ____     __    __  .______    _______       ___   .___________. _______
 /  __  \  |  \ |  | |  |     \   \  /   /    |  |  |  | |   _  \  |       \     /   \  |           ||   ____|
|  |  |  | |   \|  | |  |      \   \/   /     |  |  |  | |  |_)  | |  .--.  |   /  ^  \ `---|  |----`|  |__
|  |  |  | |  . `  | |  |       \_    _/      |  |  |  | |   ___/  |  |  |  |  /  /_\  \    |  |     |   __|
|  `--'  | |  |\   | |  `----.    |  |        |  `--'  | |  |      |  '--'  | /  _____  \   |  |     |  |____
 \______/  |__| \__| |_______|    |__|         \______/  | _|      |_______/ /__/     \__\  |__|     |_______|

     _______.  ______     _______.     _______.    _______  __   __       _______     _______.
    /       | /      |   /       |    /       |   |   ____||  | |  |     |   ____|   /       |
   |   (----`|  ,----'  |   (----`   |   (----`   |  |__   |  | |  |     |  |__     |   (----`
    \   \    |  |        \   \        \   \       |   __|  |  | |  |     |   __|     \   \
.----)   |   |  `----.----)   |   .----)   |      |  |     |  | |  `----.|  |____.----)   |
|_______/     \______|_______/    |_______/       |__|     |__| |_______||_______|_______/

*/
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
}

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

.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: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99;
}
.site-header .header-main-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.site-header .skip-to-content-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.site-header .skip-to-content-link:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  clip: auto;
}
.site-header .topbar {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
}
.site-header .topbar-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-header .topbar-inner > * {
  margin-top: 5px;
  margin-bottom: 5px;
}
@inlude respond-to($vp-large) {
  .site-header .topbar-inner {
    height: 45px;
  }
}
.site-header .header-secondary-nav .section-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1.5rem;
}
.site-header .header-secondary-nav .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-header .header-secondary-nav .link-item {
  margin: 0 6px;
}
.site-header .header-secondary-nav .link-item a {
  text-decoration: none;
}
.site-header .header-secondary-nav .link-item a:hover, .site-header .header-secondary-nav .link-item a:focus {
  text-decoration: underline;
}
.site-header .header-logo.logo-replacement a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 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-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: 150px;
  height: 150px;
  margin-bottom: 15px;
  background-image: url("/pics/header_logo.png");
}
.site-header .header-title a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
}
.site-header .header-title a .school-name-inner {
  max-width: 100%;
}
.site-header .marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.site-header .marquee .marquee-inner {
  display: inline-block;
  padding-left: 100%;
}
.site-header .marquee .marquee-inner:hover {
  animation-play-state: paused;
}
.site-header .marquee.marquee-speed-18 .marquee-inner {
  animation: marquee 15s linear infinite;
}
.site-header .marquee.marquee-speed-35 .marquee-inner {
  animation: marquee 30s linear infinite;
}
.site-header .marquee.marquee-speed-7 .marquee-inner {
  animation: marquee 7.5s linear infinite;
}
.site-header .marquee .marquee-content {
  float: left;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.site-header .sitenav-holder.column {
  width: 100%;
}
.site-header .sitenav-holder.column .nav-mobile-toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double transparent;
  border-bottom: 5px solid transparent;
}
.site-header .sitenav-holder.column .nav-group {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
.site-header .sitenav-holder.column .nav-group.open {
  max-height: 2000px;
}
.site-header .sitenav-holder.column .nav-menu,
.site-header .sitenav-holder.column .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .sitenav-holder.column .nav-menu a,
.site-header .sitenav-holder.column .sub-nav-group a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5em;
  text-decoration: none;
}
.site-header .sitenav-holder.column .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
}
.site-header .sitenav-holder.column .sub-nav {
  display: none;
}
.site-header .sitenav-holder.column .sub-nav.open {
  display: block;
}
.site-header .sitenav-holder.column .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .site-header .sitenav-holder.column .sub-nav a {
    padding-left: 1.5em;
  }
  .site-header .sitenav-holder.column .sub-nav .flyout-group a {
    padding-left: 2.5em;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.column .nav-mobile-toggle {
    display: none;
  }
  .site-header .sitenav-holder.column .nav-group {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .site-header .sitenav-holder.column .nav-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
  }
}
.site-header .sitenav-holder.column .nav-item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.column {
    position: relative;
  }
  .site-header .sitenav-holder.column .nav-menu {
    position: relative;
  }
  .site-header .sitenav-holder.column .sub-nav-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 12.5em;
  }
  .site-header .sitenav-holder.column .sub-nav {
    position: absolute;
  }
  .site-header .sitenav-holder.column .sub-nav a {
    width: 11.5em;
  }
  .site-header .sitenav-holder.column .sub-nav .flyout-group a {
    width: 10.5em;
    padding-left: 1.5em;
  }
}
.site-header .sitenav-holder.megamenu {
  width: 100%;
}
.site-header .sitenav-holder.megamenu .nav-mobile-toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double transparent;
  border-bottom: 5px solid transparent;
}
.site-header .sitenav-holder.megamenu .nav-group {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
.site-header .sitenav-holder.megamenu .nav-group.open {
  max-height: 2000px;
}
.site-header .sitenav-holder.megamenu .nav-menu,
.site-header .sitenav-holder.megamenu .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .sitenav-holder.megamenu .nav-menu a,
.site-header .sitenav-holder.megamenu .sub-nav-group a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5em;
  text-decoration: none;
}
.site-header .sitenav-holder.megamenu .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
}
.site-header .sitenav-holder.megamenu .sub-nav {
  display: none;
}
.site-header .sitenav-holder.megamenu .sub-nav.open {
  display: block;
}
.site-header .sitenav-holder.megamenu .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .site-header .sitenav-holder.megamenu .sub-nav a {
    padding-left: 1.5em;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .flyout-group a {
    padding-left: 2.5em;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.megamenu .nav-mobile-toggle {
    display: none;
  }
  .site-header .sitenav-holder.megamenu .nav-group {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .site-header .sitenav-holder.megamenu .nav-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.megamenu .sub-nav {
    position: absolute;
    left: 0;
  }
  .site-header .sitenav-holder.megamenu .sub-nav.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .sub-nav-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .sub-nav-group > li {
    width: 100%;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .sub-nav-group > li a {
    margin: 0 1em;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .mm-extra-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .mm-image {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.megamenu .sub-nav {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .site-header .sitenav-holder.megamenu .mm-extra-content {
    display: none;
  }
}
.site-header .sitenav-holder.megamenu .contact-info {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 1em;
}
.site-header .sitenav-holder.megamenu .contact-info .header-contact-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}
.site-header .sitenav-holder.megamenu .map-container {
  position: relative;
  display: block;
  margin: 1em;
  min-height: 250px;
}
.site-header .sitenav-holder.megamenu .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.megamenu .contact-info {
    margin: 0 0 0 1em;
    padding: 0.5em;
    width: 40% !important;
  }
  .site-header .sitenav-holder.megamenu .map-container {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

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

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

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 5%);
  max-width: calc(1024px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgb(255, 255, 255);
  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;
}
.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 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.homepage-row .homepage-row-inner {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .homepage-row .homepage-row-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.homepage-row .homepage-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .width-constrain-row .homepage-row-inner {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - (100% - 100%) - 0px);
    max-width: calc(1024px - 0px);
  }
}

.content-container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.content-container a {
  text-decoration: none;
}
.content-container a:hover, .content-container a:focus {
  text-decoration: underline;
}
.content-container .section-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
}
.content-container .section-title a {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .content-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-container .section-title {
    margin-bottom: 40px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .content-container {
    width: 100%;
  }
}

.item-summary {
  padding-left: 10px;
  padding-right: 10px;
  max-width: calc(100% - 20px);
}
@media screen and (min-width: 1024px) {
  .item-summary {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

.read-more-links-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.site-footer .footer-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  text-align: center;
}
.site-footer .footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-bottom: 15px;
}
.site-footer .footer-logo.logo-replacement {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 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: 0.5rem;
}
.site-footer .footer-title .school-name-inner {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-title {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-title {
    font-size: 1rem;
  }
}
.site-footer .footer-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  text-align: center;
}
.site-footer .footer-address a {
  color: inherit;
}
.site-footer .footer-address svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.site-footer .footer-secondary-nav {
  margin-bottom: 15px;
}
.site-footer .footer-secondary-nav .section-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1.5rem;
}
.site-footer .footer-secondary-nav .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-footer .footer-secondary-nav .link-item {
  margin: 0 6px;
}
.site-footer .footer-secondary-nav .link-item a {
  text-decoration: none;
}
.site-footer .footer-secondary-nav .link-item a:hover, .site-footer .footer-secondary-nav .link-item a:focus {
  text-decoration: underline;
}
.site-footer .powered-by-edlio-logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
}
.site-footer .powered-by-edlio-logo svg {
  display: block;
  width: 140px;
  height: 20px;
  margin: 0;
}
.site-footer .footer-bottom-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-footer .footer-bottom-inner > * {
  margin-top: 5px;
  margin-bottom: 5px;
}

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#search input#q {
  margin: 0;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: content-box;
}

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
}
#mobile_nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.edlio-login-link .edlio-logo {
  display: block;
  width: 30px;
  height: 20px;
  overflow: hidden;
  padding-right: 4px;
  margin-right: 4px;
  border-right: 2px solid transparent;
}
.edlio-login-link .edlio-logo svg {
  display: block;
  width: 30px;
  height: 20px;
  margin: 0;
}
.slick-container {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-container .slick-list {
  width: calc(100% - 25px * 2);
  margin: 0 25px;
}
.slick-container .slick-arrow {
  padding: 0;
}
.slick-container .slick-arrow.slick-prev, .slick-container .slick-arrow.slick-next {
  background-image: none;
}
.slick-container .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  width: 12px;
  height: 12px;
  border-top-style: solid;
  border-top-width: 2px;
}
.slick-container .slick-arrow.slick-prev:before {
  transform: rotate(-45deg);
  border-left-style: solid;
  border-left-width: 2px;
  left: calc(50% - 8px);
}
.slick-container .slick-arrow.slick-next:before {
  transform: rotate(45deg);
  border-right-style: solid;
  border-right-width: 2px;
  right: calc(50% - 8px);
}
.slick-container .slick-arrow:before {
  border-top-color: rgb(0, 0, 0);
}
.slick-container .slick-arrow.slick-prev:before {
  border-left-color: rgb(0, 0, 0);
}
.slick-container .slick-arrow.slick-next:before {
  border-right-color: rgb(0, 0, 0);
}
.slick-container .slick-arrow {
  width: 20px;
  height: 40px;
  top: calc(50% - 40px / 2);
}
.slick-container .slick-dots li button:before {
  color: rgb(255, 255, 255);
}
.slick-container .slick-dots.number-dots li button {
  background: rgb(255, 255, 255);
}
.slick-container .slick-dots.number-dots li.slick-active button {
  color: rgb(255, 255, 255);
}
.slick-container .slick-dots li.slick-active button:before {
  color: rgb(198, 0, 0);
}
.slick-container .slick-dots.number-dots li button {
  color: rgb(198, 0, 0);
}
.slick-container .slick-dots.number-dots li.slick-active button {
  background: rgb(198, 0, 0);
}
.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;
  }
}

.site-header1a .header-title {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  padding-top: 15px;
  text-align: center;
  font-size: 0.5rem;
}
.site-header1a .header-title a {
  font-size: 3em;
}
@media screen and (min-width: 768px) {
  .site-header1a .header-title {
    font-size: 0.75rem;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .site-header1a .header-title a {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site-header1a .header-title.header-logo:not(.logo-replacement) a:before {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header1a .header-title {
    font-size: 1rem;
  }
}

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

body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
}

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

.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 {
  height: auto;
  background: url("/common_pics/body_bg.png") center top no-repeat, url("/common_pics/html_bg.jpg") center top repeat;
}
body:before {
  content: "";
  width: 100%;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}

body, #footer_main {
  min-width: 320px;
}

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1024px;
}
#header_main .sitenav-holder .nav-mobile-toggle {
  top: 100px;
  left: 20px;
}
@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder .nav-group .nav-item > a {
    height: 70px;
    padding: 0 10px 10px;
    font-family: "Crimson Text", sans-serif;
  }
  #header_main .sitenav-holder .nav-group .nav-item > a:hover, #header_main .sitenav-holder .nav-group .nav-item > a:active, #header_main .sitenav-holder .nav-group .nav-item > a.open {
    position: relative;
  }
  #header_main .sitenav-holder .nav-group .nav-item > a:hover:before, #header_main .sitenav-holder .nav-group .nav-item > a:active:before, #header_main .sitenav-holder .nav-group .nav-item > a.open:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    top: calc(100% - 10px);
    left: 50%;
    transform: translate(-50%);
    width: 50%;
    height: 5px;
  }
  #header_main .sitenav-holder .nav-group .nav-item:nth-of-type(3) {
    margin-right: 350px;
  }
}
@media screen and (min-width: 768px) {
  #header_main {
    height: 181px;
  }
}

#leaderinme {
  display: none;
}

#skip_to_content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#skip_to_content:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  clip: auto;
}

#header_title {
  margin: 0;
}
#header_title a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 140px;
  width: 274px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("none");
  position: relative;
  display: block\d ;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 41px;
  width: 100%;
  background-position: center bottom;
  background-size: auto;
  color: transparent;
}

#header_marquee {
  color: rgb(255, 255, 255);
  width: 540px;
  line-height: 36px;
  height: 36px;
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 300px;
}
@media screen and (min-width: 1024px) {
  #header_marquee {
    display: block;
  }
}

#social_nav {
  position: absolute;
  top: 6px;
  right: 10px;
}
#social_nav ul {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}
#social_nav ul > * {
  float: left\d ;
}
#social_nav ul a {
  text-decoration: none;
}
#social_nav a {
  display: block;
  text-decoration: none;
  height: 22px;
  width: 22px;
  margin: 0 3px;
  overflow: hidden;
}
#social_nav a svg {
  width: 22px;
  height: 22px;
}

#google_tools {
  display: block\d ;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 8px;
  left: 10px;
}

#search {
  display: inline-block;
  height: 17px;
  width: 140px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  margin-right: 10px;
}
#search input#q {
  margin: 0;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
}
#search .edlio-search-button {
  margin: 0 0 0 -4px;
  vertical-align: top;
}
#search input#q {
  padding: 0 1em;
  height: 17px;
  line-height: 17px;
  width: 90px;
  color: rgb(0, 0, 0);
}

#googleTranslate {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 123px;
}
@media screen and (max-width: 767px) {
  #googleTranslate {
    display: none;
  }
}

#topnav_mobile {
  position: absolute;
  display: block;
  top: 125px;
  left: 15px;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double transparent;
  border-bottom: 5px solid transparent;
}
@media screen and (min-width: 1024px) {
  #topnav_mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.column {
    position: absolute;
    top: 80px;
    left: 0;
  }
}

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 5%);
  max-width: calc(1024px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  width: 86%;
  padding: 25px 5%;
  min-height: 400px;
  margin: 0 2% 10px;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#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 {
    width: 100%;
    max-width: 974px;
    padding: 25px 25px 25px;
    margin: 0 auto 30px;
  }
}
.index #content_main {
  padding: 0;
  background: transparent;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.pageTitle {
  margin: 0 0 1em;
  padding: 0;
  font-family: "Crimson Text", sans-serif;
  font-size: 2em;
}

#pageNav {
  border: none;
  margin: 0 auto;
}
#pageNav img {
  display: none;
}
#pageNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
#pageNav a, #pageNav b {
  text-decoration: none;
  display: block;
  padding: 10px 15px 10px 25px;
  width: 210px;
  margin: 0;
  font-weight: 400;
  line-height: auto;
}
#pageNav a:hover, #pageNav b:hover {
  text-decoration: underline;
}
#pageNav b:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #pageNav {
    margin-top: 30px;
  }
}
#pageNav ul {
  padding: 5px 0;
}
#pageNav li a, #pageNav li b {
  font-family: "Crimson Text", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}

#index_top {
  position: relative;
  overflow: hidden;
  height: 583px;
}
#index_top #shuffle_main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 auto;
}
.lt-ie9 #index_top #shuffle_main {
  position: relative;
  left: auto;
}
@media screen and (max-width: 767px) {
  #index_top {
    display: none;
  }
}

#index_main {
  max-width: 1024px;
  width: 100%;
  margin: 0;
  display: block\d ;
  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;
  background: rgb(255, 255, 255);
  border-top: 5px solid transparent;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  #index_main {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: -140px auto 0;
  }
}

#index_motto {
  color: rgb(255, 255, 255);
  font-family: "Crimson Text", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 9;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 20px 0;
  width: 340px;
  position: absolute;
  top: 206px;
  left: 50%;
  margin-left: -170px;
}

#shuffle_main {
  width: 1152px;
  height: 535px;
}

#left_column {
  width: 96%;
  margin: 0 2%;
  float: left\d ;
  background: #fff\d ;
}
@media screen and (min-width: 768px) {
  #left_column {
    width: 31%;
    margin: 0 1%;
  }
}
@media screen and (min-width: 1024px) {
  #left_column {
    width: 29%;
    margin: 0 2%;
  }
}

#center_column {
  width: 96%;
  margin: 0 2%;
  float: left\d ;
  background: #fff\d ;
}
@media screen and (min-width: 768px) {
  #center_column {
    width: 31%;
    margin: 0 1%;
  }
}
@media screen and (min-width: 1024px) {
  #center_column {
    width: 29%;
    margin: 0 2%;
  }
}

#right_column {
  width: 96%;
  margin: 0 2%;
  float: left\d ;
  background: #fff\d ;
}
@media screen and (min-width: 768px) {
  #right_column {
    width: 31%;
    margin: 0 1%;
  }
}
@media screen and (min-width: 1024px) {
  #right_column {
    width: 29%;
    margin: 0 2%;
  }
}

#bottom_column {
  max-width: 1024px;
  width: 100%;
  margin: 0;
  display: block\d ;
  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;
  background: rgb(255, 255, 255);
  border-top: 5px solid transparent;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  #bottom_column {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
  }
}

.bottom-text {
  font-size: 12px;
  font-style: italic;
  padding: 10px 20px;
}

#news_container {
  margin: 0 0 1em;
  width: 100%;
}
#news_container h1 {
  margin: 0;
}
#news_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#news_container table {
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
}
#news_container table #l {
  display: none;
}
#news_container table #r b {
  font-weight: 400;
}
#news_container [class*=title] {
  margin: 1.5em 0 1em;
  font-size: 1em;
}
#news_container [class*=title] a {
  display: block;
  font-family: "Crimson Text", sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  position: relative;
}
#news_container [class*=title] a svg {
  width: 40px;
  height: 40px;
  margin-bottom: -10px;
}
#news_container article {
  color: rgb(0, 0, 0);
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#news_container article:first-child {
  border-top: 0;
}
#news_container article .title {
  margin: 0;
  background: none;
}
#news_container article .title a {
  text-decoration: none;
  display: block;
  padding: 0;
  font-family: "Crimson Text", sans-serif;
  font-size: 1.3125rem;
  font-style: italic;
  text-transform: none;
  text-decoration: none;
  background: none;
  border-bottom: none;
}
#news_container article .title a:hover {
  text-decoration: underline;
}
#news_container article .thumbnail {
  float: left;
  margin: 1em 1em 1em 0;
}
#news_container article .thumbnail img {
  max-height: 77px;
  width: auto;
  max-width: 115px;
}
#news_container a.read-more-link {
  text-decoration: none;
  padding: 0 10px;
  font-family: "Crimson Text", sans-serif;
  font-size: 1.3125rem;
  font-style: italic;
  font-weight: 700;
}
#news_container a.read-more-link:hover {
  text-decoration: underline;
}

#links_container {
  margin: 0 0 1em;
  width: 100%;
}
#links_container h1 {
  margin: 0;
}
#links_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#links_container table {
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
}
#links_container table #l {
  display: none;
}
#links_container table #r b {
  font-weight: 400;
}
#links_container [class*=title] {
  margin: 1.5em 0 1em;
  font-size: 1em;
}
#links_container [class*=title] a {
  display: block;
  font-family: "Crimson Text", sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  position: relative;
}
#links_container [class*=title] a svg {
  width: 40px;
  height: 40px;
  margin-bottom: -10px;
}
#links_container h1 {
  margin: 1.5em 0 1em;
  font-size: 1em;
}
#links_container h1 a {
  display: block;
  font-family: "Crimson Text", sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  position: relative;
}
#links_container h1 a svg {
  width: 40px;
  height: 40px;
  margin-bottom: -10px;
}
#links_container table {
  color: rgb(0, 0, 0);
}
#links_container table tr:first-child #r {
  border-top: 0;
}
#links_container table img.sub {
  border: none;
}
#links_container table #r {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#links_container table a {
  text-decoration: none;
  color: rgb(47, 154, 96);
  font-family: "Crimson Text", sans-serif;
  font-size: 1.3125rem;
  font-style: italic;
}
#links_container table a:hover {
  text-decoration: underline;
}
#links_container table [id*=showAll] #r a, #links_container table .autoCalendarLinks #r a {
  font-weight: 700;
}
#links_container table #showCalendar-0 #r, #links_container table #showCalendar-1 #r {
  padding-bottom: 0;
}
#links_container table #showAll-0.autoCalendarLinks #r {
  border-top: 0;
}
#links_container .content-container {
  padding-top: 0;
}

#events_container {
  margin: 0 0 1em;
  width: 100%;
}
#events_container h1 {
  margin: 0;
}
#events_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#events_container table {
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
}
#events_container table #l {
  display: none;
}
#events_container table #r b {
  font-weight: 400;
}
#events_container [class*=title] {
  margin: 1.5em 0 1em;
  font-size: 1em;
}
#events_container [class*=title] a {
  display: block;
  font-family: "Crimson Text", sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  position: relative;
}
#events_container [class*=title] a svg {
  width: 40px;
  height: 40px;
  margin-bottom: -10px;
}
#events_container h1 {
  margin: 1.5em 0 1em;
  font-size: 1em;
}
#events_container h1 a {
  display: block;
  font-family: "Crimson Text", sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  position: relative;
}
#events_container h1 a svg {
  width: 40px;
  height: 40px;
  margin-bottom: -10px;
}
#events_container table {
  color: rgb(0, 0, 0);
}
#events_container table tr:first-child #r {
  border-top: 0;
}
#events_container table img.sub {
  border: none;
}
#events_container table #r {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#events_container table a {
  text-decoration: none;
  color: rgb(47, 154, 96);
  font-family: "Crimson Text", sans-serif;
  font-size: 1.3125rem;
  font-style: italic;
}
#events_container table a:hover {
  text-decoration: underline;
}
#events_container table [id*=showAll] #r a, #events_container table .autoCalendarLinks #r a {
  font-weight: 700;
}
#events_container table #showCalendar-0 #r, #events_container table #showCalendar-1 #r {
  padding-bottom: 0;
}
#events_container table #showAll-0.autoCalendarLinks #r {
  border-top: 0;
}

#quicklinks {
  position: relative;
}
#quicklinks ul {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}
#quicklinks ul > * {
  float: left\d ;
}
#quicklinks ul a {
  text-decoration: none;
}
#quicklinks .section-title a {
  border-top: none;
  padding: 0;
  text-align: left;
}
#quicklinks .section-title a:hover, #quicklinks .section-title a:focus {
  color: rgb(0, 63, 45);
  text-decoration: none;
}
#quicklinks .section-title a:hover svg, #quicklinks .section-title a:focus svg {
  fill: rgb(0, 63, 45);
}
#quicklinks ul {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#quicklinks li:first-child a {
  border-top: 0;
}
#quicklinks .link-item a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block\d ;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Crimson Text", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
#quicklinks .link-item a svg {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  z-index: 999;
}

#quicklinks_container .section-title {
  margin: 1.5em 0 1em;
  font-size: 1em;
  color: rgb(0, 63, 45);
}
#quicklinks_container .section-title a {
  display: block;
  font-family: "Crimson Text", sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  position: relative;
}
#quicklinks_container .section-title a svg {
  width: 40px;
  height: 40px;
  margin-bottom: -10px;
}

#shufflelinks {
  position: relative;
  z-index: 99;
  box-shadow: 0 5px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  width: 100%;
  max-width: 1152px;
}
#shufflelinks ul {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}
#shufflelinks ul > * {
  float: left\d ;
}
#shufflelinks ul a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #shufflelinks {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
#shufflelinks ul {
  -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;
}
@media screen and (min-width: 768px) {
  #shufflelinks ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#shufflelinks a {
  display: block\d ;
  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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  line-height: 1.2em;
  height: 48px;
  text-align: center;
  text-decoration: none;
  font-family: "Crimson Text", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
#shufflelinks a svg {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

#footer_main {
  width: 100%;
  height: 332px;
  background: none;
  position: relative;
}
#footer_main > div {
  position: relative;
  width: 100%;
  height: 332px;
  margin: 0 auto;
}
#footer_main > div {
  background: none;
}
@media screen and (min-width: 768px) {
  #footer_main {
    height: 152px;
  }
}
#footer_main:before {
  content: "";
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer_main #footer_inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  height: 332px;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #footer_main #footer_inner {
    height: 152px;
    background-position: left top;
  }
}

#footer_address {
  font-style: normal;
  font-family: "Crimson Text", sans-serif;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2em;
  text-align: center;
  height: 95%;
  width: 100%;
  display: block\d ;
  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-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
#footer_address a {
  color: inherit;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  #footer_address {
    width: auto;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 250px;
  }
}
#footer_address #footer_address_title {
  display: block;
}

#footer_nav {
  position: absolute;
  top: 20px;
  right: 10px;
}
#footer_nav ul {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer_nav ul > * {
  float: left\d ;
}
#footer_nav ul a {
  text-decoration: none;
}
#footer_nav h1 {
  margin: 10px 0;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Crimson Text", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer_nav {
    top: 190px;
    right: 0;
    left: 0;
  }
}
#footer_nav a {
  display: block;
  text-decoration: none;
  height: 32px;
  width: 32px;
  margin: 0 6px;
  overflow: hidden;
}
#footer_nav a svg {
  width: 32px;
  height: 32px;
}

#edlio_logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -47px;
}
#edlio_logo svg {
  width: 145px;
  height: 20px;
}

#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;
  background: rgb(168, 217, 244);
}
#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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0.75em;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  fill: rgb(255, 255, 255);
}
#mobile_nav a:hover {
  color: rgb(207, 190, 108);
}
#mobile_nav a:hover svg {
  fill: rgb(207, 190, 108);
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}
