.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: .5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

@media screen and (max-width: 767px) {
  .shuffle1-container .shuffle-main .shuffle-caption {
    display: none;
  }
}

.shuffle1-container .shuffle-main .shuffle-caption a {
  color: inherit;
}

.shuffle1-container .shuffle-main .shuffle-caption.caption-position-top {
  top: 0;
}

.shuffle1-container .shuffle-main .shuffle-caption.caption-position-bottom {
  bottom: 0;
}

.shuffle1-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
  top: calc(54px + 1em);
}

.shuffle1-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
  bottom: calc(54px + 1em);
}

.shuffle1-container .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 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  height: 100%;
}

.shuffle1-container .slick-dots.slick-dots-left {
  left: 0;
}

.shuffle1-container .slick-dots.slick-dots-right {
  right: 0;
}

.shuffle1-container .shuffle-image {
  width: 100%;
}

.shuffle1-container .shuffle-navigation {
  position: absolute;
  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: .5em;
  overflow: hidden;
  border: 2px solid transparent;
}

.shuffle1-container .shuffle-navigation .shuffle-slide.slick-current {
  border-color: black;
}

.shuffle1-container .shuffle-navigation.navigation-position-bottom, .shuffle1-container .shuffle-navigation.navigation-position-top {
  left: 0;
  width: 100%;
}

.shuffle1-container .shuffle-navigation.navigation-position-bottom {
  bottom: 0;
}

.shuffle1-container .shuffle-navigation.navigation-position-top {
  top: 0;
}

.shuffle1-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white;
}

@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

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

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

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

body #header_main .header-logo.logo-replacement a {
  width: 192px;
  height: 92px;
  background-image: url("/pics/header_logo.png");
}

body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 192px;
  height: 92px;
  background-image: url("/pics/header_logo.png");
}

body #header_main .header-logo .first-line, body #header_main .header-logo .second-line {
  color: white;
}

body #header_main .sitenav {
  color: white;
}

body #header_main .sitenav .nav-mobile-toggle {
  height: 44px;
  width: 44px;
}

body #header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner, body #header_main .sitenav .nav-mobile-toggle:before, body #header_main .sitenav .nav-mobile-toggle:after {
  left: 8px;
  width: calc(100% - 16px);
  height: 5px;
  background-color: white;
}

body #header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner {
  top: calc(50% - 2.5px);
}

body #header_main .sitenav .nav-mobile-toggle:before {
  top: 8px;
}

body #header_main .sitenav .nav-mobile-toggle:after {
  bottom: 8px;
}

body #header_main .sitenav .nav-mobile-toggle.animated.open:before {
  top: calc(50% - 2.5px);
}

body #header_main .sitenav .nav-mobile-toggle.animated.open:after {
  bottom: calc(50% - 2.5px);
}

body #header_main .sitenav .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  background: #003366;
  color: white;
}

body #header_main .sitenav .nav-item > a:focus, body #header_main .sitenav .nav-item > a:hover, body #header_main .sitenav .nav-item > a.open {
  color: white;
  background-color: #00264d;
}

body #header_main .sitenav .sub-nav a {
  color: white;
  background: #003366;
}

body #header_main .sitenav .sub-nav a:focus, body #header_main .sitenav .sub-nav a:hover, body #header_main .sitenav .sub-nav a.open {
  color: white;
  background-color: #00264d;
}

@media screen and (min-width: 1024px) {
  body #header_main .sitenav.column .nav-menu, body #header_main .sitenav.megamenu .nav-menu {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  body #header_main .sitenav.column .nav-item > a, body #header_main .sitenav.megamenu .nav-item > a {
    text-align: center;
  }
  body #header_main .sitenav.column .sub-nav, body #header_main .sitenav.megamenu .sub-nav {
    background-color: #003366;
  }
  body #header_main .sitenav.column .nav-item:nth-last-child(1) .sub-nav:focus, body #header_main .sitenav.column .nav-item:nth-last-child(1) .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav.megamenu .sub-nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 1350px;
    padding: 20px;
  }
  body #header_main .sitenav.megamenu .sub-nav .sub-nav-group {
    width: 65%;
  }
  body #header_main .sitenav.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 65%);
  }
}

@media screen and (min-width: 1024px) {
  body #header_main .sitenav {
    background-color: #003366;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
  }
  body #header_main .sitenav.nav-group .nav-item > a:hover, body #header_main .sitenav.nav-group .nav-item > a:focus, body #header_main .sitenav.nav-group .nav-item > a.open {
    color: white;
    background-color: #00264d;
  }
  body #header_main .sitenav.nav-group .nav-item .sub-nav {
    background-color: #00264d;
  }
  body #header_main .sitenav.nav-group .nav-item .sub-nav a {
    color: white;
    background-color: #00264d;
  }
  body #header_main .sitenav.nav-group .nav-item .sub-nav a:hover, body #header_main .sitenav.nav-group .nav-item .sub-nav a:focus {
    background-color: transparent;
  }
}

body #header_main .topbar {
  background-color: #003366;
}

body #header_main .topbar .header-secondary-nav {
  color: white;
}

body #header_main .topbar .header-secondary-nav a {
  color: white;
}

body #header_main .topbar .header-secondary-nav svg {
  fill: white;
}

@media screen and (max-width: 1023px) {
  body #header_main {
    background-color: #00264d;
  }
}

body .slick-container .slick-dots li button:before {
  color: #003366;
}

body .slick-container .slick-dots.number-dots li button {
  background: #003366;
}

body .slick-container .slick-dots.number-dots li.slick-active button {
  color: #003366;
}

body .slick-container .slick-dots li.slick-active button:before {
  color: #00264d;
}

body .slick-container .slick-dots.number-dots li button {
  color: #00264d;
}

body .slick-container .slick-dots.number-dots li.slick-active button {
  background: #00264d;
}

body .content-container .section-title {
  color: #003366;
}

body .content-container .item-name {
  color: #003366;
}

body .content-container .read-more-link {
  color: white;
  background-color: #00264d;
}

body .content-container .read-more-link:hover, body .content-container .read-more-link:focus {
  color: #003366;
  background-color: white;
}

body #content_main .pageTitle {
  color: #003366;
}

body #content_main .right-column-page-navigation {
  background: #00264d;
}

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

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

body #content_main .right-column-page-navigation .active a {
  text-decoration: underline;
}

body #news_top_container {
  background-color: #003366;
}

body #news_top_container .item {
  border: 3px solid white;
  color: white;
}

body #news_top_container .item a {
  color: white;
}

body #news_container {
  background-color: white;
}

body #news_container .read-more-link:hover, body #news_container .read-more-link:focus {
  color: white;
  background-color: #003366;
}

body #events_container {
  background-color: #f1f3f6;
}

body #events_container .item {
  color: white;
  background-color: #003366;
}

body #events_container .item a {
  color: white;
}

@media screen and (min-width: 768px) {
  body #events_container .item .event-date {
    border-right: 1px solid #00264d;
  }
}

body #events_container .read-more-link:hover, body #events_container .read-more-link:focus {
  color: white;
  background-color: #003366;
}

body #links_container {
  background-color: #00264d;
}

body #links_container .section-title {
  color: white;
}

body #links_container .link-item a {
  color: white;
  background-color: #003366;
}

body #links_container .link-item a:hover, body #links_container .link-item a:focus {
  color: black;
  background-color: white;
}

body #links_container .read-more-link {
  color: #003366;
  background-color: white;
}

body #links_container .read-more-link:hover, body #links_container .read-more-link:focus {
  color: #00264d;
  background-color: white;
}

body #footer_main {
  background-color: #003366;
}

body #footer_main .school-name {
  color: white;
}

body #footer_main .footer-logo.logo-replacement {
  width: 150px;
  height: 150px;
  background-image: url("/pics/header_logo.png");
}

body #footer_main .footer-logo:not(.logo-replacement):before {
  width: 150px;
  height: 150px;
  background-image: url("/pics/header_logo.png");
}

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

body #footer_main #row_links_footer {
  color: white;
  background-color: #00264d;
}

body #footer_main #row_links_footer .powered-by-edlio-logo svg {
  fill: white;
}

body #footer_main #row_links_footer a {
  color: white;
}

body #footer_main .footer-column .site-search-field {
  height: 40px;
}

body #footer_main .footer-column .site-search-field .site-search-field-input {
  height: 40px;
  width: 180px;
  padding: 0 10px;
  line-height: 40px;
  color: inherit;
}

body #footer_main .footer-column .site-search-field .site-search-field-input::-webkit-input-placeholder {
  color: inherit;
}

body #footer_main .footer-column .site-search-field .site-search-field-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

body #footer_main .footer-column .site-search-field .site-search-button svg {
  width: 34px;
  height: 34px;
  padding: 3px;
  fill: white;
}

body #footer_main .footer-column .site-search-field .site-search-field-input {
  background-color: white;
}

@media screen and (min-width: 1024px) {
  body #footer_main .footer-column .site-search-field {
    height: 60px;
  }
  body #footer_main .footer-column .site-search-field .site-search-field-input {
    height: 60px;
    width: 300px;
    padding: 0 10px;
    line-height: 60px;
    color: inherit;
  }
  body #footer_main .footer-column .site-search-field .site-search-field-input::-webkit-input-placeholder {
    color: inherit;
  }
  body #footer_main .footer-column .site-search-field .site-search-field-input::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  body #footer_main .footer-column .site-search-field .site-search-button svg {
    width: 54px;
    height: 54px;
    padding: 3px;
    fill: white;
  }
}

body .edlio-login-link {
  color: white;
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
}

body .edlio-login-link .edlio-logo {
  border-right-color: white;
}

body .edlio-login-link .edlio-logo svg {
  fill: white;
}

body .edlio-login-link:hover, body .edlio-login-link:focus {
  color: white;
}

body .edlio-login-link:hover .edlio-logo, body .edlio-login-link:focus .edlio-logo {
  border-color: white;
}

body .edlio-login-link:hover .edlio-logo svg, body .edlio-login-link:focus .edlio-logo svg {
  fill: white;
}

body .edlio-login-link svg {
  width: 24px;
  height: 24px;
}

body #mobile_nav {
  background: #003366;
}

body #mobile_nav a {
  color: white;
}

body #mobile_nav a svg {
  fill: white;
}

body #mobile_nav a:hover, body #mobile_nav a:focus {
  color: #00264d;
}

body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: #00264d;
}

@media screen and (min-width: 1024px) {
  body {
    position: relative;
    background-size: 0;
  }
  body:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
  }
  body:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(47%, rgba(255, 255, 255, 0.5)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 47%, white 100%);
  }
}
/*# sourceMappingURL=main.css.map */