@import url("//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i|Permanent+Marker&display=swap");
.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 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -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: 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;
  }
}

.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -webkit-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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-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;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.quicklinks-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quicklinks-container .qlink-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.quicklinks-container .qlink-item a {
  display: block;
}
.quicklinks-container .qlink-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  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 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  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 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.events1-container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.events1-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.events1-container .event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-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;
    -webkit-flex-direction: row;
    -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;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.spotlight1-container .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.spotlight1-container .spotlight-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  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 .item-text {
  margin-bottom: 20px;
}
.spotlight1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.spotlight1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.spotlight1-container.thumbnail-orientation-vertical .item-inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    max-width: 250px;
    margin-right: 15px;
  }
}

body:not(.index) {
  background-color: rgb(238, 238, 238);
}
body #header_main {
  background: rgb(255, 255, 255);
}
body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 112px;
  height: 88px;
  background-image: url("/pics/header_logo.png");
}
body #header_main .header-logo a .school-name-inner {
  color: rgb(0, 0, 0);
}
body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  overflow: hidden;
  position: relative;
}
body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: rgb(0, 0, 0);
  height: 2px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only:before {
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(2px);
  transition-property: transform;
}
body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only:hover:before, body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only:focus:before {
  transform: translateY(0);
}
body #header_main .topbar .topbar-inner .header-secondary-nav .icon-only svg {
  fill: rgb(29, 161, 242);
}
body #header_main .sitenav {
  color: rgb(0, 0, 0);
}
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: rgb(122, 157, 191);
}
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: rgb(122, 157, 191);
  color: rgb(0, 0, 0);
}
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: rgb(255, 255, 255);
  background-color: rgb(18, 18, 18);
}
body #header_main .sitenav .sub-nav a {
  color: rgb(0, 0, 0);
  background: rgb(122, 157, 191);
}
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: rgb(255, 255, 255);
  background-color: rgb(18, 18, 18);
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav.column .nav-menu, body #header_main .sitenav.megamenu .nav-menu {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    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: rgb(122, 157, 191);
  }
  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 {
    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.nav-group .nav-item > a {
    color: rgb(0, 0, 0);
    background: transparent;
  }
  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: rgb(0, 0, 0);
    background: rgb(122, 157, 191);
    text-decoration: underline;
  }
  body #header_main .sitenav.nav-group .nav-item > a:hover .nav-item-inner:before, body #header_main .sitenav.nav-group .nav-item > a:focus .nav-item-inner:before, body #header_main .sitenav.nav-group .nav-item > a.open .nav-item-inner:before {
    transform: translateY(0);
  }
}
body .site-header .header-secondary-nav .links-list {
  padding: 25px;
}
body .content-container .section-title {
  color: rgb(0, 0, 0);
}
body .content-container .section-title a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  overflow: hidden;
  position: relative;
}
body .content-container .section-title a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: rgb(0, 0, 0);
  height: 1px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
body .content-container .section-title a:before {
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(1px);
  transition-property: transform;
}
body .content-container .section-title a:hover:before, body .content-container .section-title a:focus:before {
  transform: translateY(0);
}
body .content-container .read-more-link {
  color: rgb(0, 0, 0);
}
body .content-container .read-more-link {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  overflow: hidden;
  position: relative;
}
body .content-container .read-more-link:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: rgb(0, 0, 0);
  height: 1px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
body .content-container .read-more-link:before {
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(1px);
  transition-property: transform;
}
body .content-container .read-more-link:hover:before, body .content-container .read-more-link:focus:before {
  transform: translateY(0);
}
body #content_main .pageTitle {
  color: rgb(0, 0, 0);
}
body #content_main .right-column-page-navigation {
  background: rgb(122, 157, 191);
}
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(18, 18, 18);
  color: rgb(255, 255, 255);
}
body #row_top {
  background: rgb(255, 255, 255);
  border-bottom: 34px rgb(122, 157, 191) solid;
}
body #row_mid {
  background: rgb(238, 238, 238);
}
body #row_mid .homepage-row-inner {
  background: rgb(255, 255, 255);
}
body #row_quicklinks {
  background: rgb(238, 238, 238);
}
body #row_quicklinks .homepage-row-inner {
  background: rgb(255, 255, 255);
}
body #row_events {
  background: rgb(238, 238, 238);
}
body #row_events .homepage-row-inner {
  background: rgb(255, 255, 255);
}
body #row_spotlight {
  background: rgb(122, 157, 191);
  border-bottom: 42px rgb(18, 18, 18) solid;
}
@media screen and (min-width: 1024px) {
  body #row_spotlight:before {
    border-left: 0 solid transparent;
    border-right: calc(100vw - 20px) solid transparent;
    border-top: 80px solid rgb(255, 255, 255);
  }
}
@media screen and (min-width: 1024px) {
  body .shuffle1-container .shuffle-main .shuffle-caption:before {
    border-left: 0 solid transparent;
    border-right: 100vw solid transparent;
    border-bottom: 80px solid rgba(0, 0, 0, 0.5);
  }
}
body .shuffle1-container .slick-dots li button:before {
  color: rgb(238, 238, 238);
}
body .shuffle1-container .slick-dots li.slick-active button:before {
  color: rgb(122, 157, 191);
}
body #news_container .item .item-name a {
  color: rgb(0, 0, 0);
}
body #schools .qlink-item a .qlink-img {
  border: 1px transparent solid;
}
body #schools .qlink-item a .qlink-inner {
  color: rgb(0, 0, 0);
}
body #schools .qlink-item a:hover .qlink-img, body #schools .qlink-item a:focus .qlink-img {
  border: 1px rgb(18, 18, 18) solid;
}
body #twitter_container {
  border: 1px rgb(0, 0, 0) solid;
}
body #quicklinks .items-list {
  border-top: 4px rgb(238, 238, 238) solid;
  border-bottom: 4px rgb(238, 238, 238) solid;
}
body #quicklinks .qlink-item {
  background: rgb(255, 255, 255);
}
body #quicklinks .qlink-item a .qlink-inner svg {
  fill: rgb(0, 0, 0);
}
body #quicklinks .qlink-item a .qlink-inner .qlink-text {
  color: rgb(0, 0, 0);
}
body #quicklinks .qlink-item a:hover, body #quicklinks .qlink-item a:focus {
  background: rgb(122, 157, 191);
}
body #quicklinks .qlink-item a:hover .qlink-inner svg, body #quicklinks .qlink-item a:focus .qlink-inner svg {
  fill: rgb(0, 0, 0);
}
body #quicklinks .qlink-item a:hover .qlink-inner .qlink-text, body #quicklinks .qlink-item a:focus .qlink-inner .qlink-text {
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 1024px) {
  body #quicklinks .qlink-item + .qlink-item:before {
    background: rgb(0, 0, 0);
  }
}
body #spotlight_container .item-inner .spotlight-image-holder {
  border: 14px rgb(255, 255, 255) solid;
}
body #spotlight_container .item-inner .item-summary .section-title {
  color: rgb(0, 0, 0);
}
body #spotlight_container .item-inner .item-summary .item-text {
  color: rgb(0, 0, 0);
}
body #spotlight_container .item-inner .read-more-link {
  color: rgb(0, 0, 0);
}
body #spotlight_container .item-inner .read-more-link {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  overflow: hidden;
  position: relative;
}
body #spotlight_container .item-inner .read-more-link:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: rgb(0, 0, 0);
  height: 1px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
body #spotlight_container .item-inner .read-more-link:before {
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(1px);
  transition-property: transform;
}
body #spotlight_container .item-inner .read-more-link:hover:before, body #spotlight_container .item-inner .read-more-link:focus:before {
  transform: translateY(0);
}
body #events_container .slick-arrow:before {
  border-color: rgb(0, 0, 0);
}
body #events_container .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top-style: solid;
  border-top-width: 5px;
}
body #events_container .slick-arrow.slick-prev:before {
  transform: rotate(-45deg) translateZ(1px) translateX(-6.25px) translateY(-6.25px);
  transform-origin: top left;
  border-left-style: solid;
  border-left-width: 5px;
  left: 50%;
}
body #events_container .slick-arrow.slick-next:before {
  transform: rotate(45deg) translateZ(1px) translateX(6.25px) translateY(-6.25px);
  transform-origin: top right;
  border-right-style: solid;
  border-right-width: 5px;
  right: 50%;
}
body #events_container .slick-list {
  width: calc(100% - 50px * 2);
  margin: 0 50px;
}
body #events_container .slick-arrow {
  width: 17.6776695297px;
  height: 30.3553390593px;
  top: calc(50% - 30.3553390593px / 2);
}
body #events_container .slick-arrow {
  border: 1px rgb(0, 0, 0) solid;
}
body #events_container .item .event-date {
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
}
body #events_container .item .event-date .event-month {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}
body #events_container .item .item-summary .item-name {
  color: rgb(0, 0, 0);
}
body #footer_main .footer-logo.logo-replacement {
  height: 88px;
  width: 112px;
  background-image: url("/pics/footer_logo.png");
}
body #footer_main:before {
  background: rgba(34, 34, 34, 0.9);
}
body #footer_main .footer-top .footer-address {
  color: rgb(255, 255, 255);
}
body #footer_main .footer-top #sitenav_link.nav-group .link-item > a {
  color: rgb(255, 255, 255);
}
body #footer_main .footer-top #sitenav_link.nav-group .link-item .sub-nav-link a {
  color: rgb(255, 255, 255);
}
body #footer_main .footer-top #sitenav_link.nav-group .link-item .sub-nav-link a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  overflow: hidden;
  position: relative;
}
body #footer_main .footer-top #sitenav_link.nav-group .link-item .sub-nav-link a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: rgb(255, 255, 255);
  height: 1px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
body #footer_main .footer-top #sitenav_link.nav-group .link-item .sub-nav-link a:before {
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(1px);
  transition-property: transform;
}
body #footer_main .footer-top #sitenav_link.nav-group .link-item .sub-nav-link a:hover:before, body #footer_main .footer-top #sitenav_link.nav-group .link-item .sub-nav-link a:focus:before {
  transform: translateY(0);
}
body #footer_main .footer-bottom {
  background: rgb(34, 34, 34);
}
body #footer_main .footer-bottom .footer-row-inner .company-logo svg {
  fill: rgb(255, 255, 255);
}
body #footer_main .footer-bottom .footer-row-inner .rights {
  color: rgb(255, 255, 255);
}
body #footer_main .footer-bottom .footer-row-inner .links-list .link-item a {
  color: rgb(255, 255, 255);
}
body #mobile_nav {
  background: rgb(122, 157, 191);
}
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);
}
body #facebook_widget_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}
body #facebook_widget_container .widget-container-inner {
  max-width: 100%;
  width: 450px;
}
@media screen and (max-width: 767px) {
  body #facebook_widget_container {
    width: 100%;
  }
  body #facebook_widget_container .widget-container-inner {
    width: 100%;
    padding: 0;
  }
}
