<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video-container .video-item {
  display: block;
  width: 100%;
}
.video-container .video-embed-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

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

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

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

.infographic-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.infographic-container .infographic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.infographic-container .infographic-item svg {
  flex: none;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}
.infographic-container .item-inner {
  display: flex;
  flex-direction: column;
  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 {
  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 {
    flex-direction: row;
    text-align: left;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

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

.social-widget-group-container .widgets-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.social-widget-group-container .widget-container {
  flex: 1;
  min-width: 300px;
  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;
}

body #header_main {
  background: rgb(230, 232, 231);
  color: rgb(0, 0, 0);
  border-top-color: rgb(219, 40, 40);
}
body #header_main .sitenav-main {
  color: rgb(255, 255, 255);
}
body #header_main .sitenav-main .nav-menu {
  background: rgb(219, 40, 40);
}
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(219, 40, 40);
}
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 &gt; 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 &gt; a:focus, body #header_main .sitenav-main .nav-item &gt; a:hover, body #header_main .sitenav-main .nav-item &gt; a.open {
  color: rgb(0, 0, 0);
  background-color: rgb(230, 232, 231);
}
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: rgb(0, 0, 0);
  background-color: rgb(230, 232, 231);
}
@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(0, 0, 0);
  }
  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(0, 0, 0);
  }
  body #header_main .sitenav-main.column .nav-item &gt; a, body #header_main .sitenav-main.megamenu .nav-item &gt; a {
    text-align: center;
    color: rgb(0, 0, 0);
    background: transparent;
  }
  body #header_main .sitenav-main.column .nav-item &gt; a:hover, body #header_main .sitenav-main.column .nav-item &gt; a:focus, body #header_main .sitenav-main.column .nav-item &gt; a.open, body #header_main .sitenav-main.megamenu .nav-item &gt; a:hover, body #header_main .sitenav-main.megamenu .nav-item &gt; a:focus, body #header_main .sitenav-main.megamenu .nav-item &gt; a.open {
    background-color: transparent;
    color: rgb(0, 0, 0);
  }
  body #header_main .sitenav-main.column .sub-nav, body #header_main .sitenav-main.megamenu .sub-nav {
    background-color: rgb(219, 40, 40);
  }
  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%);
  }
}
@media screen and (min-width: 1024px) {
  body.index #header_main {
    background: rgba(0, 0, 0, 0.38);
    color: rgb(255, 255, 255);
  }
  body.index #header_main .sitenav-main.nav-group .nav-item &gt; a {
    color: rgb(255, 255, 255);
  }
}
body .my-school-data {
  background: rgb(230, 232, 231);
}
body #quicklinks1 .qlink-item &gt; a:after, body #quicklinks2 .qlink-item &gt; a:after {
  color: rgb(219, 40, 40);
}
body #quicklinks1 .qlink-item &gt; a:hover, body #quicklinks1 .qlink-item &gt; a:focus, body #quicklinks2 .qlink-item &gt; a:hover, body #quicklinks2 .qlink-item &gt; a:focus {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
body #quicklinks1 .qlink-item &gt; a {
  background-color: rgb(230, 232, 231);
  color: rgb(0, 0, 0);
}
body #quicklinks2 .qlink-item &gt; a {
  background: rgb(255, 255, 255);
}
body #quicklinks3 .qlink-item &gt; a:after {
  color: rgb(219, 40, 40);
}
body #quicklinks3 .qlink-item &gt; a .qlink-inner {
  background: rgba(0, 0, 0, 0.6);
  color: rgb(255, 255, 255);
}
body #quicklinks3 .qlink-item &gt; a:hover .qlink-inner, body #quicklinks3 .qlink-item &gt; a:focus .qlink-inner {
  background: rgba(219, 40, 40, 0.6);
}
body .grey-bg {
  background: rgb(230, 232, 231);
}
body .grey-bg-partial {
  background-image: linear-gradient(to top, transparent 52px, rgb(230, 232, 231) 52px);
}
@media screen and (min-width: 1024px) {
  body #about_row, body .grey-bg-partial {
    box-sizing: border-box;
    border-left: 50px solid rgb(255, 255, 255);
    border-right: 50px solid rgb(255, 255, 255);
  }
}
body #news1_container .read-more-link {
  background: rgb(255, 255, 255);
}
body #news1_container .read-more-link:hover, body #news1_container .read-more-link:focus {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
body #news2_container .item .news-item-image-holder:after {
  color: rgb(219, 40, 40);
}
body #events_container .event-date {
  border-color: rgb(219, 40, 40);
}
body #events_container .read-more-link {
  background: rgb(230, 232, 231);
}
body #events_container .read-more-link:hover, body #events_container .read-more-link:focus {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
body .slick-container .slick-dots li button:before {
  color: rgb(219, 40, 40);
}
body .slick-container .slick-dots.number-dots li button {
  background: rgb(219, 40, 40);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  color: rgb(219, 40, 40);
}
body .slick-container .slick-dots li.slick-active button:before {
  color: rgb(230, 232, 231);
}
body .slick-container .slick-dots.number-dots li button {
  color: rgb(230, 232, 231);
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  background: rgb(230, 232, 231);
}
body .content-container:not(.spotlight1-container) .read-more-link:after {
  color: rgb(219, 40, 40);
}
body #content_main .right-column-page-navigation {
  background: rgb(219, 40, 40);
}
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(230, 232, 231);
  color: rgb(0, 0, 0);
}
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 .edlio-logo {
  border-right-color: rgb(0, 0, 0);
}
body #footer_main .edlio-login-link .edlio-logo svg {
  fill: rgb(0, 0, 0);
}
body #footer_main .edlio-login-link:hover, body #footer_main .edlio-login-link:focus {
  color: rgb(219, 40, 40);
}
body #footer_main .edlio-login-link:hover .edlio-logo, body #footer_main .edlio-login-link:focus .edlio-logo {
  border-color: rgb(219, 40, 40);
}
body #footer_main .edlio-login-link:hover .edlio-logo svg, body #footer_main .edlio-login-link:focus .edlio-logo svg {
  fill: rgb(219, 40, 40);
}
body #footer_main .powered-by-edlio-logo svg {
  fill: rgb(0, 0, 0);
}
body #mobile_nav {
  background: rgb(230, 232, 231);
}
body #mobile_nav a {
  color: rgb(0, 0, 0);
}
body #mobile_nav a svg {
  fill: rgb(0, 0, 0);
}
body #mobile_nav a:hover, body #mobile_nav a:focus {
  color: rgb(219, 40, 40);
}
body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: rgb(219, 40, 40);
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>