@import url("//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Oswald&family=Permanent+Marker&display=swap");
@font-face {
  font-family: "GT America Standard";
  src: url("/shared/fonts/GT-America-Standard-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT America Compressed";
  src: url("/shared/fonts/GT-America-Compressed-Bold.woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GT America Compressed";
  src: url("/shared/fonts/GT-America-Compressed-Bold-Italic.woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "GT America Expanded";
  src: url("/shared/fonts/GT-America-Expanded-Bold.woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GT America Expanded";
  src: url("/shared/fonts/GT-America-Expanded-Bold-Italic.woff2");
  font-weight: 700;
  font-style: italic;
}
.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container.content-container {
  padding: 0;
}
.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;
  height: 100%;
  width: 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 {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 0.5em;
}
.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 {
  flex-direction: column;
  top: 0;
  height: 100%;
  width: 44px;
}
.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  border-radius: 0;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon:before {
  counter-increment: slide-num;
  content: counter(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.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-image {
  width: 100%;
}
.shuffle1-container .shuffle-navigation {
  position: absolute;
  z-index: 9;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}
.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 .slick-list {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.shuffle1-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-navigation .slick-slide {
  position: relative;
  margin: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.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-slide.slick-current {
  border-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-arrow.slick-disabled {
  opacity: 0.5;
}
.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 (max-width: 767px) {
  .shuffle1-container .shuffle-main .slick-arrow {
    top: 0;
  }
  .shuffle1-container .shuffle-main .slick-arrow.slick-prev {
    left: auto;
    right: 50px;
  }
  .shuffle1-container .shuffle-navigation {
    display: none;
  }
  .shuffle1-container .slick-autoplay-toggle-button {
    display: none;
  }
  .shuffle1-container.no-mobile-captions .shuffle-caption {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .shuffle1-container .shuffle-main .shuffle-caption {
    position: absolute;
    left: 0;
    right: 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 .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-autoplay .caption-position-bottom {
    padding-bottom: 50px;
  }
  .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 .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-container .link-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
}
.links-container .link-item a.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.links-container .link-item svg {
  flex: none;
  width: 50px;
  height: 50px;
}
.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;
}

.events-container .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.events-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;
}
.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) {
    display: flex;
    justify-content: space-around;
  }
  .events-container.orientation-horizontal .items-list:not(.slick-initialized) .item {
    flex: 1;
  }
  .events-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .events-container.date-orientation-horizontal .item-inner {
    flex-direction: row;
    text-align: left;
  }
}

.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;
}
.social-widget-group-container .social-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.social-widget-group-container .social-skip:focus {
  width: auto;
  height: auto;
  clip: auto;
}
.social-widget-group-container .social-skip:focus {
  position: relative;
}

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

body #header_main .logo-image {
  max-width: 346px;
}
body #header_main .district-logo {
  display: none;
}
@font-face {
  font-family: "slick";
  src: url("/apps/webapps/common/slick/a-1.0.1/fonts/slick-pack.woff");
  font-weight: normal;
  font-style: normal;
}
body #row_news .content-container {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  body #row_news .content-container {
    padding-left: 5vw;
    padding-right: 0;
  }
}
body #footer_main .logo-image {
  max-width: 78px;
}/*# sourceMappingURL=main.css.map */