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

.spotlight1-container .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spotlight1-container .spotlight-image-holder {
  flex: none;
  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.thumbnail-orientation-vertical .item-inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    flex-direction: row;
    align-items: flex-start;
  }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    max-width: 250px;
    margin-right: 15px;
  }
}

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

.news2-container:not(.slick-container) .items-list {
  display: flex;
  flex-direction: column;
}
.news2-container .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 400px;
}
.news2-container .item.no-photo.logo-backup {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/pics/header_logo.png");
}
.news2-container .item-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.news2-container.thumbnail-coverage-full .item-summary {
  top: 0;
}
.news2-container.thumbnail-coverage-partial .item {
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .news2-container.orientation-horizontal:not(.slick-container) .items-list {
    flex-direction: row;
  }
  .news2-container.orientation-horizontal:not(.slick-container) .item {
    flex: 1;
  }
}

.shuffle2-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.shuffle2-container .image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transform: translateZ(0);
}

.events1-container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events1-container .items-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.events1-container .event-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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.date-orientation-vertical .item {
  text-align: center;
}
@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 {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    flex: 1;
  }
}

.social-widget-container .section-title svg {
  width: 32px;
  height: 32px;
  margin: 8px;
}
.social-widget-container .section-title.icon-only .section-title-inner {
  display: inline-block;
  overflow: hidden;
}
.social-widget-container .section-title.icon-only .section-title-inner svg {
  display: block;
  width: 32px;
  height: 32px;
  padding: 8px;
}

body #header_main {
  background: rgb(148, 27, 31);
  color: rgb(255, 255, 255);
}
body #header_main .school-logo:before {
  content: url("/pics/header_logo_mobile.png");
}
body #header_main .sitenav-main {
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .nav-menu {
  background: rgb(148, 27, 31);
}
body #header_main .sitenav-main .nav-mobile-toggle {
  height: 44px;
  width: 44px;
}
body #header_main .sitenav-main .nav-mobile-toggle .nav-mobile-toggle-inner, body #header_main .sitenav-main .nav-mobile-toggle:before, body #header_main .sitenav-main .nav-mobile-toggle:after {
  left: 8px;
  width: calc(100% - 16px);
  height: 5px;
  background-color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .nav-mobile-toggle .nav-mobile-toggle-inner {
  top: calc(50% - 2.5px );
}
body #header_main .sitenav-main .nav-mobile-toggle:before {
  top: 8px;
}
body #header_main .sitenav-main .nav-mobile-toggle:after {
  bottom: 8px;
}
body #header_main .sitenav-main .nav-mobile-toggle.open .nav-mobile-toggle-inner, body #header_main .sitenav-main .nav-mobile-toggle.open:before, body #header_main .sitenav-main .nav-mobile-toggle.open:after {
  background-color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .nav-mobile-toggle.open.animated:before {
  top: calc(50% - 2.5px);
}
body #header_main .sitenav-main .nav-mobile-toggle.open.animated:after {
  bottom: calc(50% - 2.5px);
}
body #header_main .sitenav-main .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .nav-item > a:focus, body #header_main .sitenav-main .nav-item > a:hover, body #header_main .sitenav-main .nav-item > a.open {
  color: inherit;
  background-color: inherit;
}
body #header_main .sitenav-main .sub-nav a {
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .sub-nav a:focus, body #header_main .sitenav-main .sub-nav a:hover, body #header_main .sitenav-main .sub-nav a.open {
  color: inherit;
  background-color: inherit;
}
@media screen and (max-width: 1023px) {
  body #header_main .sitenav-main .icon-only svg {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav-main .nav-menu {
    background: transparent;
  }
  body #header_main .sitenav-main.column .nav-menu, body #header_main .sitenav-main.megamenu .nav-menu {
    justify-content: flex-end;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  body #header_main .sitenav-main.column .nav-item.icon-only svg, body #header_main .sitenav-main.megamenu .nav-item.icon-only svg {
    height: 1em;
    fill: rgb(255, 255, 255);
  }
  body #header_main .sitenav-main.column .nav-item.icon-only .icon-only-text, body #header_main .sitenav-main.megamenu .nav-item.icon-only .icon-only-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  body #header_main .sitenav-main.column .nav-item.icon-only a:hover svg, body #header_main .sitenav-main.column .nav-item.icon-only a:focus svg, body #header_main .sitenav-main.column .nav-item.icon-only a.open svg, body #header_main .sitenav-main.megamenu .nav-item.icon-only a:hover svg, body #header_main .sitenav-main.megamenu .nav-item.icon-only a:focus svg, body #header_main .sitenav-main.megamenu .nav-item.icon-only a.open svg {
    fill: rgb(255, 255, 255);
  }
  body #header_main .sitenav-main.column .nav-item > a, body #header_main .sitenav-main.megamenu .nav-item > a {
    text-align: center;
    color: rgb(255, 255, 255);
    background: transparent;
  }
  body #header_main .sitenav-main.column .nav-item > a:hover, body #header_main .sitenav-main.column .nav-item > a:focus, body #header_main .sitenav-main.column .nav-item > a.open, body #header_main .sitenav-main.megamenu .nav-item > a:hover, body #header_main .sitenav-main.megamenu .nav-item > a:focus, body #header_main .sitenav-main.megamenu .nav-item > a.open {
    background-color: transparent;
    color: rgb(255, 255, 255);
  }
  body #header_main .sitenav-main.column .sub-nav, body #header_main .sitenav-main.megamenu .sub-nav {
    background-color: rgb(148, 27, 31);
  }
  body #header_main .sitenav-main.column .nav-item:nth-last-child(1) .sub-nav:focus, body #header_main .sitenav-main.column .nav-item:nth-last-child(1) .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav-main.megamenu .sub-nav {
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    padding: 20px;
  }
  body #header_main .sitenav-main.megamenu .sub-nav .sub-nav-group {
    width: 65%;
  }
  body #header_main .sitenav-main.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 65%);
  }
}
body #header_main #topbar_nav .link-item a {
  color: rgb(255, 255, 255);
}
body #header_main #topbar_nav .link-item a:hover, body #header_main #topbar_nav .link-item a:focus {
  border-bottom-color: rgb(255, 255, 255);
}
body #header_main #topbar_nav .link-item svg {
  fill: rgb(255, 255, 255);
}
body #header_main #topbar_nav .link-item.apply-link a {
  border-color: rgb(255, 255, 255);
}
body #header_main #topbar_nav .link-item.icon-only a svg {
  fill: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  body #header_main .school-logo:before {
    content: url("/pics/header_logo.png");
  }
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav-main.nav-group .nav-item > a:hover .nav-item-inner, body #header_main .sitenav-main.nav-group .nav-item > a:focus .nav-item-inner, body #header_main .sitenav-main.nav-group .nav-item > a.open .nav-item-inner {
    border-color: rgb(255, 255, 255);
  }
}
body.index #header_main .school-logo:before {
  content: url("/pics/header_logo_mobile.png");
}
@media screen and (min-width: 768px) {
  body.index #header_main .school-logo:before {
    content: url("/pics/header_logo.png");
  }
}
@media screen and (min-width: 1024px) {
  body.index #header_main .school-logo:before {
    content: url("/pics/header_logo.png");
  }
}
body .slick-container .slick-dots li button:before {
  color: rgb(148, 27, 31);
}
body .slick-container .slick-dots.number-dots li button {
  background: rgb(148, 27, 31);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  color: rgb(148, 27, 31);
}
body .slick-container .slick-dots li.slick-active button:before {
  color: rgb(0, 0, 0);
}
body .slick-container .slick-dots.number-dots li button {
  color: rgb(0, 0, 0);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  background: rgb(0, 0, 0);
}
body #row_news:before {
  background: rgba(148, 27, 31, 0.9);
}
body #row_news .section-title {
  color: rgb(255, 255, 255);
}
body #row_news .read-more-link {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
body #row_news .read-more-link:hover, body #row_news .read-more-link:focus {
  background-color: rgb(235, 235, 235);
  color: rgb(0, 0, 0);
}
body #spotlight_group_container .title-inner {
  border-color: rgb(148, 27, 31);
}
body #events_container .event-date {
  background: rgb(148, 27, 31);
  color: rgb(255, 255, 255);
}
body #events_container .item-name a:before {
  background: rgb(148, 27, 31);
}
body #content_main .right-column-page-navigation {
  background: rgb(148, 27, 31);
}
body #content_main .right-column-page-navigation li a {
  color: rgb(255, 255, 255);
}
body #content_main .right-column-page-navigation li.active a {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
body #footer_main #footer_top {
  background: rgb(148, 27, 31);
  color: rgb(255, 255, 255);
}
body #footer_main #footer_bottom {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
body #footer_main .school-logo:before {
  content: url("/pics/header_logo_mobile.png");
}
body #footer_main .edlio-login-link {
  color: rgb(255, 255, 255);
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
}
body #footer_main .edlio-login-link .edlio-logo {
  border-right-color: rgb(255, 255, 255);
}
body #footer_main .edlio-login-link .edlio-logo svg {
  fill: rgb(255, 255, 255);
}
body #footer_main .edlio-login-link:hover, body #footer_main .edlio-login-link:focus {
  color: rgba(255, 255, 255, 0.8);
}
body #footer_main .edlio-login-link:hover .edlio-logo, body #footer_main .edlio-login-link:focus .edlio-logo {
  border-color: rgba(255, 255, 255, 0.8);
}
body #footer_main .edlio-login-link:hover .edlio-logo svg, body #footer_main .edlio-login-link:focus .edlio-logo svg {
  fill: rgba(255, 255, 255, 0.8);
}
body #footer_main .powered-by-edlio-logo svg {
  fill: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  body #footer_main .school-logo:before {
    content: url("/pics/header_logo.png");
  }
}
body #mobile_nav {
  background: rgb(148, 27, 31);
}
body #mobile_nav a {
  color: rgb(255, 255, 255);
}
body #mobile_nav a svg {
  fill: rgb(255, 255, 255);
}
body #mobile_nav a:hover, body #mobile_nav a:focus {
  color: rgb(0, 0, 0);
}
body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: rgb(0, 0, 0);
}

/*# sourceMappingURL=main.css.map */
