@import url("//fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i|Raleway:300,300i,400,400i,700,700i|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;
}

.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  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;
}

.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: 91px;
  width: 122px;
  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;
  -ms-flex: none;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 122px;
  height: 91px;
  margin-bottom: 15px;
  background-image: url("/pics/header_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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}

.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: 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;
  -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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}

.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: 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;
    -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 (max-width: 1023px) {
  .site-header .sitenav-holder .icon-only svg {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder .icon-only .nav-item-inner {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
  .site-header .sitenav-holder .icon-only .nav-item-inner svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .site-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.content-pages-banner {
  -webkit-box-flex: none;
  -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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding-left: 5%;
  padding-right: 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,
.footer-row.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.homepage-row *[class$="row-inner"],
.footer-row *[class$="row-inner"] {
  position: relative;
}

.homepage-row *[class$="-column"],
.footer-row *[class$="-column"] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

.homepage-row.convert-small *[class$="row-inner"],
.footer-row.convert-small *[class$="row-inner"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .homepage-row.convert-mid *[class$="row-inner"],
  .footer-row.convert-mid *[class$="row-inner"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .homepage-row.convert-large *[class$="row-inner"],
  .footer-row.convert-large *[class$="row-inner"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1350px) {
  .homepage-row.convert-max *[class$="row-inner"],
  .footer-row.convert-max *[class$="row-inner"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .homepage-row.width-constrain-row *[class$="row-inner"],
  .footer-row.width-constrain-row *[class$="row-inner"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
  }
}

.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

@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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  text-align: center;
}

.site-footer .footer-logo {
  display: -webkit-box;
  display: -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/header_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/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;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-footer .footer-logo:not(.logo-replacement).logo-orientation-horizontal:before {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.site-footer .footer-title {
  font-size: 1.5rem;
}

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

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

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

.site-footer .footer-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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  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 #site_search {
  margin: 0;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#search .site-search-button {
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

#mobile_nav {
  display: -webkit-box;
  display: -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-list {
  width: calc(100% - 25px*2);
  margin: 0 25px;
}

.slick-container .slick-arrow {
  padding: 0;
}

.slick-container .slick-arrow.slick-prev, .slick-container .slick-arrow.slick-next {
  background-image: none;
}

.slick-container .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px + 2px);
  width: 12px;
  height: 12px;
  border-top-style: solid;
  border-top-width: 2px;
}

.slick-container .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-45deg) translateZ(1px);
          transform: rotate(-45deg) translateZ(1px);
  border-left-style: solid;
  border-left-width: 2px;
  left: calc(50% - 12px + 2px);
}

.slick-container .slick-arrow.slick-next:before {
  -webkit-transform: rotate(45deg) translateZ(1px);
          transform: rotate(45deg) translateZ(1px);
  border-right-style: solid;
  border-right-width: 2px;
  right: calc(50% - 12px + 2px);
}

.slick-container .slick-arrow:before {
  border-top-color: black;
}

.slick-container .slick-arrow.slick-prev:before {
  border-left-color: black;
}

.slick-container .slick-arrow.slick-next:before {
  border-right-color: black;
}

.slick-container .slick-arrow {
  width: 28px;
  height: 28px;
  top: calc(50% - 28px/2);
}

.slick-container .slick-dots li button:before {
  color: #928b8b;
}

.slick-container .slick-dots.number-dots li button {
  background: #928b8b;
}

.slick-container .slick-dots.number-dots li.slick-active button {
  color: #928b8b;
}

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

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

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

.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 {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-container .slick-slide {
  float: right;
}

.slick-container .slick-slide img {
  display: block;
}

.slick-container .slick-slide.slick-loading img {
  display: none;
}

.slick-container .slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-container .slick-slide {
  display: block;
}

.slick-loading .slick-container .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-container .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-container .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
  border: none;
  background-color: transparent;
}

.slick-container .slick-arrow:hover {
  cursor: pointer;
}

.slick-container .slick-arrow.slick-prev {
  left: 0;
}

.slick-container .slick-arrow.slick-next {
  right: 0;
}

.slick-container .slick-arrow.slick-hidden {
  display: none;
}

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

.slick-container .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -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);
}

.site-header1a .header-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding-top: 15px;
  text-align: center;
}

.site-header1a .header-title a {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .site-header1a .header-title a {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .site-header1a .header-title a {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .site-header1a .header-title {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .site-header1a .header-title a {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site-header1a .header-title.header-logo:not(.logo-replacement) a:before {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.video-container .video-item {
  display: block;
  width: 100%;
}

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

.quicklinks-container .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quicklinks-container .qlink-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quicklinks-container .qlink-item a {
  display: block;
}

.quicklinks-container .qlink-item svg {
  -webkit-box-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;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quicklinks-container.icon-orientation-vertical .qlink-item svg {
  margin-bottom: 24px;
}

.quicklinks-container.icon-orientation-horizontal .qlink-item svg {
  margin-right: 30px;
}

.quicklinks-container.orientation-vertical .items-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.spotlight1-container .item-inner {
  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;
}

.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;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 250px;
    margin-right: 15px;
  }
}

.tabs-container .tab-labels-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-container .tab-label:hover, .tabs-container .tab-label:focus {
  cursor: pointer;
}

.tabs-container .tab-label svg {
  pointer-events: none;
}

.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}

.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.news1-container.content-size-small .item {
  margin-bottom: 10px;
}

.news1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.news1-container.content-size-medium .item {
  margin-bottom: 20px;
}

.news1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.news1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}

.news1-container.content-size-large .item {
  margin-bottom: 30px;
}

.news1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem;
}

.news1-container.content-size-large .item-text {
  font-size: 1.5rem;
}

.news1-container.thumbnail-orientation-vertical.content-size-small .news-item-image-holder {
  margin-bottom: 10px;
}

.news1-container.thumbnail-orientation-vertical.content-size-medium .news-item-image-holder {
  margin-bottom: 20px;
}

.news1-container.thumbnail-orientation-vertical.content-size-large .news-item-image-holder {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    -webkit-box-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;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.infographic-container .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.infographic-container .infographic-item {
  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;
  text-align: center;
}

.infographic-container .infographic-item svg {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}

.infographic-container .item-inner {
  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;
  max-width: 100%;
}

.infographic-container .info-number,
.infographic-container .info-text {
  max-width: 100%;
}

.infographic-container .info-number {
  font-size: 1.5rem;
}

.infographic-container .info-text {
  font-size: 1.125rem;
}

.infographic-container.orientation-vertical .items-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .infographic-container .infographic-item {
    width: auto;
    max-width: none;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.events1-container .item {
  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;
}

.events1-container .items-list {
  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;
}

.events1-container .event-date {
  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;
  -webkit-box-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;
    -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;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

body:not(.index) {
  background: #f6f6f6;
}

@media screen and (min-width: 1024px) {
  body:not(.index) #header_main {
    background: rgba(0, 0, 0, 0.8);
  }
  body:not(.index) .content-pages-banner {
    margin-top: -450px;
  }
}

#header_main .header-title {
  margin-bottom: 10px;
}

#header_main .header-title a .school-name-inner {
  color: white;
  font-size: 2.25rem;
  font-weight: 700;
}

#header_main .header-title a .school-name-inner .school-name-motto {
  color: red;
  text-align: right;
  margin-right: 20px;
  font-size: 1.25rem;
}

#header_main .sitenav-holder .nav-mobile-toggle {
  border-color: white;
}

#header_main .sitenav-holder .nav-group {
  background-color: white;
  color: black;
}

#header_main .sitenav-holder .nav-group .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: black;
}

#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: #bf0035;
}

#header_main .sitenav-holder .nav-group .sub-nav a {
  color: black;
}

#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: #bf0035;
}

@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder .nav-group {
    background: transparent;
  }
  #header_main .sitenav-holder .nav-menu {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #header_main .sitenav-holder .nav-item > a {
    text-align: center;
  }
  #header_main .sitenav-holder .sub-nav {
    background-color: white;
  }
  #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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    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: 5px;
  right: 20px;
}

#header_main .sitenav-holder .nav-group {
  top: 60px;
}

#header_main .header-secondary-nav .icon-only {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#header_main .header-secondary-nav .icon-only svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  fill: white;
}

#header_main .header-secondary-nav .icon-only:hover svg, #header_main .header-secondary-nav .icon-only:focus svg {
  fill: #bf0035;
}

@media screen and (max-width: 1023px) {
  #header_main {
    background: #928b8b;
  }
}

@media screen and (min-width: 1024px) {
  #header_main {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  }
  #header_main .topbar {
    position: absolute;
    top: 20px;
    right: 0;
  }
  #header_main .topbar .topbar-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #header_main .header-title {
    padding: 1em 0 0;
    text-align: left;
  }
  #header_main .header-title a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #header_main .sitenav-holder {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 122px);
  }
  #header_main .sitenav-holder .nav-group .nav-item > a {
    height: 50px;
    padding: 0 10px;
    color: white;
    background: transparent;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
  }
  #header_main .sitenav-holder .nav-group .nav-item > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 16px solid transparent;
    border-bottom: 10px solid white;
    border-left: 16px solid transparent;
    bottom: 0;
    left: calc(50% - 16px);
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  #header_main .sitenav-holder .nav-group .nav-item > a:hover, #header_main .sitenav-holder .nav-group .nav-item > a:focus, #header_main .sitenav-holder .nav-group .nav-item > a.open {
    color: white;
    background-color: transparent;
  }
  #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 {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #header_main .sitenav-holder .nav-group .nav-item .sub-nav a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
}

.content-container .section-title {
  font-size: 1.125rem;
  color: #bf0035;
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

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

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

.content-container .read-more-link {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  margin: 1em 0;
  font-size: 1.13rem;
  font-weight: 700;
}

.content-container .read-more-link:hover, .content-container .read-more-link:focus {
  background-color: transparent;
  color: #bf0035;
}

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

#content_main .pageTitle {
  font-size: 0.8125rem;
  color: #bf0035;
  font-weight: 700;
  margin-bottom: 1em;
}

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

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

#content_main .right-column-page-navigation {
  background: #928b8b;
}

#content_main .right-column-page-navigation li a {
  color: white;
}

#content_main .right-column-page-navigation li.active a {
  background-color: #bf0035;
  color: white;
}

#row_top {
  position: relative;
}

@media screen and (min-width: 1024px) {
  #row_top {
    margin-top: -129px;
  }
}

#row_infographics {
  position: relative;
  position: relative;
  z-index: 0;
  background-image: url("/pics/MSlobby.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#row_infographics:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

#row_events {
  background: #f6f6f6;
}

#videos_container {
  padding: 0;
  position: relative;
  position: relative;
}

#videos_container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

#quicklinks .section-title {
  font-size: 1.75rem;
  margin-bottom: 0;
}

#quicklinks .qlink-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 12px 40px;
}

#quicklinks .qlink-item a .qlink-inner {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

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

@-webkit-keyframes icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

#quicklinks .qlink-item a .qlink-inner svg {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

#quicklinks .qlink-item a .qlink-inner:hover svg, #quicklinks .qlink-item a .qlink-inner:focus svg {
  -webkit-animation-name: icon-pulse;
          animation-name: icon-pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#quicklinks .qlink-item a .qlink-inner svg {
  fill: #928b8b;
  height: 14px;
  width: 14px;
  margin-bottom: 0;
}

#quicklinks .qlink-item a .qlink-inner .qlink-text {
  color: black;
  font-size: 1.25rem;
  text-align: left;
}

#quicklinks .qlink-item a:hover .qlink-inner svg, #quicklinks .qlink-item a:focus .qlink-inner svg {
  fill: #bf0035;
}

@media screen and (min-width: 1024px) {
  #quicklinks {
    position: fixed;
    top: 150px;
    right: 0;
    width: 240px;
    max-height: 340px;
    z-index: 999;
    background: white;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}

#tabpanel_container {
  background: #f6f6f6;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 14px;
  margin: 2em auto;
}

#tabpanel_container .tab-labels-list {
  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;
}

#tabpanel_container .tab-labels-list .tab-label {
  width: calc(100% - 20px);
  margin: 10px auto;
  padding: 6px;
  text-align: center;
  border-radius: 14px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #928b8b;
}

#tabpanel_container .tab-labels-list .tab-label a {
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
}

#tabpanel_container .tab-labels-list .tab-label:hover, #tabpanel_container .tab-labels-list .tab-label:focus {
  background: #bf0035;
}

#tabpanel_container .tab-labels-list .ui-state-active {
  color: white;
  background: #bf0035;
}

#tabpanel_container .panel-item .spotlight1-container {
  padding-bottom: 0;
}

#tabpanel_container .panel-item .spotlight1-container .item-inner {
  padding: 0 40px;
}

#tabpanel_container .panel-item .spotlight1-container .item-inner .item-summary {
  width: 100%;
}

#tabpanel_container .panel-item .spotlight1-container .item-inner .item-summary .item-text {
  line-height: 1.4em;
  max-height: 100%;
}

#tabpanel_container .panel-item .spotlight1-container .item-inner .read-more-link {
  margin: 0;
}

@media screen and (min-width: 768px) {
  #tabpanel_container .tab-labels-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;
  }
  #tabpanel_container .tab-labels-list .tab-label {
    width: inherit;
    margin: 10px;
    padding: 6px 24px;
  }
}

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

#news_container .item {
  width: calc(100% - 20px);
  margin: 1em 0;
}

#news_container .item .news-item-image-holder {
  width: 100%;
  height: 266px;
  border-radius: 14px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#news_container .item .item-summary .item-name a {
  color: #bf0035;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}

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

#infographics_container .infographic-item {
  position: relative;
  width: calc(100% - 20px);
  margin: 1em 0;
}

#infographics_container .infographic-item .item-inner {
  color: #928b8b;
}

#infographics_container .infographic-item .item-inner .info-number {
  color: white;
  margin-bottom: 1.125rem;
  word-wrap: break-word;
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#infographics_container .infographic-item .item-inner .info-text {
  color: white;
  font-size: 1.18rem;
  font-family: "Raleway", sans-serif;
}

#infographics_container .item-number .item-inner .info-number {
  font-size: 2.5rem;
}

@media screen and (min-width: 1024px) {
  #infographics_container .infographic-item {
    width: 22%;
    padding: 0 10px;
  }
  #infographics_container .infographic-item + .infographic-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
  }
  #infographics_container .item-number {
    width: 15%;
  }
}

#videos_bottom_container {
  padding: 60px 0;
  width: calc(100% - 20px);
  margin: 0 auto;
}

#videos_bottom_container .item-summary .item-text {
  text-align: center;
  line-height: 1.4rem;
  margin-bottom: 2rem;
}

#videos_bottom_container .video-item {
  border-radius: 14px;
}

#events_container .item {
  margin: 1em 0;
}

#events_container .item .event-date {
  width: 85px;
  height: 85px;
  border-radius: 14px;
  font-weight: 700;
  color: white;
  background: #928b8b;
}

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

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

#footer_main {
  background: black;
}

#footer_main .footer-grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 666px;
  margin-top: 1em;
}

#footer_main .footer-title .school-name-inner {
  text-align: center;
  color: white;
  font-size: 2.25rem;
  font-weight: 700;
}

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

#footer_main .footer-column .section-title {
  color: white;
  margin-bottom: 20px;
  font-size: 1.875rem;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

#footer_main .footer-column .footer-address {
  color: white;
}

#footer_main .footer-column .footer-address .footer-info-block {
  font-weight: 700;
}

#footer_main .footer-secondary-nav {
  padding: 0;
}

#footer_main .footer-secondary-nav .section-title {
  color: white;
  font-size: 1.875rem;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

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

#footer_main .footer-secondary-nav .links-list .link-item {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#footer_main .footer-secondary-nav .links-list .link-item a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  overflow: hidden;
  position: relative;
  color: white;
  text-decoration: none;
  padding-bottom: 8px;
}

#footer_main .footer-secondary-nav .links-list .link-item a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: white;
  height: 4px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

#footer_main .footer-secondary-nav .links-list .link-item a:before {
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

#footer_main .footer-secondary-nav .links-list .link-item a:hover:before, #footer_main .footer-secondary-nav .links-list .link-item a:focus:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#footer_main .footer-bottom {
  padding: .5em 0;
}

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

#footer_main .footer-bottom .footer-row-inner .powered-by-edlio-logo svg {
  fill: white;
}

@media screen and (max-width: 767px) {
  #footer_main #footer_videos_container {
    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: 768px) {
  #footer_main {
    z-index: 0;
    overflow: hidden;
    position: relative;
  }
  #footer_main:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
  }
  #footer_main #footer_videos_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    padding: 0;
  }
  #footer_main .footer-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}

@media screen and (min-width: 1024px) {
  #footer_main .footer-divide {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    position: relative;
  }
  #footer_main .footer-divide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 212px;
    background: rgba(255, 255, 255, 0.3);
  }
  #footer_main .footer-secondary-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #footer_main .footer-secondary-nav .links-list {
    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;
  }
  #footer_main .footer-bottom .footer-row-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #footer_main .footer-bottom .footer-row-inner .powered-by-edlio-logo {
    margin-right: 2.5em;
  }
}

#mobile_nav {
  background: #bf0035;
}

#mobile_nav a {
  color: white;
}

#mobile_nav a svg {
  fill: white;
}

#mobile_nav a:hover, #mobile_nav a:focus {
  color: #928b8b;
}

#mobile_nav a:hover svg, #mobile_nav a:focus svg {
  fill: #928b8b;
}

@media screen and (min-width: 1024px) {
  #quicklinks {
    max-height: 290px;
  }
}

@media screen and (min-width: 768px) {
  .content-container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

#quicklinks .qlink-item a .qlink-inner .qlink-text {
  font-size: 1em !important;
}

#quicklinks .section-title {
  font-size: 1.55rem !important;
}

@media screen and (max-width: 1024px) {
  .school-name-motto {
    color: white !important;
    text-align: center !important;
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 1024px) {
  #footer_main .footer-secondary-nav {
    -webkit-box-flex: 2 !important;
        -ms-flex: 2 !important;
            flex: 2 !important;
  }
}

@media screen and (max-width: 767px) {
  header nav#social_nav_header {
    margin-right: 50px;
  }
}
/*# sourceMappingURL=main.css.map */