@import url("https://fonts.googleapis.com/css2?family=Lato&family=Libre+Baskerville:wght@400;700&family=Libre+Caslon+Text:wght@400;700&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Libre+Baskerville:wght@400;700&family=Libre+Caslon+Text:wght@400;700&family=Roboto&display=swap");
:root,
:before,
:after {
  --site-width: 1024px;
}

.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container .slick-arrow:before {
  border-color: rgb(255, 255, 255);
}
.shuffle1-container .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top-style: solid;
  border-top-width: 3px;
}
.shuffle1-container .slick-arrow.slick-prev:before {
  transform: rotate(-45deg) translateZ(1px) translateX(-5px) translateY(-5px);
  transform-origin: top left;
  border-left-style: solid;
  border-left-width: 3px;
  left: 50%;
}
.shuffle1-container .slick-arrow.slick-next:before {
  transform: rotate(45deg) translateZ(1px) translateX(5px) translateY(-5px);
  transform-origin: top right;
  border-right-style: solid;
  border-right-width: 3px;
  right: 50%;
}
.shuffle1-container .slick-arrow {
  width: 44px;
  height: 44px;
  top: calc(50% - 44px / 2);
}
.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 {
  align-items: flex-start;
  height: 100%;
}
.shuffle1-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
  height: auto;
}
.shuffle1-container .shuffle-main .shuffle-caption {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 0.5em;
}
.shuffle1-container .shuffle-main .shuffle-caption > p {
  margin-top: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle1-container .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
}
.shuffle1-container .slick-dots {
  position: absolute;
  z-index: 9999;
}
.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);
}
.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 (max-width: 767px) {
  .shuffle1-container .slick-arrow {
    top: 0;
  }
  .shuffle1-container .slick-arrow.slick-prev {
    left: auto;
    right: 50px;
  }
  .shuffle1-container.no-mobile-captions .shuffle-caption {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .shuffle1-container .shuffle-main .shuffle-caption {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .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);
  }
}
@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

.quicklinks-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quicklinks-container .qlink-inner {
  display: flex;
  align-items: center;
}
.quicklinks-container .qlink-item a {
  display: block;
}
.quicklinks-container .qlink-item a.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.quicklinks-container .qlink-item svg {
  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 {
  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 {
  flex-direction: column;
}

.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;
  }
}

.news1-container:not(.slick-container) .items-list {
  display: flex;
  flex-direction: column;
}
.news1-container .news-item-image-holder {
  flex: none;
  max-width: 100%;
}
.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: flex;
    align-items: flex-start;
  }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    max-width: 250px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    flex-direction: row;
  }
}

.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;
  }
}

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

.links-container .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-widget-group-container .widget-container {
  flex: 2;
  min-width: 300px;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .social-widget-group-container .widget-container {
    width: 100%;
    text-align: center;
  }
}
.social-widget-group-container .section-subtitle svg {
  width: 32px;
  height: 32px;
  margin: 8px;
}
.social-widget-group-container .section-subtitle.icon-only .widget-title-inner {
  display: inline-block;
  overflow: hidden;
}
.social-widget-group-container .section-subtitle.icon-only .widget-title-inner svg {
  display: block;
  width: 32px;
  height: 32px;
  padding: 8px;
}
.social-widget-group-container .social-skip:focus {
  position: relative;
}

#followus {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  #followus {
    width: 100%;
    text-align: center;
  }
}

#followus img {
  width: 500px;
}

@media screen and (min-width: 1000px) {
  .widgets-group {
    display: flex;
  }
}
@media screen and (max-width: 1000px) {
  #followus {
    width: 100%;
    text-align: center;
  }
}
:root,
:before,
:after {
  --font-1: "Roboto", sans-serif;
  --font-2: "Libre Baskerville", sans-serif;
}

#header_main #sitenav_main {
  --nav-dropdown-bg-color: rgb(255, 255, 255);
  --nav-dropdown-color: rgb(0, 0, 0);
  --nav-dropdown-hover-bg-color: rgb(5, 79, 156);
  --nav-dropdown-hover-color: rgb(255, 255, 255);
  --nav-top-font: 400 1.125rem var(--font-1);
  --nav-top-hover-bg-color: rgb(5, 79, 156);
  --nav-top-hover-color: rgb(255, 255, 255);
  --nav-item-spacing: space-between;
  --nav-full-width-padding: 1.25rem;
}

body .bg-primary {
  background-color: rgb(5, 79, 156);
  color: rgb(255, 255, 255);
}
body .bg-secondary {
  background-color: rgb(224, 223, 226);
  color: rgb(0, 0, 0);
}
body .school-name .school-name-inner .first-line {
  color: rgb(5, 79, 156);
}
body #header_main .topbar .social-nav svg {
  background-color: rgb(5, 79, 156);
}
body #header_main .school-logo:before {
  content: url("/pics/header_logo.png");
}
@media screen and (min-width: 1024px) {
  body #header_main .school-name {
    padding: 10px 160px 10px 0;
  }
  body #header_main .topbar {
    background-color: rgb(5, 79, 156);
  }
}
body .slick-container .slick-dots li button:before {
  color: rgb(5, 79, 156);
}
body .slick-container .slick-dots.number-dots li button {
  background: rgb(5, 79, 156);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  color: rgb(5, 79, 156);
}
body .slick-container .slick-dots li.slick-active button:before {
  color: rgb(224, 223, 226);
}
body .slick-container .slick-dots.number-dots li button {
  color: rgb(224, 223, 226);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  background: rgb(224, 223, 226);
}
body #content_main .right-column-page-navigation {
  background: rgb(5, 79, 156);
}
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(224, 223, 226);
  color: rgb(0, 0, 0);
}
body .links-section .qlink-item a:hover, body .links-section .qlink-item a:focus {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  text-decoration: none;
}
body .links-section .qlink-item a:hover svg, body .links-section .qlink-item a:focus svg {
  fill: rgb(5, 79, 156);
}
body .message-section .read-more-link {
  background-color: rgb(5, 79, 156);
  color: rgb(255, 255, 255);
}
body .message-section .read-more-link:hover, body .message-section .read-more-link:focus {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
body .bg-logo:before {
  background-image: url(/pics/bg-logo.png);
}
body .news-section .item.no-photo:before {
  background-image: url(/pics/header_logo.png);
}
body .news-section .read-more-link {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
body .news-section .read-more-link:hover, body .news-section .read-more-link:focus {
  background-color: rgb(224, 223, 226);
  color: rgb(0, 0, 0);
}
body .events-section .event-date {
  background-color: rgb(5, 79, 156);
  color: rgb(255, 255, 255);
}
body .events-section .read-more-link {
  background-color: rgb(5, 79, 156);
  color: rgb(255, 255, 255);
}
body .events-section .read-more-link:hover, body .events-section .read-more-link:focus {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
body .video-section .read-more-link {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
body .video-section .read-more-link:hover, body .video-section .read-more-link:focus {
  background-color: rgb(224, 223, 226);
  color: rgb(0, 0, 0);
}
body #footer_main .school-logo:before {
  content: url("/pics/header_logo.png");
}
body #footer_main .footer-secondary-nav svg {
  background-color: rgb(5, 79, 156);
}
body #footer_main .edlio-login-link {
  color: rgb(0, 0, 0);
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
}
body #footer_main .edlio-login-link svg {
  fill: currentColor;
}
body #footer_main .powered-by-edlio-logo {
  color: rgb(5, 79, 156);
}
body #mobile_nav {
  background: rgb(5, 79, 156);
}
body #mobile_nav a {
  color: rgb(255, 255, 255);
}
body #mobile_nav a svg {
  fill: rgb(255, 255, 255);
}

.homepage-video-row {
  background-color: rgb(2, 39, 78);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  #followus img {
    width: 100% !important;
  }
}
