<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Exo:500,800|Roboto:300,300i,400,400i,700,700i");
.shuffle3-container {
  position: relative;
  width: 100%;
  padding: 0;
}
.shuffle3-container .shuffle-main {
  width: 100%;
}
.shuffle3-container .shuffle-main .slick-list {
  margin: 0;
  height: 100%;
}
.shuffle3-container .shuffle-main .slick-track {
  height: 100%;
}
.shuffle3-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
}
.shuffle3-container .shuffle-main .shuffle-caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0.5em;
  background-color: rgba(15, 15, 15, 0.5);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .shuffle3-container .shuffle-main .shuffle-caption {
    display: none;
  }
}
.shuffle3-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle3-container .shuffle-main .shuffle-caption.caption-position-top {
  top: 0;
}
.shuffle3-container .shuffle-main .shuffle-caption.caption-position-bottom {
  bottom: 0;
}
.shuffle3-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
  top: calc(54px + 1em);
}
.shuffle3-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
  bottom: calc(54px + 1em);
}
.shuffle3-container .shuffle-main.navshuffle-position-left .shuffle-caption {
  left: calc(100px + 1em);
}
.shuffle3-container .shuffle-main.navshuffle-position-right .shuffle-caption {
  right: calc(100px + 1em);
}
.shuffle3-container .slick-dots {
  position: absolute;
}
.shuffle3-container .slick-dots.slick-dots-bottom, .shuffle3-container .slick-dots.slick-dots-top {
  left: 0;
  width: 100%;
}
.shuffle3-container .slick-dots.slick-dots-bottom {
  bottom: 0;
}
.shuffle3-container .slick-dots.slick-dots-top {
  top: 0;
}
.shuffle3-container .slick-dots.slick-dots-left, .shuffle3-container .slick-dots.slick-dots-right {
  flex-direction: column;
  top: 0;
  height: 100%;
}
.shuffle3-container .slick-dots.slick-dots-left {
  left: 0;
}
.shuffle3-container .slick-dots.slick-dots-right {
  right: 0;
}
.shuffle3-container .shuffle-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
}
.shuffle3-container .shuffle-navigation {
  position: absolute;
  background-color: rgba(15, 15, 15, 0.6);
}
@media screen and (max-width: 767px) {
  .shuffle3-container .shuffle-navigation {
    display: none;
  }
}
.shuffle3-container .shuffle-navigation .slick-list {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.shuffle3-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle3-container .shuffle-navigation .shuffle-slide {
  position: relative;
  display: block;
  height: 50px;
  margin: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle3-container .shuffle-navigation .shuffle-slide.slick-current {
  border-color: rgb(15, 15, 15);
}
.shuffle3-container .shuffle-navigation.navigation-position-bottom, .shuffle3-container .shuffle-navigation.navigation-position-top {
  left: 0;
  width: 100%;
}
.shuffle3-container .shuffle-navigation.navigation-position-bottom {
  bottom: 0;
}
.shuffle3-container .shuffle-navigation.navigation-position-top {
  top: 0;
}
.shuffle3-container .shuffle-navigation.navigation-position-left, .shuffle3-container .shuffle-navigation.navigation-position-right {
  top: 0;
  height: 100%;
  width: calc(100px + 1em);
}
.shuffle3-container .shuffle-navigation.navigation-position-left .slick-list,
.shuffle3-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle3-container .shuffle-navigation.navigation-position-right .slick-list,
.shuffle3-container .shuffle-navigation.navigation-position-right .slick-track {
  height: 100% !important;
}
.shuffle3-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle3-container .shuffle-navigation.navigation-position-right .slick-track {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shuffle3-container .shuffle-navigation.navigation-position-left .shuffle-slide, .shuffle3-container .shuffle-navigation.navigation-position-right .shuffle-slide {
  width: 100px;
  float: none;
}
.shuffle3-container .shuffle-navigation.navigation-position-left {
  left: 0;
}
.shuffle3-container .shuffle-navigation.navigation-position-right {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .shuffle3-container .shuffle-caption {
    padding: 1em;
  }
}

.quicklinks-container .items-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quicklinks-container .qlink-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quicklinks-container .qlink-item a svg {
  width: 24px;
  height: 24px;
}
.quicklinks-container .qlink-inner {
  max-width: 100%;
}

.news1b-container .news-item-image-holder {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.news1b-container .news-item-image {
  width: 100%;
  max-width: 500px;
}

.events1a-container .item {
  display: flex;
  align-items: center;
}
.events1a-container .event-date {
  order: 1;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.events1a-container .event-summary {
  order: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.events1a-container .item-name,
.events1a-container .item-text {
  max-width: 100%;
}
.events1a-container .event-image {
  width: 100%;
}

.infographic-container .infographics-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.infographic-container .infographic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.infographic-container .infographic-item svg {
  width: 24px;
  height: 24px;
}
.infographic-container .info-text {
  max-width: 100%;
}

svg {
  transition: fill 0.2s ease-in;
}

body {
  background-color: rgb(232, 232, 232);
}
.index body {
  background-color: transparent;
}

#header_main {
  background-color: rgb(1, 112, 173);
}
body:not(.index) #header_main .sitenav-holder .sub-nav {
  background-color: rgb(209, 225, 243);
}
body:not(.index) #header_main .sitenav-holder .sub-nav a {
  color: rgb(69, 69, 69);
}
#header_main #sitenav_main {
  background-color: rgb(209, 225, 243);
}
#header_main .header-title &gt; a {
  margin-top: 0px !important;
  width: 250px;
  height: 250px;
  background-image: url("/pics/school-logo.png");
  background-size: contain !important;
}
#header_main .sitenav-holder .nav-mobile-toggle {
  border-color: rgb(255, 255, 255);
}
#header_main .sitenav-holder .nav-group {
  background-color: rgb(255, 255, 255);
}
#header_main .sitenav-holder .nav-group .nav-item &gt; a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: rgb(1, 112, 173);
}
#header_main .sitenav-holder .nav-group .nav-item &gt; a:focus, #header_main .sitenav-holder .nav-group .nav-item &gt; a:hover, #header_main .sitenav-holder .nav-group .nav-item &gt; a.open {
  color: rgb(255, 255, 255);
  background-color: rgb(1, 112, 173);
}
#header_main .sitenav-holder .nav-group .sub-nav a {
  color: rgb(1, 112, 173);
}
#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: rgb(255, 255, 255);
  background-color: rgb(1, 112, 173);
}
@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder .nav-group {
    background: transparent;
  }
  #header_main .sitenav-holder .nav-menu {
    justify-content: space-around;
  }
  #header_main .sitenav-holder .nav-item &gt; a {
    text-align: center;
  }
  #header_main .sitenav-holder .sub-nav {
    background-color: rgb(255, 255, 255);
  }
  #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 {
    width: calc(100% - 20px * 2);
    max-width: calc(1024px - 20px * 2);
    padding: 20px;
  }
  #header_main .sitenav-holder.megamenu .sub-nav .sub-nav-group {
    width: 40%;
  }
  #header_main .sitenav-holder.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 40%);
  }
}
#header_main .sitenav-holder .nav-menu {
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder .nav-menu {
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder .nav-group .nav-item &gt; a {
    color: rgb(15, 15, 15) !important;
    background-color: transparent !important;
    position: relative;
  }
  #header_main .sitenav-holder .nav-group .nav-item &gt; a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: rgb(1, 112, 173);
  }
  #header_main .sitenav-holder .nav-group .nav-item &gt; a:hover, #header_main .sitenav-holder .nav-group .nav-item &gt; a:focus, #header_main .sitenav-holder .nav-group .nav-item &gt; a.open {
    color: rgb(1, 112, 173) !important;
    background-color: transparent !important;
  }
}
#header_main .header-secondary-nav .icon-only {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-color: transparent;
}
#header_main .header-secondary-nav .icon-only svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  fill: rgb(255, 255, 255);
}
#header_main .header-secondary-nav .icon-only:hover, #header_main .header-secondary-nav .icon-only:focus {
  background-color: inherit;
}
#header_main .header-secondary-nav .icon-only:hover svg, #header_main .header-secondary-nav .icon-only:focus svg {
  fill: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #header_main {
    background-position: right top;
    background-image: url("/pics/school-watermark.png");
    background-repeat: no-repeat;
    background-size: auto calc(100% - 70px);
    position: relative;
  }
  #header_main:before {
    content: "";
    position: absolute;
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media screen and (min-width: 1024px) {
  #header_main .header-title &gt; a .header-title-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 88px;
    left: calc(50% - 512px);
    width: 1024px;
    max-width: 1024px;
    color: rgb(255, 255, 255);
    font-family: "Exo", sans-serif;
    font-weight: 800;
    font-size: 2.3rem;
  }
  #header_main .header-title &gt; a .header-title-inner .first-line {
    margin-right: 270px;
  }
  #header_main .header-title &gt; a .header-title-inner .second-line {
    margin-right: -20px;
  }
}

#search {
  display: inline-flex;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.3);
}
#search input#q {
  margin: 0;
  height: 36px;
  line-height: 36px;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: content-box;
}
#search input#q {
  color: rgb(255, 255, 255);
}
#search input#q::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

.slick-slider .slick-list {
  margin: 0 25px;
}
.slick-slider .slick-arrow {
  display: block;
  overflow: hidden;
  height: 40px;
  width: 100%;
  max-width: 20px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 40px / 2);
}
.slick-slider .slick-arrow.slick-prev {
  background-image: url(/pics/button_prev.png);
}
.slick-slider .slick-arrow.slick-next {
  background-image: url(/pics/button_next.png);
}
.slick-slider .slick-dots li button:before {
  color: rgb(242, 242, 242);
}
.slick-slider .slick-dots li.slick-active button:before {
  color: rgb(7, 51, 95);
}
.slick-slider .slick-dots.number-dots li button {
  background: rgb(242, 242, 242);
  color: rgb(7, 51, 95);
}
.slick-slider .slick-dots.number-dots li.slick-active button {
  background: rgb(7, 51, 95);
  color: rgb(242, 242, 242);
}

.content-container .read-more-link {
  color: rgb(1, 112, 173);
}

#content_main #breadcrumbs {
  color: rgb(1, 112, 173);
}
#content_main #breadcrumbs &gt; a {
  color: inherit;
}
#content_main .pageTitle {
  color: rgb(1, 112, 173);
}
#content_main .right-column-page-navigation {
  background: rgb(1, 112, 173);
}
#content_main .right-column-page-navigation li a {
  color: rgb(255, 255, 255);
}
#content_main .right-column-page-navigation li.active a {
  background-color: rgb(255, 255, 255);
  color: rgb(1, 112, 173);
}

#quicklinks_row {
  background-color: rgb(1, 112, 173);
}

#infographics_row {
  background-color: rgb(1, 112, 173);
}

#quicklinks .items-list .qlink-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#quicklinks .items-list .qlink-item svg {
  width: 60px;
  height: 60px;
  margin: 0 0 30px 0;
  fill: rgb(255, 255, 255);
  transition: fill 0.2s ease-in;
}
#quicklinks .items-list .qlink-item &gt; a .qlink-inner {
  color: rgb(255, 255, 255);
  transition: color 0.2s ease-in;
}
#quicklinks .items-list .qlink-item &gt; a:hover svg, #quicklinks .items-list .qlink-item &gt; a:focus svg {
  fill: rgb(255, 255, 255);
}
#quicklinks .items-list .qlink-item &gt; a:hover .qlink-inner, #quicklinks .items-list .qlink-item &gt; a:focus .qlink-inner {
  color: rgb(255, 255, 255);
}

#explore_row {
  background-color: rgb(1, 112, 173);
}

#explore .section-title {
  color: rgb(255, 255, 255);
}
#explore .items-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#explore .items-list .qlink-item {
  margin: 10px;
  box-sizing: border-box;
  width: calc(50% - 20px);
}
@media screen and (min-width: 768px) {
  #explore .items-list {
    justify-content: space-between;
  }
  #explore .items-list .qlink-item {
    margin: 0;
  }
}
#explore .items-list .qlink-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#explore .items-list .qlink-item svg {
  width: 80px;
  height: 80px;
  margin: 0 0 10px 0;
  fill: rgb(255, 255, 255);
  transition: fill 0.2s ease-in;
}
#explore .items-list .qlink-item a .qlink-inner {
  color: rgb(255, 255, 255);
  transition: color 0.2s ease-in;
}
#explore .items-list .qlink-item a:hover svg, #explore .items-list .qlink-item a:focus svg {
  fill: rgb(255, 255, 255);
}
#explore .items-list .qlink-item a:hover .qlink-inner, #explore .items-list .qlink-item a:focus .qlink-inner {
  color: rgb(255, 255, 255);
}

#infographics_row {
  position: relative;
}
#infographics_row:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 112, 173, 0.85);
}

#infographics .section-title {
  color: rgb(255, 255, 255);
}
#infographics .items-list .infographic-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#infographics .items-list .infographic-item svg {
  width: 70px;
  height: 70px;
  margin: 0 0 15px 0;
  fill: rgb(255, 255, 255);
  transition: fill 0.2s ease-in;
}
#infographics .items-list .infographic-item .infographic-inner {
  color: rgb(255, 255, 255);
}

#news_calendar_twitter_row {
  position: relative;
}
#news_calendar_twitter_row:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
}

#news_container .section-title {
  color: rgb(69, 69, 69);
}
#news_container .items-list .item .item-name {
  color: rgb(1, 112, 173);
}

#events_container .section-title {
  color: rgb(69, 69, 69);
}
#events_container .items-list .item .event-date {
  border-right: 1px solid rgb(1, 112, 173);
  color: rgb(1, 112, 173);
}
#events_container .items-list .item .event-summary {
  color: rgb(1, 112, 173);
}

#twitter_container .section-title {
  color: rgb(69, 69, 69);
}

#news_calendar_twitter_envelop .column .section-title {
  color: rgb(209, 225, 243);
}

#vision_spotlight_row {
  background-color: rgb(255, 255, 255);
}

#vision_spotlight_container .section-title {
  color: rgb(69, 69, 69);
}
#vision_spotlight_container .item-text {
  color: rgb(1, 112, 173);
}

#social_row {
  padding: 10px 0;
  background-color: rgb(242, 242, 242);
}

#social_container .social-container .social-item {
  position: relative;
}
#social_container .social-container .social-item:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 112, 173, 0.8);
}
#social_container .social-container .social-item .icon-holder svg {
  width: 40px;
  height: 40px;
  fill: rgb(255, 255, 255);
}
#social_container .social-container .social-item .item-text {
  color: rgb(255, 255, 255);
}

#video_social_row {
  background-color: rgb(232, 232, 232);
}
#video_social_row .homepage-row-inner .social-container .social-item {
  position: relative;
}
#video_social_row .homepage-row-inner .social-container .social-item:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 112, 173, 0.77);
  transition: background-color 0.2s ease-in;
}
#video_social_row .homepage-row-inner .social-container .social-item:nth-of-type(1) {
  background-image: url("/pics/sociallinks/social-item-1.jpg");
}
#video_social_row .homepage-row-inner .social-container .social-item:nth-of-type(2) {
  background-image: url("/pics/sociallinks/social-item-2.jpg");
}
#video_social_row .homepage-row-inner .social-container .social-item:nth-of-type(3) {
  background-image: url("/pics/sociallinks/social-item-3.jpg");
}
#video_social_row .homepage-row-inner .social-container .social-item:nth-of-type(4) {
  background-image: url("/pics/sociallinks/social-item-4.jpg");
}
#video_social_row .homepage-row-inner .social-container .social-item:hover .text-holder, #video_social_row .homepage-row-inner .social-container .social-item:focus .text-holder {
  color: rgb(1, 112, 173);
}
#video_social_row .homepage-row-inner .social-container .social-item:hover:before, #video_social_row .homepage-row-inner .social-container .social-item:focus:before {
  background-color: rgba(255, 255, 255, 0.77);
}
#video_social_row .homepage-row-inner .social-container .social-item .svg-holder {
  background-color: rgb(1, 112, 173);
}
#video_social_row .homepage-row-inner .social-container .social-item .svg-holder svg {
  width: 35px;
  height: 35px;
  fill: rgb(255, 255, 255);
}
#video_social_row .homepage-row-inner .social-container .social-item .text-holder {
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #video_social_row .homepage-row-inner {
    display: flex;
    align-items: stretch;
  }
  #video_social_row .homepage-row-inner .video-container {
    flex: none;
    width: 420px;
    margin-right: 24px;
  }
  #video_social_row .homepage-row-inner .social-container {
    position: relative;
  }
  #video_social_row .homepage-row-inner .social-container .social-item {
    position: absolute;
    width: calc(50% - 12px);
    height: calc(50% - 12px);
  }
  #video_social_row .homepage-row-inner .social-container .social-item:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  #video_social_row .homepage-row-inner .social-container .social-item:nth-of-type(2) {
    top: 0;
    right: 0;
  }
  #video_social_row .homepage-row-inner .social-container .social-item:nth-of-type(3) {
    bottom: 0;
    left: 0;
  }
  #video_social_row .homepage-row-inner .social-container .social-item:nth-of-type(4) {
    right: 0;
    bottom: 0;
  }
}

#footer_main {
  background-color: rgb(242, 242, 242);
}
#footer_main .footer-top {
  background-color: rgb(1, 112, 173);
}
@media screen and (min-width: 1355px) {
  #footer_main .footer-top {
    background-position: right center;
    background-image: url("/pics/school-logo-footer.png");
    background-repeat: no-repeat;
    background-size: auto 150%;
  }
}
#footer_main .footer-top .footer-inner #footer_school .footer-school-text {
  color: rgb(255, 255, 255);
}
#footer_main .footer-top .footer-inner #footer_right .footer-info-block {
  color: rgb(255, 255, 255);
}
#footer_main .footer-top .footer-inner #footer_right .footer-info-block span + span {
  border-left: 1px solid rgb(255, 255, 255);
}
#footer_main .footer-bottom .disclaimer-title {
  color: rgb(69, 69, 69);
}
#footer_main .footer-bottom .disclaimer-text {
  color: rgb(69, 69, 69);
}
#footer_main .footer-secondary-nav .icon-only {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-color: transparent;
}
#footer_main .footer-secondary-nav .icon-only svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  fill: rgb(7, 51, 95);
}
#footer_main .footer-secondary-nav .icon-only:hover, #footer_main .footer-secondary-nav .icon-only:focus {
  background-color: inherit;
}
#footer_main .footer-secondary-nav .icon-only:hover svg, #footer_main .footer-secondary-nav .icon-only:focus svg {
  fill: rgb(15, 15, 15);
}
#footer_main .edlio-login-link {
  color: rgb(15, 15, 15);
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
}
#footer_main .edlio-login-link .edlio-logo {
  border-right-color: rgb(15, 15, 15);
}
#footer_main .edlio-login-link .edlio-logo svg {
  fill: rgb(15, 15, 15);
}
#footer_main .edlio-login-link:hover, #footer_main .edlio-login-link:focus {
  color: rgb(7, 51, 95);
}
#footer_main .edlio-login-link:hover .edlio-logo, #footer_main .edlio-login-link:focus .edlio-logo {
  border-color: rgb(7, 51, 95);
}
#footer_main .edlio-login-link:hover .edlio-logo svg, #footer_main .edlio-login-link:focus .edlio-logo svg {
  fill: rgb(7, 51, 95);
}
#footer_main .powered-by-edlio-logo svg {
  fill: #8f8f8f;
}
#footer_main .footer-edlio {
  background-color: rgb(255, 255, 255);
}

#mobile_nav {
  background: rgb(232, 232, 232);
}
#mobile_nav a {
  color: rgb(1, 112, 173);
}
#mobile_nav a svg {
  fill: rgb(1, 112, 173);
}
#mobile_nav a:hover, #mobile_nav a:focus {
  color: rgb(15, 15, 15);
}
#mobile_nav a:hover svg, #mobile_nav a:focus svg {
  fill: rgb(15, 15, 15);
}

.site-header1b .sitenav-holder .nav-item:nth-of-type(3) {
  margin-right: 0 !important;
}

.site-header1b .header-title.header-logo:not(.logo-replacement) a:before {
  content: none !important;
}

#header_main .header-title {
  left: calc(50% - 455px);
}
#header_main .header-title &gt; a {
  height: 169px;
  width: 550px;
  max-width: none;
  background: url(/pics/school-logo2.png);
  filter: drop-shadow(-35px -10px 25px white) drop-shadow(35px 35px 25px white);
}
#header_main .header-title &gt; a span.header-title-inner {
  display: none;
}</pre></body></html>