@import url("../../use.typekit.net/hge7tzd.css");
:root,
:before,
:after {
  --site-width: 1024px;
  --color-1: rgb(0, 51, 255);
  --color-1-over: rgb(255, 255, 255);
  --color-1-isdark: 1;
  --color-2: rgb(31, 194, 0);
  --color-2-over: rgb(0, 0, 0);
  --color-2-isdark: 0;
}

.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container.content-container {
  padding: 0;
}
.shuffle1-container.slick-autoplay .slick-autoplay-toggle-button {
  top: auto;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  color: rgb(255, 255, 255);
}
.shuffle1-container.slick-autoplay .slick-autoplay-toggle-button .slick-pause-icon:before,
.shuffle1-container.slick-autoplay .slick-autoplay-toggle-button .slick-play-icon:before {
  font-size: 1.5rem;
}
.shuffle1-container.slick-autoplay .has-navshuffle.navshuffle-position-bottom .slick-autoplay-toggle-button {
  bottom: 70px;
}
.shuffle1-container .shuffle-slide {
  display: block !important;
}
.shuffle1-container .item-inner {
  position: relative;
}
.shuffle1-container .shuffle-main {
  z-index: 1;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-next-icon,
.shuffle1-container .shuffle-main .slick-prev-icon,
.shuffle1-container .shuffle-main .slick-pause-icon,
.shuffle1-container .shuffle-main .slick-play-icon {
  color: rgb(255, 255, 255);
}
.shuffle1-container .shuffle-main .slick-list {
  margin: 0;
  width: 100%;
  height: 100%;
}
.shuffle1-container .shuffle-main .slick-track {
  align-items: flex-start;
  height: 100%;
}
.shuffle1-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption {
  padding: 0.5em;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.shuffle1-container .shuffle-main .shuffle-caption > p {
  margin-top: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle1-container .shuffle-main .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
}
.shuffle1-container .slick-dotted {
  margin-bottom: 0;
}
.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 {
  top: 0;
  flex-direction: column;
  width: 44px;
  height: 100%;
}
.shuffle1-container .slick-dots.slick-dots-left {
  left: 0;
}
.shuffle1-container .slick-dots.slick-dots-right {
  right: 0;
}
.shuffle1-container .slick-dots.number-dots {
  counter-reset: slide-num;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 0;
  background: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon:before {
  content: counter(slide-num);
  counter-increment: slide-num;
  font-size: 0.75rem;
  transition: font-size 0.2s ease-in-out;
}
.shuffle1-container .slick-dots.number-dots .slick-active .slick-dot-icon:before {
  font-size: 1rem;
}
.shuffle1-container .shuffle-image {
  width: 100%;
}
.shuffle1-container .shuffle-navigation {
  position: absolute;
  z-index: 9;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  padding-right: 50px;
  padding-left: 50px;
}
.shuffle1-container .shuffle-navigation .slick-next-icon,
.shuffle1-container .shuffle-navigation .slick-prev-icon,
.shuffle1-container .shuffle-navigation .slick-pause-icon,
.shuffle1-container .shuffle-navigation .slick-play-icon {
  color: rgb(255, 255, 255);
}
.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 .shuffle-navigation .slick-list {
  bottom: 0;
  margin: 0;
  padding: 0;
}
.shuffle1-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-navigation .slick-slide {
  position: relative;
  overflow: hidden;
  margin: 0.5em;
  border: 2px solid transparent;
}
.shuffle1-container .shuffle-navigation .slick-slide.slick-current {
  border-color: rgb(255, 255, 255);
}
.shuffle1-container .shuffle-navigation .slick-slide .shuffle-slide {
  margin: 0;
}
.shuffle1-container .shuffle-navigation .slick-slide .shuffle-image {
  display: block;
  height: 50px;
}
.shuffle1-container .shuffle-navigation .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.shuffle1-container .error-message {
  background: rgb(255, 255, 255);
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .shuffle1-container.no-mobile-captions .shuffle-caption {
    display: none;
  }
  .shuffle1-container .shuffle-main .slick-arrow {
    top: 0;
  }
  .shuffle1-container .shuffle-main .slick-arrow.slick-prev {
    right: 50px;
    left: auto;
  }
  .shuffle1-container .shuffle-navigation {
    display: none;
  }
  .shuffle1-container .slick-autoplay-toggle-button {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .shuffle1-container.slick-autoplay .caption-position-bottom {
    padding-bottom: 50px;
  }
  .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 .shuffle-main .shuffle-caption {
    position: absolute;
    right: 0;
    left: 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 .slick-dotted .caption-position-bottom {
    padding-bottom: 50px;
  }
  .shuffle1-container .slick-dotted .caption-position-top {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

.links-container.orientation-vertical .items-list {
  flex-direction: column;
}
.links-container.icon-orientation-vertical {
  text-align: center;
}
.links-container.icon-orientation-vertical .link-item a {
  flex-direction: column;
}
.links-container .items-list {
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-container .link-item a {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1.125rem;
}
.links-container .link-item a.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.links-container .link-item svg {
  flex: none;
  width: 50px;
  height: 50px;
}

.spotlight-container .item-inner {
  flex-direction: column;
  align-items: center;
  display: flex;
}
.spotlight-container .spotlight-image-holder {
  flex: none;
  max-width: 100%;
}
.spotlight-container .spotlight-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.spotlight-container .item-summary.clipped-summary .item-text {
  overflow: hidden;
  max-height: 6.25em;
  line-height: 1.25em;
}
@media screen and (min-width: 768px) {
  .spotlight-container.thumbnail-orientation-horizontal .item-inner {
    flex-direction: row;
    align-items: flex-start;
  }
  .spotlight-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    margin-right: 15px;
    max-width: 250px;
  }
}

.social-widget-container .section-title.icon-only .section-title-inner {
  display: inline-block;
  overflow: hidden;
}
.social-widget-container .section-title.icon-only .section-title-inner svg {
  display: block;
  padding: 8px;
  width: 32px;
  height: 32px;
}
.social-widget-container .section-title svg {
  margin: 8px;
  width: 32px;
  height: 32px;
}
.social-widget-container .social-skip {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.social-widget-container .social-skip:focus {
  clip: auto;
  width: auto;
  height: auto;
}
.social-widget-container .social-skip:focus {
  position: relative;
}

.events-container .item-inner {
  flex-direction: column;
  align-items: center;
  display: flex;
  text-align: center;
}
.events-container .event-date {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  flex: none;
  margin-bottom: 20px;
  width: 110px;
  height: 110px;
  text-transform: uppercase;
}
.events-container .event-date .event-month {
  font-size: 1.125em;
}
.events-container .event-date .event-day {
  font-size: 2.25em;
}
@media screen and (min-width: 1024px) {
  .events-container.orientation-horizontal .items-list:not(.slick-initialized) {
    justify-content: space-around;
    display: flex;
  }
  .events-container.orientation-horizontal .items-list:not(.slick-initialized) .item {
    flex: 1;
  }
  .events-container.date-orientation-horizontal .event-date {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .events-container.date-orientation-horizontal .item-inner {
    flex-direction: row;
    text-align: left;
  }
}

.news-container .news-item-image-holder {
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
}
.news-container .news-item-image {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
}
.news-container .news-item-image.logo-backup {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .news-container.news-type-standard.thumbnail-orientation-horizontal .item-inner {
    align-items: flex-start;
    display: flex;
  }
  .news-container.news-type-standard.thumbnail-orientation-horizontal .news-item-image-holder {
    margin-right: 15px;
    max-width: 250px;
  }
  .news-container.news-type-card.thumbnail-coverage-full .item-summary {
    top: 0;
  }
  .news-container.news-type-card.thumbnail-coverage-partial .item-inner {
    justify-content: flex-end;
  }
  .news-container.news-type-card .item-inner {
    position: relative;
    height: 400px;
  }
  .news-container.news-type-card .news-item-image-holder {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .news-container.news-type-card .news-item-image {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-container.news-type-card .news-item-image.logo-backup {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    object-fit: unset;
  }
  .news-container.news-type-card .item-summary {
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-container.orientation-horizontal .items-list:not(.slick-initialized) {
    justify-content: space-around;
    display: flex;
  }
  .news-container.orientation-horizontal .items-list:not(.slick-initialized) .item {
    flex: 1;
  }
}

:root,
:before,
:after {
  --font-1: "sofia-pro", sans-serif;
  --font-2: "sofia-pro", sans-serif;
}

body #header_main {
  background-color: rgb(255, 255, 255);
}
body #header_main .logo-image {
  max-width: 193px;
}
body #header_main #sitenav_main {
  background-color: var(--color-1);
  color: var(--color-1-over);
  --nav-dropdown-bg-color: var(--color-2);
  --nav-dropdown-color: var(--color-2-over);
  --nav-dropdown-hover-bg-color: var(--color-2-over);
  --nav-dropdown-hover-color: var(--color-1-over);
  --nav-top-font: 400 1.125rem var(--font-1);
  --nav-top-hover-bg-color: var(--color-2);
  --nav-top-hover-color: var(--color-2-over);
  --nav-item-spacing: space-between;
  --nav-desktop-menu-height: 52px;
  --nav-full-width-padding: 20px;
}
body #header_main .sitenav {
  --nav-dropdown-bg-color: var(--color-2);
  --nav-hamburger-icon-color: var(--color-2-over);
  --nav-dropdown-hover-bg-color: var(--color-2-over);
}
@media screen and (min-width: 768px) {
  body #header_main .search-holder {
    width: 220px;
    background-color: rgb(232, 232, 232);
    color: inherit;
  }
  body #header_main .search-holder .site-search-field-input {
    padding: 0 0.75em;
    font-size: 1.25rem;
  }
  body #header_main .search-holder .site-search-field-input::-webkit-input-placeholder {
    color: inherit;
  }
  body #header_main .search-holder .site-search-field-input::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  body #header_main .search-holder .site-search-button svg {
    display: block;
    padding: 6px;
    width: 32px;
    height: 32px;
    fill: currentColor;
  }
  body #header_main .search-holder .site-search-button {
    background-color: rgb(31, 194, 0);
  }
}
body .slick-container .slick-dots .slick-dot-icon {
  background: rgb(0, 51, 255);
}
body .slick-container .slick-dots li.slick-active .slick-dot-icon {
  background: rgb(31, 194, 0);
}
body .bg-primary {
  background-color: rgb(0, 51, 255);
  color: rgb(255, 255, 255);
}
body .bg-primary a {
  color: rgb(255, 255, 255);
}
body .bg-secondary {
  background-color: rgb(31, 194, 0);
  color: rgb(0, 0, 0);
}
body .bg-secondary a {
  color: rgb(0, 0, 0);
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "slick";
  src: url("../apps/webapps/common/slick/a-1.0.1/fonts/slick-pack.woff");
}
body .content-container .read-more-link {
  background-color: rgb(0, 51, 255);
  color: rgb(255, 255, 255);
}
body .content-container .read-more-link:hover, body .content-container .read-more-link:focus {
  background-color: rgb(31, 194, 0);
  color: rgb(0, 0, 0);
  text-decoration: none;
}
body #content_main .right-column-page-navigation {
  background: rgb(0, 51, 255);
}
body #content_main .right-column-page-navigation li.active a {
  background-color: rgb(31, 194, 0);
  color: rgb(0, 0, 0);
}
body #content_main .right-column-page-navigation li a {
  color: rgb(255, 255, 255);
}
body .shuffle1-container {
  border-bottom: 10px solid rgb(31, 194, 0);
}
body #links_container a:hover, body #links_container a:focus {
  background-color: rgb(31, 194, 0);
  color: rgb(0, 0, 0);
  text-decoration: none;
}
body #events_container .event-date {
  border-top: 10px solid rgb(31, 194, 0);
}
body #footer_main #district_nav, body #footer_main .peachjar {
  display: none;
}
body #footer_main .logo-image {
  max-width: 127px;
}
body #mobile_footer_nav {
  background: rgb(31, 194, 0);
}
body #mobile_footer_nav a {
  color: rgb(0, 0, 0);
}
body #mobile_footer_nav a svg {
  fill: rgb(0, 0, 0);
}
