@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
}

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

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

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

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

.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99;
}
.site-header .header-main-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.site-header .skip-to-content-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.site-header .skip-to-content-link:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  clip: auto;
}
.site-header .topbar {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
}
.site-header .topbar-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-header .topbar-inner > * {
  margin-top: 5px;
  margin-bottom: 5px;
}
@inlude respond-to($vp-large) {
  .site-header .topbar-inner {
    height: 45px;
  }
}
.site-header .header-secondary-nav .section-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1.5rem;
}
.site-header .header-secondary-nav .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-header .header-secondary-nav .link-item {
  margin: 0 6px;
}
.site-header .header-secondary-nav .link-item a {
  text-decoration: none;
}
.site-header .header-secondary-nav .link-item a:hover, .site-header .header-secondary-nav .link-item a:focus {
  text-decoration: underline;
}
.site-header .header-logo.logo-replacement a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 85px;
  width: 575;
  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: 575;
  height: 85px;
  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: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}
#content_main .pages-left-column-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #content_main table {
    display: block;
    overflow-x: auto;
  }
  #content_main .bell-schedule {
    display: table;
  }
  #content_main .pages-column .stack-photo figcaption,
#content_main .slideshow-wrapper .slide .slide-caption {
    font-size: 0.85em;
  }
  #content_main .video-list-top #controls2,
#content_main .video-list-top #controls3 {
    width: auto;
  }
  #content_main #more-videos {
    display: none;
  }
  #content_main #staff_list_public .user-info-wrapper span[id*=staff] {
    display: block;
  }
  #content_main #staff_list_public .user-info-wrapper .user-position-public {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  #content_main #staff_list_public .user-info-wrapper p {
    display: block;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #content_main .news-list article .column {
    width: 100%;
  }
  #content_main .show-news .attached-images {
    float: none;
    margin: 0 auto 1em;
  }
  #content_main .single-video #big-video,
#content_main .below-start #big-video {
    width: 100% !important;
  }
  #content_main .video-list .thumb_wrap {
    display: block;
    float: none;
  }
  #content_main .video-list li .description {
    padding-left: 0;
  }
  #content_main .video-list li .video-list-date {
    padding-left: 0;
  }
  #content_main .bell-schedule {
    width: 100%;
  }
  #content_main .pages-column .stack-photo figcaption,
#content_main .slideshow-wrapper .slide .slide-caption {
    font-size: 0.7em;
  }
  #content_main .video-list-top .controls,
#content_main .video-list-top #controls2,
#content_main .video-list-top #controls3 {
    display: none;
  }
  #content_main #album_thumbnails table img {
    width: 90%;
    height: auto;
    position: relative;
  }
  #content_main #edlio_search_form {
    max-width: 400px;
    width: auto;
  }
  #content_main #edlio_search_form input {
    width: 200px;
  }
  #content_main #contact_form {
    width: 100%;
  }
  #content_main #contact_form table {
    display: table;
    font-size: 12px;
    width: 280px !important;
  }
  #content_main #contact_form #f_name {
    width: 200px !important;
  }
  #content_main #contact_form #f_email {
    width: 200px !important;
  }
  #content_main #contact_form #f_message {
    width: 200px !important;
  }
  #content_main #calendar_wrapper .right-column {
    float: none;
    width: 100%;
  }
  #content_main #calendar_wrapper .right-column #calendar_grid table {
    display: table;
  }
  #content_main .pages-column .page-block-text,
#content_main .pages-column .page-block-photos {
    width: 100%;
  }
  #content_main .pages-left-column-wrapper {
    margin-left: 0 !important;
    float: none;
  }
  #content_main .pages-left-column-wrapper .pages-left-column {
    margin-left: 0 !important;
  }
  #content_main .pages-right-column {
    float: none;
    width: 100% !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.index #content_main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#content_main .pages-content-wrapper {
  overflow: visible;
}
#content_main img.sub {
  border: none;
}
.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;
}

@media screen and (min-width: 1024px) {
  .homepage-row .homepage-row-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.homepage-row .homepage-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

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

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

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

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

.site-footer .footer-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  text-align: center;
}
.site-footer .footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-bottom: 15px;
}
.site-footer .footer-logo.logo-replacement {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 60px;
  width: 390px;
  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: 390px;
  height: 60px;
  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;
  }
  .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-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-slider {
  position: relative;
}
.slick-container .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
}
.slick-container .slick-list:focus {
  outline: none;
}
.slick-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-container .slick-slider .slick-track,
.slick-container .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-container .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0 auto;
}
.slick-container .slick-track:before, .slick-container .slick-track:after {
  content: "";
  display: table;
}
.slick-container .slick-track:after {
  clear: both;
}
.slick-loading .slick-container .slick-track {
  visibility: hidden;
}
.slick-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-container .slick-slide {
  float: right;
}
.slick-container .slick-slide img {
  display: block;
}
.slick-container .slick-slide.slick-loading img {
  display: none;
}
.slick-container .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-container .slick-slide {
  display: block;
}
.slick-loading .slick-container .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-container .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-container .slick-arrow {
  position: absolute;
  z-index: 9999;
  border: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-container .slick-arrow:hover {
  cursor: pointer;
}
.slick-container .slick-arrow.slick-prev {
  left: 0;
}
.slick-container .slick-arrow.slick-next {
  right: 0;
}
.slick-container .slick-arrow.slick-hidden {
  display: none;
}
.slick-container .slick-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.slick-container .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 9999;
  text-align: center;
}
.slick-container .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.slick-container .slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  padding: 5px;
  outline-width: none;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  border: 0;
  cursor: pointer;
  background: none transparent;
}
.slick-container .slick-dots li button:hover, .slick-container .slick-dots li button:focus {
  outline-width: 5px;
}
.slick-container .slick-dots li button:before {
  content: "•";
  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;
}

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

.spotlight1-container .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.spotlight1-container .spotlight-image-holder {
  max-width: 100%;
}
.spotlight1-container .spotlight-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.spotlight1-container .item-summary.clipped-summary .item-text {
  overflow: hidden;
  max-height: 6.25em;
  line-height: 1.25em;
}
.spotlight1-container .item-text {
  margin-bottom: 20px;
}
.spotlight1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.spotlight1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.spotlight1-container.thumbnail-orientation-vertical .item-inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 250px;
    margin-right: 15px;
  }
}

.quicklinks-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quicklinks-container .qlink-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.quicklinks-container .qlink-item a {
  display: block;
}
.quicklinks-container .qlink-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
}
.quicklinks-container .qlink-text {
  max-width: 100%;
  font-size: 1.125rem;
}
.quicklinks-container.icon-orientation-vertical {
  text-align: center;
}
.quicklinks-container.icon-orientation-vertical .qlink-inner {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.quicklinks-container.icon-orientation-vertical .qlink-item svg {
  margin-bottom: 24px;
}
.quicklinks-container.icon-orientation-horizontal .qlink-item svg {
  margin-right: 30px;
}
@media screen and (min-width: 1024px) {
  .quicklinks-container.orientation-vertical .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}
.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.news1-container.content-size-small .item {
  margin-bottom: 10px;
}
.news1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.news1-container.content-size-medium .item {
  margin-bottom: 20px;
}
.news1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.news1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.news1-container.content-size-large .item {
  margin-bottom: 30px;
}
.news1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem;
}
.news1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.news1-container.thumbnail-orientation-vertical .item {
  text-align: center;
}
.news1-container.thumbnail-orientation-vertical.content-size-small .item-summary {
  padding-top: 10px;
}
.news1-container.thumbnail-orientation-vertical.content-size-medium .item-summary {
  padding-top: 20px;
}
.news1-container.thumbnail-orientation-vertical.content-size-large .item-summary {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 250px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.events1-container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.events1-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.events1-container .event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.events1-container .event-date .event-month {
  font-size: 1.125em;
}
.events1-container .event-date .event-day {
  font-size: 2.25em;
}
.events1-container.content-size-small .item {
  margin-bottom: 10px;
}
.events1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.events1-container.content-size-small .event-date {
  font-size: 1rem;
}
.events1-container.content-size-medium .item {
  margin-bottom: 30px;
}
.events1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.events1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.events1-container.content-size-medium .event-date {
  font-size: 1.125rem;
}
.events1-container.content-size-large .item {
  margin-bottom: 30px;
}
.events1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem;
}
.events1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.events1-container.content-size-large .event-date {
  font-size: 1.5rem;
}
.events1-container.date-orientation-vertical .item {
  text-align: center;
}
.events1-container.date-orientation-vertical.content-size-small .event-date {
  margin-bottom: 10px;
}
.events1-container.date-orientation-vertical.content-size-medium .event-date {
  margin-bottom: 20px;
}
.events1-container.date-orientation-vertical.content-size-large .event-date {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .events1-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .events1-container.date-orientation-horizontal .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.infographic-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.infographic-container .infographic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.infographic-container .infographic-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}
.infographic-container .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100%;
}
.infographic-container .info-number,
.infographic-container .info-text {
  max-width: 100%;
}
.infographic-container .info-number {
  font-size: 1.5rem;
}
.infographic-container .info-text {
  font-size: 1.125rem;
}
.infographic-container:not(.slick-container) .infographic-item {
  width: 100%;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .infographic-container .infographic-item {
    width: auto;
    max-width: none;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .infographic-container.orientation-vertical .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@keyframes bounce-city-width {
  0% {
    width: 0;
  }
  35% {
    width: 100%;
  }
  65% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
@keyframes bounce-city-height {
  0% {
    height: 0;
  }
  35% {
    height: 100%;
  }
  65% {
    height: 90%;
  }
  100% {
    height: 100%;
  }
}
@keyframes bounce-city-height-half {
  0% {
    height: 0;
  }
  35% {
    height: 50%;
  }
  65% {
    height: 45%;
  }
  100% {
    height: 50%;
  }
}
@keyframes bounce-city-width-half {
  0% {
    width: 0;
  }
  35% {
    width: 50%;
  }
  65% {
    width: 45%;
  }
  100% {
    width: 50%;
  }
}
@keyframes pulse-city-width {
  0% {
    width: 0%;
  }
  70% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
@keyframes pulse-city-height {
  0% {
    height: 0%;
  }
  70% {
    height: 70%;
  }
  100% {
    height: 100%;
  }
}
@keyframes pulse-city-background-color {
  0% {
    background-color: 0%;
  }
  70% {
    background-color: 70%;
  }
  100% {
    background-color: 100%;
  }
}
@keyframes pulse-city-border-color {
  0% {
    border-color: 0%;
  }
  70% {
    border-color: 70%;
  }
  100% {
    border-color: 100%;
  }
}
.icon-only {
  transition: all 0.2s ease-out;
}
.icon-only svg {
  transition: all 0.2s ease-out;
}
.icon-only + .icon-only {
  margin-left: 8px;
}

#header_main .icon-only {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background-color: black;
  border-radius: 100%;
}
#header_main .icon-only svg {
  display: block;
  width: 13px;
  height: 13px;
  margin: 6px;
  fill: white;
}
#header_main .icon-only:hover, #header_main .icon-only:focus {
  background-color: #821d19;
}
#header_main .icon-only:hover svg, #header_main .icon-only:focus svg {
  fill: white;
}

#footer_main .icon-only {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background-color: #821d19;
  border-radius: 100%;
}
#footer_main .icon-only svg {
  display: block;
  width: 13px;
  height: 13px;
  margin: 6px;
  fill: white;
}
#footer_main .icon-only:hover, #footer_main .icon-only:focus {
  background-color: black;
}
#footer_main .icon-only:hover svg, #footer_main .icon-only:focus svg {
  fill: white;
}

.school-name {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  .school-name {
    paddin-left: 0;
    paddin-right: 0;
  }
}

body:not(.index) {
  background-color: #f8f7f7;
}
body:not(.index) #header_main {
  border-bottom: 15px solid black;
}
body:not(.index) #footer_main {
  border-top: 15px solid black;
}

#header_main {
  background-color: white;
}
@media screen and (max-width: 1023px) {
  #header_main {
    border-top: 50px solid black;
    padding-bottom: 15px;
  }
}
#header_main .school-name {
  padding-top: 5px;
  padding-bottom: 5px;
}
#header_main .sitenav-holder .nav-mobile-toggle {
  border-color: white;
}
#header_main .sitenav-holder .nav-group {
  background-color: black;
  color: white;
}
#header_main .sitenav-holder .nav-group .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: white;
}
#header_main .sitenav-holder .nav-group .nav-item > a:focus, #header_main .sitenav-holder .nav-group .nav-item > a:hover, #header_main .sitenav-holder .nav-group .nav-item > a.open {
  color: white;
  background-color: #821d19;
}
#header_main .sitenav-holder .nav-group .sub-nav a {
  color: white;
}
#header_main .sitenav-holder .nav-group .sub-nav a:focus, #header_main .sitenav-holder .nav-group .sub-nav a:hover, #header_main .sitenav-holder .nav-group .sub-nav a.open {
  color: white;
  background-color: #821d19;
}
@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder .nav-group {
    background: transparent;
  }
  #header_main .sitenav-holder .nav-menu {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  #header_main .sitenav-holder .nav-item > a {
    text-align: center;
  }
  #header_main .sitenav-holder .sub-nav {
    background-color: black;
  }
  #header_main .sitenav-holder.column .nav-item:last-child .sub-nav:focus, #header_main .sitenav-holder.column .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0;
  }
  #header_main .sitenav-holder.megamenu .sub-nav {
    width: calc(100% - 20px*2);
    max-width: calc(1024px - 20px*2);
    padding: 20px;
  }
  #header_main .sitenav-holder.megamenu .sub-nav .sub-nav-group {
    width: 65%;
  }
  #header_main .sitenav-holder.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 65%);
  }
}
#header_main .sitenav-holder .nav-mobile-toggle {
  top: -37px;
  right: 20px;
}
@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder .nav-group .nav-item > a {
    position: relative;
    height: 44px;
    background-color: transparent;
    color: black;
    text-transform: uppercase;
  }
  #header_main .sitenav-holder .nav-group .nav-item > a > span {
    position: relative;
  }
  #header_main .sitenav-holder .nav-group .nav-item > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: 0;
  }
  #header_main .sitenav-holder .nav-group .nav-item > a:hover:before, #header_main .sitenav-holder .nav-group .nav-item > a:focus:before, #header_main .sitenav-holder .nav-group .nav-item > a.open:before {
    height: 100%;
    animation-name: bounce-city-height;
    animation-duration: 0.5s;
  }
  #header_main .sitenav-holder .nav-group .nav-item > a .nav-item-inner {
    font-size: 1rem;
    font-weight: 400;
  }
  #header_main .sitenav-holder .nav-group .nav-item > a:before {
    background-color: #821d19;
  }
  #header_main .sitenav-holder .nav-group .nav-item > a:hover, #header_main .sitenav-holder .nav-group .nav-item > a:focus {
    color: white;
    background-color: transparent;
  }
  #header_main .sitenav-holder .nav-group .nav-item .sub-nav-group li a {
    position: relative;
    background-color: transparent;
  }
  #header_main .sitenav-holder .nav-group .nav-item .sub-nav-group li a > span {
    position: relative;
  }
  #header_main .sitenav-holder .nav-group .nav-item .sub-nav-group li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: 0;
    transition: all 0.2s ease-out;
  }
  #header_main .sitenav-holder .nav-group .nav-item .sub-nav-group li a:hover:before, #header_main .sitenav-holder .nav-group .nav-item .sub-nav-group li a:focus:before, #header_main .sitenav-holder .nav-group .nav-item .sub-nav-group li a.open:before {
    width: 100%;
  }
  #header_main .sitenav-holder .nav-group .nav-item .sub-nav-group li a:before {
    background-color: #821d19;
  }
  #header_main .sitenav-holder .nav-group .nav-item .sub-nav-group li a:hover, #header_main .sitenav-holder .nav-group .nav-item .sub-nav-group li a:focus {
    background-color: transparent;
    color: white;
  }
}
@media screen and (max-width: 1023px) {
  #header_main .topbar {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
  }
}
#header_main .topbar-inner {
  position: relative;
}
#header_main .topbar-inner > * {
  margin: 0;
}
#header_main .topbar-inner #search {
  box-shadow: inset 2px 2px 20px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  padding-left: 5px;
}
@media screen and (min-width: 1024px) {
  #header_main .topbar-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  #header_main .topbar-inner #social_nav_header, #header_main .topbar-inner #search {
    position: absolute;
    top: 20px;
  }
  #header_main .topbar-inner #social_nav_header {
    left: 0;
  }
  #header_main .topbar-inner #search {
    right: 0;
  }
}

#shuffle_row #shuffle_main {
  position: relative;
  background-color: black;
}
#shuffle_row #shuffle_main .shuffle-main {
  opacity: 0.6;
}
#shuffle_row #shuffle_main .shuffle-quicklinks {
  padding-bottom: 15px;
}
#shuffle_row #shuffle_main .shuffle-quicklinks .link-item {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: black;
  transition: opacity 0.1s ease-in;
  background-color: white;
}
#shuffle_row #shuffle_main .shuffle-quicklinks .link-item > span {
  position: relative;
  z-index: 1;
}
#shuffle_row #shuffle_main .shuffle-quicklinks .link-item:before, #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  transition: all 0.2s ease-out;
}
#shuffle_row #shuffle_main .shuffle-quicklinks .link-item:before, #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:after {
  left: 0;
  height: 0;
  width: 100%;
}
#shuffle_row #shuffle_main .shuffle-quicklinks .link-item:before {
  top: 0;
}
#shuffle_row #shuffle_main .shuffle-quicklinks .link-item:after {
  bottom: 0;
}
#shuffle_row #shuffle_main .shuffle-quicklinks .link-item:hover:before, #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:hover:after, #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:focus:before, #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:focus:after {
  height: 50%;
}
#shuffle_row #shuffle_main .shuffle-quicklinks .link-item:before, #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:after {
  background-color: #821d19;
}
#shuffle_row #shuffle_main .shuffle-quicklinks .link-item:hover, #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:focus {
  color: white;
  text-decoration: none;
  opacity: 1;
}
#shuffle_row #shuffle_main .shuffle-quicklinks .link-item + .link-item {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  #shuffle_row #shuffle_main .shuffle-quicklinks {
    position: absolute;
    top: 50px;
    right: 0;
  }
  #shuffle_row #shuffle_main .shuffle-quicklinks .link-item {
    color: white;
    background: #821d19;
    width: 190px;
  }
  #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:hover, #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:focus {
    color: black;
    background: transparent;
  }
  #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:hover:before, #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:hover:after, #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:focus:before, #shuffle_row #shuffle_main .shuffle-quicklinks .link-item:focus:after {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (min-width: 1024px) {
  #shuffle_row #shuffle_main .shuffle-quicklinks {
    top: 150px;
  }
}
#shuffle_row #shuffle_main .shuffle-motto {
  padding-left: 0;
  padding-right: 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #shuffle_row #shuffle_main .shuffle-motto {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  #shuffle_row #shuffle_main .shuffle-motto {
    bottom: 200px;
  }
}

#about_row {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #821d19;
  color: white;
}

#about_container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(660px - 0px);
  text-align: center;
  margin-bottom: 50px;
}
#about_container .section-title {
  margin-bottom: 15px;
}
#about_container .item-text {
  margin-bottom: 0;
}
#about_container .read-more-link {
  margin-top: 15px;
  border: 1px solid white;
  color: white;
}
#about_container .read-more-link:before {
  background-color: white;
}
#about_container .read-more-link:hover, #about_container .read-more-link:focus {
  color: #821d19;
}

#about_quicklinks .items-list .qlink-item {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: auto;
  min-width: auto;
  width: calc(50% - 20px);
  margin: 10px;
}
#about_quicklinks .items-list .qlink-item > 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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: inherit;
}
#about_quicklinks .items-list .qlink-item > a .svg-holder {
  position: relative;
  border: 1px solid white;
  border-radius: 50%;
  background-color: #821d19;
  width: 98px;
  height: 98px;
  transition: box-shadow 0.2s ease-out;
  margin-bottom: 14px;
}
#about_quicklinks .items-list .qlink-item > a .svg-holder svg {
  position: absolute;
  top: 19px;
  left: 19px;
  width: 60px;
  height: 60px;
  fill: white;
}
#about_quicklinks .items-list .qlink-item > a .inner-text {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
}
#about_quicklinks .items-list .qlink-item > a:hover, #about_quicklinks .items-list .qlink-item > a:focus {
  text-decoration: none;
}
#about_quicklinks .items-list .qlink-item > a:hover .svg-holder, #about_quicklinks .items-list .qlink-item > a:focus .svg-holder {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1024px) {
  #about_quicklinks .items-list .qlink-item {
    width: 20%;
    margin: 0;
  }
}

#news_row {
  padding-top: 40px;
  padding-bottom: 40px;
}
#news_row .homepage-row-inner {
  max-width: 1134px;
}
@media screen and (min-width: 1024px) {
  #news_row {
    padding-top: 65px;
    padding-bottom: 75px;
  }
}

#news_container {
  color: black;
  background-color: white;
}
#news_container .read-more-link {
  color: white;
  background-color: black;
}
#news_container .read-more-link:before {
  background-color: #821d19;
}
#news_container .read-more-link:hover, #news_container .read-more-link:focus {
  color: white;
}
#news_container .items-list .item {
  background-color: #f8f7f7;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
#news_container .items-list .item-image-holder {
  width: 100%;
}
#news_container .items-list .item-image-holder > img {
  display: block;
  width: 100%;
  height: auto;
}
#news_container .items-list .item-summary {
  padding: 20px;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 100%;
}
#news_container .items-list .item-name {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  box-sizing: border-box;
  background-color: #821d19;
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
}

#events_row {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: black;
  color: white;
}
@media screen and (min-width: 1024px) {
  #events_row {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#events_container {
  text-align: center;
}
#events_container .read-more-link {
  border: 1px solid white;
  color: black;
  background-color: white;
}
#events_container .read-more-link:before {
  background-color: black;
}
#events_container .read-more-link:hover, #events_container .read-more-link:focus {
  color: white;
}
#events_container .items-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 15px;
  margin-bottom: 15px;
}
#events_container .items-list .item-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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;
  position: relative;
  width: 90px;
  border-left: 4px solid #666666;
  border-right: 4px solid #666666;
  border-bottom: 4px solid #666666;
  margin: 0 0 8px 0;
  box-sizing: border-box;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
#events_container .items-list .item-date:before, #events_container .items-list .item-date:after {
  content: "";
  display: block;
}
#events_container .items-list .item-date .event-month {
  height: 1.85rem;
}
#events_container .items-list .item-date:before {
  width: 100%;
  height: 24px;
  border: 4px solid #666666;
}
#events_container .items-list .item-date:after {
  position: absolute;
  left: 10px;
  top: 14px;
  width: calc(100% - 20px);
  height: 4px;
  background-image: linear-gradient(to right, #666666 0%, #666666 10%, transparent 10%, transparent 20%, #666666 20%, #666666 80%, transparent 80%, transparent 90%, #666666 90%, #666666 100%);
}
#events_container .items-list .item-summary {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-size: 1.125rem;
  width: 100%;
  text-align: center;
}
#events_container .items-list .item-name {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #events_container .items-list .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 25px;
    margin-right: 25px;
  }
  #events_container .items-list .item-date {
    margin: 0 8px 0 0;
  }
  #events_container .items-list .item-summary {
    width: calc(100% - 98px);
    text-align: left;
  }
}

#infographics_row {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: white;
}
@media screen and (min-width: 1024px) {
  #infographics_row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#infographics_container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#infographics_container .items-list .infographic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: none;
  max-width: none;
  width: calc(50% - 20px);
  margin: 10px;
}
#infographics_container .items-list .infographic-item svg {
  width: 75px;
  height: 75px;
  fill: #821d19;
  margin-bottom: 20px;
}
#infographics_container .items-list .infographic-item .inner-text {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  #infographics_container .items-list .infographic-item {
    width: 25%;
    margin: 0;
  }
}

#mission_row {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#mission_vision_box {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  box-sizing: border-box;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}
#mission_vision_box .section-title {
  margin-bottom: 15px;
  text-align: left;
}
#mission_vision_box .read-more-link {
  border: 1px solid white;
  color: white;
  margin-left: 0;
  margin-top: 15px;
}
#mission_vision_box .read-more-link:before {
  background-color: white;
}
#mission_vision_box .read-more-link:hover, #mission_vision_box .read-more-link:focus {
  color: black;
}
#mission_vision_box .spotlightmessage-text {
  line-height: 1.5rem;
  max-height: 6rem;
  overflow-y: hidden;
  font-size: 1rem;
}
#mission_vision_box .content-container + .content-container {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  #mission_vision_box {
    width: calc(50% + 80px);
    padding-left: 30px;
    padding-right: calc(50vw - 512px);
    margin-left: auto;
  }
}

.slick-slider .slick-list {
  width: calc(100% - 40px*2);
  margin: 0 40px;
}
.slick-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 45px;
  width: 45px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 45px/2);
}
.slick-slider .slick-arrow.slick-prev {
  background-image: url(../pics/icons/arrow-white.svg);
}
.slick-slider .slick-arrow.slick-next {
  background-image: url(../pics/icons/arrow-white.svg);
}
.slick-slider .slick-dots li button:before {
  color: #666666;
}
.slick-slider .slick-dots li.slick-active button:before {
  color: #821d19;
}
.slick-slider .slick-dots.number-dots li button {
  background: #666666;
  color: #821d19;
}
.slick-slider .slick-dots.number-dots li.slick-active button {
  background: #821d19;
  color: #666666;
}
.slick-slider .slick-arrow.slick-next {
  transform: rotate(180deg);
}
#news_container .slick-slider .slick-arrow.slick-next, #news_container .slick-slider .slick-arrow.slick-prev {
  background-image: url("../pics/icons/arrow-black.svg");
}
#news_container .slick-slider .slick-arrow.slick-next:hover, #news_container .slick-slider .slick-arrow.slick-next:focus, #news_container .slick-slider .slick-arrow.slick-prev:hover, #news_container .slick-slider .slick-arrow.slick-prev:focus {
  background-image: url("../pics/icons/arrow-red.svg");
}

#events_container .slick-slider .slick-arrow.slick-next:hover, #events_container .slick-slider .slick-arrow.slick-next:focus, #events_container .slick-slider .slick-arrow.slick-prev:hover, #events_container .slick-slider .slick-arrow.slick-prev:focus {
  background-image: url("../pics/icons/arrow-red.svg");
}

.content-container {
  padding-top: 0;
  padding-bottom: 0;
}
.content-container .section-title {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .content-container .section-title {
    margin-bottom: 70px;
    letter-spacing: 0.5rem;
    font-size: 1.875rem;
  }
}
.content-container .section-title > a,
.content-container .item-name > a {
  text-decoration: none;
  color: inherit;
}
.content-container .section-title > a:hover, .content-container .section-title > a:focus,
.content-container .item-name > a:hover,
.content-container .item-name > a:focus {
  text-decoration: underline;
}
.content-container .read-more-link {
  position: relative;
  display: inline-block;
  padding: 14px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.content-container .read-more-link > span {
  position: relative;
}
.content-container .read-more-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  top: 0;
}
.content-container .read-more-link:hover:before, .content-container .read-more-link:focus:before, .content-container .read-more-link.open:before {
  height: 100%;
  animation-name: bounce-city-height;
  animation-duration: 0.5s;
}
.content-container .read-more-link:hover, .content-container .read-more-link:focus {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .content-container .read-more-link {
    margin-top: 70px;
  }
}

#content_main #breadcrumbs {
  color: black;
  font-weight: 700;
}
#content_main #breadcrumbs a {
  text-decoration: none;
  color: black;
  font-weight: 400;
}
#content_main #breadcrumbs a:hover, #content_main #breadcrumbs a:focus {
  text-decoration: underline;
}
#content_main .pageTitle {
  font-size: 2.5rem;
  font-weight: 700;
  color: #821d19;
}
#content_main .right-column-page-navigation {
  background: #f8f7f7;
  border: 1px solid #666666;
}
#content_main .right-column-page-navigation li a {
  color: black;
}
#content_main .right-column-page-navigation li.active a {
  background-color: black;
  color: white;
}
#content_main .right-column-page-navigation li {
  text-align: center;
}
#content_main .right-column-page-navigation li + li > a {
  border-top: 1px solid #666666;
}
@media screen and (min-width: 1024px) {
  #content_main {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#footer_main {
  background-color: white;
}
#footer_main .school-name {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  #footer_main .school-name {
    margin-left: 0;
  }
}
#footer_main .footer-inner {
  padding-top: 35px;
  padding-bottom: 15px;
}
#footer_main .footer-inner .column {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
#footer_main .footer-inner .column.left {
  text-align: center;
}
#footer_main .footer-inner .column.left .powered-by-edlio-logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #footer_main .footer-inner .column.left .powered-by-edlio-logo {
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
  }
}
#footer_main .footer-inner .column.left .powered-by-edlio-logo svg {
  fill: #821d19;
}
#footer_main .footer-inner .column.left .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#footer_main .footer-inner .column.left .row #social_nav_footer {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #footer_main .footer-inner .column.left .row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  #footer_main .footer-inner .column.left .row .block + .block {
    margin: 15px 0 0 0;
  }
}
#footer_main .footer-inner .column.left .row .block + .block {
  margin: 0 0 0 25px;
}
#footer_main .footer-inner .column.left .row + .row {
  margin-top: 15px;
}
#footer_main .footer-inner .column.left .block b,
#footer_main .footer-inner .column.left .footer-info-block b {
  text-transform: uppercase;
}
#footer_main .footer-inner .column.left .block a,
#footer_main .footer-inner .column.left .footer-info-block a {
  text-decoration: none;
  color: inherit;
}
#footer_main .footer-inner .column.left .block a:hover, #footer_main .footer-inner .column.left .block a:focus,
#footer_main .footer-inner .column.left .footer-info-block a:hover,
#footer_main .footer-inner .column.left .footer-info-block a:focus {
  text-decoration: underline;
}
#footer_main .footer-inner .column.left .block.red,
#footer_main .footer-inner .column.left .footer-info-block.red {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #821d19;
}
#footer_main .footer-inner .column.left .block.black,
#footer_main .footer-inner .column.left .footer-info-block.black {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: black;
}
#footer_main .footer-inner .column.left .block + .footer-info-block,
#footer_main .footer-inner .column.left .footer-info-block + .footer-info-block {
  margin-top: 17px;
}
@media screen and (min-width: 1024px) {
  #footer_main .footer-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;
  }
  #footer_main .footer-inner .column {
    padding-left: 0;
    padding-right: 0;
  }
  #footer_main .footer-inner .column.left {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  #footer_main .footer-inner .column.right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  #news_container video, #news_container iframe {
    width: 100%;
  }
}

#mobile_nav {
  background: white;
  border-top: 4px solid #821d19;
}
#mobile_nav a {
  color: #821d19;
}
#mobile_nav a svg {
  fill: #821d19;
}
#mobile_nav a:hover, #mobile_nav a:focus {
  color: black;
}
#mobile_nav a:hover svg, #mobile_nav a:focus svg {
  fill: black;
}

@media screen and (min-width: 1024px) {
  #footer_main .school-name {
    margin-bottom: 40px;
  }
}

#disclaimer {
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (min-width: 1024px) {
  #disclaimer {
    text-align: left;
    margin-bottom: -50px;
  }
}

.site-header .header-logo.logo-replacement a {
  width: auto;
}
