@import url("//fonts.googleapis.com/css?family=Raleway:400,400italic,500,600,700,700italic|Oswald|Permanent+Marker");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Raleway", sans-serif;
  font-size: 100%;
}

html {
  height: 100%;
}

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

body.index .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.site-content {
  -webkit-box-flex: 1;
  -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: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: 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: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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/school_logo.png");
}

.site-header .header-logo:not(.logo-replacement) a:before {
  content: "";
  display: block;
  -webkit-box-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/school_logo.png");
}

.site-header .header-title a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site-header .marquee .marquee-inner {
  display: inline-block;
  padding-left: 100%;
}

.site-header .marquee .marquee-inner:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.site-header .marquee.marquee-speed-18 .marquee-inner {
  -webkit-animation: marquee 15s linear infinite;
          animation: marquee 15s linear infinite;
}

.site-header .marquee.marquee-speed-35 .marquee-inner {
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}

.site-header .marquee.marquee-speed-7 .marquee-inner {
  -webkit-animation: marquee 7.5s linear infinite;
          animation: marquee 7.5s linear infinite;
}

.site-header .marquee .marquee-content {
  float: left;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            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;
  -webkit-transition: max-height 0.8s;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5em;
  text-decoration: none;
}

.site-header .sitenav-holder.column .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -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;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 37.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;
  -webkit-transition: max-height 0.8s;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5em;
  text-decoration: none;
}

.site-header .sitenav-holder.megamenu .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -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;
    -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: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .sub-nav-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .sub-nav-group > li {
    width: 33.33333%;
  }
  .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;
    -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;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 1em;
}

.site-header .sitenav-holder.megamenu .contact-info .header-contact-link {
  display: -webkit-inline-box;
  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: .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;
  -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;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

.homepage-row.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

.homepage-row .homepage-column {
  -webkit-box-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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-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/school_logo.png");
}

.site-footer .footer-logo:not(.logo-replacement):before {
  content: "";
  display: block;
  -webkit-box-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/school_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;
    -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: .5rem;
}

.site-footer .footer-title .school-name-inner {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .site-footer .footer-title {
    font-size: .75rem;
  }
}

@media screen and (min-width: 1024px) {
  .site-footer .footer-title {
    font-size: 1rem;
  }
}

.site-footer .footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-footer .footer-bottom-inner > * {
  margin-top: 5px;
  margin-bottom: 5px;
}

#search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

#mobile_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
}

#mobile_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .75em;
  text-decoration: none;
}

#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

.edlio-login-link {
  display: -webkit-box;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 9999;
  text-align: center;
}

.slick-container .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.slick-container .slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  padding: 5px;
  outline-width: none;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  border: 0;
  cursor: pointer;
  background: none transparent;
}

.slick-container .slick-dots li button:hover, .slick-container .slick-dots li button:focus {
  outline-width: 5px;
}

.slick-container .slick-dots li button:before {
  content: "\2022";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 2rem;
  text-align: center;
}

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

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

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

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

@media screen and (min-width: 1024px) {
  .site-header2a .header-main-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.site-header2a .header-title {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0;
  font-size: .5rem;
}

.site-header2a .header-title a {
  text-align: center;
  font-size: 2em;
}

@media screen and (min-width: 768px) {
  .site-header2a .header-title {
    font-size: .75rem;
  }
  .site-header2a .header-title a {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site-header2a .header-title.header-logo:not(.logo-replacement) a:before {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .site-header2a .header-title {
    z-index: 99;
    max-width: 40%;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .site-footer2 .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1024px) {
  .site-footer2 .footer-info {
    max-width: 40%;
  }
}

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

@media screen and (min-width: 1024px) {
  .site-footer2 .footer-address {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}

.site-footer2 .footer-secondary-nav:not(.social-nav) .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-footer2 .footer-secondary-nav:not(.social-nav) .links-list .link-item {
  margin: 0 0 10px;
}

.site-footer2 .footer-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer2 .footer-tools > * {
  margin-bottom: 15px;
}

body:not(.index) {
  background-color: whitesmoke;
}

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

@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a {
    height: 85px;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
  }
  #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a .nav-item-inner {
    padding: 9px 0 5px;
    border-bottom: 4px solid transparent;
  }
  #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a.open, #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a:focus, #header_main .sitenav-holder .nav-group .nav-menu .nav-item > a:hover {
    background: transparent;
  }
  #header_main .sitenav-holder .nav-group .nav-menu .nav-item .sub-nav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: rgba(0, 0, 0, 0.82);
  }
  #header_main .sitenav-holder .nav-group .nav-menu .nav-item .sub-nav-group {
    padding: 20px;
  }
  #header_main .sitenav-holder .nav-group .nav-menu .nav-item .info {
    padding: 20px 20px 20px 35px;
    font-weight: 500;
    position: relative;
  }
  #header_main .sitenav-holder .nav-group .nav-menu .nav-item .info:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: calc(50% - 20px);
    width: 0;
    border-right: 13px solid red;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #header_main .sitenav-holder .nav-group .nav-menu .nav-item .mm-extra-content-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
  }
}

#header_main #topbar_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#header_main #topbar_nav .second-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  #header_main #topbar_nav {
    margin: auto;
    width: 1024px;
  }
}

#header_main #qlinks_main {
  width: 100%;
  width: auto !important;
}

#header_main #qlinks_main .nav-mobile-toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double transparent;
  border-bottom: 5px solid transparent;
}

#header_main #qlinks_main .nav-group {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
}

#header_main #qlinks_main .nav-group.open {
  max-height: 2000px;
}

#header_main #qlinks_main .nav-menu,
#header_main #qlinks_main .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header_main #qlinks_main .nav-menu a,
#header_main #qlinks_main .sub-nav-group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5em;
  text-decoration: none;
}

#header_main #qlinks_main .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
}

#header_main #qlinks_main .sub-nav {
  display: none;
}

#header_main #qlinks_main .sub-nav.open {
  display: block;
}

#header_main #qlinks_main .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1023px) {
  #header_main #qlinks_main .sub-nav a {
    padding-left: 1.5em;
  }
  #header_main #qlinks_main .sub-nav .flyout-group a {
    padding-left: 2.5em;
  }
}

@media screen and (min-width: 1024px) {
  #header_main #qlinks_main .nav-mobile-toggle {
    display: none;
  }
  #header_main #qlinks_main .nav-group {
    position: static;
    max-height: none;
    overflow: visible;
  }
  #header_main #qlinks_main .nav-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
  }
}

#header_main #qlinks_main .nav-item {
  position: relative;
}

@media screen and (min-width: 1024px) {
  #header_main #qlinks_main {
    position: relative;
  }
  #header_main #qlinks_main .nav-menu {
    position: relative;
  }
  #header_main #qlinks_main .sub-nav-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 37.5em;
  }
  #header_main #qlinks_main .sub-nav {
    position: absolute;
  }
  #header_main #qlinks_main .sub-nav a {
    width: 11.5em;
  }
  #header_main #qlinks_main .sub-nav .flyout-group a {
    width: 10.5em;
    padding-left: 1.5em;
  }
}

@media screen and (min-width: 1024px) {
  #header_main #qlinks_main {
    margin: 0 0 0 auto;
  }
}

#header_main #qlinks_main .sub-nav {
  position: absolute;
  right: -85%;
  z-index: 999;
}

@media screen and (min-width: 1024px) {
  #header_main #qlinks_main .sub-nav {
    right: 0;
  }
}

#header_main #qlinks_main .nav-menu .nav-item {
  margin: 0;
  min-width: 100%;
}

#header_main #qlinks_main .nav-menu .nav-item > a {
  height: 30px;
  padding: 0 10px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

#header_main #qlinks_main .nav-menu .sub-nav-group {
  font-size: 0.875rem;
  width: 26em !important;
  max-height: 44em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #header_main #qlinks_main .nav-menu .sub-nav-group {
    width: 38em !important;
  }
}

@media screen and (max-width: 1023px) {
  #header_main #qlinks_main .nav-menu .sub-nav-group li {
    width: 48%;
  }
}

#header_main #qlinks_main .nav-menu .sub-nav-group a {
  padding: 0.25em 0.5em;
}

@media screen and (min-width: 1024px) {
  #header_main {
    height: 85px;
  }
  #header_main .header-title {
    margin-top: -30px;
  }
  #header_main .header-main-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #header_main #social_nav_header {
    position: fixed;
    left: 0;
    top: 195px;
    width: 54px;
  }
}

.slick-slider .slick-list {
  width: calc(100% - 25px*2);
  margin: 0 25px;
}

.slick-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 35px;
  width: 21px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 35px/2);
}

.slick-slider .slick-arrow.slick-prev {
  background-image: url(/pics/button_prev.png);
}

.slick-slider .slick-arrow.slick-next {
  background-image: url(/pics/button_next.png);
}

.slick-slider .slick-dots li button:before {
  color: #a8d9f4;
}

.slick-slider .slick-dots li.slick-active button:before {
  color: #92150f;
}

.slick-slider .slick-dots.number-dots li button {
  background: #a8d9f4;
  color: #92150f;
}

.slick-slider .slick-dots.number-dots li.slick-active button {
  background: #92150f;
  color: #a8d9f4;
}

.has-divider {
  border-top: 11px solid transparent;
}

@media screen and (min-width: 1024px) {
  .has-divider {
    border: none;
    position: relative;
  }
  .has-divider:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 99;
    top: -5px;
    left: calc(50% - 985px / 2);
    height: 11px;
    width: 985px;
  }
}

#row_shuffle {
  position: relative;
}

#row_quicklinks {
  position: relative;
  z-index: 99999;
}

#row_quicklinks .homepage-row-inner {
  position: relative;
}

#row_spotlight1, #row_spotlight2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#row_spotlight1:after, #row_spotlight2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.42);
}

#row_spotlight1 .homepage-row-inner, #row_spotlight2 .homepage-row-inner {
  position: relative;
  z-index: 9;
}

#row_social .section-subtitle {
  font-size: 1.625rem;
  text-transform: none;
}

#row_social .widget-container {
  padding: 0 10%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #row_social {
    padding-top: 60px;
  }
  #row_social .homepage-row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden;
  }
  #row_social .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #row_social .section-title {
    margin-bottom: 60px;
  }
  #row_social .section-subtitle {
    height: 60px;
    text-align: right;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg) translateX(60px);
            transform: rotate(-90deg) translateX(60px);
  }
  #row_social .widget-container {
    width: 300px;
    padding: 0;
  }
}

#row_events {
  background: whitesmoke;
}

#index_name {
  z-index: 99999;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 600;
  color: white;
}

@media screen and (max-width: 767px) {
  #index_name {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  #index_name {
    left: calc(50% - 1024px/ 2);
    top: 25px;
    max-width: 768px;
    text-align: left;
  }
}

#shuffle_main {
  background: black;
}

@media screen and (min-width: 768px) {
  #shuffle_main {
    /*.shuffle-image { opacity: .64; }*/
  }
}

#shuffle_main #shuffle_main_navigation {
  z-index: 9999;
}

#shuffle_main:before {
  pointer-events: none;
}

#quicklinks {
  z-index: 999;
  padding-top: 10px;
}

#quicklinks:before {
  content: "";
  display: block;
  content: url("/pics/district_logo.png");
  margin-bottom: 10px;
}

#quicklinks .qlink-item {
  width: 100px;
  margin-bottom: 10px;
}

#quicklinks .qlink-item .qlink-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

#quicklinks .qlink-item svg {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #quicklinks {
    padding-top: 0;
  }
  #quicklinks:before {
    margin-top: -125px;
    margin-bottom: 90px;
    pointer-events: none;
  }
  #quicklinks .section-title {
    margin-bottom: 75px;
  }
}

#spotlight1_container,
#spotlight2_container {
  color: white;
}

#spotlight1_container .section-title,
#spotlight2_container .section-title {
  color: white;
}

#spotlight1_container .item-text,
#spotlight2_container .item-text {
  font-weight: 500;
}

#spotlight1_container .read-more-link,
#spotlight2_container .read-more-link {
  border-color: white;
  color: white;
}

#spotlight1_container .read-more-link:hover, #spotlight1_container .read-more-link:focus,
#spotlight2_container .read-more-link:hover,
#spotlight2_container .read-more-link:focus {
  background-color: white;
  color: black;
}

@media screen and (min-width: 768px) {
  #spotlight1_container,
  #spotlight2_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 500px;
  }
  #spotlight1_container .item-text,
  #spotlight2_container .item-text {
    margin-bottom: 70px;
  }
}

#news_container .section-title {
  padding-bottom: 30px;
  position: relative;
}

#news_container .section-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 34px);
  width: 68px;
  height: 5px;
}

#news_container .item {
  margin: 0 14px 10px;
  height: 375px;
}

#news_container .item-summary {
  padding: 25px 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(32, 32, 32, 0.25)), color-stop(33%, #202020), to(#202020));
  background: linear-gradient(to bottom, rgba(32, 32, 32, 0.25) 0, #202020 33%, #202020 100%);
  color: white;
}

#news_container .item-summary .item-name a {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
}

@media screen and (min-width: 768px) {
  #news_container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #news_container .section-title {
    margin-bottom: 90px;
  }
  #news_container .items-list {
    margin-bottom: 30px;
  }
}

#infographics_container {
  display: none !important;
}

#infographics_container .infographic-item svg {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

#infographics_container .infographic-item .info-text {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  #infographics_container {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #infographics_container .section-title {
    margin-bottom: 50px;
  }
}

#events_container .section-title {
  padding-bottom: 30px;
  position: relative;
}

#events_container .section-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 34px);
  width: 68px;
  height: 5px;
}

#events_container .item {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 242px;
}

#events_container .items-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#events_container .event-date {
  width: 100%;
  height: 220px;
  margin-bottom: 0;
  font-weight: 700;
}

#events_container .event-date .event-day {
  font-size: 6.25rem;
}

#events_container .event-date .event-month {
  font-size: 3rem;
}

#events_container .item-summary {
  padding: 15px 20px;
  border: 3px solid black;
  border-top-width: 1px;
}

#events_container .item-name a {
  font-weight: 500;
  font-size: 1.5rem;
  color: black;
}

@media screen and (min-width: 768px) {
  #events_container {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  #events_container .items-list {
    margin-bottom: 100px;
  }
}

#shuffle_mosaic {
  padding-bottom: 0;
}

#shuffle_mosaic .section-title {
  font-size: 1.875rem;
}

#shuffle_mosaic .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#shuffle_mosaic .mosaic-item {
  width: 50%;
  height: 200px;
}

@media screen and (min-width: 768px) {
  #shuffle_mosaic {
    padding-top: 60px;
  }
  #shuffle_mosaic .section-title {
    margin-bottom: 60px;
  }
  #shuffle_mosaic .mosaic-item {
    height: 365px;
  }
}

@media screen and (min-width: 1024px) {
  #shuffle_mosaic .mosaic-item {
    width: 25%;
  }
}

.content-container .section-title {
  font-size: 2.25rem;
  text-transform: uppercase;
}

.content-container .read-more-link {
  padding: 0 15px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  border: 2px solid black;
  border-radius: 2px;
}

.content-container .read-more-link:hover, .content-container .read-more-link:focus {
  background-color: black;
  color: white;
  text-decoration: none;
}

#content_main .pageTitle {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 2.25rem;
  color: black;
}

#shuffle_main {
  position: relative;
  position: relative;
}

#shuffle_main:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
}

#footer_main {
  padding-top: 20px;
}

#footer_main .school-name {
  margin: 0 auto 10px;
}

#footer_main .footer-info-block {
  margin-bottom: 10px;
}

#footer_main .footer-statement {
  padding: 0;
}

#footer_main .footer-statement .section-title {
  margin-bottom: 15px;
  font-size: 1.125rem;
}

#footer_main .footer-statement .statement-block {
  margin-bottom: 14px;
}

#footer_main .footer-secondary-nav .icon-only {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

#footer_main .footer-secondary-nav .icon-only svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  fill: #92150f;
}

#footer_main .footer-secondary-nav .icon-only:hover svg, #footer_main .footer-secondary-nav .icon-only:focus svg {
  fill: #a8d9f4;
}

@media screen and (min-width: 768px) {
  #footer_main .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  #footer_main .school-name {
    margin: 0 15px 0 0;
  }
  #footer_main .footer-address {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
    text-align: left;
  }
  #footer_main .footer-tools {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  #footer_main .footer-tools > * {
    margin: 0;
  }
  #footer_main .footer-secondary-nav {
    padding: 0 10px;
  }
  #footer_main .footer-secondary-nav .links-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer_main .footer-secondary-nav .link-item {
    padding: 0 10px;
    margin-bottom: 0;
    border-right: 1px solid transparent;
  }
  #footer_main .footer-secondary-nav .link-item:last-child {
    border: none;
  }
}

@media screen and (min-width: 1024px) {
  #footer_main .footer-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer_main .footer-info {
    max-width: none;
  }
  #footer_main .footer-tools {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #footer_main .footer-secondary-nav {
    padding: 0;
  }
  #footer_main .footer-secondary-nav a {
    font-size: 0.625rem;
  }
  #footer_main .footer-statement {
    width: 570px;
    padding-left: 30px;
    text-align: left;
    border-left: 1px solid transparent;
  }
  #footer_main .footer-statement .section-title {
    text-align: left;
  }
  #footer_main .footer-statement .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer_main .footer-statement .statement-block {
    margin-right: 15px;
  }
}

.user-website-wrapper {
  display: none;
}

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

#skipToMainContent:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  clip: auto;
}

#social_nav_header a,
#social_nav_header a:visited,
#social_nav_header a:link,
#social_nav_header a:hover,
#social_nav_header a:active,
#footer_main .footer-tools a,
#footer_main .footer-tools a:visited,
#footer_main .footer-tools a:link,
#footer_main .footer-tools a:hover,
#footer_main .footer-tools a:active {
  color: white;
}

div#video-feature-area span#share_link {
  display: none;
}

div#video-feature-area div#share_box {
  display: none;
}

.show-news article div.article-content a.link {
  color: black !important;
}

.show-news article div.article-content span.source {
  color: black !important;
}

a#skipToMainContent {
  color: white;
}

nav#qlinks_main :focus,
div#topbar_nav :focus {
  outline-color: white !important;
}

#topbar_nav #search {
  background: white;
  width: 170px;
  margin: 20px 0 0;
  z-index: 9;
}

@media screen and (min-width: 1024px) {
  #topbar_nav #search {
    margin: 25px 0 0 -200px;
    position: absolute;
  }
}

#topbar_nav #search .edlio-search-button {
  margin: 0 0 0 auto;
  background-color: white;
}

@-moz-document url-prefix() {
  @media screen and (min-width: 1024px) {
    #topbar_nav #search {
      margin: 50px 0 0 -395px;
    }
  }
}
