/* 1 */
.sitewide-alert {
  display: none;
}

.slick .slick__arrow {
  display: none;
}
.slick .slick__slide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.slick .slick__slide:not(.slick-active) {
  display: none;
}

.crime-featured,
.jobs-featured {
  width: 100%;
}
.crime-featured__header-link, .crime-featured__footer-link,
.jobs-featured__header-link,
.jobs-featured__footer-link {
  display: none;
}

.accordion .title-text__text,
.accordion-mobile .accordion-mobile__content {
  display: block !important;
}

.card .card--image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.card .card--image:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.card .card--image img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.paragraph--type--tabs .district-tabs__button-nav {
  display: none;
}

html,
body {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.js-img-to-bg img {
  display: none !important;
  visibility: hidden !important;
}

p.quote-name, p.quote-role {
  -webkit-filter: opacity(1);
}

.header,
.header.sticky {
  position: absolute;
}
.header .header__top,
.header.sticky .header__top {
  display: none;
}
.header .header__logo,
.header.sticky .header__logo {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  margin-right: 2rem;
}
.header .header__desktop-nav,
.header.sticky .header__desktop-nav {
  display: none;
}
.header .header__mobile-nav,
.header.sticky .header__mobile-nav {
  display: none;
}
.header .header__actions,
.header.sticky .header__actions {
  display: none;
}

.region-logo .block-system-branding-block img {
  min-width: 185px;
}

.block-system-breadcrumb-block .breadcrumb {
  padding-top: 2rem;
}

.hero__image {
  display: none;
}
.hero__content {
  min-height: auto;
  padding-top: 6.5rem;
  padding-bottom: 4rem;
}
.hero__content-side--right {
  display: none;
}

.layout-text-on-image {
  width: 100%;
}
.layout-text-on-image.layout-text-on-image--right .text-on-image__content-wrapper, .layout-text-on-image.layout-text-on-image--right-large .text-on-image__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-text-on-image.layout-text-on-image--right .text-on-image__content-wrapper > div, .layout-text-on-image.layout-text-on-image--right-large .text-on-image__content-wrapper > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.layout-text-on-image.layout-text-on-image--right .text-on-image__content, .layout-text-on-image.layout-text-on-image--right-large .text-on-image__content {
  padding-left: 4rem;
  padding-right: 4rem;
}
.layout-text-on-image.layout-text-on-image--middle .text-on-image__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
.layout-text-on-image.layout-text-on-image--middle .text-on-image__content > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.layout-text-on-image.layout-text-on-image--middle .text-on-image__content--outer {
  background-color: #062269;
  max-width: 730px;
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}
.layout-text-on-image.layout-text-on-image--middle .text-on-image__content--inner {
  max-width: 350px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.layout-text-on-image.layout-text-on-image--middle .text-on-image__content--buttons {
  padding-left: 4rem;
  padding-right: 4rem;
}
.layout-text-on-image.layout-text-on-image--middle .text-on-image__image {
  position: absolute;
}

.layout-flag .layout-flag__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-flag .layout-flag__container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout-flag .layout-flag__content {
  padding-left: 4rem;
  padding-right: 4rem;
}

[class*=layout-multi-column] .multi-column--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[class*=layout-multi-column] .multi-column--item {
  width: 50%;
  height: 100%;
}

.media--view-mode-embed.media--type-video, .media--view-mode-embed.media--type-remote-video {
  width: 75%;
}

.views-exposed-form {
  display: none;
}

/*# sourceMappingURL=print.css.map*/